$(function(){
	initMenu();
	maintenance.init();
});
$(window).resize(function(){
	getDimensions();
	getScroll();
});