/****************************************************************************************************************
 								power by meeni 2007 flash code
<script type="text/javascript">flash_contents('../flash/top_navigation.swf', 500, 100);</script>
									MSN: meeni@live.cn
							   homepage: www.meeni.cn
****************************************************************************************************************/
	
	function flash_contents(file,width,height){
		document.writeln("<OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0' WIDTH='"+width+"' HEIGHT='"+height+"' id='contents' ALIGN=top''>");
		document.writeln("<PARAM NAME=movie value='"+file+"' />");
		document.writeln("<PARAM NAME=quality VALUE=high>");
		document.writeln("<PARAM NAME=bgcolor VALUE=#FFFFFF>");
		document.writeln("<PARAM NAME=wmode VALUE=transparent> ");
		document.writeln("<embed src='"+file+"' quality='high' bgcolor='#FFFFFF' width='"+width+"' height='"+height+"' name='contents' align='top' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' wmode='transparent' pluginspage='http://www.macromedia.com/go/getflashplayer' />");
		document.writeln("</OBJECT>");
	}
	
//navHover = function() {
//	var lis = document.getElementById("navmenu-h").getElementsByTagName("LI");
//	for (var i=0; i<lis.length; i++) {
//		lis[i].onmouseover=function() {
//			this.className+=" iehover";
//		}
//		lis[i].onmouseout=function() {
//			this.className=this.className.replace(new RegExp(" iehover\\b"), "");
//		}
//	}
//}
//if (window.attachEvent) window.attachEvent("onload", navHover);
