function manSommario(){
if (readCookie("sommario")) 
    document.getElementById("rubriche").style.display="block";
else
    document.getElementById("rubriche").style.display="none";

}
