var accordion = new Accordion('h3.atStart', 'div.atStart',
	{
		display: 0,
		show: true,
		height: true,
		width: false,
		opacity: false,
		fixedHeight: false,
		fixedWidth: false,
		wait: false,
		alwaysHide: true,

	onActive: function(toggler, element){
toggler.setStyle('color', '#00467f');
toggler.setStyle('font-size', '14px');
		

	},
 
	onBackground: function(toggler, element){
		

	toggler.setStyle('color', '#271c20');
	toggler.setStyle('font-size', '12px');
	}

}, $('accordion'));

	$$('a').each(function(el) {
		if(el.getProperty('onclick')==null){
			el.setProperty('onclick','pageTracker._link(this.href); return false;');
		}
	});

