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

/* - suckerfish.js - */
// http://www.weymouthangling.com/portal_javascripts/suckerfish.js?original=1
function suckerfish(type,tag,parentId){if(window.attachEvent){window.attachEvent("onload", function(){var sfEls=(parentId==null)?document.getElementsByTagName(tag):document.getElementById(parentId).getElementsByTagName(tag);type(sfEls)})}}
sfHover=function(sfEls){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"),"")}}}

/* - bb_utils.js - */
// http://www.weymouthangling.com/portal_javascripts/bb_utils.js?original=1
function genericButtonOver(button,obj,item){if(item)
button.src=(button.src==obj[item].out.src?obj[item].over.src:obj[item].out.src);else
button.src=(button.src==obj.out.src?obj.over.src:obj.out.src)}


