this.name='shEAMainWnd'; this.focus(); function popUpGallery(poza , widthO, heightO, basePath, sLang) { var x = (screen.width-widthO)/2; y = (screen.height-heightO)/2; OpenWin = this.open(basePath+"popup_"+sLang.toLowerCase()+".html?poza="+poza+"&screenWidth="+widthO+"&screenHeight="+heightO, "CtrlWindow", "width="+widthO+",height="+heightO+" toolbar=no,menubar=no,location=no,scrollbars=no,resizable=no, screenX="+x+", screenY="+y+", left="+x+", top="+y); }