var popbackground="" // var windowtitle="" var imgtoolbar="" var imgalttag="" function detavail(obj){ return (typeof obj !="undefined") } function popupgalimage(imgsrc, imgname, popwidth, popheight){ var windowtitle=imgname function triangulate(){ leftpos=(detavail(window.screenLeft))? screenLeft+document.body.clientWidth/2-popwidth/2 : detavail(window.screenX)? screenX+innerWidth/2-popwidth/2 : 0 toppos=(detavail(window.screenTop))? screenTop+document.body.clientHeight/2-popheight/2 : detavail(window.screenY)? screenY+innerHeight/2-popheight/2 : 0 if (window.opera){ leftpos-=screenLeft toppos-=screenTop } } triangulate() var windowdesc='width='+popwidth+',height='+popheight+',resizeable=yes,scrollbars=no,left='+leftpos+',top='+toppos var bodydesc=(popbackground.indexOf(".")!=-1)? 'background="'+popbackground+'"' : 'bgcolor="'+popbackground+'"' if (typeof popupgalwin=="undefined" || popupgalwin.closed) popupgalwin=window.open("","",windowdesc) else{ popupgalwin.resizeTo(popwidth+10, popheight+30) } popupgalwin.document.open() popupgalwin.document.write(''+windowtitle+''); popupgalwin.document.write('var message=\"\";function clickIE() {if (document.all) {(message);return false;}} function clickNS(e) {if(document.layers||(document.getElementById&&!document.all)) {if (e.which==2||e.which==3) {(message);return false;}}} if (document.layers){document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;} else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;} document.oncontextmenu=new Function(\"return false\")";} else {print "";}?>'); popupgalwin.document.write(''+imgalttag+'') popupgalwin.focus() }