window.onload = function ()
{
	new Accordion('dt.toogleClick',	'dd.toogleContent',
	{
		alwaysHide:true
	});
} 
