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