var strHref = window.location.href;
var headerbit_array=strHref.split("/");
var headerbit= headerbit_array[headerbit_array.length-1].toLowerCase();
var headerbit_array=headerbit.split(".");
var headerbit= headerbit_array[headerbit_array.length-2].toLowerCase();

if (headerbit=="index") {
var classon="toplink1";
}

if (headerbit=="services" || headerbit=="services-adaptations" || headerbit=="services-commercial" || headerbit=="services-education" || headerbit=="services-extensions" || headerbit=="services-leisure" || headerbit=="services-loft-conversions" || headerbit=="services-new-homes" || headerbit=="services-renovations" || headerbit=="services-landscaping") {
var classon="toplink2";
}

if (headerbit=="projects" || headerbit=="projects-01" || headerbit=="projects-02" || headerbit=="projects-03" || headerbit=="projects-04" || headerbit=="projects-05") {
var classon="toplink3";
}

if (headerbit=="testimonials") {
var classon="toplink4";
}

if (headerbit=="healthandsafety") {
var classon="toplink5";
}

if (headerbit=="contact-us") {
var classon="toplink7";
}

if (headerbit=="about-us") {
var classon="toplink8";
}

if (headerbit=="gallery" || headerbit=="gallery-adaptations" || headerbit=="gallery-commercial" || headerbit=="gallery-education" || headerbit=="gallery-extensions" || headerbit=="gallery-leisure" || headerbit=="gallery-loft-conversions" || headerbit=="gallery-new-homes" || headerbit=="gallery-renovations" || headerbit=="gallery-landscaping") {
var classon="toplink9";
}

document.write ("<style>#"+classon+"{color:#000 !important}</style>");