if (activetab == 1) {at1 = "l";} else {at1 = "";}
if (activetab == 2) {at2 = "l";} else {at2 = "";}
if (activetab == 3) {at3 = "l";} else {at3 = "";}
if (activetab == 4) {at4 = "l";} else {at4 = "";}
if (activetab == 5) {at5 = "l";} else {at5 = "";}
if (activetab == 6) {at6 = "l";} else {at6 = "";}
if (activetab == 7) {at7 = "l";} else {at7 = "";}
if (activetab == 8) {at8 = "l";} else {at8 = "";}

document.writeln('<a class="inline-button '+at1+tabcolor+'" href="index.htm"><span>Home</span></a>');
 
document.writeln('<a class="inline-button '+at2+tabcolor+'" href="team.htm"><span>Team Drenthe</span></a>');

document.writeln('<a class="inline-button '+at3+tabcolor+'" href="keverdag.htm"><span>Keverdag</span></a>');

document.writeln('<a class="inline-button '+at4+tabcolor+'" href="sleuteldagen.htm"><span>Sleuteldagen</span></a>');

document.writeln('<a class="inline-button '+at5+tabcolor+'" href="keveren.htm"><span>Keveren in Drenthe</span></a>');

document.writeln('<a class="inline-button '+at6+tabcolor+'" href="foto.htm"><span>Foto');document.writeln("'s</span></a>");

document.writeln('<a class="inline-button '+at7+tabcolor+'" href="media.htm"><span>Media</span></a>');

document.writeln('<a class="inline-button '+at8+tabcolor+'" href="contact.htm"><span>Contact</span></a>');
