function writeFlashPlayer(src,w,h,vars,fId) { 
	document.writeln("<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' ");
	document.writeln(" codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0' ");
	document.writeln(" width='"+w+"' height='"+h+"' id='"+fId+"' align='middle'> ");
	document.writeln("<param name='movie' value='"+src+"' /> ");
	document.writeln("<param name='FlashVars' value='"+vars+"' />");
	document.writeln("<param name='quality' value='high' />");
	document.writeln("<param name='wmode' value='transparent' />");
	document.writeln("<param name=allowScriptAccess value=always> ");
	//document.writeln("<param name='allowScriptAccess' value='sameDomain' />");
	document.writeln("<embed src='"+src+"' FlashVars='"+vars+"' ");
	document.writeln(" name='"+fId+"' align='middle' allowScriptAccess='always'");
	document.writeln(" wmode='transparent' menu='false' quality='high' bgcolor='#ffffff' ");
	document.writeln(" width='"+w+"' height='"+h+"'");
	document.writeln(" type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />");
	document.writeln("</object>");
}

//¹Ìµð¾î

function WMoviePlayer(str, wid, hei) {
	document.write("<object id='MediaPlayer1' width='"+wid+"' height='"+hei+"' classid='clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95'")
	document.write("standby='Loading Microsoft?Windows?Media Player components...' type='application/x-oleobject'>")
	document.write("<param name='Filename' value='"+str+"' />")
	document.write("<param name='ShowStatusBar' value='0' />")
	document.write("<param name='AutoStart' value='1' />")
	document.write("<param name='ShowControls' value='0' />")
	document.write("<param name='AllowChangeDisplaySize' value='0' />")
	document.write("<param name='DisplaySize' value='0' />")
	document.write("<param name='DISPLAYMODE' value='4' />")
	document.write("</object>")
}

function WMoviePlayer2(str, wid, hei) {
	document.write("<EMBED src='"+str+"' width='"+wid+"' height='"+hei+"'></EMBED>")  
}


function FCall(src,w,h) { 
	document.writeln("<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' ");
	document.writeln(" codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0' ");
	document.writeln(" width='"+w+"' height='"+h+"' id='event_main' align='middle'> ");
	document.writeln("<param name='movie' value='"+src+"' /> ");
	document.writeln("<param name='quality' value='high' />");
	document.writeln("<param name='wmode' value='transparent' />");
	document.writeln("<param name=allowScriptAccess value=always> ");
	//document.writeln("<param name='allowScriptAccess' value='sameDomain' />");
	document.writeln("<embed src='"+src+"' quality='high' bgcolor='#ffffff' width='"+w+"' height='"+h+"'");
	document.writeln(" name='event_main' align='middle' allowScriptAccess='always'");
	document.writeln(" type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />");
	document.writeln("</object>");
}
