
function popimage(imagesrc,winwidth,winheight){
var breed
var look='width='+winwidth+',height='+winheight+','
popwin=window.open("","",look)
popwin.document.open()
breed=winwidth+100
winwidth=winwidth+ 20
winheight=winheight+70
popwin.self.resizeTo(breed,winheight)
popwin.moveTo((screen.availWidth / 2) -(breed / 2),0)
popwin.document.write('<title>Alex Warp</title><body bgcolor="#E4E6E4" text="#1C2A74" link="#1C2A74" vlink="#1C2A74" alink="#1C2A74" topmargin="0" leftmargin="0"><div align="center"><center><table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#C0C0C0"><tr><td align="center">&nbsp;</td><td><applet code="AlexWarp.class" align="middle" width="'+winwidth+'" height="'+winheight+'"><param name="image" value="'+imagesrc+'"></applet></td><td align="center"><font color="#C0C0C0" size="4" face="Arial">.</font><font color="#C0C0C0" size="1" face="Arial">.</font><font color="#C0C0C0" size="1"></font><font color="#000000" size="1" face="Arial"><br></font><br><font color="#808080" size="1" face="Arial">Thanks to Alex Rosen for building the software<br></font><br><a href="Click%20to%20Close" onclick="self.close()"><font color="#000000" size="1" face="Arial"> Close Window </font></a></td></tr></table></center></div></body>')
popwin.document.close()
}
