var f = new String(top.location);
f = (f.indexOf("?")!=-1)?f.substring(f.lastIndexOf("/")+1,f.indexOf("?")):f.substring(f.lastIndexOf("/")+1,f.length);
document.write("<center>")
document.write("<a href='/index.htm' class='topmenu")
if (f == 'index.htm' || f == ''){
document.write("_active")
}
document.write("'>Forside</a>")
document.write("<img src='/grafik/spacer' width='70' height='0'>")
document.write("<a href='/profil.htm' class='topmenu")
if (f == 'profil.htm'){
document.write("_active")
}
document.write("'>Profil</a>")
document.write("<img src='/grafik/spacer' width='70' height='0'>")
document.write("<a href='/personale.htm' class='topmenu")
if (f == 'personale.htm'){
document.write("_active")
}
document.write("'>Personale</a>")
document.write("<img src='/grafik/spacer' width='70' height='0'>")
document.write("<a href='/busser.htm' class='topmenu")
if (f == 'busser.htm'){
document.write("_active")
}
document.write("'>Busser</a>")
document.write("<img src='/grafik/spacer' width='70' height='0'>")
document.write("<a href='/kontakt.htm' class='topmenu")
if (f == 'kontakt.htm'){
document.write("_active")
}
document.write("'>Kontakt</a>")