function mostra(quale){
  for(k=1;k<=100;k++){
    MM_showHideLayers('div'+k,'','hide');
  }
  MM_showHideLayers(quale,'','show');
}
