// JavaScript Document
   function showPlayer(u){
		 var w=287; 
		 var h=218;                        //视频的高度                          
		 var files='http://article.lawtv.com.cn/movie/'+u;                             //视频源
		 var t="<object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http:\/\/fpdownload.macromedia.com\/pub\/shockwave\/cabs\/flash\/swflash.cab#version=6,0,0,0\" width=\""+w+"\" height=\""+h+"\">";
		 t=t+"<param name=\"movie\" value=\"http:\/\/www.lawtv.com.cn\/images\/vcastr22.swf\">";
		 t=t+"<param name=\"quality\" value=\"high\">";
		 t=t+"<param name=\"menu\" value=\"false\">";
		 t=t+"<param name=\"allowFullScreen\" value=\"true\" \/>";
		 t=t+"<param name=\"FlashVars\" value=\"vcastr_file="+files+"&IsAutoPlay=1\">";
		 t=t+"<embed src=\"http:\/\/www.lawtv.com.cn\/images\/vcastr22.swf\" allowFullScreen=\"true\" FlashVars=\"vcastr_file="+files+"&IsAutoPlay=1\" menu=\"false\" quality=\"high\" width=\""+w+"\" height=\""+h+"\" type=\"application\/x-shockwave-flash\" pluginspage=\"http:\/\/www.macromedia.com\/go\/getflashplayer\" \/>";
		t=t+"<\/object>";
		return t;		
	}
