function MM_jumpMenu(targ,selObj,restore){ //v3.0 eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'"); if (restore) selObj.selectedIndex=0; } function checkURL () { urllocation = location.href; position = urllocation.length; var found; urlString = ''; while (found != true) { if (urllocation.charAt(position) == '/') { found = true; } position = position-1; } for (i = 0; i <= position+1; i++) { urlString = urlString + urllocation.charAt(i); } return urlString } function globalFuncHolder(){ // Place calls to needed functions for the onLoad event of Body }