function setup() { // Test if the necessary DHTML functions are supported. If not, return false. if (!document.getElementById) return false ; // Locate the list of links var mylist = document.getElementById('step_nav').childNodes ; // Loop through all the list items. for (var chel=0; chel