function LoadFlash(url,wmode,width,Height)
{  
  document.write(
    '<embed src="'+url+'" width="'+width+'" height="'+Height+'" align="absmiddle" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="'+wmode+'" allowFullScreen="false"></embed>');    
} 

function LoadFlashwithflv(url,width,height,flashVars)
{  
  document.write(
    '<embed src="'+url+'" width="'+width+'" height="'+ height+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" allowFullScreen="false" FlashVars="vcastr_file='+flashVars+'"></embed>');    
} 