// JavaScript Document // PopUp Image optimized for IE7 PositionX = 10; PositionY = 10; defaultWidth = 600; defaultHeight = 400; var AutoClose = true; function popImage(imageURL,imageTitle){ var imgWin = window.open('','_blank','scrollbars=no,resizable=1,width='+defaultWidth+',height='+defaultHeight+',left='+PositionX+',top='+PositionY); if( !imgWin ) { return true; } //popup blockers should not cause errors imgWin.document.write('