
	document.pageStart = function()
	{
		$('#accordion').accordion({ header: 'h2', event: "mouseover", autoHeight: false });
	}