$(document).ready(function() {
	$('.openLink').click(function() {
		$("#hiddenHome").toggle();
	});
});