function over(title_who,a_who,_title_who){
	for(i=1;i<=6;i++){
		document.getElementById("title0"+i).style.background="url(line.gif) no-repeat right top"
		document.getElementById("title0"+i).style.padding="9px 20px 9px 20px"
		document.getElementById("a"+i).style.margin="3px 0px 0px 0px"
		document.getElementById("a"+i).style.color="#ffffff"
	}
		document.getElementById(title_who).style.background="url(/shhr/images/bg_menmu_a.jpg) no-repeat right top"
		document.getElementById(title_who).style.padding="12px 20px 9px 20px"
		document.getElementById(a_who).style.margin="0px"
		document.getElementById(_title_who).style.background="url()"
		document.getElementById(a_who).style.color="#ffffff"
		if(title_who!="title07"){
			document.getElementById("title07").style.background="url()"
		}		
}
function out(){
	for(i=1;i<=6;i++){
		document.getElementById("title0"+i).style.background="url(line.gif) no-repeat right top"
		document.getElementById("title0"+i).style.padding="9px 20px 9px 20px"
		document.getElementById("a"+i).style.margin="3px 0px 0px 0px"
		document.getElementById("jieshi0"+i).style.display="none"
		document.getElementById("a"+i).style.color="#ffffff"
	}
	document.getElementById("title01").style.background="url(/shhr/images/bg_menmu_a.jpg) no-repeat right top"
	document.getElementById("title01").style.padding="12px 20px 9px 20px"
	document.getElementById("title01").style.fontSize="14px"
	document.getElementById("a1").style.margin="0px"
	document.getElementById("title07").style.background="url()"
	document.getElementById("jieshi01").style.display="block"
	document.getElementById("a1").style.color="#ffffff"
}

function show_jieshi(who){
	for(i=1;i<=6;i++){
		document.getElementById("jieshi0"+i).style.display="none"
	}
	document.getElementById(who).style.display="block"
}

function hide_jieshi(who){
	if(who!="jieshi01"){
	document.getElementById(who).style.display="none"
	}
}

var timer,timer1,timer2,timer3,timer4,timer5,timer6,timer7

function setTime(n){
	if(n==1){
		timer1=setTimeout(function(){hide_jieshi("jieshi01")},200)
	}
	if(n==2){
		timer2=setTimeout(function(){hide_jieshi("jieshi02")},200)
	}
	if(n==3){
		timer3=setTimeout(function(){hide_jieshi("jieshi03")},200)
	}
	if(n==4){
		timer4=setTimeout(function(){hide_jieshi("jieshi04")},200)
	}
	if(n==5){
		timer5=setTimeout(function(){hide_jieshi("jieshi05")},200)
	}
	if(n==6){
		timer6=setTimeout(function(){hide_jieshi("jieshi06")},200)
	}

}
