function modalDialog2(b,c,a){var e=screen.availWidth/2-c/2;var d=screen.availHeight/2-a/2;activeModalWin=window.open(b,"","width="+c+"px,height="+a+",left="+e+",top="+d+",scrollbars=yes,resizable=yes");window.onfocus=function(){if(activeModalWin.closed==false){activeModalWin.focus()}}}function modalDialog(b,c,a,d){if(d){box.open({url:b,type:"iframe",width:c+"px",height:a+"px",title:d,adjY:"20px",overlay:false})}else{box.open({url:b,type:"iframe",width:c+"px",height:a+"px",adjY:"20px",overlay:false})}}function mDialogInline(c,e,a,f,b,d){if(f){box.open({url:c,type:"inline",width:e+"px",height:a+"px",title:f,adjY:"20px",overlay:b,parent:d})}else{box.open({url:c,type:"inline",width:e+"px",height:a+"px",adjY:"20px",overlay:b,parent:d})}}function icCloseDlg(){box.close()}function areaOver(a){if(document.getElementById("divAddModule_"+a)){document.getElementById("divAddModule_"+a).style.visibility="visible"}}function areaOut(a){if(document.getElementById("divAddModule_"+a)){document.getElementById("divAddModule_"+a).style.visibility="hidden"}};