window.onload = function() {
	setFooter(); // footer.js
	startList(); // menu.js
}
window.onresize = function() {
	setFooter(); // footer.js
}