function setVideo( path1, path2, width, height, autoplay ) {
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" ')
	document.write('width="'+width+'" ');
	document.write('height="'+height+'" ');
	document.write('id="'+path2+'" ');
	document.write('align="middle"> ');
	document.write('<param name="allowScriptAccess" value="always" /> ');
	document.write('<param name="allowFullScreen" value="false" /> ');
	document.write('<param name="movie" value="'+path1+'videoplayer.swf?f='+path2+'&w='+width+'&h='+height+'&a='+autoplay+'" /> ');
	document.write('<param name="quality" value="high" /> ');
	document.write('<param name="bgcolor" value="#ffffff" /> ');
	document.write('<embed src="'+path1+'videoplayer.swf?f='+path2+'&w='+width+'&h='+height+'&a='+autoplay+'" ');
	document.write('quality="high" ');
	document.write('bgcolor="#ffffff" ');
	document.write('width="'+width+'" ');
	document.write('height="'+height+'" ');
	document.write('name="'+path2+'" ');
	document.write('align="middle" ');
	document.write('allowScriptAccess="always" ');
	document.write('allowFullScreen="false" ');
	document.write('type="application/x-shockwave-flash" ');
	document.write('pluginspage="http://www.adobe.com/go/getflashplayer_jp" /> ');
	document.write('</object> ');
}

