function resizeWindow(){var a=window.frames[inputFrameName];if(a!=null&&a.document!=null){var f=a.document.body;var c=document.documentElement;var e=document.getElementById("GlassWindow");e.style.height=c.scrollHeight+"px";e.style.width=c.scrollWidth+"px";var b=a.frameElement;var d=document.getElementById("UploadCategoryPopup");if(b!=null&&f!=null){d.style.left=Math.round(c.scrollLeft+(c.clientWidth-f.clientWidth)/2)+"px";d.style.top=Math.round(c.scrollTop+(c.clientHeight-f.clientHeight)/2)+"px"}}}function CreateFrame(b){if(document.all){res=document.createElement("<iframe style='width:255px;height:65px;' id='"+b+"' name='"+b+"' marginheight='0' marginwidth='0' frameborder='0' scrolling='no' onload='InputFrameLoaded(null)' src='"+rootPathPP+"/TopShark/UploadPicture.aspx'></iframe>")}else{res=document.createElement("iframe");res.frameBorder="0";res.scrolling="no";res.name=b;res.src=rootPathPP+"/TopShark/UploadPicture.aspx";res.id=b;res.style.width="255px";res.style.height="65px";res.onload=InputFrameLoaded}document.getElementById("upload_content").appendChild(res);var a=document.getElementById("UploadCategoryPopup");a.style.display="none"}function UploadPicture(a){var b=window.frames[a];if(b==null){CreateFrame(a)}else{ShowUploadDlg(inputFrameName)}}function ShowUploadDlg(f){document.getElementById("GlassWindow").style.display="";var c=document.getElementById("UploadCategoryPopup");c.style.display="";var a=window.frames[inputFrameName].document;var d=document.getElementById(inputFrameName);try{a.getElementById(d.contentWindow.pidName).value=theForm.pid.value;a.getElementById(d.contentWindow.pnidName).value=theForm.pnid.value}catch(b){}resizeWindow()}function InputFrameLoaded(a){var b=null;if(a){b=a.currentTarget.id}else{b=window.event.srcElement.id}if(!frameIsCreated){ShowUploadDlg(b);frameIsCreated=true}else{HideUploadDlg(true)}}function HideUploadDlg(a){document.getElementById("UploadCategoryPopup").style.display="none";document.getElementById("GlassWindow").style.display="none";if(a){var c=document.getElementById(picName);var d=c.src;var e=new Date();var f="&update";var b=d.indexOf(f);if(b!=-1){d=d.substr(0,b)}c.src=d+f+"="+e.getTime().toString()}}function adjustIFrameSize(b){var a=b.frameElement;var c=b.document.documentElement;a.style.display="";a.style.height=c.scrollHeight+"px";a.style.width=c.scrollWidth+"px";a.style.display="none"};