<!--
function win(name) {
msg=window.open("","msg","height=300,width=325,scrollbars=yes");
msg.document.write("<html><title>",name,"</title>");
msg.document.write("<body bgcolor='white' onBlur=\"window.close()\">");
msg.document.write("<center><img src='",name,"'></center>");
msg.document.write("<center><p><a href=\"#\" onClick=\"window.close()\">Close Window</a></center>");
msg.document.write("</body></html><p>"); msg.focus();
}
function win6(name) {
msg6=window.open("","msg6","height=575,width=400,scrollbars=yes");
msg6.document.write("<html><title>",name,"</title>");
msg6.document.write("<body bgcolor='white' onBlur=\"window.close()\">");
msg6.document.write("<center><img src='",name,"'></center>");
msg6.document.write("<center><p><a href=\"#\" onClick=\"window.close()\">Close Window</a></center>");
msg6.document.write("</body></html><p>"); msg6.focus();
}
// -->

