// JavaScript Document
function gotoUrl(Url)	
{
    window.location=Url;
}
	function showhide_obj(obj,icon)
{
obj=document.getElementById(obj);
icon=document.getElementById(icon);
 if (obj.style.display=="none") 
  { 
  
    //div_list = document.all.tags("div"); //指定文档中的对象为div,仅适用于IE;   
    div_list = document.getElementsByTagName("ul");
    for (i=0; i< div_list.length; i ++) {
     
      
      thisDiv = div_list[i];
     thisDiv.src = 'images/iconDrawerDown2.gif';
   if(thisDiv.id.indexOf("subTree_")!=-1)//当文档div中的id含有list时,与charAt类似;
   { 
   thisDiv.style.display="none";//循环吧所有<img src="http://www.51youcai.com/img/sqmendnode.gif"/><a href="http://www.51youcai.com/" target="mainFrame">菜单链接都隐藏起来
   thisDiv.src = 'images/iconDrawerDown2.gif';
   }
 }
    myfont=document.getElementsByTagName("a");
   for(i=0;i<myfont.length;i++)
    {
    thisfont = myfont[i];
    if(thisfont.id.indexOf("subCtrl_")!=-1 && icon.id!=icon)
    {   
     }
   }
    obj.style.display=""; //只显示当前链接
    obj.src = 'images/iconDrawerDown.gif'
}
 else
  {
   obj.style.display="none";
   obj.src = 'images/iconDrawerDown2.gif'
   }
 }
 
 function show_this(obj)
{
obj=document.getElementById(obj);
if (obj.id==obj.id) 
 {
 //alert(obj.id)
   //blinkicon=document.all.tags("font"); 
   blinkicon=document.getElementsByTagName("li");
   for(x=0;x<blinkicon.length;x++)
    {
    if( blinkicon[x].id.indexOf("select")!=-1 && obj.id!=obj )
      {
       //blinkicon[x].innerHTML=" ";
       blinkicon[x].className = 'hotLi';
      }
    }
 }
 else
 {
       obj.innerHTML=" ";
 }
}
var highlightObj;
function setHighLight(m)
{
    if(highlightObj!=null)
    {
        highlightObj.className = '';
    }
	m.className='hotLi';
	highlightObj=m;
}

function clickLabel(obj) {
	if(obj=='subCtrl_1'){
		if(document.all.subTree_1.style.display=='none'){
		  document.all.treeIcon_1.src='images/iconDrawerDown2.gif';
		}else{
		document.all.treeIcon_1.src='images/iconDrawerDown.gif';
		}
	  document.all.treeIcon_2.src='images/iconDrawerDown2.gif';
	  document.all.treeIcon_3.src='images/iconDrawerDown2.gif';
	  document.all.treeIcon_4.src='images/iconDrawerDown2.gif';
	  document.all.treeIcon_5.src='images/iconDrawerDown2.gif';

	  document.all.treeIcon_7.src='images/iconDrawerDown2.gif';
	  document.all.treeIcon_8.src='images/iconDrawerDown2.gif';
	  document.all.treeIcon_9.src='images/iconDrawerDown2.gif';
	}else if(obj=='subCtrl_2'){
		if(document.all.subTree_2.style.display=='none'){
		  document.all.treeIcon_2.src='images/iconDrawerDown2.gif';
		}else{
		document.all.treeIcon_2.src='images/iconDrawerDown.gif';
		}
	  document.all.treeIcon_1.src='images/iconDrawerDown2.gif';
	  document.all.treeIcon_3.src='images/iconDrawerDown2.gif';
	  document.all.treeIcon_4.src='images/iconDrawerDown2.gif';
	  document.all.treeIcon_5.src='images/iconDrawerDown2.gif';

	  document.all.treeIcon_7.src='images/iconDrawerDown2.gif';
	  document.all.treeIcon_8.src='images/iconDrawerDown2.gif';
	  document.all.treeIcon_9.src='images/iconDrawerDown2.gif';   
	}else if(obj=='subCtrl_3'){
	  if(document.all.subTree_3.style.display=='none'){
		  document.all.treeIcon_3.src='images/iconDrawerDown2.gif';
		}else{
		document.all.treeIcon_3.src='images/iconDrawerDown.gif';
		}
	  document.all.treeIcon_1.src='images/iconDrawerDown2.gif';
	  document.all.treeIcon_2.src='images/iconDrawerDown2.gif';
	  document.all.treeIcon_4.src='images/iconDrawerDown2.gif';
	  document.all.treeIcon_5.src='images/iconDrawerDown2.gif';

	  document.all.treeIcon_7.src='images/iconDrawerDown2.gif';
	  document.all.treeIcon_8.src='images/iconDrawerDown2.gif';
	  document.all.treeIcon_9.src='images/iconDrawerDown2.gif';   
	}else if(obj=='subCtrl_4'){
	    if(document.all.subTree_4.style.display=='none'){
		  document.all.treeIcon_4.src='images/iconDrawerDown2.gif';
		}else{
		document.all.treeIcon_4.src='images/iconDrawerDown.gif';
		}
	  document.all.treeIcon_1.src='images/iconDrawerDown2.gif';
	  document.all.treeIcon_2.src='images/iconDrawerDown2.gif';
	  document.all.treeIcon_3.src='images/iconDrawerDown2.gif';
	  document.all.treeIcon_5.src='images/iconDrawerDown2.gif';

	  document.all.treeIcon_7.src='images/iconDrawerDown2.gif';
	  document.all.treeIcon_8.src='images/iconDrawerDown2.gif';
	  document.all.treeIcon_9.src='images/iconDrawerDown2.gif';   
	}else if(obj=='subCtrl_5'){
	  if(document.all.subTree_5.style.display=='none'){
		  document.all.treeIcon_5.src='images/iconDrawerDown2.gif';
		}else{
		document.all.treeIcon_5.src='images/iconDrawerDown.gif';
		}
	  document.all.treeIcon_1.src='images/iconDrawerDown2.gif';
	  document.all.treeIcon_2.src='images/iconDrawerDown2.gif';
	  document.all.treeIcon_3.src='images/iconDrawerDown2.gif';
	  document.all.treeIcon_4.src='images/iconDrawerDown2.gif';

	  document.all.treeIcon_7.src='images/iconDrawerDown2.gif';
	  document.all.treeIcon_8.src='images/iconDrawerDown2.gif';
	  document.all.treeIcon_9.src='images/iconDrawerDown2.gif';   
	}else if(obj=='subCtrl_7'){
	   if(document.all.subTree_7.style.display=='none'){
		  document.all.treeIcon_7.src='images/iconDrawerDown2.gif';
		}else{
		document.all.treeIcon_7.src='images/iconDrawerDown.gif';
		}
	  document.all.treeIcon_1.src='images/iconDrawerDown2.gif';
	  document.all.treeIcon_2.src='images/iconDrawerDown2.gif';
	  document.all.treeIcon_3.src='images/iconDrawerDown2.gif';
	  document.all.treeIcon_4.src='images/iconDrawerDown2.gif';
	  document.all.treeIcon_5.src='images/iconDrawerDown2.gif';

	  document.all.treeIcon_8.src='images/iconDrawerDown2.gif';
	  document.all.treeIcon_9.src='images/iconDrawerDown2.gif';   
	}else if(obj=='subCtrl_8'){
	    if(document.all.subTree_8.style.display=='none'){
		  document.all.treeIcon_8.src='images/iconDrawerDown2.gif';
		}else{
		document.all.treeIcon_8.src='images/iconDrawerDown.gif';
		}
	  document.all.treeIcon_1.src='images/iconDrawerDown2.gif';
	  document.all.treeIcon_2.src='images/iconDrawerDown2.gif';
	  document.all.treeIcon_3.src='images/iconDrawerDown2.gif';
	  document.all.treeIcon_4.src='images/iconDrawerDown2.gif';
	  document.all.treeIcon_5.src='images/iconDrawerDown2.gif';

	  document.all.treeIcon_7.src='images/iconDrawerDown2.gif';
	  document.all.treeIcon_9.src='images/iconDrawerDown2.gif';   
	}else if(obj=='subCtrl_9'){
	    if(document.all.subTree_9.style.display=='none'){
		  document.all.treeIcon_9.src='images/iconDrawerDown2.gif';
		}else{
		document.all.treeIcon_9.src='images/iconDrawerDown.gif';
		}
	  document.all.treeIcon_1.src='images/iconDrawerDown2.gif';
	  document.all.treeIcon_2.src='images/iconDrawerDown2.gif';
	  document.all.treeIcon_3.src='images/iconDrawerDown2.gif';
	  document.all.treeIcon_4.src='images/iconDrawerDown2.gif';
	  document.all.treeIcon_5.src='images/iconDrawerDown2.gif';
	  document.all.treeIcon_7.src='images/iconDrawerDown2.gif';
	  document.all.treeIcon_8.src='images/iconDrawerDown2.gif'; 
	}
	
		
		
	
}


