 <!--
var popwin;
 function popimage(imagesrc,winwidth,winheight){
var look='width='+winwidth+',height='+winheight+','
if(popwin) {
 popwin.close;
 }
popwin=window.open("","",look)
popwin.document.open()
popwin.document.write('<title>UCIC</title><body topmargin=0 leftmargin=0 marginwidth=0 marginheight=0 bgcolor="#000000"><img src="'+imagesrc+'"></body>')
popwin.document.close()
}
 // -->



