Event.observe(window, 'load', function()
{
	if (window.location.hash.replace('#', '') == 'form')
	{
		Effect.toggle('formbox','Appear');
	}
});