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+"'></embed>");
}
