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