// js for making the message box to disappear

$(document).ready(function(){
	$('#school_button').popupmenu({target: "#school_menu", time: 300});
	$('#bowls_button').popupmenu({target: "#bowls_menu", time: 300});
	
	$('#hartpury_button').popupmenu({target: "#hartpury_menu", time: 300, addStyle: "hartpury_secondmenu"});
	$.preloadImages("/templates/standard/images/hartpuryrepeat.gif");
	
	setTimeout(function() { $("#message_good").slideUp("slow"); },5000);
});