<!--
function zoomit(arg1, title, width, height){
          gg=window.open ("","Browser","status=no,toolbars=no,scrollbars=no,width="+width+",height="+height+"")
		  gg.document.open()
		  gg.document.write("<html><head><title>"+title+"</title></head><BODY bgcolor='#000000' leftmargin=0 topmargin=0 marginwidth=0 marginheight=0><img src='"+arg1+"'></body></html>")
		  gg.document.close()
    }
//-->