function showMenu() {
	$('main-footer-links').style.left='0px';
}

function hideMenu() {
	$('main-footer-links').style.left='-9999px';
}