
if (location.href.indexOf("index") != -1){
document.getElementById('Home').className = "h-select";
}
if (location.href.indexOf("mailkontakt") != -1){
document.getElementById('mailkontakt').className = "h-select";
}
if (location.href.indexOf("impressum") != -1){
document.getElementById('Impressum').className = "h-select";
}
if (location.href.indexOf("webdesign") != -1){
document.getElementById('Webdesign').className = "h-select";
}
if (location.href.indexOf("wdreferenz") != -1){
document.getElementById('Referenzen').className = "h-select";
}
if (location.href.indexOf("programmierung") != -1){
document.getElementById('programmierung').className = "h-select";
}
if (location.href.indexOf("pvleistungwerte") != -1){
document.getElementById('Leistungswerte').className = "h-select";
}
if (location.href.indexOf("pvstandort") != -1){
document.getElementById('Standort').className = "h-select";
}
if (location.href.indexOf("links") != -1){
document.getElementById('Links').className = "h-select";
}
if (location.href.indexOf("gaeste.php") != -1){
document.getElementById('geastebuch').className = "h-select";
}

