
<!-- hide script from old browsers
function ipopup(imgname,iwidth,iheight,isrc)
{
var openwindow = open('', imgname, config="width=" +iwidth+ ", height=" +iheight+ ",toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizeable=no") 
openwindow.document.write("<html><head><title>click to close</title><STYLE TYPE='text/css'>")
openwindow.document.write("BODY {margin: 0}")
openwindow.document.write("</STYLE></head><body onClick='self.close()'><img src=" +isrc+ " title='click to close window'></body></html>")
}
// end hiding script from old browsers -->
