var markerImage = [
"img/map_1.png",
"img/map_2.png",
"img/map_3.png",
"img/map_4.png",
"img/map_5.png",
"img/map_6.png"
];
function createMarker(point,html,idnum,icon,monLong,monLat) {
  var marker = new GMarker(point);
  GEvent.addListener(marker, "click", function() {
    marker.openInfoWindowHtml(html);
    map.setCenter(new GLatLng(monLat,monLong), 16)
  });
  GEvent.addListener(marker, "mouseover", function() {
    marker.setImage(markerImage[5]);
    document.getElementById('lieu'+idnum).className='lieuon';
  });
  GEvent.addListener(marker, "mouseout", function() {
    marker.setImage(markerImage[icon]);
    document.getElementById('lieu'+idnum).className='lieuoff';
  });
  return marker;
}
function fixPoint(map,monLat,monLong,monLibelle,idnum,icon,centre) {
  point = new GPoint(monLong, monLat);
  if (centre) map.setCenter(point, 15);
  marker[idnum]=createMarker(point,monLibelle,idnum,icon,monLong,monLat);
  map.addOverlay(marker[idnum]);
  marker[idnum].setImage(markerImage[icon]);
}
function zap() {
  map.clearOverlays();
}
function marque(endroit) {
  if (endroit=='antipodes') {
    monLat = "48.970485";
    monLong = "2.308266";
    monLibelle = "<table cellpadding='0' cellspacing='0' border='0'><tr valign='top'><td><img src='img/logos/antipodes.gif' width='120' height='120' align='left' style='margin-right:10px'/></td><td><b>Librairie Antipodes</b><br />8 rue Robert Schuman<br/>95880 Enghien<br/>T&eacute;l : + 33 (0) 1 34 12 05 00<br/>Fax : + 33 (0) 1 34 17 69 26<br/><a href='Antipodes.html' class='lienbleu'>+ Voir la fiche</a></td></tr></table>";
    fixPoint(map,monLat,monLong,monLibelle,idnum,1,false);
  }
  if (endroit=='atoutlivre') {
    monLat = "48.839032";
    monLong = "2.397141";
    monLibelle = "<table cellpadding='0' cellspacing='0' border='0'><tr valign='top'><td><img src='img/logos/atoutlivre.gif' width='120' height='120' align='left' style='margin-right:10px'/></td><td><b>Librairie Atout-livre</b><br />203 bis avenue Daumesnil<br/>75012 Paris<br/>T&eacute;l : 01 43 43 82 27<br/>Fax : 01 43 43 82 73<br/><a href='mailto:info@atoutlivre.com' class='lienbleu'>info@atoutlivre.com</a><br/><a href='http://www.atoutlivre.com' target='_blank' class='lienbleu'>www.atoutlivre.com</a><br/><a href='Atout-livre.html' class='lienbleu'>+ Voir la fiche</a></td></tr></table>";
    fixPoint(map,monLat,monLong,monLibelle,idnum,1,false);
  }
 if (endroit=='poivre1') {
   	monLat = "43.17535";
    monLong = "5.607491";
    monLibelle = "<table cellpadding='0' cellspacing='0' border='0'><tr valign='top'><td><img src='img/logos/poivre1.png' width='120' height='34' align='left' style='margin-right:10px'/></td><td><b>Librairie Au Poivre d'&Acirc;ne</b><br />12 rue des Fr&egrave;res Blanchard<br/>13600 La Ciotat<br/>T&eacute;l : 04 42 71 96 93<br/>Fax : 04 42 73 19 68<br/><a href='mailto:poivredanesurmer@orange.fr' class='lienbleu'>poivredanesurmer@orange.fr</a><br/><a href='Au-Poivre-d-Ane.html' class='lienbleu'>+ Voir la fiche</a></td></tr></table>";
    fixPoint(map,monLat,monLong,monLibelle,idnum,1,false);
  }
 if (endroit=='poivre2') {
    monLat = "43.83359";
    monLong = "5.782725";
    monLibelle = "<table cellpadding='0' cellspacing='0' border='0'><tr valign='top'><td><img src='img/logos/poivre1.png' width='120' height='34' align='left' style='margin-right:10px'/></td><td><b>Librairie Au Poivre d'&Acirc;ne</b><br />9 place de l'H&ocirc;tel de Ville<br/>04100 Manosque<br/>T&eacute;l : 04 92 72 45 08<br/>Fax : 04 92 72 40 03<br/><a href='mailto:librairiepoivredane@wanadoo.fr' class='lienbleu'>librairiepoivredane@wanadoo.fr</a><br/><a href='Au-Poivre-d-Ane,30.html' class='lienbleu'>+ Voir la fiche</a></td></tr></table>";
    fixPoint(map,monLat,monLong,monLibelle,idnum,1,false);
  }
 if (endroit=='comme_roman') {
    monLat = "48.862877";
    monLong = "2.362516";
    monLibelle = "<table cellpadding='0' cellspacing='0' border='0'><tr valign='top'><td><img src='img/logos/comme_roman.png' width='120' height='19' align='left' style='margin-right:10px'/></td><td><b>Librairie Comme Un Roman</b><br />39 rue de Bretagne<br/>75003 Paris<br/>T&eacute;l : 01 42 77 56 20<br/>Fax : 01 42 77 56 20<br/><a href='mailto:commeunroman@wanadoo.fr' class='lienbleu'>commeunroman@wanadoo.fr</a><br/><a href='http://www.comme-un-roman.com' target='_blank' class='lienbleu'>www.comme-un-roman.com</a><br/><a href='Comme-Un-Roman.html' class='lienbleu'>+ Voir la fiche</a></td></tr></table>";
    fixPoint(map,monLat,monLong,monLibelle,idnum,1,false);
  }
  if (endroit=='cordeliers') {
    monLat = "45.043971";
    monLong = "5.051157";
    monLibelle = "<table cellpadding='0' cellspacing='0' border='0'><tr valign='top'><td><img src='img/logos/cordeliers.jpg' width='120' height='138' align='left' style='margin-right:10px'/></td><td><b>Librairie des Cordeliers</b><br />13 c&ocirc;te des Cordeliers<br/>26100 Romans sur Is&egrave;re<br/>T&eacute;l : 04 75 05 15 55<br/>Fax : 04 75 72 50 56<br/><a href='mailto:libcordeliers@wanadoo.fr' class='lienbleu'>libcordeliers@wanadoo.fr</a><br/><a href='Les-Cordeliers.html' class='lienbleu'>+ Voir la fiche</a></td></tr></table>";
    fixPoint(map,monLat,monLong,monLibelle,idnum,1,false);
  }
  if (endroit=='gwalarn') {
    monLat = "48.732325";
    monLong = "-3.457646";
    monLibelle = "<table cellpadding='0' cellspacing='0' border='0'><tr valign='top'><td><img src='img/logos/gwalarn.jpg' width='100' height='64' align='left' style='margin-right:10px'/></td><td><b>Librairie Gwalarn</b><br />15 rue des Chapeliers<br/>22300 Lannion<br/>T&eacute;l : 02 96 37 40 53<br/>Fax : 02 96 46 56 76<br/><a href='mailto:librairie.gwalarn@wanadoo.fr' class='lienbleu'>librairie.gwalarn@wanadoo.fr</a><br/><a href='Gwalam.html' class='lienbleu'>+ Voir la fiche</a></td></tr></table>";
    fixPoint(map,monLat,monLong,monLibelle,idnum,1,false);
  }
  if (endroit=='arbousier') {
    monLat = "43.91768";
    monLong = "5.918884";
    monLibelle = "<table cellpadding='0' cellspacing='0' border='0'><tr valign='top'><td><img src='img/logos/arbousier.jpg' width='120' height='61' align='left' style='margin-right:10px'/></td><td><b>Librairie L'Arbousier</b><br />1 avenue Abdon Martin<br/>04700 Oraison<br/>T&eacute;l / Fax : 04 92 78 61 08<br/><a href='mailto:librairielarbousier@tiscali.fr' class='lienbleu'>librairielarbousier@tiscali.fr</a><br/><a href='L-Arbousier.html' class='lienbleu'>+ Voir la fiche</a></td></tr></table>";
    fixPoint(map,monLat,monLong,monLibelle,idnum,1,false);
  }
  if (endroit=='ecritoire') {
    monLat = "47.490427";
    monLong = "4.333023";
    monLibelle = "<table cellpadding='0' cellspacing='0' border='0'><tr valign='top'><td><img src='img/logos/ecritoire.jpg' width='103' height='140' align='left' style='margin-right:10px'/></td><td><b>Librairie L'Ecritoire</b><br />30 place Notre-Dame<br/>21140 Semur-en-Auxois<br/>T&eacute;l : 03 80 97 05 09<br/>Fax : 03 80 97 19 89<br/><a href='mailto:librairie.ecritoire@wanadoo.fr' class='lienbleu'>librairie.ecritoire@wanadoo.fr</a><br/><a href='http://www.ecritoire-semur.com' target='_blank' class='lienbleu'>www.ecritoire-semur.com</a><br/><a href='L-Ecritoire.html' class='lienbleu'>+ Voir la fiche</a></td></tr></table>";
    fixPoint(map,monLat,monLong,monLibelle,idnum,1,false);
  }
  if (endroit=='lib_rivage') {
    monLat = "45.626936";
    monLong = "-1.031127";
    monLibelle = "<table cellpadding='0' cellspacing='0' border='0'><tr valign='top'><td><img src='img/logos/lib_rivage.jpg' width='120' height='85' align='left' style='margin-right:10px'/></td><td><b>Librairie La Librairie du Rivage</b><br />82 Boulevard Aristide Briand<br/>17200 Royan<br/>T&eacute;l / Fax : 05 46 22 05 16<br/><a href='mailto:librairie.rivage@wanadoo.fr' class='lienbleu'>librairie.rivage@wanadoo.fr</a><br/><a href='http://www.librairie-du-rivage.com' target='_blank' class='lienbleu'>www.librairie-du-rivage.com</a><br/><a href='La-Librairie-du-Rivage.html' class='lienbleu'>+ Voir la fiche</a></td></tr></table>";
    fixPoint(map,monLat,monLong,monLibelle,idnum,1,false);
  }
  if (endroit=='librairie1') {
    monLat = "46.325261";
    monLong = "-0.4634";
    monLibelle = "<table cellpadding='0' cellspacing='0' border='0'><tr valign='top'><td><img src='img/logos/librairie.jpg' width='108' height='130' align='left' style='margin-right:10px'/></td><td><b>Librairie La Librairie des Halles</b><br />1 bis rue Thiers<br/>79000 Niort<br/>T&eacute;l : 05 49 04 05 03<br/>Fax : 05 49 17 18 80<br/><a href='mailto:contact@lalibrairieniort.com' class='lienbleu'>contact@lalibrairieniort.com</a><br/><a href='http://www.lalibrairieniort.com' target='_blank' class='lienbleu'>www.lalibrairieniort.com</a><br/><a href='La-Librairie.html' class='lienbleu'>+ Voir la fiche</a></td></tr></table>";
    fixPoint(map,monLat,monLong,monLibelle,idnum,1,false);
  }
  if (endroit=='librairie2') {
    monLat = "47.470255";
    monLong = "-0.553801";
    monLibelle = "<table cellpadding='0' cellspacing='0' border='0'><tr valign='top'><td><img src='img/logos/librairie2.jpg' width='120' height='54' align='left' style='margin-right:10px'/></td><td><b>Librairie La Librairie...</b><br />12 rue Chaperonni&egrave;re<br/>49000 Angers<br/>T&eacute;l : 02 41 87 48 43<br/>Fax : 02 41 87 47 70<br/><a href='mailto:sarllibrairie@wanadoo.fr' class='lienbleu'>sarllibrairie@wanadoo.fr</a><br/><a href='La-Librairie,20.html' class='lienbleu'>+ Voir la fiche</a></td></tr></table>";
    fixPoint(map,monLat,monLong,monLibelle,idnum,1,false);
  }
  if (endroit=='manoeuvre') {
    monLat = "48.855172";
    monLong = "2.373669";
    monLibelle = "<table cellpadding='0' cellspacing='0' border='0'><tr valign='top'><td><img src='img/logos/manoeuvre.jpg' width='120' height='112' align='left' style='margin-right:10px'/></td><td><b>Librairie La Manoeuvre</b><br />58 rue de la Roquette<br/>75011 Paris<br/>T&eacute;l : 01 47 00 79 70<br/>Fax : 01 47 00 77 55<br/><a href='mailto:La_manoeuvre@yahoo.fr' class='lienbleu'>La_manoeuvre@yahoo.fr</a><br/><a href='mailto:info@lamanoeuvre.com' class='lienbleu'>info@lamanoeuvre.com</a><br/><a href='La-Manoeuvre-Paris-11e.html' class='lienbleu'>+ Voir la fiche</a></td></tr></table>";
    fixPoint(map,monLat,monLong,monLibelle,idnum,1,false);
  }
  if (endroit=='reserve') {
    monLat = "48.985611";
    monLong = "1.707548";
    monLibelle = "<table cellpadding='0' cellspacing='0' border='0'><tr valign='top'><td><img src='img/logos/reserve.jpg' width='120' height='115' align='left' style='margin-right:10px'/></td><td><b>Librairie La R&eacute;serve</b><br />81 avenue Jean Jaur&egrave;s<br/>78711 Mantes-la-Ville<br/>T&eacute;l : 01 30 94 53 23<br/>Fax : 01 30 94 18 08<br/><a href='mailto:librairie.lareserve@wanadoo.fr' class='lienbleu'>librairie.lareserve@wanadoo.fr</a><br/><a href='La-Reserve.html' class='lienbleu'>+ Voir la fiche</a></td></tr></table>";
    fixPoint(map,monLat,monLong,monLibelle,idnum,1,false);
  }
  
  if (endroit=='cadran_lunaire') {
    monLat = "46.306202";
    monLong = "4.835529";
    monLibelle = "<table cellpadding='0' cellspacing='0' border='0'><tr valign='top'><td><img src='img/logos/cadran_lunaire_gif' width='113' height='117' align='left' style='margin-right:10px'/></td><td><b>Librairie Le Cadran Lunaire</b><br />27 rue Franche<br/>71000 M&acirc;con<br/>T&eacute;l : 03 85 38 85 27<br/>Fax : 03 85 40 92 16<br/><a href='mailto:cadran.lunaire@wanadoo.fr' class='lienbleu'>cadran.lunaire@wanadoo.fr</a><br/><a href='Le-Cadran-Lunaire.html' class='lienbleu'>+ Voir la fiche</a></td></tr></table>";
    fixPoint(map,monLat,monLong,monLibelle,idnum,1,false);
  }
  if (endroit=='cypres') {
    monLat = "46.989174";
    monLong = "3.163612";
    monLibelle = "<table cellpadding='0' cellspacing='0' border='0'><tr valign='top'><td><img src='img/logos/cypres.jpg' width='120' height='153' align='left' style='margin-right:10px'/></td><td><b>Librairie Le Cypr&egrave;s</b><br />17 rue du Pont Cizeau<br/>58000 Nevers<br/>T&eacute;l : 03 86 57 53 36<br/>Fax : 03 86 59 59 24<br/><a href='Le-Cypres.html' class='lienbleu'>+ Voir la fiche</a></td></tr></table>";
    fixPoint(map,monLat,monLong,monLibelle,idnum,1,false);
  }
  if (endroit=='grain_mots') {
    monLat = "43.607828";
    monLong = "3.87385";
    monLibelle = "<table cellpadding='0' cellspacing='0' border='0'><tr valign='top'><td><img src='img/logos/grain_mots.gif' width='120' height='100' align='left' style='margin-right:10px'/></td><td><b>Librairie Le Grain Des Mots</b><br />13 boulevard du Jeu de Paume<br/>34000 Montpellier<br/>T&eacute;l : 04 67 60 82 38<br/>Fax : 04 67 60 82 91<br/><a href='mailto:info@legraindesmots.com' class='lienbleu'>info@legraindesmots.com</a><br/><a href='Le-Grain-Des-Mots.html' class='lienbleu'>+ Voir la fiche</a></td></tr></table>";
    fixPoint(map,monLat,monLong,monLibelle,idnum,1,false);
  }
  if (endroit=='livre_phare') {
    monLat = "47.871302";
    monLong = "-3.919791";
    monLibelle = "<table cellpadding='0' cellspacing='0' border='0'><tr valign='top'><td><img src='img/logos/livre_phare.jpg' width='120' height='61' align='left' style='margin-right:10px'/></td><td><b>Librairie Le Livre Phare</b><br />8 rue Dumont D'Urville<br/>29900 Concarneau<br/>T&eacute;l : 02 98 50 68 11<br/><a href='mailto:livrephare@wanadoo.fr' class='lienbleu'>livrephare@wanadoo.fr</a><br/><a href='Le-Livre-Phare-Concarneau.html' class='lienbleu'>+ Voir la fiche</a></td></tr></table>";
    fixPoint(map,monLat,monLong,monLibelle,idnum,1,false);
  }
  if (endroit=='merle_moqueur') {
    monLat = "48.857063";
    monLong = "2.398109";
    monLibelle = "<table cellpadding='0' cellspacing='0' border='0'><tr valign='top'><td><img src='img/logos/merle.png' width='120' height='47' align='left' style='margin-right:10px'/></td><td><b>Librairie Le Merle Moqueur</b><br />51 rue de Bagnolet<br/>75020 Paris<br/>T&eacute;l : 01 40 09 08 80<br/><a href='mailto:mailing@lemerlemoqueur.fr' class='lienbleu'>mailing@lemerlemoqueur.fr</a><br/><a href='http://www.lemerlemoqueur.fr' target='_blank' class='lienbleu'>www.lemerlemoqueur.fr</a><br/><a href='Le-Merle-moqueur.html' class='lienbleu'>+ Voir la fiche</a></td></tr></table>";
    fixPoint(map,monLat,monLong,monLibelle,idnum,1,false);
  }
  
  if (endroit=='square') {
    monLat = "45.188313";
    monLong = "5.727385";
    monLibelle = "<table cellpadding='0' cellspacing='0' border='0'><tr valign='top'><td><img src='img/logos/square.gif' width='120' height='53' align='left' style='margin-right:10px'/></td><td><b>Librairie Le Square</b><br />2 place Docteur L&eacute;on Martin <br/>38000 Grenoble<br/>T&eacute;l : 04 76 46 61 63<br/>Fax : 04 76 46 14 59<br/><a href='mailto:libsquar@club-internet.fr' class='lienbleu'>libsquar@club-internet.fr</a><br/><a href='http://www.librairielesquare.com' target='_blank' class='lienbleu'>www.librairielesquare.com</a><br/><a href='Le-Square.html' class='lienbleu'>+ Voir la fiche</a></td></tr></table>";
    fixPoint(map,monLat,monLong,monLibelle,idnum,1,false);
  }
  if (endroit=='saisons') {
    monLat = "46.157661";
    monLong = "-1.149464";
    monLibelle = "<table cellpadding='0' cellspacing='0' border='0'><tr valign='top'><td><img src='img/logos/saisons.png' width='120' height='46' align='left' style='margin-right:10px'/></td><td><b>Librairie Les Saisons</b><br />21 rue Saint Nicolas<br/>17000 La Rochelle<br/>T&eacute;l : 05 46 37 64 18<br/>Fax : 05 46 34 05 58<br/><a href='mailto:librairie@lessaisons.fr' class='lienbleu'>librairie@lessaisons.fr</a><br/><a href='http://www.lessaisons.fr' target='_blank' class='lienbleu'>www.lessaisons.fr</a><br/><a href='Les-Saisons.html' class='lienbleu'>+ Voir la fiche</a></td></tr></table>";
    fixPoint(map,monLat,monLong,monLibelle,idnum,1,false);
  }
  if (endroit=='104') {
    monLat = "48.889966";
    monLong = "2.371477";
    monLibelle = "<table cellpadding='0' cellspacing='0' border='0'><tr valign='top'><td><img src='img/logos/104.gif' width='120' height='100' align='left' style='margin-right:10px'/></td><td><b>Librairie du Cent Quatre</b><br />104 rue d'Aubervilliers<br/>5 rue Curial<br/>75019 Paris<br/>T&eacute;l : 01 40 38 85 65<br/><a href='mailto:' class='lienbleu'>adresse mail</a><br/><a href='#' class='lienbleu'>+ Voir la fiche</a></td></tr></table>";
    fixPoint(map,monLat,monLong,monLibelle,idnum,1,false);
  }
  if (endroit=='ferme') {
    monLat = "44.015241";
    monLong = "1.357552";
    monLibelle = "";
    fixPoint(map,monLat,monLong,monLibelle,idnum,1,false);
  }
  if (endroit=='lucioles') {
    monLat = "45.525452";
    monLong = "4.874496";
    monLibelle = "<table cellpadding='0' cellspacing='0' border='0'><tr valign='top'><td><img src='img/logos/lucioles.gif' width='120' height='100' align='left' style='margin-right:10px'/></td><td><b>Librairie Lucioles</b><br />13-15 place du Palais<br/>38200 Vienne<br/>T&eacute;l : 04 74 85 53 08<br/>Fax : 04 74 85 27 52<br/><a href='mailto:lucioles@free.fr' class='lienbleu'>lucioles@free.fr</a><br/><a href='Lucioles.html' class='lienbleu'>+ Voir la fiche</a></td></tr></table>";
    fixPoint(map,monLat,monLong,monLibelle,idnum,1,false);
  }
  if (endroit=='lune_autre') {
    monLat = "45.43801";
    monLong = "4.391313";
    monLibelle = "<table cellpadding='0' cellspacing='0' border='0'><tr valign='top'><td><img src='img/logos/lune_autre.gif' width='120' height='100' align='left' style='margin-right:10px'/></td><td><b>Librairie Lune et l'autre</b><br />19 rue Pierre B&eacute;rard<br/>42000 Saint-Etienne<br/>T&eacute;l : 04 77 32 58 49<br/>Fax : 04 77 32 58 49<br/><a href='mailto:Lune-et-l-autre@homail.fr' class='lienbleu'>Lune-et-l-autre@homail.fr</a><br/><a href='Lune-et-l-autre.html' class='lienbleu'>+ Voir la fiche</a></td></tr></table>";
    fixPoint(map,monLat,monLong,monLibelle,idnum,1,false);
  }
  if (endroit=='m_lire') {
    monLat = "48.070953";
    monLong = "-0.769633";
    monLibelle = "<table cellpadding='0' cellspacing='0' border='0'><tr valign='top'><td><img src='img/logos/m_lire.gif' width='120' height='100' align='left' style='margin-right:10px'/></td><td><b>Librairie M'lire</b><br />3 rue de la Paix<br/>53000 Laval<br/>T&eacute;l : 02 43 53 04 00<br/>Fax : 02 43 53 23 52<br/><a href='mailto:mlire@wanadoo.fr' class='lienbleu'>mlire@wanadoo.fr</a><br/><a href='http://librairiemlire.hautetfort.com' target='_blank' class='lienbleu'>librairiemlire.hautetfort.com</a><br/><a href='M-Lire.html' class='lienbleu'>+ Voir la fiche</a></td></tr></table>";
    fixPoint(map,monLat,monLong,monLibelle,idnum,1,false);
  }
  if (endroit=='maupetit') {
    monLat = "43.29858";
    monLong = "5.383987";
    monLibelle = "<table cellpadding='0' cellspacing='0' border='0'><tr valign='top'><td><img src='img/logos/maupetit.gif' width='113' height='180' align='left' style='margin-right:10px'/></td><td><b>Librairie Maupetit</b><br />142-144 La Canebi&egravere<br/>13001 Marseille<br/>T&eacute;l : 04 91 36 50 50<br/>Fax : 04 91 36 50 79<br/><a href='mailto:maupetit@actes-sud.fr' class='lienbleu'>maupetit@actes-sud.fr</a><br/><a href='Maupetit.html' class='lienbleu'>+ Voir la fiche</a></td></tr></table>";
    fixPoint(map,monLat,monLong,monLibelle,idnum,1,false);
  }
  if (endroit=='mots_images') {
    monLat = "48.562593";
    monLong = "-3.153859";
    monLibelle = "<table cellpadding='0' cellspacing='0' border='0'><tr valign='top'><td><img src='img/logos/mots_images.jpg' width='111' height='230' align='left' style='margin-right:10px'/></td><td><b>Librairie Mots et Images</b><br />10 rue Saint-Yves<br/>22200 Guingamp<br/>T&eacute;l : 02 96 40 08 26<br/>Fax : 02 96 40 08 27<br/><a href='mailto:mots-et-images@wanadoo.fr' class='lienbleu'>mots-et-images@wanadoo.fr</a><br/><a href='Mots-et-Images.html' class='lienbleu'>+ Voir la fiche</a></td></tr></table>";
    fixPoint(map,monLat,monLong,monLibelle,idnum,1,false);
  }
  if (endroit=='nordest') {
    monLat = "48.880945";
    monLong = "2.350495";
    monLibelle = "<table cellpadding='0' cellspacing='0' border='0'><tr valign='top'><td><img src='img/logos/nordest.gif' width='120' height='100' align='left' style='margin-right:10px'/></td><td><b>Librairie Nordest</b><br />34 bis rue de Dunkerque<br/>75010 Paris<br/>T&eacute;l / Fax : 01 48 74 45 59<br/><a href='mailto:lib.nordest@wanadoo.fr' class='lienbleu'>lib.nordest@wanadoo.fr</a><br/><a href='Nordest.html' class='lienbleu'>+ Voir la fiche</a></td></tr></table>";
    fixPoint(map,monLat,monLong,monLibelle,idnum,1,false);
  }
  if (endroit=='obliques') {
    monLat = "47.794678";
    monLong = "3.573883";
    monLibelle = "<table cellpadding='0' cellspacing='0' border='0'><tr valign='top'><td><img src='img/logos/obliques.gif' width='80' height='60' align='left' style='margin-right:10px'/></td><td><b>Librairie Obliques</b><br />68 rue Joubert<br/>89000 Auxerre<br/>T&eacute;l : 03 86 51 39 29<br/>Fax : 03 86 52 11 83<br/><a href='mailto:librairie.oblique@wanadoo.fr' class='lienbleu'>librairie.oblique@wanadoo.fr</a><br/><a href='Obliques.html' class='lienbleu'>+ Voir la fiche</a></td></tr></table>";
    fixPoint(map,monLat,monLong,monLibelle,idnum,1,false);
  }
  if (endroit=='passages') {
    monLat = "45.76411";
    monLong = "4.833212";
    monLibelle = "<table cellpadding='0' cellspacing='0' border='0'><tr valign='top'><td><img src='img/logos/voix_chapitre.gif' width='120' height='100' align='left' style='margin-right:10px'/></td><td><b>Librairie Passages</b><br />11 rue de Brest<br/>69002 Lyon<br/>T&eacute;l : 04 72 56 34 84<br/><br/><a href='Librairie-Passages-Lyon.html' class='lienbleu'>+ Voir la fiche</a></td></tr></table>";
    fixPoint(map,monLat,monLong,monLibelle,idnum,1,false);
  }
  if (endroit=='quai_brumes') {
    monLat = "48.581342";
    monLong = "7.744653";
    monLibelle = "<table cellpadding='0' cellspacing='0' border='0'><tr valign='top'><td><img src='img/logos/quai_brumes.jpg' width='120' height='121' align='left' style='margin-right:10px'/></td><td><b>Librairie Quai des Brumes</b><br />120 Grand\'Rue<br/>67000 Strasbourg<br/>T&eacute;l : 03 88 35 32 84<br/>Fax : 03 88 25 14 45<br/><a href='mailto:quaidesbrumes@wanadoo.fr' class='lienbleu'>quaidesbrumes@wanadoo.fr</a><br/><a href='Quai-Des-Brumes.html' class='lienbleu'>+ Voir la fiche</a></td></tr></table>";
    fixPoint(map,monLat,monLong,monLibelle,idnum,1,false);
  }
  if (endroit=='vent_ouest1') {
    monLat = "47.215086";
    monLong = "-1.545349";
    monLibelle = "<table cellpadding='0' cellspacing='0' border='0'><tr valign='top'><td><img src='img/logos/vent_ouest1.jpg' width='120' height='120' align='left' style='margin-right:10px'/></td><td><b>Librairie Vent d'Ouest au Lieu unique</b><br />2 rue de la Biscuiterie<br/>44000 Nantes<br/>T&eacute;l : 02 40 47 64 83<br/>Fax : 02 40 47 75 34<br/><a href='mailto:ventdouestalu@hotmail.com' class='lienbleu'>ventdouestalu@hotmail.com</a><br/><a href='Vent-d-Ouest-au-Lieu-unique-Nantes.html' class='lienbleu'>+ Voir la fiche</a></td></tr></table>";
    fixPoint(map,monLat,monLong,monLibelle,idnum,1,false);
  }
  if (endroit=='vent_ouest2') {
    monLat = "47.215757";
    monLong = "-1.559039";
    monLibelle = "<table cellpadding='0' cellspacing='0' border='0'><tr valign='top'><td><img src='img/logos/vent_ouest2.jpg' width='120' height='120' align='left' style='margin-right:10px'/></td><td><b>Librairie Vent d'Ouest</b><br />5 place du Bon Pasteur BP 31626<br/>44016 Nantes Cedex<br/>T&eacute;l : 02 40 48 64 81<br/>Fax : 02 40 47 62 18<br/><a href='mailto:librairie@ventdouest.org' class='lienbleu'>librairie@ventdouest.org</a><br/><a href='www.librairie-nantes.fr' target='_blank' class='lienbleu'>www.librairie-nantes.fr</a><br/><a href='Vent-d-Ouest.html' class='lienbleu'>+ Voir la fiche</a></td></tr></table>";
    fixPoint(map,monLat,monLong,monLibelle,idnum,1,false);
  }
  if (endroit=='point_virgule') {
    monLat = "50.464553";
    monLong = "4.860978";
    monLibelle = "<table cellpadding='0' cellspacing='0' border='0'><tr valign='top'><td><img src='img/logos/voix_chapitre.gif' width='120' height='100' align='left' style='margin-right:10px'/></td><td><b>Librairie Point Virgule</b><br />Rue Leli&egrave;vre 1<br/> 5000 Namur<br/>T&eacute;l : +33 081 22 79 37<br/>Fax : +33 081 22 79 37<br/><a href='mailto:info@librairiepointvirgule.be' class='lienbleu'>info@librairiepointvirgule.be</a><br/><a href='Point-Virgule-Namur-Belgique.html' class='lienbleu'>+ Voir la fiche</a></td></tr></table>";
    fixPoint(map,monLat,monLong,monLibelle,idnum,1,false);
  }
  if (endroit=='livre_tresors') {
    monLat = "50.642637";
    monLong = "5.568738";
    monLibelle = "<table cellpadding='0' cellspacing='0' border='0'><tr valign='top'><td><img src='img/logos/voix_chapitre.gif' width='120' height='100' align='left' style='margin-right:10px'/></td><td><b>Librairie Livre aux Tr&eacute;sors</b><br />Rue S&eacute;bastien-Laruelle 4<br/>4000 Li&egrave;ge<br/>T&eacute;l : +33 04 250 38 46<br/>Fax : +33 04 250 38 46<br/><a href='mailto:livreauxtresors@skynet.be' class='lienbleu'>livreauxtresors@skynet.be</a><br/><a href='Livre-aux-Tresors-Liege-Belgique.html' class='lienbleu'>+ Voir la fiche</a></td></tr></table>";
    fixPoint(map,monLat,monLong,monLibelle,idnum,1,false);
  }
  if (endroit=='moulin_lettre') {
    monLat = "48.174098";
    monLong = "6.445697";
    monLibelle = "<table cellpadding='0' cellspacing='0' border='0'><tr valign='top'><td><img src='img/logos/logoMoulin.gif' height='120' align='left' style='margin-right:10px'/></td><td><b>Librairie Au moulin des Lettres</b><br/>50 quai des Bons Enfants<br/>88 000 Epinal<br/>T&eacute;l/Fax : 03 29 82 62 89<br/><a href='mailto:info@aumoulindeslettres.fr' class='lienbleu'>info@aumoulindeslettres.fr</a><br/><a href='Au-moulin-des-Lettres.html' class='lienbleu'>+ Voir la fiche</a></td></tr></table>";
    fixPoint(map,monLat,monLong,monLibelle,idnum,1,false);
  }
  if (endroit=='bateau_livre') {
    monLat = "50.62947";
    monLong = "3.054652";
    monLibelle = "<table cellpadding='0' cellspacing='0' border='0'><tr valign='top'><td><b>Librairie Le bateau Livre</b><br/>50 quai des Bons Enfants<br/>59800 Lille<br/>T&eacute;l : 03 20 78 16 30<br/>Fax : 03 20 78 16 45<a href='mailto:contact@bateaulivre.fr' class='lienbleu'>contact@bateaulivre.fr</a><br/><a href='Le-Bateau-Livre.html' class='lienbleu'>+ Voir la fiche</a></td></tr></table>";
    fixPoint(map,monLat,monLong,monLibelle,idnum,1,false);
  }
  if (endroit=='scandales') {
    monLat = "47.236558";
    monLong = "6.025804";
    monLibelle = "<table cellpadding='0' cellspacing='0' border='0'><tr valign='top'><td><b>Les Sandales d'Emp&eacute;docle</b><br/>95 Grande Rue<br/>25000 Besan&ccedil;on<br/>T&eacute;l : 03 81 82 00 88<br/><a href='mailto:sandales@wanadoo.fr' class='lienbleu'>sandales@wanadoo.fr</a><br/><a href='Les-Sandales-d-Empedocle.html' class='lienbleu'>+ Voir la fiche</a></td></tr></table>";
    fixPoint(map,monLat,monLong,monLibelle,idnum,1,false);
  }
	if (endroit=='p-papiers') {
    monLat = "43.647289";
    monLong = "0.585314";
    monLibelle = "<table cellpadding='0' cellspacing='0' border='0'><tr valign='top'><td><b>Les Petits Papiers</b><br/>22 rue Dessoles<br/>32000 Auch<br/>T&eacute;l : 05 62 59 38 10<br/>Fax : 05 62 59 38 76<br/><a href='mailto:lespetitspapiers0792@orange.fr' class='lienbleu'>lespetitspapiers0792@orange.fr</a><br/><a href='Les-Petits-Papiers.html' class='lienbleu'>+ Voir la fiche</a></td></tr></table>";
    fixPoint(map,monLat,monLong,monLibelle,idnum,1,false);
  }
  idnum++;
}
function OuvertureWindow(adresse) {
  var MyWindow = window.open(adresse, 'popup', 'resizable=no,scrollbars=yes,status=no,menubar=no,toolbar=no,directories=no,location=no,width=400,height=300,closed=no,opener=no');
}

function GetParam(name)
{
 var start=location.search.indexOf("?"+name+"=" );
 if (start<0) start=location.search.indexOf("&"+name+"=" );
 if (start<0) return '';
 start += name.length+2;
 var end=location.search.indexOf("&",start)-1;
 if (end<0) end=location.search.length;
 var result='';
 for(var i=start;i<=end;i++) {
  var c=location.search.charAt(i);
  result=result+(c=='+'?' ':c);
 }
 return unescape(result);
}
function zoom(maVar){
	GEvent.trigger(marker[maVar],'click');
}
