﻿var a=function(id) {
   return document.getElementById(id);
}
			function show_menuC(numC){
				for(j=0;j<100;j++){
					 if(j!=numC){                        
						if(a('wtp0'+j)){              
					  a('wtp0'+j).style.display='none'; 
					}
					 }
				}
				if(a('wtp0'+numC)){                              
					if(a('wtp0'+numC).style.display=='block'){ 
					  a('wtp0'+numC).style.display='none';
					}else {
					  a('wtp0'+numC).style.display='block'; 
					}
				}
			} 
document.writeln("<link href=\"http:\/\/www.chinese.cn\/js\/shouye\/public.css\" rel=\"stylesheet\" type=\"text\/css\" >");
document.writeln("<link href=\"http:\/\/www.chinese.cn\/js\/sytle01.css\" title=\"style1\" disabled=\"true\" rel=\"stylesheet\" type=\"text\/css\" >");
document.writeln("<link href=\"http:\/\/www.chinese.cn\/js\/sytle02.css\" title=\"style2\" disabled=\"true\" rel=\"stylesheet\" type=\"text\/css\" >");
document.writeln("<link href=\"http:\/\/www.chinese.cn\/js\/sytle03.css\" title=\"style3\" disabled=\"true\" rel=\"stylesheet\" type=\"text\/css\" >");
document.writeln("<link href=\"http:\/\/www.chinese.cn\/js\/sytle04.css\" title=\"style4\" disabled=\"true\" rel=\"stylesheet\" type=\"text\/css\" >");
document.writeln("<link href=\"http:\/\/www.chinese.cn\/js\/sytle05.css\" title=\"style5\" disabled=\"true\" rel=\"stylesheet\" type=\"text\/css\" >");
document.writeln("<style type=\"text\/css\">");
document.writeln(".menu,.header{width:1002px; height:177px; margin:0 auto;position:relative;z-index:999;}");
document.writeln(".header{ height:25px;_height:25px;}");
document.writeln(".header span{float:right; display:block; height:25px; margin-left:20px; margin-top:-3px; _margin-top:0px;}");
document.writeln(".header span img{ margin:-1px 5px 0 ;height:18px; width:18px;}");
document.writeln(".header,.header a{ color:#fff;}");
document.writeln(".oss{position:relative;}");
document.writeln("..logo span{float:right; width:257px; height:27px; margin-top:40px; display:block;}");
document.writeln(".logo span img{ margin-top:-15px;}");
document.writeln(".nav{ display:block; width:860px; height:45px;position:relative;overflow:visible!important;z-index:99;float:left;}");
document.writeln(".nav li{display:block; width:154px; height:28px; float:left; margin:9px 0 0 5px; line-height:26px; text-align:center;}");
document.writeln(".changeColor{background-color: #FFFFFF;display: none;float: left;height: 25px;left: -90px;padding-top: 10px;position: absolute;top: 27px;width: 200px;_top: 22px}");
document.writeln(".changeColor ul{ margin-left:10px;}");
document.writeln(".changeColor li,.c1,.c2,.c3,.c4,.c5,.c6{ display:block; width:13px; margin-left:10px; height:11px; float:left;border:1px solid #999999;}");
document.writeln(".c1{background:url(http:\/\/www.chinese.cn\/js\/daohang\/gg.gif) -1px 0px no-repeat;}");
document.writeln(".c2{ background:url(http:\/\/www.chinese.cn\/js\/daohang\/gg.gif) -18px 0px no-repeat;}");
document.writeln(".c3{ background:url(http:\/\/www.chinese.cn\/js\/daohang\/gg.gif) -35px 0px no-repeat;}");
document.writeln(".c4{background:url(http:\/\/www.chinese.cn\/js\/daohang\/gg.gif) -51px 0px no-repeat;}");
document.writeln(".c5{background:url(http:\/\/www.chinese.cn\/js\/daohang\/gg.gif) -68px 0px no-repeat;}");
document.writeln(".languages2 a{ color:#FFF;}");
document.writeln(".search{position:relative;}");
document.writeln(".languages2 li{ width:170px;height:23px;text-align:center!important;margin-top:-3px;margin:1px 0!important; float:left; display:block;_margin:0!important;padding:2px 3px 0 3px;_width:165px;_height:21px;}")
document.writeln(".nav li a{color:#000; display:block;  font-size:14px; height:28px; width:154px;}");
document.writeln("li.navs1 a{width:170px; height:26px; }");
document.writeln(".languages2 li a,.languages2 li a:hover{width:170px; height:25px;display:block; border-bottom:1px solid #dfe5e6; background:none!important; line-height:25px;color:#b01602!important;_width:165px;}")
document.writeln(".languages3{display:none; position:absolute;left:822px;z-index:55;overflow:hidden;padding-top:0!important;z-index:999;top:11px;*top:9px;text-align:center;_top:11px;}");
document.writeln(".languages2{display:block; margin-top:0px;width:170px;height:285px;background:url(http:\/\/www.chinese.cn\/js\/fffffff.gif);}")
document.writeln("li.navs1 a:hover{ background:none;margin:0!important;}");
document.writeln(".box1{width:1002px; height:395px; margin:0 auto; padding:13px 0 0; background-color:#FFFFFF; overflow:hidden;}");
document.writeln(".box1_right{float:left;width:272px; height:388px;border-top: 2px solid #2F5D6A;}");
document.writeln(".box1_right h1{ font-size:20px; margin-bottom:18px; font-weight:bold; color:#9a0100; margin:10px 13px 0px;}");
document.writeln(".box1_right h1 span a{ float:right; font-size:12px; color:#555457; font-weight:normal; margin:10px 0 0 0;}");
document.writeln(".box1_right p{ color:#939393;letter-spacing:1px;margin-left:13px;}");
document.writeln(".box1_right p span a{ color:#FF0000;}");
document.writeln("hr{ border:1px solid #2f5d6a;}");
document.writeln(".box1_right ul{ margin:13px 0 17px 13px;}");
document.writeln("<\/style>");
document.writeln("<div class=\"menu\">");
document.writeln("<div class=\"header\">");
	  var Sys = {};
  var ua = navigator.userAgent.toLowerCase();
  var s;
        (s = ua.match(/msie ([\d.]+)/)) ? Sys.ie = s[1] :
        (s = ua.match(/firefox\/([\d.]+)/)) ? Sys.firefox = s[1] :
        (s = ua.match(/chrome\/([\d.]+)/)) ? Sys.chrome = s[1] :
        (s = ua.match(/opera.([\d.]+)/)) ? Sys.opera = s[1] :
        (s = ua.match(/version\/([\d.]+).*safari/)) ? Sys.safari = s[1] : 0;

	if (!Sys.safari || parseFloat(Sys.safari) < 5){
		 document.writeln("<span class=\"oss\"><img src=\"http:\/\/www.chinese.cn\/js\/daohang\/huanfu.gif\" width=\"18\" height=\"18\" \/><a onclick=\"show_menuC(2)\">换肤<\/a>");
document.writeln("<div class=\"changeColor\" id=\"wtp02\" onmouseover=\"this.style.display=\'block\'\" onmouseout=\"this.style.display=\'none\'\"><ul id=\"wtp02\">");
		document.writeln("<li class=\"c1 styleswitch\" rel=\"style1\" ><\/li>");
		document.writeln("<li class=\"c2 styleswitch\" rel=\"style2\" ><\/li>");
		document.writeln("<li class=\"c3 styleswitch\" rel=\"style3\" ><\/li>");
		document.writeln("<li class=\"c4 styleswitch\" rel=\"style4\" ><\/li>");
		document.writeln("<li class=\"c5 styleswitch\" rel=\"style5\" ><\/li>");
		document.writeln("<\/ul><\/div>");
		document.writeln("<\/span>")
	}else{
	   document.writeln("<link href=\"..\/js\/sytle01.css\" title=\"style1\" rel=\"stylesheet\" type=\"text\/css\" >");}
document.writeln("<span><img src=\"http:\/\/www.chinese.cn\/js\/daohang\/ren.gif\" width=\"18\" height=\"18\" \/><a href=\"http:\/\/my.chinese.cn\/en\/\">进入社区<\/a><\/span>");
document.writeln("<\/div>");
document.writeln("<div class=\"logo\"><span>");
document.writeln(" <form action=\"http:\/\/www.chinese.cn\/cse.html\" id=\"cse-search-box\">");
document.writeln("<input type=\"text\" name=\"q\" value=\"搜索\" onfocus=\"if (value ==\'搜索\'){value =\'\'}\" onblur=\"if (value ==\'\'){value=\'搜索\'}\"  ><input class=\"button\" type=\"submit\"  value=\"\"><\/form> ");
document.writeln("<\/span><a href=\"http:\/\/www.chinese.cn\/\"><img src=\"http:\/\/www.chinese.cn\/js\/daohang\/logo.gif\"\/><\/a>");
document.writeln("<\/div>");
document.writeln("<div class=\"navZong\">");

document.writeln("<ul class=\"nav\">");
document.writeln("<li class=\"out\"><a href=\"http:\/\/www.chinese.cn\/\">首页<\/a><\/li>");
document.writeln("<li><a href=\"http:\/\/www.chinese.cn\/newssummary\">新闻汉语<\/a><\/li>");
document.writeln("<li><a href=\"http:\/\/www.chinese.cn\/onlinelearning\">在线学习<\/a><\/li>");
document.writeln("<li><a href=\"http:\/\/www.chinese.cn\/college\">孔子学院<\/a><\/li>");
document.writeln("<li><a href=\"http:\/\/www.chinese.cn\/culturecollection\">文化集锦<\/a><\/li>");
document.writeln("<\/ul>");
document.writeln('<div class=\"btnTagg\"><div id="gft_more" style="cursor:pointer;">More Language<\/div>');
				 
document.writeln('<div class="dome1">');
document.writeln('<div class="clearfix guan36"><span class="close36" style="cursor:pointer;"></span></div>');
document.writeln('<div class="duoguo clearfix">');
document.writeln('<ul class="clearfix">');
document.writeln('<li><a href="http://www.chinese.cn/"><span>中文</span>&nbsp;Chinese</a></li>');
document.writeln('<li><a href="http://english.chinese.cn/"><span>英语</span>&nbsp;English</a></li>');
document.writeln('<li><a href="http://spanish.chinese.cn/"><span>西班牙语</span>&nbsp;Español</a></li>');;
document.writeln('<li><a href="http://french.chinese.cn/"><span>法语</span>&nbsp;Français</a></li>');
document.writeln('<li><a class="em" href="http://russian.chinese.cn/"><span>俄语</span>&nbsp;Русский язык</a></li>');
document.writeln('<li><a href="http://arabic.chinese.cn/" class="hack_bgImg"><span>阿拉伯语</span>&nbsp;<img src="http:\/\/danish.chinese.cn\/js\/shouye/lan_alb.gif"></a></li>');
document.writeln('<li><a href="http://german.chinese.cn/"><span>德语</span>&nbsp;Deutsch</a></li>');
document.writeln('<li><a href="http://japanese.chinese.cn/"><span>日语</span>&nbsp;日本語</a></li>');
document.writeln('<li><a href="http://korean.chinese.cn/"><span>韩语</span>&nbsp;한국어</a></li>');
document.writeln('<li><a href="http://thai.chinese.cn/"><span>泰语</span>&nbsp;ภาษาไทย</a></li>');
document.writeln('<li><a href="http://albanian.chinese.cn"><span>阿尔巴尼亚语</span>&nbsp;Shqip</a></li>');
document.writeln('<li><a class="em" href="http://bulgarian.chinese.cn"><span>保加利亚语</span>&nbsp;Български език</a></li>');
document.writeln('<li><a href="http://icelandic.chinese.cn"><span>冰岛语</span>&nbsp;íslenska</a></li>');
document.writeln('<li><a href="http://polish.chinese.cn"><span>波兰语</span>&nbsp;Polski</a></li>');
document.writeln('<li><a href="http://persian.chinese.cn" class="hack_bgImg"><span>波斯语</span>&nbsp;<img src="http:\/\/danish.chinese.cn\/js\/shouye/lan_bs.gif"></a></li>');
document.writeln('<li><a href="http://danish.chinese.cn"><span>丹麦语</span>&nbsp;Dansk</a></li>');
document.writeln('</ul>');
document.writeln('<ul class="clearfix">');
document.writeln('<li><a href="http://filipino.chinese.cn"><span>菲律宾语</span>&nbsp;Tagalog</a></li>');
document.writeln('<li><a href="http://finnish.chinese.cn"><span>芬兰语</span>&nbsp;Suomi</a></li>');
document.writeln('<li><a href="http://hausa.chinese.cn" class="hack_bgImg"><span>豪萨语</span>&nbsp;<img src="http:\/\/danish.chinese.cn\/js\/shouye/lan_hsy.gif"></a></li>');
document.writeln('<li><a href="http://dutch.chinese.cn"><span>荷兰语</span>&nbsp;Nederlands</a></li>');
document.writeln('<li><a href="http://cambodian.chinese.cn" class="hack_bgImg"><span>柬埔寨语</span>&nbsp;<img src="http:\/\/danish.chinese.cn\/js\/shouye/lan_jpz.gif"></a></li>');
document.writeln('<li><a href="http://czech.chinese.cn"><span>捷克语</span>&nbsp;Čeština</a></li>');
document.writeln('<li><a href="http://croatian.chinese.cn"><span>克罗地亚语</span>&nbsp;Hrvatski</a></li>');
document.writeln('<li><a href="http://lao.chinese.cn" class="hack_bgImg"><span>老挝语</span>&nbsp;<img src="http:\/\/danish.chinese.cn\/js\/shouye/lan_lao.gif"></a></li>');
document.writeln('<li><a href="http://romanian.chinese.cn"><span>罗马尼亚语</span>&nbsp;Română</a></li>');
document.writeln('<li><a href="http://malay.chinese.cn"><span>马来语</span>&nbsp;Bahasa Melayu</a></li>');
document.writeln('<li><a href="http://mongolian.chinese.cn"><span>蒙古语</span>&nbsp;Монгол хэл</a></li>');
document.writeln('<li><a href="http://burmese.chinese.cn" class="hack_bgImg"><span>缅甸语</span>&nbsp;<img src="http:\/\/danish.chinese.cn\/js\/shouye/lan_md.gif"></a></li>');
document.writeln('<li><a href="http://nepali.chinese.cn" class="hack_bgImg"><span>尼泊尔语</span>&nbsp;<img src="http:\/\/danish.chinese.cn\/js\/shouye/lan_nber.gif"></a></li>');
document.writeln('<li><a href="http://norwegian.chinese.cn"><span>挪威语</span>&nbsp;Norsk</a></li>');
document.writeln('<li><a href="http://portuguese.chinese.cn"><span>葡萄牙语</span>&nbsp;Português</a></li>');
document.writeln('<li><a href="http://swedish.chinese.cn"><span>瑞典语</span>&nbsp;Svenska</a></li>');
document.writeln('</ul>');
document.writeln('<ul class="clearfix">');
document.writeln('<li><a href="http://serb.chinese.cn"><span>塞尔维亚语</span>&nbsp;Srpski</a></li>');
document.writeln('<li><a href="http://sinhalese.chinese.cn" class="hack_bgImg"><span>僧伽罗语</span>&nbsp;<img src="http:\/\/danish.chinese.cn\/js\/shouye/lan_sjl.gif"></a></li>');
document.writeln('<li><a href="http://slovak.chinese.cn"><span>斯洛伐克语</span>&nbsp;Slovenská</a></li>');
document.writeln('<li><a href="http://swahili.chinese.cn"><span>斯瓦希里语</span>&nbsp;Kiswahili</a></li>');
document.writeln('<li><a href="http://turkish.chinese.cn"><span>土耳其语</span>&nbsp;Türkçe</a></li>');
document.writeln('<li><a href="http://urdu.chinese.cn" class="hack_bgImg"><span>乌尔都语</span>&nbsp;<img src="http:\/\/danish.chinese.cn\/js\/shouye/lan_uerdu.gif"></a></li>');
document.writeln('<li><a class="em" href="http://ukrainian.chinese.cn"><span>乌克兰语</span>&nbsp;Український</a></li>');
document.writeln('<li><a href="http://hebrew.chinese.cn" class="hack_bgImg"><span>希伯来语</span>&nbsp;<img src="http:\/\/danish.chinese.cn\/js\/shouye/lan_xbl.gif"></a></li>');
document.writeln('<li><a href="http://greek.chinese.cn"><span>希腊语</span>&nbsp;Eλληνικά</a></li>');
document.writeln('<li><a href="http://hungarian.chinese.cn"><span>匈牙利语</span>&nbsp;Magyar</a></li>');
document.writeln('<li><a href="http://italian.chinese.cn"><span>意大利语</span>&nbsp;Italiano</a></li>');
document.writeln('<li><a href="http://hindi.chinese.cn" class="hack_bgImg"><span>印地语</span>&nbsp;<img src="http:\/\/danish.chinese.cn\/js\/shouye/lan_yd.gif"></a></li>');
document.writeln('<li><a href="http://indonesian.chinese.cn"><span>印尼语</span>&nbsp;Bahasa Indonesia</a></li>');
document.writeln('<li><a href="http://vietnamese.chinese.cn"><span>越南语</span>&nbsp;Tiếng Việt Nam</a></li>');
document.writeln("<\/ul>");
document.writeln("<\/div>");
document.writeln("<\/div>");
document.writeln('<\/div>');
document.writeln("<style type=\"text\/css\">");
document.writeln(".navZong .btnTagg{float:right;height:45px; line-height:45px; width:110px;font-size:12px; font-weight:bold;}");


document.writeln("<\/style>");

document.writeln("<script type=\"text/javascript\" src=\"http:\/\/www.chinese.cn\/js\/shouye/animation.js\"></script>");
document.writeln('<\/div>');
document.writeln("<\/div>")
