// Begin // NOTE: If you use a ' add a slash before it like this \' var menuside = "center" // MENU SIDE | left | right | center | var usehilite = "yes" // USE MENU HIGHLIGHT | yes | no | document.write(''); // START CODE FOR MENU BUTTON HIGHLIGHT // YOU DO NOT NEED TO EDIT BELOW THIS LINE if (usehilite == "yes") { /************************************************************************** * * * JAVASCRIPT MENU HIGHLIGHTER v.1.5 (080929) * * -------------------------------------------- * * ©2005 Media Division (www.MediaDivision.com) * * * * Written by Marius Smarandoiu & Armand Niculescu * * * * You are free to use, modify and distribute this file, but please keep * * this header and credits * * * * Usage: * * - the script will apply the .current class to the and its parent * *
  • that is contained in the element with id="menunav" and points * * to the current URL * **************************************************************************/ function extractPageName(hrefString) { var arr = hrefString.split('/'); return (arr.length<2) ? hrefString : arr[arr.length-2].toLowerCase() + arr[arr.length-1].toLowerCase(); } function setActiveMenu(arr, crtPage) { for (var i=0; i