function resize(){
	getDimensions();
	getScroll();
}
function init(){
	initMenu();
}
$(function(){ init() });
$(window).bind('resize', resize);