
/* 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 -----
 */

/* ----- horiz_nav.js ----- */
// http://www.pumpsandpipes.com/portal_javascripts/horiz_nav.js?original=1
sfHover=function(){var sfEls=document.getElementById("nav").getElementsByTagName("LI");for(var i=0;i<sfEls.length;i++){sfEls[i].onmouseover=function(){this.className+=" sfhover"}
sfEls[i].onmouseout=function(){this.className=this.className.replace(new RegExp(" sfhover\\b"),"")}}}
if(window.attachEvent) window.attachEvent("onload",sfHover);

/* ----- easyblog.js ----- */
// http://www.pumpsandpipes.com/portal_javascripts/easyblog.js?original=1
function openLogWindow(url){w=window.open(url,"Trackback","height=800, width=800, screenX=500, screenY=150, scrollbars=yes, resizable=yes");w.focus()}
