
/* Merged Plone Javascript file
 * This file is dynamically assembled from separate parts.
 * Some of these parts have 3rd party licenses or copyright information attached
 * Such information is valid for that section,
 * not for the entire composite file
 * originating files are separated by ----- filename.js -----
 */

/* XXX ERROR -- could not find 'Webshoplivesupport.js'*/

/* ----- SlidingMenu.js ----- */
// http://www.triple-p.nl/portal_javascripts/SlidingMenu.js?original=1
startList=function(){if(document.all&&document.getElementById){navRoot=document.getElementById("portal-tabs-nav");for(i=0;i<navRoot.childNodes.length;i++){node=navRoot.childNodes[i];if(node.nodeName=="LI"){node.onmouseover=function(){this.className+=" over"}
node.onmouseout=function(){this.className=this.className.replace(" over","")}}}}}
window.onload=startList;
