﻿<!--　　ＮＥＷウィンドウオープン　-->

function openMovie640(movie){
     var moviename;
     moviename = movie;
     var win01=window.open('','newwin01','width=680,height=620'); 
 win01.document.open();
 win01.document.write('<body bgcolor="#000000">');
 win01.document.write('<center>');
 win01.document.write('<div align="center">');
 win01.document.write('<embed src="');
 win01.document.write(moviename);
 win01.document.write('" border="0" width="640" height="540" ShowStatusBar="1">');
 win01.document.write('</center>');
 win01.document.write('<br>');
 win01.document.write('<form>');
 win01.document.write('<input type="button" value="閉じる"');
 win01.document.write('onClick= "window.close()">');
 win01.document.write('</form>');
 win01.document.write('</div>');
 win01.document.close();
}

function openMovie768(movie){
     var moviename;
     moviename = movie;
     var win01=window.open('','newwin01','width=808,height=572'); 
 win01.document.open();
 win01.document.write('<body bgcolor="#000000">');
 win01.document.write('<center>');
 win01.document.write('<div align="center">');
 win01.document.write('<embed src="');
 win01.document.write(moviename);
 win01.document.write('" border="0" width="768" height="492" ShowStatusBar="1">');
 win01.document.write('</center>');
 win01.document.write('<br>');
 win01.document.write('<form>');
 win01.document.write('<input type="button" value="閉じる"');
 win01.document.write('onClick= "window.close()">');
 win01.document.write('</form>');
 win01.document.write('</div>');
 win01.document.close();
}
