// JavaScript Document

function jzflash(mourl){
document.getElementById("flash").innerHTML="<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0' width='260' height='160'><param name='wmode' value='transparent' /><param name='menu' value='false' /><param name='movie' value='../video/tvbfx.swf' /><param name='allowFullScreen' value='true' /><param name='quality' value='high' /> <param name='FlashVars' value='vcastr_file="+mourl+"&IsAutoPlay=1&BufferTime=3' /><embed src='../video/tvbfx.swf' allowfullscreen='true' flashvars='vcastr_file="+mourl+"&IsAutoPlay=1&BufferTime=3' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='260' height='160'></embed>  </object>"

}
