<!--
function win(name,t1) {
msg=window.open("","msg","height=500,width=550,scrollbars=yes");
msg.document.write("<html><title>",t1,"</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 winp(name,t1) {
msg6=window.open("","msg6","height=600,width=450,scrollbars=yes");
msg6.document.write("<html><title>",t1,"</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();
}
// -->

