function docheck_html(divid,url,title){
var writehtm;
writehtm='<table width="568" height="402" border="0" cellpadding="0" cellspacing="0" background="images/pic2.gif">';
        writehtm+='<tr>';
         writehtm+=' <td align="center"><div align="center">';
            writehtm+='<p class="style4">';
              writehtm+='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="400" height="300">';
                  writehtm+='<param name="movie" value="weilian_tv.swf" />';
                  writehtm+='<param name="quality" value="high" />';
                  writehtm+='<param name="wmode" value="Opaque" />';
                  writehtm+='<param name="menu" value="false" />';
                  writehtm+='<param name="wmode" value="Opaque" />';
                  writehtm+='<param name="FlashVars" value="vcastr_file='+url+'&vcastr_config=0:自动播放|1:连续播放|100:默认音量|0:控制栏位置|3:控制栏显示|0x000033:主体颜色|60:主体透明度|0xe1f7ff:光晕颜色|0xffffff:图标颜色|0xffffff:文字颜色|:logo文字|:logo地址|:结束swf地址" />';
              writehtm+='</object>';
writehtm+='</p>';
            writehtm+='</div></td>';
       writehtm+=' </tr>';
        writehtm+='<tr>';
          writehtm+='<td height="25" valign="top"><div align="center" class="topcss"><strong>'+title+'</strong></div></td>';
        writehtm+='</tr>';
      writehtm+='</table>';
document.getElementById("defaultsp2").style.display="";
document.getElementById("defaultsp").style.display="none";
document.getElementById(divid).innerHTML= writehtm;

}
function docheck_view(){
document.getElementById("defaultsp2").style.display="none";
document.getElementById("defaultsp").style.display="";

}
