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