function HideAll()
{
  var NA=navigator.appName;
    if (NA=="Microsoft Internet Explorer"||NA=="Netscape")
	{
	
	    try{
		   Child17.style.display="";
		}catch(exception){}
		try{
		   Child18.style.display="";
		}catch(exception){}
		try{
		   Child19.style.display="";
		}catch(exception){}
		Child10.style.display="";
		try{
		   Child15.style.display="";
		}catch(exception){}
		try{
		   Child13.style.display="none";
		}catch(exception){}
		
		
		

		img10.src="/common/group/images/minus_3.gif";
		try{
		   img13.src="/common/group/images/plus_3.gif";	
		}catch(exception){}
		try{
		   img15.src="/common/group/images/minus_3.gif";
		}catch(exception){}
		try{
		   img17.src="/common/group/images/minus_3.gif";
		}catch(exception){}
		try{
		   img18.src="/common/group/images/minus_3.gif";
		}catch(exception){}
		try{
		   img19.src="/common/group/images/minus_3.gif";
		}catch(exception){}
		

	
    }
}



function turnit(ss,ii,IntroUrl)
{
 if (ss.style.display=="none") 
  {
    ss.style.display="";
    ii.src="/common/group/images/minus_3.gif";
  }
 else
  {
    ss.style.display="none"; 
    ii.src="/common/group/images/plus_3.gif";
  }
}




function ShowGroup(GroupId,GroupName,ImgId,IntroUrl,Img)
{
document.write("<table border=0 width=118 cellspacing=0 cellpadding=0 class=p9>");
document.write("<tr>");
document.write("<td width=20 height=20 STYLE='cursor:hand' language='JavaScript' onmouseup=turnit(",GroupId,",",ImgId,",'",IntroUrl,"');>");
document.write("<img border=0 src='/common/group/images/plus_3.gif' width=18 height=22 name='",ImgId,"'></td>");
document.write("<td width=90 height=20 STYLE='cursor:hand' language='JavaScript' onmouseup=turnit(",GroupId,",",ImgId,",'",IntroUrl,"');>",GroupName,"</td>");
document.write("</tr>");
document.write("</table>");
}
function turnit_end(ss,ii,IntroUrl)
{
 if (ss.style.display=="none") 
  {
    ss.style.display="";
    ii.src="/common/group/images/minus_3.gif";
  }
 else
  {
    ss.style.display="none"; 
    ii.src="/common/group/images/plus_3a.gif";
  }
}

function ShowGroup_end(GroupId,GroupName,ImgId,IntroUrl)
{
document.write("<table border=0 width=118 cellspacing=0 cellpadding=0 class=p9>");
document.write("<tr>");
document.write("<td width=20 height=20 STYLE='cursor:hand' language='JavaScript' onmouseup=turnit_end(",GroupId,",",ImgId,",'",IntroUrl,"');>");
document.write("<img border=0 src='/common/group/images/plus_3a.gif' width=18 height=22 name='",ImgId,"'></td>");
document.write("<td width=98 height=20 STYLE='cursor:hand' language='JavaScript' onmouseup=turnit_end(",GroupId,",",ImgId,",'",IntroUrl,"');><B>",GroupName,"</B></td>");
document.write("</tr>");
document.write("</table>");
}


