function loadswf(pstrlanguage)
{
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="766" height="291" id="flash_home_en" align="middle">');
		document.write('<param name="allowScriptAccess" value="sameDomain" />');
		document.write('<param name="movie" value="flash_home_' + pstrlanguage + '.swf" />');
		document.write('<param name="quality" value="high" />');
		document.write('<param name="salign" value="t" />');
		document.write('<param name="bgcolor" value="#ffffff" />');
		document.write('<param name="flashvars" value="menupath=../menu.swf&xmlpath=../menu.xml" />');
		document.write('<embed src="flash_home_' + pstrlanguage + '.swf" quality="high" salign="t" bgcolor="#ffffff" width="766" height="291" name="flash_home_en" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="menupath=../menu.swf&xmlpath=../menu.xml" />');
	document.write('</object>');
}

function loadswf_news()
{
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="766" height="185" id="flash_home_en" align="middle">');
		document.write('<param name="allowScriptAccess" value="sameDomain" />');
		document.write('<param name="movie" value="images/flash_news.swf" />');
		document.write('<param name="quality" value="high" />');
		document.write('<param name="salign" value="t" />');
		document.write('<param name="bgcolor" value="#ffffff" />');
		document.write('<param name="flashvars" value="menupath=../menu.swf&xmlpath=../menu.xml" />');
		document.write('<embed src="images/flash_news.swf" quality="high" salign="t" bgcolor="#ffffff" width="766" height="185" name="flash_home_en" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="menupath=../menu.swf&xmlpath=../menu.xml" />');
	document.write('</object>');
}

