<!--
function popwin(imagename){
newwindow=window.open("","","width=550 height=650","toolbars=0,location=0");
newwindow.document.write("<div align='center'><img src="+imagename+"><br /><br /><a href='javascript:onclick=window.close()'>close window</a></div>")
newwindow.focus();
}
//-->