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

/* - navigation.js - */
// http://cet.berkeley.edu/portal_javascripts/navigation.js?original=1
jq(document).ready( function(){jq('.portletHeader').toggle(
function(){jq(this).css('background-image','url(closed.gif)')},
function(){jq(this).css('background-image','url(open.gif)')});jq('.portletHeader').click(function(){jq(this).nextAll().toggle('slow')});jq(jq('.right-column .portletWrapper')[1]).children('dl').children('.portletHeader').click();jq('a').each( function(){if(this.pathname.substr(-3) in{'pdf':'','doc':''}){jq(this).click(function(){pageTracker._trackPageview(this.pathname)})}})});

/* - check_plugin.js - */
// http://cet.berkeley.edu/portal_javascripts/check_plugin.js?original=1
jq(document).ready(function(){var message="<dl class='portalMessage info'><dt>Info</dt>If you are experiencing any issues with the video please download the latest version of the <a href='http://support.mozilla.com/en-US/kb/Using+the+Windows+Media+Player+plugin+with+Firefox'>Windows Media Plugin</a>.</dd></dl>";if(jq.browser.mozilla){jq('.windows-media').append(message)}});
