function WinOpenD1(HLP1,HLP2,SND,W,H){
winflg=1;
var 
WinD1=window.open('',(W+'')+(H+''),'scrollbars=0,width='+W+',height='+H+'');
WinD1.document.write('<LINK href="../style.css" rel="stylesheet" type="text/css">');
WinD1.document.write('<bgsound src="./hikiyama/images/'+SND+'">');
WinD1.document.write('<body>');
WinD1.document.write('<FONT SIZE=5>');
WinD1.document.write(HLP1);
WinD1.document.write('</FONT>');
WinD1.document.write('<BR>');
WinD1.document.write('<FONT SIZE=3>');
WinD1.document.write(HLP2);
WinD1.document.write('</FONT>');
WinD1.document.write('<input type="button" name="’âŽ~" value="’âŽ~" onClick=self.close()>');
WinD1.document.close();
};

