				//新版网站视频播放器

                function playvideo(source,w,h){

					  	var swf_width=w;          //视频的宽度

                        var swf_height=h;         //视频的高度                           

						var lawstr_file=source;    //视频源

						var pic3dxml="pic3dxml.xml";        //3d广告xml地址 

						

                        document.write('<object id="tvplayer" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="'+ swf_width +'" height="'+ swf_height +'">');

                        document.write('<param name="movie" value="http://www.lawtv.com.cn/scripts2010/player_new.swf"><param name="quality" value="high">');

                        document.write('<param name="menu" value="false"><param name="allowFullScreen" value="true" /><param name="wmode" value="Transparent" />');

                        document.write('<param name="FlashVars" value="lawstr_file='+lawstr_file+'&pic3dxml='+pic3dxml+'">');

                        document.write('<embed src="http://www.lawtv.com.cn/scripts2010/player_new.swf"  name="tvplayer" wmode="Transparent" allowFullScreen="true" FlashVars="lawstr_file='+lawstr_file+'&pic3dxml='+pic3dxml+'" menu="false" quality="high" width="'+ swf_width +'" height="'+ swf_height +'" type="application/x-shockwave-flash" pluginspage="http:\/\/www.macromedia.com/go/getflashplayer" />'); 

						document.write('</object>');					

				}

				function playvideo_world(source,w,h){
					//环球播报单独调用的播放器   639 460

					  	var swf_width=w;          //视频的宽度

                        var swf_height=h;         //视频的高度                           

						var lawstr_file=source;    //视频源

						var pic3dxml="pic3dxml.xml";        //3d广告xml地址 

						

                        document.write('<object id="tvplayer" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="'+ swf_width +'" height="'+ swf_height +'">');

                        document.write('<param name="movie" value="http://www.lawtv.com.cn/scripts2010/player_nolist.swf"><param name="quality" value="high">');

                        document.write('<param name="menu" value="false"><param name="allowFullScreen" value="true" /><param name="wmode" value="Transparent" />');

                        document.write('<param name="FlashVars" value="lawstr_file='+lawstr_file+'&pic3dxml='+pic3dxml+'">');

                        document.write('<embed src="http://www.lawtv.com.cn/scripts2010/player_nolist.swf"  name="tvplayer" wmode="Transparent" allowFullScreen="true" FlashVars="lawstr_file='+lawstr_file+'&pic3dxml='+pic3dxml+'" menu="false" quality="high" width="'+ swf_width +'" height="'+ swf_height +'" type="application/x-shockwave-flash" pluginspage="http:\/\/www.macromedia.com/go/getflashplayer" />'); 

						document.write('</object>');					

				}
				
