window.addEvent('domready', function()
{
	fx = new Fx.Slide("admin_details");
	fx.hide();
	
	fx2 = new Fx.Slide("club_details");
	fx2.hide();
});

