if (window.location.pathname.match('index.shtml')) {nc = document.getElementById('hp'); nc.style.color="rgb(200,200,200)"};
if (window.location.pathname.match('newvehicles')) {nc = document.getElementById('nc'); nc.style.color="rgb(200,200,200)"};
if (window.location.pathname.match('usedcars')) {nc = document.getElementById('uc'); nc.style.color="rgb(200,200,200)"};
if (window.location.pathname.match('businessusers')) {nc = document.getElementById('bu'); nc.style.color="rgb(200,200,200)"};
if (window.location.pathname.match('motability')) {nc = document.getElementById('mb'); nc.style.color="rgb(200,200,200)"};
if (window.location.pathname.match('servicing')) {nc = document.getElementById('sv'); nc.style.color="rgb(200,200,200)"};
if (window.location.pathname.match('parts')) {nc = document.getElementById('pt'); nc.style.color="rgb(200,200,200)"};
if (window.location.pathname.match('bodyshop')) {nc = document.getElementById('bs'); nc.style.color="rgb(200,200,200)"};
