// JavaScript Document

function SetMenu(){
	document.write('<div style="width:900px; height:40px; position:relative; margin:0 auto auto; z-index:100;">');
	document.write('<div id="myId" style="height:40px; width:900px; position:absolute; top:0px; left:0px; margin:0 auto;">');
	document.write('<object id="MeinMenu" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="100%" height="100%"  align="middle">');
	document.write('<param name="movie" value="/common/swf/menu_news.swf" />');
	document.write('<param name="quality" value="high" />');
	document.write('<param name="wmode" value="transparent" />');
	document.write('<param name="swfversion" value="9.0.45.0" />');
	document.write('<param name="expressinstall" value="/common/js/expressInstall.swf" />');
	document.write('<param name="scale" value="noscale" />');
	document.write('<param name="salign" value="lt" />');
	document.write('<!--[if !IE]>-->');
	document.write('<object type="application/x-shockwave-flash" data="/common/swf/menu_news.swf" width="100%" height="100%" align="middle" salign="lt">');
	document.write('<!--<![endif]-->');
	document.write('<param name="quality" value="high" />');
	document.write('<param name="wmode" value="transparent" />');
	document.write('<param name="align" value="middle" />');
	document.write('<param name="swfversion" value="9.0.45.0" />');
	document.write('<param name="expressinstall" value="/common/js/expressInstall.swf" />');
	document.write('<param name="scale" value="noscale" />');
	document.write('<param name="salign" value="lt" />');
	document.write('</object>');
	document.write('</object>');
	document.write('<script type="text/javascript">');
	document.write('swfobject.registerObject("MeinMenu");');
	document.write('</script>');
	document.write('</div>');
	document.write('</div>');
}

SetMenu();

function divResize(h) {
    document.getElementById('myId').style.height = h+'px';
}




