
// call all the needed functions
//
function init() {
	
	addHoverClass("menu");
	blurAllLinks();
}



window.onload = init;
