function checkMenu(){if(document.getElementById){nm = document.getElementById("navmenu").getElementsByTagName('li');for(i=1; i < nm.length; i++){if(nm[i].className=="after"){nm[(i-1)].className="active";nm[(i-2)].className="nextTo";i=nm.length+5;}}}}window.onload=checkMenu;