function chen(tab,btn){
	if(tab.style.display=="none"){
		
		tab1.style.display="none";
		tab2.style.display="none";
		tab3.style.display="none";
		tab4.style.display="none";
		tab5.style.display="none";
		tab6.style.display="none";
		
		btn1.className="BTN_style_1";
		btn2.className="BTN_style_1";
		btn3.className="BTN_style_1";
		btn4.className="BTN_style_1";
		btn5.className="BTN_style_1";
		btn6.className="BTN_style_1";
		
		tab.style.display="";
		btn.className="BTN_style_2";
		
	}
	else
	{
		tab.style.display="";
		btn.className="BTN_style_2";
	}
}
		