/************************************************************************************************* Used for DropDown Menu's on microsite enabled websites Added: 28 March 2006 Developer: Andrew F, Mark B **************************************************************************************************/ // Holds the timer so you can delay hiding of menu and clear them. var menuTimer; function PUinitMenu() { var menu = document.getElementById('menu'); if (menu) { var dts = menu.getElementsByTagName('dt'); for (var i = 0; i if (this.nextSibling) var elm = this.nextSibling; if(elm.nextSibling) elm = elm.nextSibling; if (elm) { // show dd elm.style.display = "block"; } } function PUhideSubMenus() { var menu = document.getElementById('menu'); // Hide all sub menu items var dds = menu.getElementsByTagName('dd'); for (var i = 0; i