var dragapproved=false
var z1,x1,y1

function move(){
 if (event.button==1&&dragapproved){
  z1.style.pixelLeft=temp1+event.clientX-x1
  z1.style.pixelTop=temp2+event.clientY-y1
  return false
 }
}

function drags(){
 if (!document.all)
  return
 if (event.srcElement.className=="drag"){
  dragapproved=true
  z1=event.srcElement
  temp1=z1.style.pixelLeft
  temp2=z1.style.pixelTop
  x1=event.clientX
  y1=event.clientY
  document.onmousemove=move
 }
}

function afficherOption(lien,titre,sm) {
 if (lien!="") {
  inj("<a href=\""+lien+"\" class=\'menuBlanc\'")
  if (!sm) {
   inj(" onMouseover='cacherSousMenu()'")
  }
//  if ((lien.substring(0,7)=="http://") || (titre.indexOf("&nbsp;&nbsp;ma fiche personnelle")!=-1) || (lien.indexOf(".pdf")!=-1) || (titre.indexOf("Filbermic")!=-1) || (lien.indexOf("hypocras")!=-1)) {
//   inj(" target=\"_blank\"")
//  }
  if (ie5) {
   inj("><font style='font-size:12px'>&nbsp;"+titre+"&nbsp;<\/a><br>")
  }
  else {
   inj("><font style='font-size:12px'><span class=\'menuBlanc\'>&nbsp;"+titre+"&nbsp;<\/span><\/a><br>")
  }
 }
 else {
  inj("<font style='font-size:12px' color=#f6debe>&nbsp;"+titre+"&nbsp;<br>")
 }
}

function afficherOptionL(lien,titre,sm) {
 if (lien!="") {
  inj("<a href=\""+lien+"\" class=\'menuBlancL\'")
  if (!sm) {
   inj(" onMouseover='cacherSousMenu()'")
  }
//  if ((lien.substring(0,7)=="http://") || (titre.indexOf("&nbsp;&nbsp;ma fiche personnelle")!=-1) || (lien.indexOf(".pdf")!=-1) || (titre.indexOf("Filbermic")!=-1) || (lien.indexOf("hypocras")!=-1)) {
//   inj(" target=\"_blank\"")
//  }
  if (ie5) {
   inj("><font style='font-size:12px'>&nbsp;"+titre+"&nbsp;<\/a><br>")
  }
  else {
   inj("><font style='font-size:12px'><span class=\'menuBlancL\'>&nbsp;"+titre+"&nbsp;<\/span><\/font><\/a><br>")
  }
 }
 else {
  inj("<font style='font-size:12px' color=#f6debe>&nbsp;"+titre+"&nbsp;<\/font><br>")
 }
}

if (VersionNavigateur(4.0,4.0)) {
 inj("<div id=\"fondmenu\" class=\"objB\">")
 inj("<a href=\"http://www.daxhelet.net/phpmyannu/goto.php?id=117\" onMouseover=\"window.status='http://portail.cathares.org'; return true\">")
 inj("<img src=\"bandeauTitre17-750x65.gif\" width=750 height=65 border=0 style=\"cursor:pointer\"><\/a>")
 inj("<table bgcolor=#6a2b2b border=0 width=750 height=20 cellpadding=3 cellspacing=0>")
 inj("<tr><td align=left width=330><font size=-2 face=\"tahoma, arial\" color=#ffffff style=\"font-size:11px\">")
 inj("<img src=\"pixel.gif\" width=155 height=8>")
// inj("<a href=\"http://www.i-services.net/membres/annuaire/clic.php?user=20085&id=444610\" onMouseover=\"montrerMenu(menu0);window.status='http://revue.cathares.org'; return true\" class=\"blanc\" target=\"_blank\">")
// if (VersionNavigateur(0,99.0)) {inj("<font color=#ffffff>\n")}
// inj("&nbsp;<b>Revue</b>&nbsp;</a>\n")
 if (VersionNavigateur(0,99.0)) {inj("</font>\n")}
 inj("</font></td><td align=left width=160>\n")
 inj("<font size=-2 face=\"tahoma, arial\" color=#ffffff style=\"font-size:11px\">\n")
 inj("<a href=\"http://club.cathares.org\" onMouseover=\"montrerMenu(menu1);window.status='http://club.cathares.org'; return true\" class=\"blanc\" target=\"_blank\">")
 if (VersionNavigateur(0,99.0)) {inj("<font color=#ffffff>\n")}
 inj("&nbsp;<b>Club</b>&nbsp;</a>\n")
 if (VersionNavigateur(0,99.0)) {inj("</font>\n")}
 inj("</font></td><td align=left width=120>\n")
 inj("<font size=-2 face=\"tahoma, arial\" color=#ffffff style=\"font-size:11px\">\n")
 inj("<a href=\"http://www.histophile.com\" onMouseover=\"montrerMenu(menu2);window.status='http://www.histophile.com'; return true\" class=\"blanc\" target=\"_blank\">")
 if (VersionNavigateur(0,99.0)) {inj("<font color=#ffffff>\n")}
 inj("&nbsp;<b>Boutique</b>&nbsp;</a>\n")
 if (VersionNavigateur(0,99.0)) {inj("</font>\n")}
 inj("</font></td><td align=right>\n")
 inj("<font size=-2 face=\"tahoma, arial\" color=#ffffff style=\"font-size:11px\">\n")
 inj("<a href=\"http://portail.cathares.org\" onMouseover=\"montrerMenu(menu3)\" class=\"blanc\">")
 if (VersionNavigateur(0,99.0)) {inj("<font color=#ffffff>\n")}
 inj("&nbsp;<b>Portail</b>&nbsp;</a>\n")
 if (VersionNavigateur(0,99.0)) {inj("</font>\n")}
 inj("</font></td></tr></table>\n")
 inj("<map name=\"lien\">\n")
// inj("<area href=\"http://www.radiobar.biz/goto.php3?id=7195\" shape=\"rect\" coords=\"0,0,749,64\" alt=\"Retour à la page d'accueil de cathares.org\">\n")
// inj("<area href=\"http://www.actushare.com/phpmyannu/goto.php3?id=1320\" shape=\"rect\" coords=\"0,0,749,64\" alt=\"Retour à la page d'accueil de cathares.org\">\n")
// inj("<area href=\"http://www.meilleurduweb.com/rubriques/out.php?id=1507\" shape=\"rect\" coords=\"0,0,749,64\" alt=\"Retour à la page d'accueil de cathares.org\">\n")
 inj("<area href=\"http://www.daxhelet.net/phpmyannu/goto.php?id=117\" shape=\"rect\" coords=\"0,0,750,65\" alt=\"Retour à la page d'accueil de cathares.org\">\n")
 inj("<\/map>\n")
 inj("<\/div>")

 inj("<div id=\"menu0\" class=\"objB\" style=\"FILTER: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=95);\">")
 inj("<table cellpadding=0 cellspacing=0 bgcolor=#6a2b2b width=220><tr><td nowrap>")
 inj("<font face=\"Tahoma, Arial, Century Gothic\" size=1 color=#f6debe style=\"font-size:11px\">")
 inj("<table border=0 width=100% bgcolor=#ffeece><tr><td align=center><font face=\"Tahoma, Arial, Century Gothic\" size=1 color=#6a2b2b style=\"font-size:12px\"><b>Cathares</b>, Espace & Patrimoine<sup>&reg;<\/sup><\/font><\/td><\/tr><\/table>")
 inj("<a href=\"http://www.i-services.net/membres/annuaire/clic.php?user=20085&id=444610\" onMouseover=\"window.status='http://revue.cathares.org'; return true\" target=\"_blank\">")
 inj("<center><img src='CEP09couverture100x141.gif' width=100 height=141 border=0 alt=\"disponible en kiosque (diffusion NMPP) et sur abonnement\"></center></a><br>")
 afficherOption("http://revue.cathares.org","en kiosque et sur abonnement","oui")
 inj("<img src='pixel.gif' width=50 height=3><br>")
 inj("<\/font><\/td><\/tr><\/table><\/div>")

 inj("<div id=\"menu1\" class=\"objB\" style=\"FILTER: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=92);\">")
 inj("<table cellpadding=0 cellspacing=0 bgcolor=#6a2b2b width=220><tr><td nowrap>")
 inj("<font face=\"Tahoma, Arial, Century Gothic\" size=1 color=#f6debe style=\"font-size:11px\">")
 inj("<table border=0 width=100% bgcolor=#ffeece><tr><td align=center><font face=\"Tahoma, Arial, Century Gothic\" size=1 color=#6a2b2b style=\"font-size:12px\"><b>Club cathares.org<sup>&reg;</sup></b><\/font><\/td><\/tr><\/table>")
 inj("<a href=\"http://club.cathares.org\" onMouseover=\"window.status='http://club.cathares.org'; return true\" target=\"_blank\">")
 inj("<center><img src='iconeClub141x106.jpg' width=141 height=100 border=0 alt=\"Prolongez l'aventure... avec le Club cathares.org\"><\/center><\/a><br>")
 afficherOption("http://club.cathares.org?page=menuPublic","Porte d'entr&eacute;e","oui")
 inj("<img src='pixel.gif' width=50 height=5><br>")
 afficherOption("http://club.cathares.org?entree=ok&page=menuPublic&userName=decouverte&password=njpup5r6i4duwfphigtz&email=decouverte@cathares.org","Mode d&eacute;couverte","oui")
 afficherOption("http://club.cathares.org?entree=ok&returnUrl=agendaPartage.aspx&page=menuPublic&userName=decouverte&password=njpup5r6i4duwfphigtz&email=decouverte@cathares.org","&nbsp;&nbsp;Agenda partag&eacute;","oui")
 inj("<img src='pixel.gif' width=50 height=5><br>")
 afficherOption("http://www.histophile.com/boutiqueClub.aspx","<b>Ouvrir un compte</b>","oui")
 inj("<img src='pixel.gif' width=50 height=3><br>")
 inj("<\/font><\/td><\/tr><\/table><\/div>")

 inj("<div id=\"menu2\" class=\"objB\" style=\"FILTER: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=92);\">")
 inj("<table cellpadding=0 cellspacing=0 bgcolor=#6a2b2b width=220><tr><td nowrap>")
 inj("<font face=\"Tahoma, Arial, Century Gothic\" size=1 color=#f6debe style=\"font-size:11px\">")
 inj("<table border=0 width=100% bgcolor=#ffeece><tr><td align=center><font face=\"Tahoma, Arial, Century Gothic\" size=1 color=#6a2b2b style=\"font-size:12px\"><b>Achetez en toute s&eacute;curit&eacute;</b><\/font><\/td><\/tr><\/table>")
 afficherOption("http://www.histophile.com","Accueil de la boutique","oui")
 afficherOption("http://www.histophile.com/boutiqueThemeCathares.aspx","Histoire et pays cathares","oui")
 inj("<img src='pixel.gif' width=50 height=5><br>")
 afficherOption("http://www.histophile.com/boutiqueArmurerie.aspx","Armurerie, jeux de r&ocirc;le","oui")
 afficherOption("http://www.histophile.com/boutiqueCD.aspx.aspx","Audioth&egrave;que","oui")
 afficherOption("http://www.histophile.com/boutiqueBijouterieThemeCathares.aspx","Bijouterie, horlogerie","oui")
 afficherOption("http://www.histophile.com/boutiqueStatuettesChevaliers.aspx","D&eacute;coration d'int&eacute;rieur","oui")
 afficherOption("http://www.histophile.com/boutiqueTableaux.aspx","Galerie des artistes","oui")
 afficherOption("http://www.histophile.com/boutiqueLibrairieThemeCathares.aspx","Librairie, kiosque","oui")
 afficherOption("http://www.histophile.com/boutiqueFigurines.aspx","Maquettes et figurines","oui")
 afficherOption("http://www.histophile.com/boutiquePressePapiers.aspx","Papeterie","oui")
 afficherOption("http://www.histophile.com/boutiqueTeeShirts.aspx","V&ecirc;tements","oui")
 afficherOption("http://www.histophile.com/boutiqueDVD.aspx","Vid&eacute;oth&egrave;que","oui")
 afficherOption("http://www.histophile.com/boutiqueHypocras.aspx","Vins et spiritueux","oui")
 afficherOption("http://www.histophile.com","...&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","oui")
 inj("<img src='pixel.gif' width=50 height=3><br>")
 inj("<\/font><\/td><\/tr><\/table><\/div>")

 inj("<div id=\"menu3\" class=\"objB\" style=\"FILTER: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=92);\">")
 inj("<table cellpadding=0 cellspacing=0 bgcolor=#6a2b2b width=260><tr><td nowrap>")
 inj("<font face=\"Tahoma, Arial, Century Gothic\" size=1 color=#f6debe style=\"font-size:11px\">")
 inj("<table border=0 width=100% bgcolor=#ffeece><tr><td align=center><font face=\"Tahoma, Arial, Century Gothic\" size=1 color=#6a2b2b style=\"font-size:12px\"><b>Le portail du Pays Cathare</b><\/font><\/td><\/tr><\/table>")
 afficherOptionL("sommaire.html","Sommaire (&eacute;ditorial)","oui")
 inj("<img src='pixel.gif' width=50 height=5><br>")
 afficherOptionL("http://www.histophile.com/boutiqueAgendaHistophile.aspx","Agenda","oui")
 afficherOptionL("cathares-et-catharisme.html","Le catharisme","oui")
 afficherOptionL("pourquoiParlerDesCatharesEn2004.html","&nbsp;&nbsp;&nbsp;Pourquoi parler des cathares...","oui")
 afficherOptionL("dossiers.html","Les dossiers","oui")
 afficherOptionL("tourisme.html","Tourisme","oui")
 afficherOptionL("carte-de-la-region.html","Carte interactive","oui")
 afficherOptionL("voyage.html","Voyage en Pays Cathare","oui")
 inj("<img src='pixel.gif' width=50 height=5><br>")
 afficherOptionL("javascript:ouvrirFenetreCentree('listeDeDiffusion1.aspx','_blank',471,170,'no')","Liste de diffusion","oui")
// inj("<img src='pixel.gif' width=50 height=5><br>")
// afficherOptionL("javascript:ouvrirFenetreCentree('geolocalisation.html','_blank',180,120,'no')","G&eacute;olocalisation des visiteurs","oui")
 inj("<img src='pixel.gif' width=50 height=5><br>")
// afficherOptionL("javascript:ouvrirFenetreCentree('meteo.html','_blank',488,580,'yes')","Bulletin m&eacute;t&eacute;o","oui")
 inj("<img src='pixel.gif' width=50 height=3><br>")
 inj("<table border=0 width=100% bgcolor=#ffeece><tr><td align=center><font face=\"Tahoma, Arial, Century Gothic\" size=1 color=#6a2b2b style=\"font-size:12px\"><b>Recherche</b><\/font><\/td><\/tr><\/table>")
 afficherOptionL("http://club.cathares.org?entree=ok&page=menuPublic&userName=decouverte&password=njpup5r6i4duwfphigtz&email=decouverte@cathares.org","M&eacute;ta-moteur (moteur interne)","oui")
// afficherOptionL("javascript:voirObj(rechercheGoogle)","Google<sup>&reg;</sup>","oui")
 inj("<img src='pixel.gif' width=50 height=3><br>")
 inj("<table border=0 width=100% bgcolor=#ffeece><tr><td align=center><font face=\"Tahoma, Arial, Century Gothic\" size=1 color=#6a2b2b style=\"font-size:12px\"><b>Nos partenaires tourisme et d&eacute;tente</b><\/font><\/td><\/tr><\/table>")
 afficherOptionL("http://www.idgo.fr","idgo.fr, l'info-loisirs en Languedoc-Roussillon","oui")
// afficherOptionL("http://www.cathares.org/tourismeloisirs","Tourisme & Loisirs incoming","oui")
 afficherOptionL("http://www.corbieres-sauvages.com","Corbi&egrave;res Sauvages","oui")
 afficherOptionL("http://www.chateau-peyrepertuse.com","Ch&acirc;teau de Peyrepertuse","oui")
 inj("<img src='pixel.gif' width=50 height=3><br>")
 inj("<table border=0 width=100% bgcolor=#ffeece><tr><td align=center><font face=\"Tahoma, Arial, Century Gothic\" size=1 color=#6a2b2b style=\"font-size:12px\"><b>R&eacute;gie & partenariat</b><\/font><\/td><\/tr><\/table>")
 afficherOptionL("lien.html","Cr&eacute;ez un lien avec <i>cathares.org</i> <sup>&reg;</sup>","oui")
 afficherOptionL("regiePublicitaireGoogle.html","Augmentez votre visibilit&eacute; sur <i>cathares.org</i> <sup>&reg;</sup>","oui")
 afficherOptionL("http://histophile.com","Histophile<sup>&reg;</sup>, éditeur de <i>cathares.org</> <sup>&reg;</sup>","oui")
 inj("<img src='pixel.gif' width=50 height=3><br>")
 inj("<\/font><\/td><\/tr><\/table><\/div>")

 inj("<div id=\"rechercheGoogle\" class=\"objB\" style=\"FILTER: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=85);\">")
 inj("<table cellpadding=2 cellspacing=0 bgcolor=#333333 width=260><tr><td nowrap>")
 inj("<FORM method=GET action='http://www.google.fr/custom' target='_blank'>")
 inj("<table border=0 width=100% bgcolor=#333333><tr><td align=center><font face=\"Tahoma, Arial, Century Gothic\" size=1 color=#ffffff style=\"font-size:12px\"><b>Rechercher avec <i>Google</i></b><\/font><\/td><\/tr><\/table>")
 inj("<img src='pixel.gif' width=50 height=2><br>")
 inj("<TABLE bgcolor='#333333' cellpadding=0 cellspacing=0 width=100%><tr><td nowrap='nowrap' valign='top' align='center'>")
 inj("<INPUT TYPE=text name=q size=20 maxlength=255 value=''>&nbsp;&nbsp;")
 inj("<INPUT type=submit name=sa VALUE='Rechercher'>")
 inj("<input type=hidden name=client value='pub-9008223737928405'>")
 inj("<input type=hidden name=forid value='1'>")
 inj("<input type=hidden name=ie value='ISO-8859-1'>")
 inj("<input type=hidden name=oe value='ISO-8859-1'>")
 inj("<input type=hidden name=cof value='GALT:#008000;GL:1;DIV:#33CC00;VLC:663399;AH:center;BGC:FFFFFF;LBGC:99FF00;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;LH:50;LW:131;L:http://cathares.org/logoCatharesOrg2004FondBlanc131x50.gif;S:http://cathares.org/;FORID:1;'>")
 inj("<input type=hidden name=hl value='fr'>")
 inj("</td></tr></TABLE>")
 inj("</form>")
 inj("<\/font><\/td><\/tr><\/table><\/div>")

 if (VersionNavigateur(99,4.0)) {
  inj("<div id=\"accesrapidesnavigation\" class=\"objB\">")
  inj("<form name=\"accesRapidesNav\">")
  if (VersionNavigateur(99,4.0)) {
   inj("<select name=\"lieunav\" onChange=\"vt=document.accesRapidesNav.lieunav.options[document.accesRapidesNav.lieunav.selectedIndex].value; if (vt!='') {if (vt.substring(0,7)=='http://') {window.open(vt)} else {document.location=vt}}\" style=\"background:#6a2b2b;color:#f6debe\">\n")
  }
  else {
   inj("<select name=\"lieunav\" onChange=\"vt=document.accesRapidesNav.lieunav.options[document.accesRapidesNav.lieunav.selectedIndex].value; if (vt!='') {if (vt.substring(0,7)=='http://') {window.open(vt)} else {document.location=vt}}\">\n")
  }
  inj("<option value=\"\">accès rapides\n")
  inj("<option value=\"\">_____________________\n")
  inj("<option value=\"javascript:ouvrirFenetreCentree('carte-de-la-regionFenetre.html','_blank',740,585,'no')\">carte de la r&eacute;gion\n")
  inj("<option value=\"\">_____________________\n")
  inj("<option value=\"http://club.cathares.org/?returnUrl=lesPortesDuTemps.aspx&reportage=0013&entree=ok&page=menuDeroulant&userName=decouverte&password=njpup5r6i4duwfphigtz&email=decouverte@cathares.org\">Able (d'Able)\n")
  inj("<option value=\"http://club.cathares.org/?returnUrl=coupsDeCoeur.aspx&article=004&entree=ok&page=menuDeroulant&userName=decouverte&password=njpup5r6i4duwfphigtz&email=decouverte@cathares.org\">Alaric\n")
  inj("<option value=\"alet-les-bains.html\">Alet-les-Bains\n")
  inj("<option value=\"aguilar.html\">Aguilar\n")
  inj("<option value=\"steleAiroux.html\">Airoux\n")
  inj("<option value=\"circulades-alaigne.html\">Alaigne\n")
  inj("<option value=\"circulades-alairac.html\">Alairac\n")
  inj("<option value=\"albi.html\">Albi\n")
  inj("<option value=\"arles-sur-Tech.html\">Arles-sur-Tech\n")
  inj("<option value=\"arques.html\">Arques\n")
  inj("<option value=\"auriac.html\">Auriac\n")
  inj("<option value=\"steleBaraigne.html\">Baraigne\n")
  inj("<option value=\"belcastel-et-buc.html\">Belcastel-et-Buc\n")
  inj("<option value=\"steleBelflou.html\">Belflou\n")
  inj("<option value=\"circulades-bellegarde.html\">Bellegarde-du-Raz&egrave;s\n")
  inj("<option value=\"beziers.html\">B&eacute;ziers\n")
  inj("<option value=\"bezu.html\">Bézu (le)\n")
  inj("<option value=\"http://club.cathares.org/?returnUrl=coupsDeCoeur.aspx&article=003&entree=ok&page=menuDeroulant&userName=decouverte&password=njpup5r6i4duwfphigtz&email=decouverte@cathares.org\">Blanchefort\n")
  inj("<option value=\"circulades-bram.html\">Bram\n")
  inj("<option value=\"circulades-brugairolles.html\">Brugairolles\n")
  inj("<option value=\"bugarach.html\">Bugarach\n")
  inj("<option value=\"cabrespine.html\">Cabrespine\n")
  inj("<option value=\"circulades-cailhau.html\">Cailhau\n")
  inj("<option value=\"circulades-cambieure.html\">Cambieure\n")
  inj("<option value=\"camon.html\">Camon\n")
  inj("<option value=\"http://club.cathares.org/?returnUrl=lesPortesDuTemps.aspx&reportage=0031&entree=ok&page=menuDeroulant&userName=decouverte&password=njpup5r6i4duwfphigtz&email=decouverte@cathares.org\">Canet-en-Roussillon\n")
  inj("<option value=\"capendu.html\">Capendu\n")
  inj("<option value=\"carcassonne.html\">Carcassonne\n")
  inj("<option value=\"steleLesCasses1.html\">Cass&egrave;s (Les)\n")
  inj("<option value=\"reportage0011.html\">Caunes-Minervois\n")
  inj("<option value=\"http://club.cathares.org/?returnUrl=richessesDuPatrimoineOccitan.aspx?&reportage=0024&entree=ok&page=menuDeroulant&userName=decouverte&password=njpup5r6i4duwfphigtz&email=decouverte@cathares.org\">Cazouls d'H&eacute;rault\n")
  inj("<option value=\"chateauChalabre.html\">Ch&acirc;teau-Chalabre\n")
  inj("<option value=\"la-Couvertoirade.html\">Couvertoirade (La)\n")
  inj("<option value=\"cordes.html\">Cordes-sur-Ciel\n")
  inj("<option value=\"coustaussa.html\">Coustaussa\n")
  inj("<option value=\"http://club.cathares.org/?returnUrl=lesPortesDuTemps.aspx&reportage=0003&entree=ok&page=menuDeroulant&userName=decouverte&password=njpup5r6i4duwfphigtz&email=decouverte@cathares.org\">Dun\n")
  inj("<option value=\"durban.html\">Durban-Corbi&egrave;res\n")
  inj("<option value=\"durfort.html\">Durfort\n")
  inj("<option value=\"fabrezan.html\">Fabrezan\n")
  inj("<option value=\"fanjeaux.html\">Fanjeaux\n")
  inj("<option value=\"reportage0015.html\">Fenouillet\n")
  inj("<option value=\"foix.html\">Foix\n")
  inj("<option value=\"fontestorbes.html\">Fontestorbes\n")
  inj("<option value=\"fontfroide.html\">Fontfroide\n")
  inj("<option value=\"circulades-laforce.html\">Force (La)\n")
  inj("<option value=\"galamus.html\">Galamus\n")
  inj("<option value=\"gruissan.html\">Gruissan\n")
  inj("<option value=\"ille-sur-tet.html\">Ille-sur-T&ecirc;t\n")
  inj("<option value=\"reportage0010.html\">La Gante (dolmen de...)\n")
  inj("<option value=\"lagarde.html\">Lagarde\n")
  inj("<option value=\"lagrasse.html\">Lagrasse\n")
  inj("<option value=\"circulades-lasserre.html\">Lasserre-de-Prouilhe\n")
  inj("<option value=\"lastours.html\">Lastours\n")
  inj("<option value=\"reportage0019.html\">Lespinassi&egrave;re\n")
  inj("<option value=\"limousis.html\">Limousis\n")
  inj("<option value=\"limoux.html\">Limoux\n")
  inj("<option value=\"lombrives.html\">Lombrives\n")
  inj("<option value=\"lordat.html\">Lordat\n")
  inj("<option value=\"http://club.cathares.org/?returnUrl=lesPortesDuTemps.aspx&reportage=0018&entree=ok&page=menuDeroulant&userName=decouverte&password=njpup5r6i4duwfphigtz&email=decouverte@cathares.org\">Malves-en-Minervois\n")
  inj("<option value=\"mas-d-azil.html\">Mas d'Azil\n")
  inj("<option value=\"steleMasSaintesPuelles.html\">Mas-Saintes-Puelles (Le)\n")
  inj("<option value=\"miglos.html\">Miglos\n")
  inj("<option value=\"minerve.html\">Minerve\n")
  inj("<option value=\"miramont.html\">Miramont\n")
  inj("<option value=\"mirepoix.html\">Mirepoix\n")
  inj("<option value=\"http://club.cathares.org/selectionPhotos.aspx?kw=moissac&page=menuDeroulant&entree=ok&userName=decouverte&password=njpup5r6i4duwfphigtz&email=decouverte@cathares.org\">Moissac\n")
  inj("<option value=\"montaillou.html\">Montaillou\n")
  inj("<option value=\"circulades-montclar.html\">Montclar\n")
  inj("<option value=\"montreal-de-sos.html\">Montr&eacute;al-de-Sos\n")
  inj("<option value=\"montsegur.html\">Monts&eacute;gur\n")
  inj("<option value=\"http://club.cathares.org/?returnUrl=lesPortesDuTemps.aspx&reportage=0029&entree=ok&page=menuDeroulant&userName=decouverte&password=njpup5r6i4duwfphigtz&email=decouverte@cathares.org\">Monts&eacute;ret\n")
  inj("<option value=\"mouthoumet.html\">Mouthoumet\n")
  inj("<option value=\"reportage0020.html\">Murviel-l&egrave;s-Montpellier\n")
  inj("<option value=\"narbonne.html\">Narbonne\n")
  inj("<option value=\"opoul.html\">Opoul-P&eacute;rillos\n")
  inj("<option value=\"padern.html\">Padern\n")
  inj("<option value=\"http://www.palairac.org\">Palairac\n")
  inj("<option value=\"penne.html\">Penne d'Albigeois\n")
  inj("<option value=\"pepieux-minervois.html\">P&eacute;pieux-Minervois\n")
  inj("<option value=\"http://club.cathares.org/?returnUrl=lesPortesDuTemps.aspx&reportage=0028&entree=ok&page=menuDeroulant&userName=decouverte&password=njpup5r6i4duwfphigtz&email=decouverte@cathares.org\">P&eacute;reille\n")
  inj("<option value=\"peyrepertuse.html\">Peyrepertuse\n")
  inj("<option value=\"circulades-preixan.html\">Preixan\n")
  inj("<option value=\"prouille.html\">Prouille\n")
  inj("<option value=\"puilaurens.html\">Puilaurens\n")
  inj("<option value=\"puivert.html\">Puivert\n")
  inj("<option value=\"puycelci.html\">Puycelci\n")
  inj("<option value=\"queribus.html\">Qu&eacute;ribus\n")
  inj("<option value=\"querigut.html\">Qu&eacute;rigut\n")
  inj("<option value=\"quillan.html\">Quillan\n")
  inj("<option value=\"rennes-le-chateau.html\">Rennes-le-Ch&acirc;teau\n")
  inj("<option value=\"Roquefixade.html\">Roquefixade\n")
  inj("<option value=\"saint-hilaire.html\">Saint-Hilaire\n")
  inj("<option value=\"sainte-eulalie-de-cernon.html\">Sainte-Eulalie de Cernon\n")
  inj("<option value=\"http://club.cathares.org/?returnUrl=lesPortesDuTemps.aspx&reportage=0026&entree=ok&page=menuDeroulant&userName=decouverte&password=njpup5r6i4duwfphigtz&email=decouverte@cathares.org\">Saint-Michel (34)\n")
  inj("<option value=\"http://club.cathares.org/?returnUrl=coupsDeCoeur.aspx&article=001&entree=ok&page=menuDeroulant&userName=decouverte&password=njpup5r6i4duwfphigtz&email=decouverte@cathares.org\">Saint-Michel de Nahuze\n")
  inj("<option value=\"http://club.cathares.org/?returnUrl=coupsDeCoeur.aspx&article=002&entree=ok&page=menuDeroulant&userName=decouverte&password=njpup5r6i4duwfphigtz&email=decouverte@cathares.org\">Saint-Pierre des Clars\n")
  inj("<option value=\"http://club.cathares.org/?returnUrl=lesPortesDuTemps.aspx&reportage=0030&entree=ok&page=menuDeroulant&userName=decouverte&password=njpup5r6i4duwfphigtz&email=decouverte@cathares.org\">Saint-Victor (ermitage)\n")
  inj("<option value=\"saissac.html\">Saissac\n")
  inj("<option value=\"http://club.cathares.org/?returnUrl=richessesDuPatrimoineOccitan.aspx?&reportage=0054&entree=ok&page=menuDeroulant&userName=decouverte&password=njpup5r6i4duwfphigtz&email=decouverte@cathares.org\">Salses\n")
  inj("<option value=\"http://club.cathares.org/?returnUrl=lesPortesDuTemps.aspx&reportage=0012&entree=ok&page=menuDeroulant&userName=decouverte&password=njpup5r6i4duwfphigtz&email=decouverte@cathares.org\">S&eacute;gure\n")
  inj("<option value=\"serrabone.html\">Serrabone\n")
  inj("<option value=\"reportage0003.html\">Sommi&egrave;res\n")
  inj("<option value=\"tarascon.html\">Tarascon-sur-Ari&egrave;ge\n")
  inj("<option value=\"tautavel.html\">Tautavel\n")
  inj("<option value=\"termes.html\">Termes\n")
  inj("<option value=\"toulouse.html\">Toulouse\n")
  inj("<option value=\"grottesUssat.html\">Ussat-les-Bains\n")
  inj("<option value=\"usson.html\">Usson\n")
  inj("<option value=\"vals.html\">Vals\n")
  inj("<option value=\"http://club.cathares.org/?returnUrl=coupsDeCoeur.aspx&article=005&entree=ok&page=menuDeroulant&userName=decouverte&password=njpup5r6i4duwfphigtz&email=decouverte@cathares.org\">Ventajou\n")
//  inj("<option value=\"http://www.verfeil31.net\">Verfeil\n")
  inj("<option value=\"circulades-villeneuve.html\">Villeneuve-les-Montr&eacute;al\n")
  inj("<option value=\"villeneuve-minervois.html\">Villeneuve-Minervois\n")
  inj("<option value=\"reportage0014.html\">Villerouge-la-Cr&eacute;made\n")
  inj("<option value=\"villerouge.html\">Villerouge-Termen&egrave;s\n")
  inj("<option value=\"\">_____________________\n")
  inj("<option value=\"abbayes.html\">abbayes et monast&egrave;res\n")
  inj("<option value=\"chateaux.html\">ch&acirc;teaux\n")
  inj("<option value=\"grottes.html\">grottes et gouffres\n")
  inj("<option value=\"circulades.html\">les Circulades\n")
  inj("<option value=\"megalithes.html\">m&eacute;galithes\n")
  inj("<option value=\"steles.html\">st&egrave;les et croix de pierre\n")
  inj("<option value=\"villes.html\">villes et cit&eacute;s fortifi&eacute;es\n")
  inj("<option value=\"en-plus.html\">et en plus...\n")
  inj("<\/select>\n")
  inj("<\/form>\n")
  inj("<\/div>")
 }

 inj("<div id=\"flechehautdroite\" class=\"objB\">")
 inj("<a href=\"javascript:close()\">\n")
 inj("<img src=\"boutonFermer10x8.gif\" width=10 height=8 border=0 alt=\"fermer la fen&ecirc;tre\"></a><br>")
 inj("<img src=\"pixel.gif\" width=10 height=10 border=0><br>")
 inj("<a href=\"http://cathares.org\">")
 inj("<img src=\"flecheRetourSommaire10x9.gif\" width=10 height=9 border=0 alt=\"retour à la page d'accueil de cathares.org\"></a><br>")
 inj("<img src=\"pixel.gif\" width=10 height=10 border=0></a><br>")
 inj("<a href=\"#\">")
 inj("<img src=\"flecheHautDePage10x8.gif\" width=10 height=8 border=0 alt=\"haut de la page\"></a><br>")
 inj("<img src=\"pixel.gif\" width=10 height=6 border=0></a><br>")
 inj("<a href=\"javascript:showmenuie5()\">")
 inj("<img src=\"pointInterrogation10x15.gif\" width=10 height=15 border=0 alt=\"extrait du cartulaire\"></a><br>")
 inj("<img src=\"pixel.gif\" width=10 height=6 border=0></a><br>")
 inj("<a href=\"#bp\">")
 inj("<img src=\"flecheBasDePage10x8.gif\" width=10 height=8 border=0 alt=\"bas de page\"></a><\/div>")

 var fondmenu=(isNS) ? document.fondmenu : document.all.fondmenu.style
 var menu0=(isNS) ? document.menu0 : document.all.menu0.style
 var menu1=(isNS) ? document.menu1 : document.all.menu1.style
 var menu2=(isNS) ? document.menu2 : document.all.menu2.style
 var menu3=(isNS) ? document.menu3 : document.all.menu3.style
 var rechercheGoogle=(isNS) ? document.rechercheGoogle : document.all.rechercheGoogle.style

 var flechehautdroite=(isNS) ? document.flechehautdroite : document.all.flechehautdroite.style
 if (VersionNavigateur(99,4.0)) {
  var accesrapidesnavigation=(isNS) ? document.accesrapidesnavigation : document.all.accesrapidesnavigation.style
 }

 if (ns6) {
  fondmenu=document.getElementById("fondmenu").style
  menu0=document.getElementById("menu0").style
  menu1=document.getElementById("menu1").style
  menu2=document.getElementById("menu2").style
  menu3=document.getElementById("menu3").style
  rechercheGoogle=document.getElementById("rechercheGoogle").style
  flechehautdroite=document.getElementById("flechehautdroite").style
 }

 if (lieuHebergement.indexOf("edito")==-1) {
  voirObj(fondmenu)
  voirObj(flechehautdroite)
  if (VersionNavigateur(99,4.0)) {
   voirObj(accesrapidesnavigation)
  }
 }
 var offsetMenuX=(isNS) ? 74 : 65
 var offsetMenuXM=(isMAC) ? 5 : 0
 var offsetMenuY=0
 var pxb=-460
 var pyb=offsetMenuY+16
 var pxbf=0
 var pybf=offsetMenuY+16
 placerMenu()
}

function placerMenu() {
 x=0;y=0
 if (document.all) {
  cacherTout()
 }
 else {
  if (y1!=y) {
   cacherTout()
  }
  y1=y
 }
 placerObj(fondmenu,(isNS) ? offsetMenuX+offsetMenuXM+x : offsetMenuX+10+offsetMenuXM+x,offsetMenuY+y)
 placerObj(menu0,(isNS) ? offsetMenuX+90+x : offsetMenuX+100+x,offsetMenuY+85+y)
 placerObj(menu1,(isNS) ? offsetMenuX+255+x : offsetMenuX+265+x,offsetMenuY+85+y)
 placerObj(menu2,(isNS) ? offsetMenuX+430+x : offsetMenuX+440+x,offsetMenuY+85+y)
 placerObj(menu3,(isNS) ? offsetMenuX+490+x : offsetMenuX+500+x,offsetMenuY+85+y)
 placerObj(rechercheGoogle,(isNS) ? offsetMenuX+550+x : offsetMenuX+500+x,offsetMenuY)
 placerObj(flechehautdroite,763,3)
 if (VersionNavigateur(99,4.0)) {
  placerObj(accesrapidesnavigation,x+10+65,y+66)
 }
 if (lieuHebergement.indexOf("edito")!=-1) {
  placerObj(fondmenu,-1000,-1000)
  placerObj(menu0,-1000,-1000)
  placerObj(menu1,-1000,-1000)
  placerObj(menu2,-1000,-1000)
  placerObj(menu3,-1000,-1000)
  placerObj(flechehautdroite,-1000,-1000)
 }
 placerFlecheHaut()
}

function placerFlecheHaut() {
 if (document.all) {
  cacherTout()
  x=document.body.scrollLeft
  y=document.body.scrollTop
  window.onscroll=placerMenu
 }
 else {
  x=pageXOffset
  y=pageYOffset
  if (y1!=y) {
   cacherTout()
  }
  y1=y
  setTimeout("placerFlecheHaut()",100)
 }
 placerObj(flechehautdroite,828+x,y+3)
}

function montrerMenu(objet) {
 if (navigationTransversale) {
  cacherObj(navigationTransversale)
 }
 if (navigationTransversale1) {
  cacherObj(navigationTransversale1)
 }
 cacherObj(menu0);cacherObj(menu1);cacherObj(menu2);cacherObj(menu3)
 if (document.all&&window.print) {
  hidemenuie5()
 }
 if (VersionNavigateur(99,4.0)) {
//  cacherObj(accesrapidesnavigation)
 }
 voirObj(objet)
}

function cacherMenu(objet) {
 if (navigationTransversale) {
  voirObj(navigationTransversale)
 }
 if (navigationTransversale1) {
  voirObj(navigationTransversale1)
 }
 cacherObj(menu0)
 cacherObj(menu1)
 cacherObj(menu2)
 cacherObj(menu3)
}

function cacherTout() {
 if (VersionNavigateur(4.0,4.0)) {
  cacherObj(menu0)
  cacherObj(menu1)
  cacherObj(menu2)
  cacherObj(menu3)
 }
 if (navigationTransversale) {
  voirObj(navigationTransversale)
 }
 if (navigationTransversale1) {
  voirObj(navigationTransversale1)
 }
}

var espace = 'cathares_org'
liste_car = '0123456789abcdefghijklmnopqrstuvwxyz_-ABCDEFGHIJKLMNOPQRSTUVWXYZ'
function dropChars(s) {
 var i
 var returnString = ""
 for (i = 0; i < s.length; i++) {
  var c = s.charAt(i)
   if (c.indexOf(' ')==0) c='_'
   if (liste_car.indexOf(c) != -1) returnString += c
 }
 return returnString
}

function rechercher() {
 cacherTout()
 motCle=prompt("Entrez un ou plusieurs mot(s)-clé(s).\n(recherche avec AltaVista)",'');
 if (motCle.length>0) {
  var fenetre="http://fr.altavista.com/cgi-bin/query?pg=q&sc=on&q=host%3Acathares.org+AND+"+motCle+"&kl=XX&what=web&recherche.x=48&recherche.y=13"
  recherche=window.open(fenetre,'AltaVista','WIDTH=750,HEIGHT=550,resizable=yes,toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes')
 }
}

function rechercherLibrairie() {
 cacherTout()
 motCle=prompt("Entrez un ou plusieurs mot(s)-clé(s).\n(recherche dans la librairie virtuelle de cathares.org)",'')
 if (motCle.length>0) {
  document.location="librairieVirtuelle.html?mot="+motCle
 }
}

function rechercherPlateforme(m) {
 cacherTout()
 if (m) {
  document.location="rechercherPlateforme.html?mot="+m
 }
 else {
  motCle=prompt("Entrez un mot-clé ou directement le numéro de la plate-forme que vous souhaitez ouvrir.",'')
  if (motCle.length==0) {
   document.location="plateforme-interactive.html"
  }
  else {
   if (motCle>=0) {
    while (motCle.length<4) {
     motCle="0"+motCle
    }
    document.location="plateforme"+motCle+".html"
   }
   else {
    document.location="rechercherPlateforme.html?mot="+motCle
   }
  }
 }
}

function rechercherReportage(m) {
 cacherTout()
 if (m) {
  document.location="rechercherReportage.html?mot="+m
 }
 else {
  motCle=prompt("Entrez un mot-clé ou directement le numéro du reportage que vous souhaitez consulter.",'')
  if (motCle.length==0) {
   document.location="rechercherReportage.html?mot=[tous]"
  }
  else {
   if (motCle>0) {
    while (motCle.length<4) {
     motCle="0"+motCle
    }
    document.location="reportage"+motCle+".html"
   }
   else {
    document.location="rechercherReportage.html?mot="+motCle
   }
  }
 }
}

aujourdhui=new Date()
theYear=aujourdhui.getYear()
if (theYear<1000) {
 if (theYear<=100) {
  theYear+=1900
 }
 else {
  theYear+=2000
 }
}

var msgStatus="cathares.org, voyage virtuel en Terres Cathares"
var chars=msgStatus.length+1
var updateStatus=""
var iS=0

function statusMessage() {
 if (iS<chars) {
  setTimeout("nextLetter()",30)
 }
 else {
  window.status=msgStatus
  updateStatus=""
  iS=0
 }
}

function nextLetter() {
 updateStatus=msgStatus.substring(0,iS) + '_'
 window.status=updateStatus
 iS++
 statusMessage()
}

statusMessage()


if (document.all&&window.print) {
 inj("<DIV ID=\"ie5menu\" CLASS=\"skin0\" ONMOUSEOVER=\"highlightie5()\" ONMOUSEOUT=\"lowlightie5()\" ONCLICK=\"jumptoie5()\">")

 inj("<table border=0 width=640 cellpadding=0 cellspacing=0><tr><td width=640 valign=top>")

 inj("<DIV style=\"BACKGROUND-COLOR:#555555\"><table border=0 width=100%><tr><td align=center><font size=2 style=\"FONT-FAMILY: Tahoma,Arial,Helvetica; FONT-SIZE: 11px;\" color=#ffffff><strong>&nbsp;Extrait du cartulaire du <i>Club cathares.org</i> <sup>&reg;</sup>&nbsp;</strong></font></td></tr></table></div>")
 inj("<img src=\"pixelVertClair.gif\" width=100% height=1 border=0>")

// inj("<DIV style=\"BACKGROUND-COLOR:#114411\">")
// inj("<iframe name=extraitCarculaireClub src='extraitCartulaireClub.aspx' width=640 height=300 scrolling=auto frameborder=1></iframe>")

 inj("</td></tr></table>")
 inj("</DIV>")
}
if (document.all&&window.print) {
 if (menuskin==0)
  ie5menu.className="skin0"
 else
  ie5menu.className="skin1"
// document.oncontextmenu=showmenuie5
// document.oncontextmenu=montrerMenu(menu0)
// document.body.onclick=cacherExtraitCartulaire
 document.oncontextmenu=allerVersBoutique
}


function allerVersClub() {
 document.location="http://club.cathares.org"
}

function allerVersBoutique() {
 document.location="http://boutique.cathares.org"
}

function ie5menuPF(n,a,t) {
 var n1
 switch (n.toString().length) {
 case 1:
  n1="000"+n
  break
 case 2:
  n1="00"+n
  break
 case 3:
  n1="0"+n
  break
 case 4:
  n1=n
  break
 default:
  n1="000"+n
 }
 inj("<DIV CLASS=\"menuitems\" url=\"plateforme"+n1+".html#"+a+"\">-n° "+n+" ("+t+")</div>")
}
if ((VersionNavigateur(99,4.0)) && (document.body.clientWidth<=790) && (lieuHebergement.indexOf("edito")==-1)) {
 self.moveTo(0,0)
 self.resizeTo(screen.availwidth,screen.availheight)
}

function rechercherEdito(m) {
 cacherTout()
 if (m) {
  document.location="rechercherEdito.html?mot="+m
 }
 else {
  motCle=prompt("Entrez un mot-clé pour retrouver le ou les édito(s) correspondant(s).",'')
  document.location="rechercherEdito.html?mot="+motCle
 }
}

if ((lieuHebergement.indexOf('localhost')==-1) && (lieuHebergement.indexOf('wwwroot')==-1) && (lieuHebergement.indexOf('philippe')==-1)) {
 inj("<img src='http://logp.hit-parade.com/logohp1.gif?site=p316' width=0 height=0 border=0 align=right>")
}

if (document.referrer.indexOf("club.cathares.org")==-1 && lieuHebergement.indexOf("catharisme.html")>0) {
// ouvrirFenetreCentreeOutils('http://club.cathares.org/catharisme.aspx?entree=ok&page=cathar&userName=decouverte&password=njpup5r6i4duwfphigtz&email=decouverte@cathares.org','_blank',800,500,'yes')
}
if (document.referrer.indexOf("=cathar")>0 && document.referrer.indexOf("cathares.org")==-1 && lieuHebergement.indexOf("catharisme.html")==-1) {
 ouvrirFenetreCentreeOutils('http://club.cathares.org/catharisme.aspx?entree=ok&kw=cathar&userName=decouverte&password=njpup5r6i4duwfphigtz&email=decouverte@cathares.org','_blank',800,500,'yes')
}

if ((document.referrer.indexOf("trebuchet")>15 || lieuHebergement.indexOf("trebuchet")>15) && document.referrer.indexOf("cathares.org")==-1) {
 ouvrirFenetreCentreeOutils('http://www.histophile.com/boutiqueMaquettesMachines.aspx','_blank',800,500,'yes')
}
if ((document.referrer.indexOf("tr%c3%a9buchet")>15 || lieuHebergement.indexOf("tr%c3%a9buchet")>15) && document.referrer.indexOf("cathares.org")==-1) {
 ouvrirFenetreCentreeOutils('http://www.histophile.com/boutiqueMaquettesMachines.aspx','_blank',800,500,'yes')
}
if (document.referrer.indexOf("legende")>15 || lieuHebergement.indexOf("legende")>15) {
 ouvrirFenetreCentreeOutils('http://www.histophile.com/boutiqueDVD.aspx','_blank',800,500,'yes')
}
if (document.referrer.indexOf("l%c3%a9gende")>15 || lieuHebergement.indexOf("l%c3%a9gende")>15) {
 ouvrirFenetreCentreeOutils('http://www.histophile.com/boutiqueDVD.aspx','_blank',800,500,'yes')
}
if ((document.referrer.indexOf("chateau")>15 || lieuHebergement.indexOf("chateau")>15) && lieuHebergement.indexOf("chateaux.html")==-1) {
// ouvrirFenetreCentreeOutils('http://cathares.org/chateaux.html','_blank',800,500,'yes')
}
if ((document.referrer.indexOf("ch%c3%a2teau")>15 || lieuHebergement.indexOf("ch%c3%a2teau")>15) && lieuHebergement.indexOf("chateaux.html")==-1) {
// ouvrirFenetreCentreeOutils('http://cathares.org/chateaux.html','_blank',800,500,'yes')
}
if ((document.referrer.indexOf("carte")>15 || lieuHebergement.indexOf("carte")>15) && lieuHebergement.indexOf("carte-de-la-region.html")==-1 && document.referrer.indexOf("carte-de-")==-1) {
 ouvrirFenetreCentree('http://www.cathares.org/carte-de-la-regionFenetre.html','_blank',740,585,'no')
}

