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