var larghezza_foto = 1000;
var altezza_foto = 598;
var altezza_testo = 0;
var top_testo = 0;

function roll_menu(m,n) {
  with (document) {
		if (n == 1) getElementById('voce_'+m).className = "menu_acceso";
		else getElementById('voce_'+m).className = "menu_spento";
	}
}
function roll_sottomenu(m,n) {
  with (document) {
		if (n == 1) getElementById('sottovoce_'+m).className = "menu_acceso";
		else getElementById('sottovoce_'+m).className = "sottomenu_spento";
	}
}
function sistema(p) {
	document.location = "./"+p+".php";
}
function chiudi_avviso() {
	document.getElementById('avviso').style.display = "none";
}
function stampa_pagina() {
	top.frames['stampa_contenuti'].focus();
	top.frames['stampa_contenuti'].print();
}

