var height = Number(document.documentElement.scrollHeight)-30;
if (height<550) {
	height = 550;
}
function LoadFlash(url, wmode) {
	document.write('<embed src="'+url+'" wmode='+wmode+' quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="100%" height='+height+'></embed>');
}