onload = function() {var e, i = 0;while (e = document.getElementById('pnav').getElementsByTagName ('LI') [i++]) {if (e.className == 'on' || e.className == 'off') {e.onclick = function () {var getEls = document.getElementsByTagName('LI');for (var z=0; z<getEls.length; z++) {getEls[z].className=getEls[z].className.replace('on', 'off');}var getEls = document.getElementsByTagName('DIV');	for (var p=0; p<getEls.length; p++) {getEls[p].className=getEls[p].className.replace('show', 'hide');}this.className = 'on';var sdb = this.getAttribute('title');document.getElementById(sdb).className = "show";if (sdb == "prodShortDescBox"){if (document.getElementById('prodDispParamBox') != null)document.getElementById('prodDispParamBox').className = "show";if (document.getElementById('prodParamBox') != null)document.getElementById('prodParamBox').className = "show";if (document.getElementById('prodErrorBox') != null)document.getElementById('prodErrorBox').className = "show";if (document.getElementById('prodCartBox') != null)document.getElementById('prodCartBox').className = "show";}}}}}
