function comune_button() 
 {
    document.images["comune"].src = "comune0.jpg"
  } 
function comune2_button()
 {
    document.images["comune"].src = "comune.jpg"
  }
    
function ristoro_button() 
 {
    document.images["ristoro"].src = "ristoro0.jpg"
  } 
function ristoro2_button()
 {
    document.images["ristoro"].src = "ristoro.jpg"
  }
    
function foto_button() 
 {
    document.images["foto"].src = "foto0.jpg"
  } 
function foto2_button()
 {
    document.images["foto"].src = "foto.jpg"
  }
    
function mappe_button() 
 {
    document.images["mappe"].src = "mappe0.jpg"
  } 
function mappe2_button()
 {
    document.images["mappe"].src = "mappe.jpg"
  }
    
function eventi_button() 
 {
    document.images["eventi"].src = "eventi0.jpg"
  } 
function eventi2_button()
 {
    document.images["eventi"].src = "eventi.jpg"
  }
    
function contatti_button() 
 {
    document.images["contatti"].src = "contatti0.jpg"
  } 
function contatti2_button()
 {
    document.images["contatti"].src = "contatti.jpg"
  }
    
// -->