

/*------------- PROTEZIONE CONTENUTI  --------------------------------*/
var stile = "width=330,height=200,menubar=no,toolbar=no scrollbar=no,resizable=no";
  var nome = "SCARICA FILE";
     function Popup(apri) {
        window.open(apri, nome, stile);
     }
function Menu(links) {
  parent.riquadro.location.href = links[links.selectedIndex].value;
   
}

function apri(theURL,winName,features) { 
window.open(theURL,winName,features);
}
function HideDiv(ID){
	document.getElementById(ID).style.display='none';
}
		
function ShowDiv(ID){
	document.getElementById(ID).style.display='';
	}