function flvPlayer(address,width,height){
document.writeln("<object codebase=\"http:\/\/download.macromedia.com\/pub\/shockwave\/cabs\/flash\/swflash.cab#version=6,0,29,0\" height=\""+height+"\"");
document.writeln("     width=\""+width+"\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\">");
document.writeln("       <param name=\"_cx\" value=\"11113\" \/>");
document.writeln("       <param name=\"_cy\" value=\"8467\" \/>");
document.writeln("       <param name=\"FlashVars\" value=\"\" \/>");
document.writeln("       <param name=\"Movie\" value=\"vcastr22.swf?vcastr_file="+address+"\" \/>");
document.writeln("       <param name=\"Src\" value=\"vcastr22.swf?vcastr_file="+address+"\" \/>");
document.writeln("       <param name=\"WMode\" value=\"Window\" \/>");
document.writeln("       <param name=\"Play\" value=\"0\" \/>");
document.writeln("       <param name=\"Loop\" value=\"-1\" \/>");
document.writeln("       <param name=\"Quality\" value=\"High\" \/>");
document.writeln("       <param name=\"SAlign\" value=\"LT\" \/>");
document.writeln("       <param name=\"Menu\" value=\"0\" \/>");
document.writeln("       <param name=\"Base\" value=\"\" \/>");
document.writeln("       <param name=\"AllowScriptAccess\" value=\"\" \/>");
document.writeln("       <param name=\"Scale\" value=\"NoScale\" \/>");
document.writeln("       <param name=\"DeviceFont\" value=\"0\" \/>");
document.writeln("       <param name=\"EmbedMovie\" value=\"0\" \/>");
document.writeln("       <param name=\"BGColor\" value=\"\" \/>");
document.writeln("       <param name=\"SWRemote\" value=\"\" \/>");
document.writeln("       <param name=\"MovieData\" value=\"\" \/>");
document.writeln("       <param name=\"SeamlessTabbing\" value=\"1\" \/>");
document.writeln("       <param name=\"Profile\" value=\"0\" \/>");
document.writeln("       <param name=\"ProfileAddress\" value=\"\" \/>");
document.writeln("       <param name=\"ProfilePort\" value=\"0\" \/>");
document.writeln("       <param name=\"AllowNetworking\" value=\"all\" \/>");
document.writeln("       <param name=\"AllowFullScreen\" value=\"true\" \/>");
document.writeln("       <embed src=\"flash/vcastr22.swf?vcastr_file=flv%E5%9C%B0%E5%9D%80\" pluginspage=");
document.writeln("       \"http:\/\/www.macromedia.com\/go\/getflashplayer\" type=\"application\/x-shockwave-flash\" height=\""+height+"\" width=\""+width+"\"");
document.writeln("       allowfullscreen=\"true\" quality=\"high\" \/>");
document.writeln("     <\/object>");
	}