function popUp(url,wnd_name,width,height){ if (top[wnd_name]!=null && typeof(top[wnd_name])=='object' && !top[wnd_name].closed) { if(top[wnd_name].document.location.href!=url) top[wnd_name].document.location.href=url; top[wnd_name].focus(); } else { top[wnd_name]=window.open(url,wnd_name,'width='+width+',height='+height+',status=no,menubar=no,resizable=no,scrollbars=no,left='+String((screen.width-width)/2)+',top='+String((screen.height-height)/2)); } } function ImgShow(url, X_size, Y_size) { prop = "width=300,height=200,top=0,left=0,toolbar=0,scrollbars=1,resizable=1"; myWin = window.open('','newWin',prop) myWin.window.moveTo(0,0); myWin.window.focus(); mw=myWin.document; mw.open(); mw.write('