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

/* - plone_minwidth.js - */
// http://www.upwhawaii.org/portal_javascripts/plone_minwidth.js?original=1
/*@cc_on
@if(@_win32&&@_jscript_version>4)
var rulersCreated=0
function fixwidth(){var el;el=document.getElementById('visual-portal-wrapper');if(!rulersCreated){ruler=document.createElement('div');ruler.style.width="70em";ruler.style.position="absolute";ruler.style.top="-10px"
ruler.style.visibility="hidden";document.body.insertBefore(ruler,document.body.firstChild)
ruler2=document.createElement('div');ruler2.style.position="relative";ruler2.style.visibility="hidden";ruler2.style.clear="both"
document.body.appendChild(ruler2)
rulersCreated=1}
if(ruler2.offsetWidth<ruler.offsetWidth){el.style.width="70em"}else{el.style.width=ruler2.offsetWidth+'px'}}
window.attachEvent('onload',fixwidth);window.attachEvent('onresize',fixwidth);@end @*/

/* - portletImages.js - */
// http://www.upwhawaii.org/portal_javascripts/portletImages.js?original=1
jq(document).ready(function(){jq.get('portletPhoto?path=leftGraphic', function(resultLeft){jq('dd.portletPictureLeft').html(resultLeft)});jq.get('portletPhoto?path=rightGraphic', function(resultRight){jq('dd.portletPictureRight > a').html(resultRight)})});

