function openPAGE3(url,alt){
var Win1=window.open('','subWin','width=1050,height=500,resizable=1');
Win1.document.clear();
Win1.document.write("<html><head><meta http-equiv=Content-Type content='text/html; charset=Shift_JIS'><meta http-equiv=Content-Script-Type content='text/javascript'><title>"+alt+"</title></meta></meta></head>");
Win1.document.write("<body><center><p><img src="+url+" border=0></p><p><form><input type=button value='close' onClick='window.close()'></form></p></center></body></html>");
Win1.document.close();
}