$(function(){
	if($("#navuinfo").size() > 0){
		$("#navuinfo .inp_text, #navuinfo .inp_sm").hover(function(){$(this).addClass("inp_text_active")},function(){$(this).removeClass("inp_text_active")})
	}
	
		
	$("#showswitch").hover(
		function(){$(this).addClass("nav_switch_active")},function(){$(this).removeClass("nav_switch_active");}
	)

	$("#quickmenu").hover(function(){$(this).addClass("nav_quicklick_active")},function(){$(this).removeClass("nav_quicklick_active")})

	$("#forumnav dt a").focus(function(){$(this).blur();})
	/*$("#forumnav dl").hover(
		function(){
			$("#forumnav dl").removeClass("active");
			$(this).addClass("active");
		},function(){
			$(this).removeClass("active")
		}).click(function(e){e.stopPropagation();}).find("a").focus(function(){$(this).blur();})
	*/

	$("#showitemnav").navgation({obj:"forumnav"})
	
	$("#navSearchKey").click(function(){if($(this).val() == "输入关键字，搜我想要的！"){$(this).val("")}})

	$("#searchform .inp_radio input").click(function(){
		$("#searchform .inp_radio").removeClass("inp_radio_active");
		$(this).parent().addClass("inp_radio_active")
	}).focus(function(){$(this).blur();});

	$("#announce .announce_closed").click(function(){
		$("#announce").animate({marginTop:"-30px"},800)
	})

	$("#headernav").hover(function(){
		var navTmp = $(this).find("#nav_tips");
		navTmp.find("div").css("width",navTmp.width()).end().show()
	},function(){$(this).find("#nav_tips").fadeOut()})

	$("body").click(function(){$("#forumnav dl").removeClass("active");})
});

(function($){
	$.fn.navgation = function(options){
		var $this = $(this);
		var $obj = $("#"+ options.obj);
		var tmpHeight = ($obj.height() * (-1));
		var timeout = pause = "";
		if($obj.is(".nav_forum_club")){
			$this.hover(function(){
				if($obj.css("top") < 0 && $obj.css("top") > tmpHeight){return false;}
				$obj.animate({top:"0px"},80,function(){
					clearTimeout(timeout);
					$obj.hover(
						function(){
							pause = true;
							$(this).show()
						},
						function(){
							timeout = setTimeout(
								function(){
									pause = false;
									$obj.animate({top:tmpHeight + "px"},120)
								},200)
						}
					)
				})
			},function(){
				timeout = setTimeout(
					function(){
						if(pause != true){
							$obj.animate({top:tmpHeight + "px"},120)
						}
					},300)
			}).find("a").click(function(){return false;});
		}
	}
})(jQuery);

var dk = {};
	dk.showFooter = function(){
		if(arguments.length  == 0){
			document.write('<div id="bottomInfo"><div class="bottomInfo"><a href="http://corp.dukuai.com/corp/page/intro.html" target="_blank">公司简介</a>|<a href=" http://corp.dukuai.com/corp/page/news.html" target="_blank">公司动态</a>|<a href="http://corp.dukuai.com/corp/page/products.html" target="_blank">产品和服务</a>|<a href="http://corp.dukuai.com/corp/page/partners.html" target="_blank">合作伙伴</a>|<a href="http://corp.dukuai.com/corp/page/culture.html" target="_blank">团队建设</a>|<a href="http://corp.dukuai.com/corp/page/join.html" target="_blank">诚聘英才</a>|<a href="http://corp.dukuai.com/corp/page/law.html" target="_blank">法律声明</a>|<a href="http://corp.dukuai.com/corp/page/contact.html" target="_blank">联系我们</a>|<a href="http://www.19lou.com/faq.php" target="_blank">帮助中心</a>|<a href="http://www.19lou.com/misc/links/more.html" target="_blank">友情链接</a></div>');
	 document.write('<script src="http://image.dukuai.com/dukuai/js/toolkit/datamining/ttclick-2.1.js"></script>');
	 document.write('<div class="bottomcopyright">&copy;2001-2009   <a href="http://www.dukuai.com/" target="_blank">杭州都快网络传媒有限公司(dukuai.com)</a>版权所有<br />本网站常年法律顾问：浙江君安世纪律师事务所 王进 应振芳 律师<br /><a href="http://www.discuz.net/" target="_blank">discuz!技术支持</a>&nbsp;&nbsp;<a href="http://www.miibeian.gov.cn/" target="_blank">ICP证：浙B2-20070008</a><div class="police"><a href="http://www.pingpinganan.gov.cn/" target="_blank"><img src="http://image.dukuai.com/dukuai/upload/ui/pingping.gif" height="53" width="38" border="0" /></a>&nbsp;<a href="http://www.pingpinganan.gov.cn/" target="_blank"><img src="http://image.dukuai.com/dukuai/upload/ui/police_station.gif" height="53" width="53" border="0" /></a>&nbsp;<a href="http://www.pingpinganan.gov.cn/" target="_blank"><img src="http://image.dukuai.com/dukuai/upload/ui/anan.gif" height="53" width="35" border="0" /></a></div><div class="logo_foot"><a href="http://www.19lou.com" target="_blank"><img src="http://i3.dukuai.com/ui/style/08/img/19logo_foot.gif" width="105" height="53" border="0" /></a></div></div></div>');
		}else if(arguments[0] == "simple"){
			document.write('<script src="http://image.dukuai.com/dukuai/js/toolkit/datamining/ttclick-2.1.js"></script><div class="layout foot"><div><a href="#" title="" target="_blank">公司简介</a> | <a href="#" title="" target="_blank">公司动态</a> | <a href="#" title="" target="_blank">产品和服务</a> | <a href="#" title="" target="_blank">合作伙伴</a> | <a href="#" title="" target="_blank">团队建设</a> | <a href="#" title="" target="_blank">诚聘英才</a> | <a href="#" title="" target="_blank">法律声明</a> | <a href="#" title="" target="_blank">联系我们</a> | <a href="#" title="" target="_blank">帮助中心</a> | <a href="#" title="" target="_blank">友情连接</a></div><p>&copyright2001-2009 杭州都快网络传媒有限公司(dukuai.com)版权uoyou  ICP证：浙B2-20070008</p></div>');
		}
	}


