<!--
function jumpto(id){
  var where = '';
  id = parseInt(id);
  switch (id) {
  case 1:
    where = 'http://jardin-thuret.antibes.inra.fr/';
    break;
  case 2:
    where = 'http://perso.wanadoo.fr/.mnhn.valrahmeh/';
    break;
  case 3:
    where = 'http://www.gondremer.com';
    break;
  case 4:
    where = 'http://whc.unesco.org/sites/fr/824.htm';
    break;
  case 5:
    where = 'http://www.botanik.biologie.uni-muenchen.de/botgart/f/od/default.html';
    break;
  case 6:
    where = 'http://www.botanik.uni-bonn.de/botgart/o_lang/fra01.htm';
    break;
  case 7:
    where = 'http://www.botanique.vd.ch/';
    break;
  case 8:
    where = 'http://www.br.fgov.be/PUBLIC/GENERAL/GENERALFR/index.html';
    break;
  case 9:
    where = 'http://www.cjb.unige.ch/';
    break;
  case 10:
    where = 'http://www.cjbn.uhp-nancy.fr/montet.html';
    break;
  case 11:
    where = 'http://www.cuslm.ca/jardin/';
    break;
  case 12:
    where = 'http://www.cyberliege.com/articles/nature/botanique/';
    break;
  case 13:
    where = 'http://www.fsagx.ac.be/pc/cv/jardin.html';
    break;
  case 14:
    where = 'http://www.jardin-botanique.com/deshaies/';
    break;
  case 15:
    where = 'http://www.jardin-botanique-lyon.com/';
    break;
  case 16:
    where = 'http://www.jardinyr.com/';
    break;
  case 17:
    where = 'http://www.jura.ch/lcp/jardin/home.html';
    break;
  case 18:
    where = 'http://www.mairie-bordeaux.fr/jardin-botanique/index.html';
    break;
  case 19:
    where = 'http://www.mnhn.fr/expo/lieuxMNHN/TextesFrancais/PagesLieux/jmenton.html';
    break;
  case 20:
    where = 'http://www.squaly-fm.com/';
    break;
  case 21:
    where = 'http://www.toyen.uio.no/toyensider/fransk.html';
    break;
  case 22:
    where = 'http://www.ujf-grenoble.fr/JAL/';
    break;
  case 23:
    where = 'http://www.unifr.ch/plantbio/bota/index.html';
    break;
  case 24:
    where = 'http://www.unine.ch/jardin/';
    break;
  case 25:
    where = 'http://www.ville-nice.fr/francais/tourisme/jardin/botanique/index.html';
    break;
  case 26:
    where = 'http://www2.ville.montreal.qc.ca/jardin/jardin.htm';
    break;
  default:
    where = 'jardinbotanique.com';
  }
  document.location =  where ;
}
//-->

