var _gaq = _gaq || [];
_gaq.push( [ '_setAccount', 'UA-3672694-9' ]);
_gaq.push( [ '_trackPageview' ]);
(function() {
	var ga = document.createElement('script');
	ga.type = 'text/javascript';
	ga.async = true;
	ga.src = ('https:' == document.location.protocol ? 'https://ssl'
			: 'http://www') + '.google-analytics.com/ga.js';
	var s = document.getElementsByTagName('script')[0];
	s.parentNode.insertBefore(ga, s);
})();

$('html').addClass('js-enabled');
$(document).ready(function() {
	$('#menu li.primary_nav_item').find('div.subnav_container').hide();
	$('#menu li.primary_nav_item').mouseenter(function(e) {
		var $elm = $(this);
		$elm.data('mouseover', true);
		setTimeout(function() {
			if ($elm.data('mouseover'))
				$elm.children('div.subnav_container:hidden').slideDown();
		},100);
	}).mouseleave(function(e) {
		var $elm = $(this);
		$elm.data('mouseover', false);
		$elm.children('div.subnav_container:visible').slideUp();
	})
});

function MM_jumpMenu(targ,selObj,restore){//v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if(restore) selObj.selectedIndex=0;
}

function go_page(){
	if(document.getElementById("page_name").value == "-1"){
		alert("请选择双引号旗下机构！");
	}else if(document.getElementById("page_name").value == "0"){
		//window.location.href="http://www.zhuanzhehao.com/";
		window.open("http://www.zhuanzhehao.com/");
	}else if(document.getElementById("page_name").value == "1"){
		//window.location.href="http://bbs.zhuanzhehao.com/";
		window.open("http://bbs.zhuanzhehao.com/");
	}else if(document.getElementById("page_name").value == "2"){
		//window.location.href="http://us.zhuanzhehao.com/";
		window.open("http://us.zhuanzhehao.com/");
	}else if(document.getElementById("page_name").value == "3"){
	}else if(document.getElementById("page_name").value == "4"){
	}else if(document.getElementById("page_name").value == "5"){
	}else{}
}
