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

/* - ++resource++partners.theme.scripts/timingNav.js - */
// http://www.partnersglobal.org/portal_javascripts/++resource++partners.theme.scripts/timingNav.js?original=1
jq(document).ready(function(){var sfEls=document.getElementById("portal-globalnav").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"),"")}}
jq('.portletNavigationTree .navTree > .navTreeItem:first').css('border','medium none')});

/* - ++resource++partners.theme.scripts/columnsizer.js - */
// http://www.partnersglobal.org/portal_javascripts/++resource++partners.theme.scripts/columnsizer.js?original=1
jq(document).ready(function(){var first=jq('#portletPageFirstColumn');var second=jq('#portletPageSecondColumn');var fh=first.height();var sh=second.height();var n_items_first=jq('#portletPageFirstColumn dl.portlet').length;var n_items_second=jq('#portletPageSecondColumn dl.portlet').length;if((n_items_first==1)&&(n_items_second==1)){if(fh>=sh){var h=fh}
else{var h=sh}}
jq('#portletPageFirstColumn dl.portlet').height(h);jq('#portletPageSecondColumn dl.portlet').height(h)});
