function LoadFlash(url,wmode,width,Height)
{  
  document.write(
    '<embed src="' + url + '" wmode=' + wmode +
    ' quality="high" pluginspage=http://www.macromedia.com/go/getflashplayer  type="application/x-shockwave-flash" menu="false" scale="exactfit" width="' + width + 
    '" height="' + Height + '"><param name="SCALE" value="exactfit"><param name="WMode" value="transparent"></embed>');    
}

