var isInternetExplorer = navigator.appName.indexOf("Microsoft") != -1; document.arrayCompletedScreen=Array(); document.selectFieldsOk=true; document.flashUploading=false; if(document.getElementById("upload_flash_div")!=null){ if(!isInternetExplorer)document.getElementById("upload_flash_div").style.visibility="hidden"; //document.getElementById("upload_flash_div").style.display="none"; } function StartBrowse(_uploadURL,_fireJavascript){ _fireJavascript="FinUpload()"; if(document.flashUploading==false){ document.getElementById("upload_flash_div").style.visibility=""; document.getElementById("upload_flash_div").style.display=""; document.flashUploading=true; CentreElement("upload_flash_div"); if (typeof(_fireJavascript)=="undefined") { _fireJavascript="FinUpload()"; } if(isInternetExplorer){// si Internet Explorer document.flashUploader.SetVariable("uploadURL",_uploadURL); document.flashUploader.SetVariable("fireJavascript",_fireJavascript); document.flashUploader.SetVariable("currentDomain","http://www.justmytalent.com"); document.flashUploader.FlashFileBrowser(); }else{ window.document["flashUploader"].SetVariable("uploadURL",_uploadURL); window.document["flashUploader"].SetVariable("fireJavascript",_fireJavascript); window.document["flashUploader"].SetVariable("currentDomain","http://www.justmytalent.com"); window.document["flashUploader"].FlashFileBrowser(); } } } function FinUpload(){ document.getElementById("upload_flash_div").style.left="-2000px"; //document.getElementById("upload_flash_div").style.display="none"; imgCode=new AjaxBox('GET','/network/picture_code.php','debug','','ReloadPicture()'); imgCode.XHRGET(); document.flashUploading=false; } function ReloadPicture(){; document.getElementById('u_picture').src="/display_image.php?codf="+document.getElementById('picture_code').innerHTML; } function HideUpload(){ imgCode=new AjaxBox('GET','/network/picture_code.php','debug','','ReloadPicture()'); imgCode.XHRGET(); document.flashUploading=false; document.flashUploading=false; if(!isInternetExplorer)document.getElementById("upload_flash_div").style.visibility="hidden"; //document.getElementById("upload_flash_div").style.display="none"; document.getElementById("upload_flash_div").style.left="-2000px"; } function ShowHelp(){ } function CentreElement(pID){ larg = (document.body.clientWidth); haut = (document.body.clientHeight); posx=Math.round(larg/2)-(document.getElementById(pID).offsetWidth/2); posy=Math.round(haut/2)-(document.getElementById(pID).offsetHeight/2); if(posx<0)pox=100; if(posy<0)posy=100; document.getElementById(pID).style.top=document.body.scrollTop+posy; document.getElementById(pID).style.left=document.body.scrollLeft+posx; }//2010© Copyright Menta Solutions. All rights reserved.