function MrJin(num){
for(var id = 1;id<=11;id++)
{
var MrJinF="rwmenu_ul"+id;
if(id==num)
document.getElementById(MrJinF).style.display="block";
else
document.getElementById(MrJinF).style.display="none";
}
if(num==1) 
document.getElementById("rwmenu_main").className="rwmenu_m_tit rwmenu_m_tit1";
if(num==2)
document.getElementById("rwmenu_main").className="rwmenu_m_tit rwmenu_m_tit2";
if(num==3)
document.getElementById("rwmenu_main").className="rwmenu_m_tit rwmenu_m_tit3";
if(num==4)
document.getElementById("rwmenu_main").className="rwmenu_m_tit rwmenu_m_tit4";
if(num==5)
document.getElementById("rwmenu_main").className="rwmenu_m_tit rwmenu_m_tit5";
if(num==6)
document.getElementById("rwmenu_main").className="rwmenu_m_tit rwmenu_m_tit6";
if(num==4)
document.getElementById("rwmenu_main").className="rwmenu_m_tit rwmenu_m_tit4";
if(num==7)
document.getElementById("rwmenu_main").className="rwmenu_m_tit rwmenu_m_tit7";
if(num==8)
document.getElementById("rwmenu_main").className="rwmenu_m_tit rwmenu_m_tit8";
if(num==9)
document.getElementById("rwmenu_main").className="rwmenu_m_tit rwmenu_m_tit9";
if(num==10)
document.getElementById("rwmenu_main").className="rwmenu_m_tit rwmenu_m_tit10";
if(num==11)
document.getElementById("rwmenu_main").className="rwmenu_m_tit rwmenu_m_tit11";
}
