// JavaScript Document
// JavaScript Document
function topMenu(topMenuWidth,siteName,siteUrl){
	/*参数说明
	siteName：站点名称（添加收藏用），无指定情况下，默认取当前页面的TITLE值作为名称
	siteUrl：站点URL地址（设为首页，添加收藏用），无指定情况下，默认取当前页面的URL地址值作为地址
	*/
	
	var homePage = (siteUrl == null || siteUrl == "") ? window.location.href : siteUrl;
	var homeName = (siteName == null || siteName == "") ? document.getElementsByTagName("title")[0].innerHTML : siteName;
	var topWidth = (topMenuWidth == null || topMenuWidth == "") ? -1 : topMenuWidth;
	homePage = (siteUrl == null || siteUrl == "") ? "http://www.nd.com.cn/":"http://www.nd.com.cn/";


	document.write('<style type="text/css"><!--');

	document.write('body { margin: 0 auto; text-align:center;}');
	document.write('#topnavbg *{ margin:0; padding:0; border:0; font:12px "宋体"; color:#333;}');
	document.write('#topnavbg ul,li{ list-style:none; margin:0; padding: 0;}');
	document.write('#topnavbg { margin:0 auto;text-align:center;height:100px;');
	if (topWidth != -1) document.write('width:'+topWidth+'px;');
	document.write('background: url(http://image.nd.com.cn/www/images/ndnew/images/main_bg_1.jpg) top repeat-x}');
	document.write('#topnav {position:relative;margin:0 auto;width:1002px;height:100px;background: url(http://image.nd.com.cn/www/images/ndnew/images/menu_1.jpg) no-repeat;}');
	document.write('#topnav a{	text-decoration:none;}');
	document.write('#topnav a:hover{ text-decoration:underline;}');
	document.write('#topnav_l{float:left;padding-left:20px; padding-top:10px;}');
	document.write('#topnav_r{float:right;width:440px; height:60px;}');
	document.write('#topnavmenu_r1{ text-align:left;padding:3px 0 0 95px; height:17px;}');
	document.write('#topnavmenu_r1 li{ display:inline; width:50px; margin-left:40px; }');
	document.write('#topnavmenu_r1 a{ color:#eee;}');
	document.write('#topnavmenu_r2 {padding:55px 0 0 30px; height:20px; float:left;}');
	document.write('#topnavmenu_r2 li{background:url(http://image.91.com/wwwnd/images/ndnew/images/menuico1.gif) no-repeat;padding:0 15px 0 13px;display:inline;}');
	document.write('#topnavmenu_r2 a{ color:#333;}');
	document.write('#topnavlanbtn {padding-top:45px; padding-left:5px;width:78px; height:28px; float:left;}');
	document.write('#topnavlan {position: absolute;	top:30px;right:35px;z-index:111;display:none; background:url(http://image.nd.com.cn/www/images/ndnew/images/0919lanbg_090423.gif) no-repeat center 30px;padding-top:35px;text-align:center;width:99px; height:55px;}');
	document.write('#topnavlan a{ color:#333; text-decoration:none;}');
	document.write('#topnavlan a:hover{ text-decoration:underline;}');
	document.write('#topnavlan li{ padding-top:5px;}');
	document.write('--></style>');
	document.write('<div  style=" background-color:#F0F0F0;">');
	document.write('<div id="topnavbg">');
	document.write('<div id="topnav">');
	document.write('<div id="topnav_l"><a href="http://www.nd.com.cn"><img src="http://img2.91huo.cn/rj/images/91download/2011/ndlogo_0330_1.png" alt="网龙网络有限公司" title="网龙网络有限公司" /></a></div>');
	document.write('<div id="topnav_r">');
	document.write('<div id="topnavmenu_r1">');
	document.write('<ul>');
	document.write('<li><a href="javascript:;" onclick="this.style.behavior=\'url(#default#homepage)\';this.setHomePage(\''+ homePage + '\');">设为首页</a></li>');
	document.write('<li><a href="javascript:;" id="myAddPanel">加入收藏</a></li>');
	document.write('<li><a href="http://www.nd.com.cn/cn/about/sitemap.shtml" target="_blank">站点地图</a></li>');
	document.write('</ul>');
	document.write('</div>');
	document.write('<div id="topnavmenu_r2">');
	document.write('<ul>');
	document.write('<li><a href="http://www.nd.com.cn/cn/games/games.shtml" target="_blank">产品介绍</a></li>');
	document.write('<li><a href="http://ir.nd.com.cn/cn/" target="_blank">投资者关系</a></li>');
	document.write('<li><a href="http://hr.nd.com.cn" target="_blank">人才招聘</a></li>');
	document.write('<li><a href="http://blog.nd.com.cn/" target="_blank">公司博客</a></li>');
	document.write('</ul>');
	document.write('</div>');
	document.write('<div id="topnavlanbtn"><a href="javascript:;" onclick="document.getElementById(\'topnavlan\').style.display=\'block\';"><img src="http://image.91.com/wwwnd/images/ndnew/images/menu_lan2.gif" alt="language" title="选择网龙公司网站其它语言版本" /></a></div>');
	document.write('<div id="topnavlan" onmouseover="style.display=\'block\';" onmouseout="style.display=\'none\';">');
	document.write('<ul>');
	
	document.write('<li><a id="translateID" name="translateID">繁体中文</a></li>');
	document.write('<li><a href="http://ir.netdragon.com/" target="_blank">English</a></li>');	
	document.write('<!--li>Union Europea</li-->');
	document.write('</ul>');
	document.write('</div>');
	document.write('<div style="clear:both;"></div>');
	document.write('</div>');	
	document.write('<div style="clear:both;"></div>');
	document.write('</div>');
	document.writeln('</div>');
    document.writeln('</div>');       
	document.getElementById("myAddPanel").onclick = function(){myAddPanel(homeName,homePage);}

}

//添加
function myAddPanel(homeName,homePage){
	       if ( window.sidebar && "object" == typeof( window.sidebar ) && "function" == typeof(window.sidebar.addPanel) )

       {               //  firefox
               window.sidebar.addPanel(homeName,homePage,"");       }

       else if ( document.all && "object" == typeof( window.external ) )

       {               //  ie
             	 window.external.AddFavorite(homePage,homeName);       }
		
}





