function WinOpen(){
winflg=1;
var WinD01=window.open('','WinNameD01','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,width=200,height=150');
WinD01.document.write('<LINK href="../style.css" rel="stylesheet" type="text/css">');
WinD01.document.write('<FONT SIZE=5>♪さくらさくら♪</FONT>');
WinD01.document.write('<BR><BR>');
WinD01.document.write('<input type="button" name="ensoucl" value="閉じる(演奏終了)" onClick=self.close()>');
WinD01.document.write('<bgsound src="../images/sound/d-sakura.mid">');
WinD01.document.write('<body>');
WinD01.document.close();
};

