function fPlaceFlashSqr(){
	nWindowWidth=(document.body.offsetWidth ? document.body.offsetWidth : document.width);
	document.getElementById("oHomeFlash").style.width=nWindowWidth-30;
}

function fGenerateFlash(){
	nWindowWidth=(document.body.offsetWidth ? document.body.offsetWidth : document.width);

	if(nWindowWidth<=800){   // 800*600 resolution
		document.write("<div id='oHomeFlash' style='top:34px;'><object width='770' height='364' id='home2' align='center' style='border-top:0px solid yellow;border-bottom:0px solid yellow;' classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0'>");
		document.write("<param name='allowScriptAccess' value='sameDomain' /><param name='movie' value='/flash/home800.swf' />");
		document.write("<param name='quality' value='high' /><param name='wmode' value='transparent' /><param name='bgcolor' value='#ffffff' />");
		document.write("<embed src='home800.swf' quality='high' wmode='transparent' bgcolor='#ffffff' width='988' height='365' name='home2' align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />");
		document.write("</object></div>");
	}
	else{  // 1024*768 resolution or more
		document.write("<div id='oHomeFlash' style='top:47px;'><object width='988' height='364' id='home2' align='center' style='border-top:0px solid yellow;border-bottom:0px solid yellow;' classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0'>");
		document.write("<param name='allowScriptAccess' value='sameDomain' /><param name='movie' value='/flash/home1024.swf' />");
		document.write("<param name='quality' value='high' /><param name='wmode' value='transparent' /><param name='bgcolor' value='#ffffff' />");
		document.write("<embed src='home1024.swf' quality='high' wmode='transparent' bgcolor='#ffffff' width='988' height='365' name='home2' align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />");
		document.write("</object></div>");
	}
}