var topmenu_url = window.location.href;

if (topmenu_url == 'http://www.titaan.nl/aanmeldformulier.aspx') {
	document.getElementById("aanmelden").className = "toplinks_aanmelden_active";
}
else if (topmenu_url == 'http://www.titaan.nl/DeVestigingen/Contact.aspx') {
	document.getElementById("contact").className = "toplinks_contact_active";
}
else if (topmenu_url == 'http://www.titaan.nl/Default.aspx') {
	document.getElementById("home").className = 'toplinks_home_active';
}
else if (topmenu_url == 'http://www.titaan.nl/Faq.aspx') {
	document.getElementById("faq").className = 'toplinks_faq_active';
}
else if (topmenu_url == 'http://www.titaan.nl/Zoeken.aspx') {
	document.getElementById("zoeken").className = 'toplinks_zoeken_active';
}
else if (topmenu_url == 'http://www.titaan.nl/Sitemap.aspx') {
	document.getElementById("sitemap").className = 'toplinks_sitemap_active';
}
else {}
