window.addEvent("domready", function() {
	$('hide_show').addEvent('click', function() {
		$('head_office_form').reveal();

	});
});