function win(filename) {
msg=window.open("","msg","width=350,height=550,left=10,top=10");
msg.document.write("<html><title>Fountain Ind Corp</title>");
msg.document.write("<body onLoad='self.focus()' bgcolor='white' marginwidth=0 marginheight=0 topmargin=0 leftmargin=0 onclick=window.close()>");
msg.document.write("<center><img src='bigpic/clickclose.gif' style='cursor:hand'><br>");
msg.document.write("<img lowsrc='bigpic/wait.gif' src='bigpic/" + filename +"' name=gifname style='cursor:hand'></center>");
msg.document.write("</body></html>");
msg.document.close();
}
function win2(filename) {
msg=window.open("","msg","scrollbars=yes,width=673,height=650,left=15,top=15");
msg.document.write("<html><title>Fountain Ind Corp</title>");
msg.document.write("<body onLoad='self.focus()' bgcolor='white' marginwidth=0 marginheight=0 topmargin=0 leftmargin=0 onclick=window.close()>");
msg.document.write("<img src='" + filename +"' name=gifname style='cursor:hand'>");
msg.document.write("</body></html>");
msg.document.close();
}
function win3(path) {msg=window.open(path,"path","scrollbars=yes,width=800,height=650,left=15,top=15");}