// JavaScript Document
$(function() {
	$("#changLan").hover(function(){
	$(".changLanBox").show()
	});
	$(".changLanBox").mouseout(function(){
	$(".changLanBox").hide()
	});
	$(".changLanBox").mouseover(function(){
	$(".changLanBox").show()
	});
	
}) ;


document.write('<style type="text/css">');
document.write('.changLanBox{position:absolute;top:38px;right:12px; width:45px; padding:0px 10px 10px 10px; overflow:hidden; background:#203CEB; z-index:999;display:none}');
document.write('.changLanBox dl{overflow:hidden;}');
document.write('.changLanBox dd{ line-height:22px; text-align:center; color:#fff; border-bottom:1px dotted #fff}');
document.write('.changLanBox dd a,homepage a,ask a{ color:#fff!important;}');

document.write('.menuBox{ float:right; width:212px;position:relative; }');
document.write('.menuBox ul{ padding:20px 0px 5px 0px; overflow:hidden; height:18px;}');
document.write('.menuBox ul li{ float:left; height:18px; line-height:18px; margin-right:3px; color:#FFFFFF; text-align:center;}');
document.write('.menuBox ul li a{ height:18px; line-height:18px; color:#FFFFFF!important;}');
document.write('.menuBox ul li.homepage{ width:69px; height:18px; background:url(http://www.chinese.cn/hanbancn/images/newsCenter_07.gif) no-repeat;}');
document.write('.menuBox ul li.ask{ width:60px; height:18px; background:url(http://www.chinese.cn/hanbancn/images/newsCenter_09.gif) no-repeat;}');
document.write('.menuBox ul li.change{ width:69px; height:18px;  background:url(http://www.chinese.cn/hanbancn/images/newsCenter_11.gif) no-repeat;}');
document.write('.menuBox ul li.change p{margin-left:4px;}');
document.write('.search_input{ width:186px; height:16px; line-height:16px; border:1px solid #A7A7A7;}');
document.write('.searchButton{ width:19px; height:18px; border:0px; background:url(http://www.chinese.cn/hanbancn/images/newsCenter_17.gif) no-repeat;}');
document.write('</style>');


document.write('<script type="text/javascript" src="http://www.google.com/cse/brand?form=cse-search-box&lang=zh-CN"><\/script>');
document.write('<script type="text/javascript" src="http://www.google.com/jsapi"><\/script>');
document.write('<script type="text/javascript">google.load(\'search\', \'1\');google.setOnLoadCallback(function() {google.search.CustomSearchControl.attachAutoCompletion(\'000806279664007884269:iukdclarcke\',document.getElementById(\'q\'),\'cse-search-box\');});<\/script>');

document.write('<div class="menuBox">');
document.write('<ul>');
document.write('<li class="homepage"><a href="http://www.hanban.org">首页</a></li>');
document.write('<li class="ask"><a href="http://www.hanban.org/node_6460.htm">常见问题</a></li>');
document.write('<li class="change" id="changLan"><p>选择语言</p></li>');
document.write('</ul>');
document.write('<p>');

document.write('<form action="http://www.hanban.org/result.html" id="cse-search-box">');
document.write('<input type="hidden" name="cx" value="000806279664007884269:iukdclarcke" />');
document.write('<input type="hidden" name="cof" value="FORID:10" />');
document.write('<input type="hidden" name="ie" value="UTF-8" />');
document.write('<input name="q" id="q" autocomplete="on" size="31" type="text" class="search_input"/><input type="submit" name="sa" class="searchButton" value=""/>');
document.write('</form>');

document.write('</p>');
document.write('<div class="changLanBox">');
document.write('<dl class="switch">');
document.write('<dd><a href="http://www.hanban.org/">中文</a></dd>');
document.write('<dd><a href="http://english.hanban.org">English</a></dd>');
document.write('</dl>');
document.write('</div>');
document.write('</div>');

