function openPAGE(url,alt){
var Win1=window.open('','subWin','width=610,height=650,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>株式会社スター商事<br> 〒116-0014 東京都荒川区東日暮里4-5-16<br> TEL,03-3805-2651　FAX,03-3891-7042</p><p><form><input type=button value='close' onClick='window.close()'></form></p></center></body></html>");
Win1.document.close();
}