var Origurl=window.location.toString();
var url= Origurl.split("/",3);
url.shift();
url.shift();
var temp = Origurl.split("/")[4];
if(temp == 'forum')
	url += "/forum";

$(function() {
	$("#logo").hover(function(){
	$(this).parent().parent().find(".navBox").show()
	});
	$(".navBox").mouseout(function(){
	$(".navBox").hide()
	});
	$(".navBox").mouseover(function(){
	$(".navBox").show()
	});
	
}) ;

document.write('<style type="text/css">');
document.write('#header{ width:960px; height:66px; margin:0px auto; background:#E2E2E2;position:relative; z-index:94444;}');
document.write('.navBox{ position:absolute; bottom:-40px;_bottom:-46px; left:5px; z-index:99999; display:none;}');
document.write('.navCon{ width:823px;height:58px; overflow:hidden;line-height:58px; padding:0px 10px;background:url(hanbancn/images/menu.png) no-repeat;text-align:center;}');
document.write('.navCon a{ height:58px; line-height:200px;display:block; float:left; color:#0256A0;}');
document.write('a.navCon:hover{ display:block; float:left; }');
document.write('a.home{ width:45px; height:58px;background:url(hanbancn/images/menu_home.gif) no-repeat scroll 0 25px;}');
document.write('a.home:hover{ width:45px; height:57px; background:url(hanbancn/images/menu_homeOn.gif) no-repeat scroll 0 8px;}');
document.write('a.aboutus{ width:73px; height:58px;background:url(hanbancn/images/menu_aboutus.gif) no-repeat scroll 0 25px;}');
document.write('a.aboutus:hover{ width:73px; height:57px; background:url(hanbancn/images/menu_aboutusOn.gif) no-repeat scroll 0 8px;}');
document.write('a.newscenter{ width:71px; height:58px;background:url(hanbancn/images/menu_news.gif) no-repeat scroll 0 25px;}');
document.write('a.newscenter:hover{ width:71px; height:57px; background:url(hanbancn/images/menu_newsOn.gif) no-repeat scroll 0 8px;}');
document.write('a.cio{ width:71px; height:58px;background:url(hanbancn/images/menu_cio.gif) no-repeat scroll 0 25px;}');
document.write('a.cio:hover{ width:71px; height:57px; background:url(hanbancn/images/menu_cioOn.gif) no-repeat scroll 0 8px;}');
document.write('a.teacher{ width:72px; height:58px;background:url(hanbancn/images/menu_teacher.gif) no-repeat scroll 0 25px;}');
document.write('a.teacher:hover{ width:72px; height:57px; background:url(hanbancn/images/menu_teacherOn.gif) no-repeat scroll 0 8px;}');
document.write('a.volunteer{ width:71px; height:58px;background:url(hanbancn/images/menu_volunteer.gif) no-repeat scroll 0 25px;}');
document.write('a.volunteer:hover{ width:71px; height:57px; background:url(hanbancn/images/menu_volunteerOn.gif) no-repeat scroll 0 8px;}');
document.write('a.resource{ width:74px; height:58px;background:url(hanbancn/images/menu_source.gif) no-repeat scroll 0 25px;}');
document.write('a.resource:hover{ width:74px; height:57px; background:url(hanbancn/images/menu_sourceOn.gif) no-repeat scroll 0 8px;}');
document.write('a.test{ width:71px; height:58px;background:url(hanbancn/images/menu_test.gif) no-repeat scroll 0 25px;}');
document.write('a.test:hover{ width:71px; height:57px; background:url(hanbancn/images/menu_testOn.gif) no-repeat scroll 0 8px;}');
document.write('a.scholarship{width:59px; height:58px;background:url(hanbancn/images/menu_money.gif) no-repeat scroll 0 25px;}');
document.write('a.scholarship:hover{ width:59px; height:57px; background:url(hanbancn/images/menu_moneyOn.gif) no-repeat scroll 0 8px;}');
document.write('a.bridge{ width:59px; height:58px;background:url(hanbancn/images/menu_bridge.gif) no-repeat scroll 0 25px;}');
document.write('a.bridge:hover{ width:59px; height:57px; background:url(hanbancn/images/menu_bridgeOn.gif) no-repeat scroll 0 8px;}');
document.write('a.cooperation{ width:72px; height:58px;background:url(hanbancn/images/menu_hezuo.gif) no-repeat scroll 0 25px;}');
document.write('a.cooperation:hover{ width:72px; height:57px; background:url(hanbancn/images/menu_hezuoOn.gif) no-repeat scroll 0 8px;}');
document.write('a.buscenter{ width:71px; height:58px;background:url(hanbancn/images/menu_business.gif) no-repeat scroll 0 25px;}');
document.write('a.buscenter:hover{ width:71px; height:57px; background:url(hanbancn/images/menu_businessOn.gif) no-repeat scroll 0 8px;}');

document.write('</style>');


document.write('<div class="navBox">');
document.write('<p class="navCon">');
document.write('<a href="../index.html" class="home">首页</a><a href="../node_7447.htm" class="aboutus">关于我们</a><a href="../node_6188.htm" class="newscenter">新闻中心</a><a href="../node_6187.htm" class="cio">孔子学院</a><a href="../node_6209.htm" class="teacher">汉语教师</a><a href="../node_6186.htm" class="volunteer">志愿者</a><a href="../node_6208.htm" class="resource">教学资源</a><a href="../node_6185.htm" class="test">汉语考试</a><a href="http://cis.chinese.cn/" class="scholarship" target="_blank">奖学金</a><a href="../node_6184.htm" class="bridge">汉语桥</a><a href="../node_6206.htm" class="cooperation">交流合作</a><a href="../node_6183.htm" class="buscenter">业务中心</a>');
document.write('</p>');
document.write('</div>');



