// JavaScript Document
	function gopage(address) {
		location.href = address;
	}
	
	function swappa(id) {
		document.getElementById(id).style.backgroundImage = 'url("img/bg_menu_blu.gif")';
		document.getElementById(id).style.color = '#fff';
	}
	
	function ri_swappa(id) {
		document.getElementById(id).style.backgroundImage = 'url("img/bg_menu.gif")';
		document.getElementById(id).style.color = '#82817f';
	}
