function playvideo(source, w, h) {
    var swf_width = w;
    var swf_height = h;
    var lawstr_file = source;
    var pic3dxml = "pic3dxml.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) {
    var swf_width = w;
    var swf_height = h;
    var lawstr_file = source;
    var pic3dxml = "pic3dxml.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>')
}
