// Created and set free in July of 2007 by Jenna ‘Blueberry’ Fox <blueberry@creativepony.com>
// Released as public domain, with the request that credit is given for my contribution
// Also, I'd love to here where you've used or changed this code to do other interesting things!
// Requires MooTools 1.2

var accordion = new Accordion('h3.atStart', 'div.atStart', {
	opacity: false,

}, $('accordion'));

/*	onActive: function(handler, drawer){
		toggler.setStyle('color', '#ff3300');
	},
 
	onBackground: function(handler, drawer){
		toggler.setStyle('color', '#222');
	}*/