
function insertFlash(elm,w,h) {

if (!document.getElementById(elm)) return;
var str = '';
str += '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="'+w+'" height="'+h+'">';
str += '<param name="movie" value="/iflash/vcastr22.swf"> ';
str += '<param name="quality" value="high">';
str += '<param name="AllowNetworking" value="all">';
str += '<param name="AllowFullScreen" value="true">';
str += '<param name="FlashVars" value="vcastr_xml=/iflash/vcastr.xml&BarColor=0xFF6600&BarPosition=1&LogoText=xyfcw.com&IsShowTime=1&IsAutoPlay=0" />';

str += '<embed src="/iflash/vcastr22.swf" allowFullScreen="true" FlashVars="vcastr_xml=/iflash/vcastr.xml&BarColor=0xFF6600&BarPosition=1&LogoText=xyfcw.com&IsShowTime=1&IsAutoPlay=1" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+w+'" height="'+h+'"></embed>';
str += '</object> ';
document.getElementById(elm).innerHTML = str;

}

function insertFlash2(elm,w,h) {

if (!document.getElementById(elm)) return;
var str = '';
str += '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="'+w+'" height="'+h+'">';
str += '<param name="movie" value="/iflash/vcastr22.swf"> ';
str += '<param name="quality" value="high">';
str += '<param name="AllowNetworking" value="all">';
str += '<param name="AllowFullScreen" value="true">';
str += '<param name="FlashVars" value="vcastr_xml=/iflash/vcastr2.xml&BarColor=0xFF6600&BarPosition=1&LogoText=xyfcw.com&IsShowTime=1&IsAutoPlay=0" />';

str += '<embed src="/iflash/vcastr22.swf" allowFullScreen="true" FlashVars="vcastr_xml=/iflash/vcastr2.xml&BarColor=0xFF6600&BarPosition=1&LogoText=xyfcw.com&IsShowTime=1&IsAutoPlay=1" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+w+'" height="'+h+'"></embed>';
str += '</object> ';
document.getElementById(elm).innerHTML = str;

}

function insertFlash3(elm,w,h) {

if (!document.getElementById(elm)) return;
var str = '';
str += '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="'+w+'" height="'+h+'">';
str += '<param name="movie" value="/iflash/vcastr22.swf"> ';
str += '<param name="quality" value="high">';
str += '<param name="AllowNetworking" value="all">';
str += '<param name="AllowFullScreen" value="true">';
str += '<param name="FlashVars" value="vcastr_xml=/iflash/vcastr2.xml&BarColor=0xFF6600&BarPosition=1&LogoText=xyfcw.com&IsShowTime=1&IsAutoPlay=0" />';

str += '<embed src="/iflash/vcastr22.swf" allowFullScreen="true" FlashVars="vcastr_xml=/iflash/vcastr3.xml&BarColor=0xFF6600&BarPosition=1&LogoText=xyfcw.com&IsShowTime=1&IsAutoPlay=1" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+w+'" height="'+h+'"></embed>';
str += '</object> ';
document.getElementById(elm).innerHTML = str;

}
