window.addEvent('domready', function() { 
	var accordion = new Accordion('h3.atStart', 'div.atStart',
{
display: 20,
alwaysHide: true
});
});

