// JavaScript Document By Silence QQ:82568873

/*-- tab --*/
function six(num,befor,id,e){
	for(i=1;i<=num;i++){
		try{
			if(i==befor){
				document.getElementById(id+i).style.display="block";
			}else{
				document.getElementById(id+i).style.display="none";
			}
		}catch(e){ }
	}
}

function mw (n,name,e){
	document.getElementById("mpjsjs_show").className=name;
	for(i=1;i<=2;i++){
		try{
			if(i==n){
				document.getElementById("xx"+i).style.display="block";
			}else{
				document.getElementById("xx"+i).style.display="none";
			}
		}catch(e){ }
	}
}

// JavaScript Document By Artcss
$(function(){
	function oTab (){
		$(this).addClass("hover").siblings().removeClass("hover").parent().next().children().hide();
		$("."+$(this).attr("id")).show();
	}
	$(".menu a:first").addClass("hover");
	$(".menu a").click(oTab);
});
