function movie_start(url,width,height){
	height=height+45;
	document.getElementById("laosimg").style.display="none";	
	document.getElementById("laos_div").innerHTML='<object id="MediaPlayer1" classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" standby="Loading MicrosoftR WindowsR Media Player components..." type="application/x-oleobject" height="'+height+'" width="'+width+'"><param name="URL" value="'+url+'"><param name="AutoStart" value="True"><param name="showDisplay" value="true"><param name="ShowControls" value="true"><embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" src="'+url+'" autostart="1" showcontrols="1" height="'+height+'" width="'+width+'"></object>';
}
function movie_embed(){
	document.write('<img src="http://www.teraintl.co.jp/movie/laos.jpg" id="laosimg" alt="動画再生" title="動画再生" onclick="movie_start(\'http://www.teraintl.co.jp/movie/laos.asx\',240,180);" style=" cursor:pointer" />');
}
function swf_embed(filename,width,height){
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="'+width+'" height="'+height+'" title=""><param name="movie" value="'+filename+'" /><param name="quality" value="high" /><embed src="'+filename+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+width+'" height="'+height+'"></embed></object>');
}
