
function switchon(sLayer){
theLayer=document.getElementById(sLayer)
theLayer.className='dropdownnavv';
}

function switchoff(sLayer){
theLayer=document.getElementById(sLayer)
theLayer.className='dropdownnavh';
}