function topNav(id,over) {
  if (over) {
    document.getElementById(id).className = "topNavOver";
	}
	else {
		document.getElementById(id).className = "topNav";
	}
}

function popup(url) {
  var popup= '';
  popup = window.open(url, "Popup", "width=10, height=10, left=100, top=100");
}

function Nav(id, over) {
  if (document.getElementById && over) {
  	switch(id) {
  		 case "33": //Fußball - Senioren
  		 case "34": //Fußball - Junioren
  		 case "18": //Fußball - Mannschaften
  		 case "83": //Fußball - Frauen
  		 case "4": //Fußball
  		 	document.getElementById(id).style.backgroundColor = "#deffb0";
  		 break;
   		 case "17": //Fußball - Jugend - 
   		 case "16": //Fußball - Jugend - 
   		 case "43": //Fußball - Jugend - Spielberichte
  		 case "44": //Fußball - Jugend - Mannschaften
  		 case "45": //Fußball - Jugend - Events
  		 	document.getElementById(id).style.backgroundColor = "#9cb39a";
  		 break;
  		 case "21": //Volleyball - Trainingszeiten
  		 case "22": //Volleyball - Spieltermine
  		 case "19": //Volleyball - Mannschaften
  		 case "6": //Volleyball
  		 	document.getElementById(id).style.backgroundColor = "#bec1fe";
  		 break;
  		 case "25": //Gymnastik - Trainingszeiten
  		 case "23": //Gymnastik - Gruppen
  		 case "8": //Gymnastik
  		 	document.getElementById(id).style.backgroundColor = "#ffd59e";
  		 break;
  		 case "28": //Tanzen - Trainingszeiten
  		 case "35": //Tanzen - Turniere
  		 case "26": //Tanzen - Formationen
  		 case "5": //Tanzen
  		 	document.getElementById(id).style.backgroundColor = "#ffb0b0";
  		 break;
  		 case "31": //Tischtennis - Trainingszeiten
  		 case "32": //Tischtennis - Spieltermine
  		 case "29": //Tischtennis - Mannschaften
  		 case "7": //Tischtennis
  		 	document.getElementById(id).style.backgroundColor = "#fff691";
  		 break;
  		 case "36": //Handball
  		 	document.getElementById(id).style.backgroundColor = "#a0ebe3";
  		 break;
  		 case "40": //Gästebuch
  		 	document.getElementById(id).style.backgroundColor = "#a0ebe3";
  		 break;
  		 default:
  		 	document.getElementById(id).style.backgroundColor = "#FF0000";
  		 break;
  	}
  }

  if (document.getElementById ) {
  	if (!over) {
    	switch(id) {
    		 case "33": //Fußball - Senioren
     		 case "34": //Fußball - Junioren
  		 case "83": //Fußball - Frauen
    		 case "18": //Fußball - Mannschaften
    		 	document.getElementById(id).style.backgroundColor = "#9cb39a";
    		 break;
     		 case "16": //Fußball - Junioren - Trainingsdatem
     		 case "17": //Fußball - Junioren - Spieltermine
     		 case "43": //Fußball - Junioren - Spielberichte
    		 case "44": //Fußball - Jugend - Mannschaften
    		 case "45": //Fußball - Jugend - Events
    		 	document.getElementById(id).style.backgroundColor = "#6e7e8b";
    		 break;
    		 case "21": //Volleyball - Trainingszeiten
    		 case "22": //Volleyball - Spieltermine
    		 case "19": //Volleyball - Mannschaften
    		 	document.getElementById(id).style.backgroundColor = "#8587d1";
    		 break;
    		 case "25": //Gymnastik - Trainingszeiten
    		 case "23": //Gymnastik - Gruppen
    		 	document.getElementById(id).style.backgroundColor = "#b99b90";
    		 break;
    		 case "35": //Tanzen - Turniere
    		 case "28": //Tanzen - Trainingszeiten
    		 case "26": //Tanzen - Formationen
    		 	document.getElementById(id).style.backgroundColor = "#b37c9a";
    		 break;
    		 case "31": //Tischtennis - Trainingszeiten
    		 case "32": //Tischtennis - Spieltermine
    		 case "29": //Tischtennis - Mannschaften
    		 	document.getElementById(id).style.backgroundColor = "#b3ad84";
    		 break;
    		 case "36": //Handball
    		 	document.getElementById(id).style.backgroundColor = "";
    		 break;
    		 case "40": //Gästebuch
    		 	document.getElementById(id).style.backgroundColor = "";
    		 break;
    		 default:
    		 	document.getElementById(id).style.backgroundColor = "";
    		 break;
    	}
  	}
  }
}

function secNav(id) {
  if (document.getElementById) {
  	switch(id) {
  		 case "33": //Fußball - Senioren
  		 case "34": //Fußball - Junioren
  		 case "83": //Fußball - Frauen
  		 case "18": //Fußball - Mannschaften
  		 	document.getElementById(id).style.backgroundColor = "#9cb39a";
  		 break;
  		 case "21": //Volleyball - Trainingszeiten
  		 case "22": //Volleyball - Spieltermine
  		 case "19": //Volleyball - Mannschaften
  		 	document.getElementById(id).style.backgroundColor = "#8587d1";
  		 break;
  		 case "25": //Gymnastik - Trainingszeiten
  		 case "23": //Gymnastik - Gruppen
  		 	document.getElementById(id).style.backgroundColor = "#b99b90";
  		 break;
  		 case "35": //Tanzen - Turniere
  		 case "28": //Tanzen - Trainingszeiten
  		 case "26": //Tanzen - Formationen
  		 	document.getElementById(id).style.backgroundColor = "#b37c9a";
  		 break;
  		 case "31": //Tischtennis - Trainingszeiten
  		 case "32": //Tischtennis - Spieltermine
  		 case "29": //Tischtennis - Mannschaften
  		 	document.getElementById(id).style.backgroundColor = "#b3ad84";
  		 break;
  		 case "40": //Gästebuch
  		 	document.getElementById(id).style.backgroundColor = "#b3ad84";
  		 break;
  		 default:
  		 	document.getElementById(id).style.backgroundColor = "#FF0000";
  		 break;
  	}
  }
}

function thirdNav(id) {
  if (document.getElementById) {
  	switch(id) {
  		 case "16": //Fußball - Jugend - Trainingsdaten
  		 case "17": //Fußball - Jugend - Spieltermine
  		 case "43": //Fußball - Jugend - Spielberichte
  		 case "44": //Fußball - Jugend - 
  		 case "45": //Fußball - Jugend - 
  		 	document.getElementById(id).style.backgroundColor = "#6e7e8b";
  		 break;
    }
  }
}
