// JavaScript Document
function Hide(theid){
    if (document.getElementById) {
    var switch_id = document.getElementById(theid);
               switch_id.className = 'hide1';
   menu_status[theid] = 'hide1';
		}
         }
		 
function show1(theid,sdg){

//var theid = document.aForm.css.options[document.aForm.css.selectedIndex].value;
    if (document.getElementById) {
    var switch_id = document.getElementById(theid);

        if(menu_status[theid] != 'show1') {
           switch_id.className = 'show1';
           menu_status[theid] = 'show1';
        }
		
         }
		 }
menu_status = new Array(); 
function showHide1(theid,sdg){

//var theid = document.aForm.css.options[document.aForm.css.selectedIndex].value;
    if (document.getElementById) {
    var switch_id = document.getElementById(theid);

        if(menu_status[theid] != 'show1') {
           switch_id.className = 'show1';
           menu_status[theid] = 'show1';
		var switch_id2 = document.getElementById("nnet");
		var switch_id3 = document.getElementById("inet");
		var switch_id4 = document.getElementById("artt");
		var switch_id5 = document.getElementById("evet");
		var switch_id6 = document.getElementById("tend");
		switch_id2.className = 'tab02-hover';
		switch_id3.className = 'tab03';
		switch_id4.className = 'tab04';
		switch_id5.className = 'tab05';
		switch_id6.className = 'tab06';
		menu_status["nne"] = 'show1';
        }
		
         }

	if(sdg=="nnet")
		{
var switch_id2 = document.getElementById("nnet");
var switch_id3 = document.getElementById("inet");
var switch_id4 = document.getElementById("artt");
var switch_id5 = document.getElementById("evet");
var switch_id6 = document.getElementById("tend");
		switch_id2.className = 'tab02-hover';
		switch_id3.className = 'tab03';
		switch_id4.className = 'tab04';
		switch_id5.className = 'tab05';
		switch_id6.className = 'tab06';
}

	if(sdg=="inet")
		{
var switch_id2 = document.getElementById("inet");
var switch_id3 = document.getElementById("nnet");
var switch_id4 = document.getElementById("artt");
var switch_id5 = document.getElementById("evet");
var switch_id6 = document.getElementById("tend");
		switch_id2.className = 'tab03-hover';
		switch_id3.className = 'tab02';
		switch_id4.className = 'tab04';
		switch_id5.className = 'tab05';
		switch_id6.className = 'tab06';
}

if(sdg=="artt")
		{
var switch_id2 = document.getElementById("artt");
var switch_id3 = document.getElementById("inet");
var switch_id4 = document.getElementById("nnet");
var switch_id5 = document.getElementById("evet");
var switch_id6 = document.getElementById("tend");
		switch_id2.className = 'tab04-hover';
		switch_id3.className = 'tab03';
		switch_id4.className = 'tab02';
		switch_id5.className = 'tab05';
		switch_id6.className = 'tab06';
}

if(sdg=="evet")
		{
var switch_id2 = document.getElementById("evet");
var switch_id3 = document.getElementById("artt");
var switch_id4 = document.getElementById("inet");
var switch_id5 = document.getElementById("nnet");
var switch_id6 = document.getElementById("tend");
		switch_id2.className = 'tab05-hover';
		switch_id3.className = 'tab04';
		switch_id4.className = 'tab03';
		switch_id5.className = 'tab02';
		switch_id6.className = 'tab06';
}
if(sdg=="tend")
		{
var switch_id2 = document.getElementById("evet");
var switch_id3 = document.getElementById("artt");
var switch_id4 = document.getElementById("inet");
var switch_id5 = document.getElementById("nnet");
var switch_id6 = document.getElementById("tend");
		switch_id6.className = 'tab06-hover';
		switch_id3.className = 'tab04';
		switch_id4.className = 'tab03';
		switch_id5.className = 'tab02';
		switch_id5.className = 'tab02';
}

	if(theid!="nne")
		{
	var	switch_id = document.getElementById("nne");
		if(menu_status["nne"] == 'show1') {
		switch_id.className = 'hide1';
	          menu_status["nne"] = 'hide1';
		   }
		   }
		   
		   if(theid!="ine")
		{
	var	switch_id = document.getElementById("ine");
		if(menu_status["ine"] == 'show1') {
		switch_id.className = 'hide1';
           menu_status["ine"] = 'hide1';
		   }
		   }
		 
		  if(theid!="art")
		{
	var	switch_id = document.getElementById("art");
		if(menu_status["art"] == 'show1') {
		switch_id.className = 'hide1';
           menu_status["art"] = 'hide1';
		   }
		   }
		   
		    if(theid!="eve")
		{
	var	switch_id = document.getElementById("eve");
		if(menu_status["eve"] == 'show1') {
		switch_id.className = 'hide1';
           menu_status["eve"] = 'hide1';
		   }
		   }
		   if(theid!="ten")
		{
	var	switch_id = document.getElementById("ten");
		if(menu_status["ten"] == 'show1') {
		switch_id.className = 'hide1';
           menu_status["ten"] = 'hide1';
		   }
		   }
		 
		}

//-->
