// link //really not important (the first two should be small for Opera's sake) PositionX = 10; PositionY = 10; defaultWidth = 600; defaultHeight = 400; //kinda important var AutoClose = true; //don't touch function popImage(imageURL,imageTitle){ var imgWin = window.open('','_blank','scrollbars=yes,resizable=1,width='+defaultWidth+',height='+defaultHeight+',left='+PositionX+',top='+PositionY); if( !imgWin ) { return true; } //popup blockers should not cause errors imgWin.document.write('