function installActivex (CtlHeight,CtlWidth,CtlChannel,CtlIndex,CtlUUID,Ctlchid){
var version = "1,0,0,95";
var PcastHTML;
PcastHTML = '<OBJECT class=white1 id=pCastCtl';
PcastHTML += ' codeBase=http://ps.itv.mop.com/dn/files/pCastCtl-1.0.0.95_signed.cab#Version=' + version;
PcastHTML += ' height=' + CtlHeight + ' width=' + CtlWidth;
PcastHTML += ' classid=CLSID:FEE1002D-90A5-4A5D-AABE-01803FFBCF7A>';
PcastHTML += '<PARAM NAME="Channel" VALUE=Pcast://ps.itv.mop.com/channels/DEFAULT/txt/' + version + '/' + CtlChannel + '.txt>';
PcastHTML += '<PARAM NAME="indexWait" VALUE=' + CtlIndex + '>';
PcastHTML += '<PARAM NAME="FromURL" VALUE=' + CtlUUID + '>';
PcastHTML += '<\/OBJECT>';
document.getElementById('PcastDIV').innerHTML = PcastHTML;
}

function alertInfo (CtlHeight,CtlWidth){
var Info;
Info =  '<table style="background-color:#000000;" width="200px" height="90px" border="0" align="center" cellpadding="0" cellspacing="0">';
Info += '<tr>';
Info += '<td>';
Info += '<a href="http://ps.itv.mop.com/dn/files/pCastSetup.exe" target="_blank"><img src="http://ps.itv.mop.com/ROOT/uni_ifm/img/action.gif" onclick="javascript:Clicked=true;" border="0"><\/a>';
Info += '<\/td><\/tr><\/table>';
Info += '<table style="background-color:#000000;" width="186px" height="60px" border="0" align="center" cellpadding="0" cellspacing="0">';
Info += '<tr>';
Info += '<td>';
Info += '<font color="#EEEEEE" style="font-family:Tahoma; font-size:12px; line-height:16px;">　　手工下载安装后刷新页面即可观看；如未点击，10秒后页面将自动安装，需选择“安装”才能继续。<\/font>';
Info += '<\/td><\/tr><\/table>';
document.getElementById('PcastDIV').innerHTML = Info;
}
