if (location.href == "http://www.ethicalitrecycling.co.uk/index.asp")
{
document.getElementById("introduction").setAttribute("className", "slt");
document.getElementById("introduction").setAttribute("class", "slt");
}
else if (location.href == "http://www.ethicalitrecycling.co.uk/our-services.asp")
{
document.getElementById("ourservices").setAttribute("className", "slt");
document.getElementById("ourservices").setAttribute("class", "slt");
}
else if (location.href == "http://www.ethicalitrecycling.co.uk/hardware-sales.asp")
{
document.getElementById("hardwaresales").setAttribute("className", "slt");
document.getElementById("hardwaresales").setAttribute("class", "slt");
}
else if (location.href == "http://www.ethicalitrecycling.co.uk/revenue-generation.asp")
{
document.getElementById("revenuegeneration").setAttribute("className", "slt");
document.getElementById("revenuegeneration").setAttribute("class", "slt");
}
else if (location.href == "http://www.ethicalitrecycling.co.uk/data-protection.asp")
{
document.getElementById("dataprotection").setAttribute("className", "slt");
document.getElementById("dataprotection").setAttribute("class", "slt");
}
else if (location.href == "http://www.ethicalitrecycling.co.uk/why-recycle.asp")
{
document.getElementById("whyrecycle").setAttribute("className", "slt");
document.getElementById("whyrecycle").setAttribute("class", "slt");
}
else if (location.href == "http://www.ethicalitrecycling.co.uk/partner-affiliations.asp")
{
document.getElementById("partneraffiliations").setAttribute("className", "slt");
document.getElementById("partneraffiliations").setAttribute("class", "slt");
}