function showCnt(l,n){
			getObject("d"+l).style.display=""
			getObject("a"+l).onmouseout=function (){getObject("d"+l).style.display="none"}

}
function nTabs(thisObj,Num){

var tabObj = thisObj.parentNode.id;

for(i=0; i <11; i++)
{
  if (i == Num)
  {
   
      document.getElementById(tabObj+"_Content"+i).style.display = "block";
  }else{
   
   document.getElementById(tabObj+"_Content"+i).style.display = "none";
  }
} 
}
function nTabs2(thisObj,Num){
if(thisObj.className == "notice_active")return;
var tabObj = thisObj.parentNode.id;
var tabList = document.getElementById(tabObj).getElementsByTagName("li");
for(i=0; i <tabList.length; i++)
{
  if (i == Num)
  {
   thisObj.className = "notice_active"; 
      document.getElementById(tabObj+"_Content"+i).style.display = "block";
  }else{
   tabList[i].className = "news_normal"; 
   document.getElementById(tabObj+"_Content"+i).style.display = "none";
  }
} 
}
function nTabs3(thisObj,Num){
if(thisObj.className == "martch_active")return;
var tabObj = thisObj.parentNode.id;
var tabList = document.getElementById(tabObj).getElementsByTagName("li");
for(i=0; i <tabList.length; i++)
{
  if (i == Num)
  {
   thisObj.className = "martch_active"; 
      document.getElementById(tabObj+"_Content"+i).style.display = "block";
  }else{
   tabList[i].className = "online_normal"; 
   document.getElementById(tabObj+"_Content"+i).style.display = "none";
  }
} 
}
function nTabs4(thisObj,Num){
if(thisObj.className == "online_active")return;
var tabObj = thisObj.parentNode.id;
var tabList = document.getElementById(tabObj).getElementsByTagName("li");
for(i=0; i <tabList.length; i++)
{
  if (i == Num)
  {
   thisObj.className = "online_active"; 
      document.getElementById(tabObj+"_Content"+i).style.display = "block";
  }else{
   tabList[i].className = "martch_normal"; 
   document.getElementById(tabObj+"_Content"+i).style.display = "none";
  }
} 
}
function nTabs5(thisObj,Num){
if(thisObj.className == "newsoth_active")return;
var tabObj = thisObj.parentNode.id;
var tabList = document.getElementById(tabObj).getElementsByTagName("li");
for(i=0; i <tabList.length; i++)
{
  if (i == Num)
  {
   thisObj.className = "newsoth_active"; 
      document.getElementById(tabObj+"_Content"+i).style.display = "block";
  }else{
   tabList[i].className = "noticeoth_normal"; 
   document.getElementById(tabObj+"_Content"+i).style.display = "none";
  }
} 
}
function nTabs6(thisObj,Num){
if(thisObj.className == "noticeoth_active")return;
var tabObj = thisObj.parentNode.id;
var tabList = document.getElementById(tabObj).getElementsByTagName("li");
for(i=0; i <tabList.length; i++)
{
  if (i == Num)
  {
   thisObj.className = "noticeoth_active"; 
      document.getElementById(tabObj+"_Content"+i).style.display = "block";
  }else{
   tabList[i].className = "newsoth_normal"; 
   document.getElementById(tabObj+"_Content"+i).style.display = "none";
  }
} 
}
function nTabs7(thisObj,Num){
if(thisObj.className == "jhlc_active")return;
var tabObj = thisObj.parentNode.id;
var tabList = document.getElementById(tabObj).getElementsByTagName("li");
for(i=0; i <tabList.length; i++)
{
  if (i == Num)
  {
   thisObj.className = "jhlc_active"; 
      document.getElementById(tabObj+"_Content"+i).style.display = "block";
  }else{
   tabList[i].className = "wylc_normal"; 
   document.getElementById(tabObj+"_Content"+i).style.display = "none";
  }
} 
}
function nTabs8(thisObj,Num){
if(thisObj.className == "wylc_active")return;
var tabObj = thisObj.parentNode.id;
var tabList = document.getElementById(tabObj).getElementsByTagName("li");
for(i=0; i <tabList.length; i++)
{
  if (i == Num)
  {
   thisObj.className = "wylc_active"; 
      document.getElementById(tabObj+"_Content"+i).style.display = "block";
  }else{
   tabList[i].className = "jhlc_normal"; 
   document.getElementById(tabObj+"_Content"+i).style.display = "none";
  }
} 
}
