/*
 * Slider - MooTools plugin 1.0 Beta
 *
 * Copyright (c) 2009 Richard Davey
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 *
 * Revision: $Id: slider.mootools.min.js 4485 2009-03-03 13:52:47Z $
 */
window.onload=function(){var stretchers=$$('div.accordion');stretchers.each(function(item){item.setStyles({'height':'0','overflow':'hidden'});});var togglers=$$('h3.toggler');var bgFx=[];togglers.each(function(toggler,i){toggler.defaultColor=toggler.getStyle('background-color');bgFx[i]=new Fx.Color(toggler,'background-color',{wait:false});});var myAccordion=new Fx.Accordion(togglers,stretchers,{opacity:false,start:false,transition:Fx.Transitions.quadOut,onActive:function(toggler,i){bgFx[i].toColor('#e0542f');toggler.getFirst().setStyle('color','#fff');},onBackground:function(toggler,i){bgFx[i].clearTimer();toggler.setStyle('background-color',toggler.defaultColor);toggler.getFirst().setStyle('color','#222');}});function checkHash(){var found=false;$$('h3.toggler a').each(function(link,i){if(window.location.hash.test(link.hash)){myAccordion.showThisHideOpen(i);found=true;}});return found;}
if(!checkHash())myAccordion.showThisHideOpen(0);};try{Window.disableImageCache();}catch(e){}	