/******************* Menu haut gauche ******************/
oCMenu1=new makeCM("oCMenu1")
oCMenu1.pxBetween=0
oCMenu1.fromLeft=426
oCMenu1.fromTop=79
oCMenu1.rows=1
oCMenu1.menuPlacement="left"
oCMenu1.onresize="oCMenu1.construct(1)"
/* *****************************************************
PARAMETRE MODIFIABLE
*******************************************************/
oCMenu1.offlineRoot="./"
/* *****************************************************
PARAMETRE MODIFIABLE
*******************************************************/
home = "";
file = "";
if (document.URL.indexOf("ile:")>0) file = "..";
for (i=0;i<document.URL.length;i++) {
	c = document.URL.charAt(i);
	if (c=='/' && i>7) break;
	else home += c;
}
oCMenu1.onlineRoot=home;
oCMenu1.resizeCheck=1
oCMenu1.wait=100
oCMenu1.fillImg="images/triangle/brun.gif"
oCMenu1.zIndex=0
oCMenu1.useBar=0
oCMenu1.barWidth="menu"
oCMenu1.barHeight="menu"
oCMenu1.barClass="cl1Bar"
oCMenu1.barX="menu"
oCMenu1.barY="menu"
oCMenu1.barBorderX=0
oCMenu1.barBorderY=0
oCMenu1.barBorderClass=""
oCMenu1.level[0]=new cm_makeLevel()
oCMenu1.level[0].width=120
oCMenu1.level[0].height=18
oCMenu1.level[0].regClass="cl1Level0"
oCMenu1.level[0].overClass="cl1Level0over"
oCMenu1.level[0].borderX=1
oCMenu1.level[0].borderY=0
oCMenu1.level[0].align="bottom"
oCMenu1.level[0].borderClass="cl1Level0border"
oCMenu1.level[0].offsetX=0
oCMenu1.level[0].offsetY=1
oCMenu1.level[1]=new cm_makeLevel()
oCMenu1.level[1].width=185
oCMenu1.level[1].height=20
oCMenu1.level[1].regClass="cl1Level1"
oCMenu1.level[1].overClass="cl1Level1over"
oCMenu1.level[1].borderX=1
oCMenu1.level[1].borderY=1
oCMenu1.level[1].align="right"
oCMenu1.level[1].offsetX=0
oCMenu1.level[1].offsetY=0
oCMenu1.level[1].borderClass="cl1Level1border"
/* *****************************************************
PARAMETRE-S MODIFIABLE-S (DEBUT)
*******************************************************/
oCMenu1.makeMenu('top0','','&nbsp;Je chauffe ma maison',file+'/01-je-chauffe-ma-maison/index.html','',130) 
    oCMenu1.makeMenu('sub0','top0','Présentation',file+'/01-je-chauffe-ma-maison/index.html','',162)
	oCMenu1.makeMenu('sub00','top0','Principes d\'une opération',file+'/01-je-chauffe-ma-maison/01-principes.html','',162)
    oCMenu1.makeMenu('sub01','top0','Réussir son opération',file+'/01-je-chauffe-ma-maison/02-reussir-01.html','',162)
    oCMenu1.makeMenu('sub03','top0','A qui s\'adresser ?',file+'/01-je-chauffe-ma-maison/03-acteurs.html','',162)
oCMenu1.makeMenu('top1','','&nbsp;Chauffer des b&acirc;timents',file+'/02-chauffer-des-batiments/index.html','',140)
    oCMenu1.makeMenu('sub1','top1','Présentation',file+'/02-chauffer-des-batiments/index.html','',162)
	oCMenu1.makeMenu('sub10','top1','Principes d\'une opération',file+'/02-chauffer-des-batiments/01-principes.html','',162)
    oCMenu1.makeMenu('sub11','top1','Montage d\'une opération',file+'/02-chauffer-des-batiments/02-montage-01.html','',162)
	oCMenu1.makeMenu('sub12','top1','A qui s\'adresser ?',file+'/02-chauffer-des-batiments/03-acteurs.html','',162)
oCMenu1.makeMenu('top2','','Les réseaux de chaleur',file+'/03-reseaux-de-chaleur/index.html','',135)
    oCMenu1.makeMenu('sub020','top2','Présentation',file+'/03-reseaux-de-chaleur/index.html')
	oCMenu1.makeMenu('sub20','top2','Principes d\'une opération',file+'/03-reseaux-de-chaleur/01-principes-01.html')
    oCMenu1.makeMenu('sub21','top2','Réalisation d\'une opération',file+'/03-reseaux-de-chaleur/02-realisation-01.html')
	oCMenu1.makeMenu('sub22','top2','Assurances et couverture du risque',file+'/03-reseaux-de-chaleur/03-assurances-01.html')
	oCMenu1.makeMenu('sub23','top2','A qui s\'adresser ?',file+'/03-reseaux-de-chaleur/04-acteurs-01.html')
oCMenu1.makeMenu('top3','','&nbsp;Autres Utilisations',file+'/06-comment-ca-marche/03-exploitation-03.html','',115)
    oCMenu1.makeMenu('sub30','top3','Production d\'électricité',file+'/06-comment-ca-marche/03-exploitation-03.html','',115)
	oCMenu1.makeMenu('sub31','top3','Industrie et Loisirs',file+'/05-geothermie/04-applications-03.html#pisciculture','',115)

/* *****************************************************
PARAMETRE-S MODIFIABLE-S (FIN)
*******************************************************/
// Ne pas toucher cette derniere ligne - elle construit le menu
oCMenu1.construct();

/******************* Menu Geothermie ****************/
oCMenu2=new makeCM("oCMenu2")
oCMenu2.pxBetween=3
oCMenu2.fromLeft=0
oCMenu2.fromTop=79
oCMenu2.rows=0
oCMenu2.menuPlacement="left"
oCMenu2.onresize="oCMenu2.construct(1)"
/* *****************************************************
PARAMETRE MODIFIABLE
*******************************************************/
oCMenu2.offlineRoot="./"
/* *****************************************************
PARAMETRE MODIFIABLE
*******************************************************/
//home = "";
//for (i=0;i<document.URL.length;i++)
//{
//c = document.URL.charAt(i);
//if (c=='/' && i>7) break;
//else home += c;
//}
oCMenu2.onlineRoot=home;
oCMenu2.resizeCheck=1
oCMenu2.wait=100
oCMenu2.fillImg="img/64x64.gif"
oCMenu2.zIndex=0
oCMenu2.useBar=1
oCMenu2.barWidth="menu"
oCMenu2.barHeight="menu"
oCMenu2.barClass="cl2Bar"
oCMenu2.barX="menu"
oCMenu2.barY="menu"
oCMenu2.barBorderX=0
oCMenu2.barBorderY=0
oCMenu2.barBorderClass=""
oCMenu2.level[0]=new cm_makeLevel()
oCMenu2.level[0].width=159
oCMenu2.level[0].height=18
oCMenu2.level[0].regClass="cl2Level0"
oCMenu2.level[0].overClass="cl2Level0over"
oCMenu2.level[0].borderX=1
oCMenu2.level[0].borderY=1
oCMenu2.level[0].borderClass=0
oCMenu2.level[0].offsetX=6
oCMenu2.level[0].offsetY=-1
oCMenu2.level[0].rows=0
oCMenu2.level[0].align="right"
oCMenu2.level[1]=new cm_makeLevel()
oCMenu2.level[1].width=160
oCMenu2.level[1].height=20
oCMenu2.level[1].regClass="cl2Level1"
oCMenu2.level[1].overClass="cl2Level1over"
oCMenu2.level[1].style=""
oCMenu2.level[1].align="right"
oCMenu2.level[1].offsetX=2
oCMenu2.level[1].offsetY=0
oCMenu2.level[1].borderClass="cl2Level1border"
oCMenu2.level[1].borderX=1
oCMenu2.level[1].borderY=1
oCMenu2.level[1].rows=0
oCMenu2.level[1].align="right"
oCMenu2.level[2]=new cm_makeLevel()
oCMenu2.level[2].width=160
oCMenu2.level[2].height=20
oCMenu2.level[2].regClass="cl2Level1"
oCMenu2.level[2].overClass="cl2Level1over"
oCMenu2.level[2].style=""
oCMenu2.level[2].align="right"
oCMenu2.level[2].offsetX=0
oCMenu2.level[2].offsetY=0
oCMenu2.level[2].borderClass="cl2Level1border"
oCMenu2.level[2].borderX=1
oCMenu2.level[2].borderY=1
oCMenu2.level[2].rows=0
oCMenu2.level[2].align="bottom"
/* *****************************************************
PARAMETRE-S MODIFIABLE-S (DEBUT)
*******************************************************/
oCMenu2.makeMenu('top5','','La géothermie',file+'/05-geothermie/index.html')
	oCMenu2.makeMenu('sub49','top5','Présentation',file+'/05-geothermie/index.html')
	oCMenu2.makeMenu('sub50','top5','Les atouts de la géothermie',file+'/05-geothermie/01-atouts-geothermie-01.html')
	oCMenu2.makeMenu('sub51','top5','De la chaleur &agrave; la ressource',file+'/05-geothermie/02-chaleur-ressource.html')
	oCMenu2.makeMenu('sub52','top5','Un peu d\'histoire',file+'/05-geothermie/03-histoire.html')
		oCMenu2.makeMenu('sub520','sub52','Les premiers usages de la géothermie',file+'/05-geothermie/03-histoire.html','','',30)
		oCMenu2.makeMenu('sub521','sub52','La géothermie &agrave; l\'heure de l\'industrialisation',file+'/05-geothermie/03-histoire-02.html','','',30)
		oCMenu2.makeMenu('sub522','sub52','Les développements au XX&egrave;me si&egrave;cle',file+'/05-geothermie/03-histoire-03.html','','',30)
	oCMenu2.makeMenu('sub53','top5','Des applications diversifiées',file+'/05-geothermie/04-applications-01.html')
	oCMenu2.makeMenu('sub54','top5','La géothermie dans le monde',file+'/05-geothermie/05-geothermie-monde.html')
		oCMenu2.makeMenu('sub540','sub54','La production de chaleur',file+'/05-geothermie/05-geothermie-monde.html','','')
		oCMenu2.makeMenu('sub541','sub54','La production d\'électricité',file+'/05-geothermie/05-geothermie-monde-02.html','','')
		oCMenu2.makeMenu('sub542','sub54','Les ressources mondiales',file+'/05-geothermie/05-geothermie-monde-04.html','','')
oCMenu2.makeMenu('top6','','Comment &ccedil;a marche ?',file+'/06-comment-ca-marche/index.html')
	oCMenu2.makeMenu('sub59','top6','Présentation',file+'/06-comment-ca-marche/index.html')
	oCMenu2.makeMenu('sub60','top6','A la découverte des gisements','')
		oCMenu2.makeMenu('sub600','sub60','L\'exploration',file+'/06-comment-ca-marche/01-decouverte-01.html')
		oCMenu2.makeMenu('sub601','sub60','Inventaire des ressources',file+'/06-comment-ca-marche/01-decouverte-02.html')
	oCMenu2.makeMenu('sub61','top6','Acc&egrave;s &agrave; la ressource','')
		oCMenu2.makeMenu('sub610','sub61','Introduction',file+'/06-comment-ca-marche/02-acces-ressources-01.html','','')
		oCMenu2.makeMenu('sub611','sub61','Les puits canadiens',file+'/06-comment-ca-marche/02-acces-ressources-02.html')
		oCMenu2.makeMenu('sub612','sub61','Fondations géothermiques',file+'/06-comment-ca-marche/02-acces-ressources-03.html')
		oCMenu2.makeMenu('sub613','sub61','Capteurs géothermiques horizontaux',file+'/06-comment-ca-marche/02-acces-ressources-04.html','','',30)
		oCMenu2.makeMenu('sub614','sub61','Sondes géothermiques',file+'/06-comment-ca-marche/02-acces-ressources-05.html')
		oCMenu2.makeMenu('sub615','sub61','Tunnels et mines',file+'/06-comment-ca-marche/02-acces-ressources-06.html')
		oCMenu2.makeMenu('sub616','sub61','Forages',file+'/06-comment-ca-marche/02-acces-ressources-07.html')
		oCMenu2.makeMenu('sub617','sub61','Forages marteau fond de trou',file+'/06-comment-ca-marche/02-acces-ressources-08.html')
		oCMenu2.makeMenu('sub618','sub61','Forages rotary',file+'/06-comment-ca-marche/02-acces-ressources-09.html')
		oCMenu2.makeMenu('sub619','sub61','Doublets géothermiques',file+'/06-comment-ca-marche/02-acces-ressources-10.html')
	oCMenu2.makeMenu('sub62','top6','Exploitation de la ressource<br>et production d\'énergie','','','',30)
		oCMenu2.makeMenu('sub620','sub62','La production de chaleur directe',file+'/06-comment-ca-marche/03-exploitation-01.html','',165)
		oCMenu2.makeMenu('sub621','sub62','La production de chaleur<br>ou de froid avec PAC',file+'/06-comment-ca-marche/03-exploitation-02.html','',165,30)
		oCMenu2.makeMenu('sub622','sub62','La production d\'énergie<br>électrique',file+'/06-comment-ca-marche/03-exploitation-03.html','',165,30)
		oCMenu2.makeMenu('sub623','sub62','La production multiple',file+'/06-comment-ca-marche/03-exploitation-04.html','',165)
	oCMenu2.makeMenu('sub63','top6','Des contraintes ma&icirc;trisées',file+'/06-comment-ca-marche/04-contraintes-maitrisees.html')
oCMenu2.makeMenu('top7','','La géothermie en France',file+'/07-geothermie-france/index.html')
	oCMenu2.makeMenu('sub69','top7','Présentation',file+'/07-geothermie-france/index.html')
	oCMenu2.makeMenu('sub70','top7','La GTH Tr&egrave;s basse énergie',file+'/07-geothermie-france/01-tres-basse-energie.html')
		oCMenu2.makeMenu('sub700','sub70','La ressource',file+'/07-geothermie-france/01-tres-basse-energie.html','',100)
		oCMenu2.makeMenu('sub701','sub70','Les opérations',file+'/07-geothermie-france/01-tres-basse-energie-01.html','',100)
		oCMenu2.makeMenu('sub702','sub70','Les chiffres',file+'/07-geothermie-france/01-tres-basse-energie-02.html','',100)
	oCMenu2.makeMenu('sub71','top7','La GTH Basse énergie',file+'/07-geothermie-france/02-basse-energie.html')
		oCMenu2.makeMenu('sub710','sub71','La ressource',file+'/07-geothermie-france/02-basse-energie.html','',100)
		oCMenu2.makeMenu('sub711','sub71','Les opérations',file+'/07-geothermie-france/02-basse-energie-01.html','',100)
	oCMenu2.makeMenu('sub72','top7','La GTH Haute énergie',file+'/07-geothermie-france/03-haute-energie.html')
		oCMenu2.makeMenu('sub720','sub72','La ressource',file+'/07-geothermie-france/03-haute-energie.html','',100)
		oCMenu2.makeMenu('sub721','sub72','Les opérations',file+'/07-geothermie-france/03-haute-energie-01.html','',100)
	oCMenu2.makeMenu('sub73','top7','La géothermie du futur',file+'/07-geothermie-france/04-geothermie-futur.html')
oCMenu2.makeMenu('top8','','Les enjeux','/08-enjeux/index.html')
	oCMenu2.makeMenu('sub79','top8','Présentation',file+'/08-enjeux/index.html')
	oCMenu2.makeMenu('sub80','top8','La place de la géothermie',file+'/08-enjeux/01-geothermie-01.html')
	oCMenu2.makeMenu('sub81','top8','Perspectives',file+'/08-enjeux/02-perspectives-01.html')
oCMenu2.makeMenu('top9','','Recherche-Développement','/04-recherche/01-pac-04.html')
	oCMenu2.makeMenu('sub89','top9','Chaleur géothermique',file+'/04-recherche/01-pac-04.html')
	oCMenu2.makeMenu('sub90','top9','Electricité géothermique',file+'/04-recherche/02-prodelec.html')
	oCMenu2.makeMenu('sub91','top9','Divers',file+'/04-recherche/03-div.html')

					 

/******************************************************
PARAMETRE-S MODIFIABLE-S (FIN)
*******************************************************/
// Ne pas toucher cette derniere ligne - elle construit le menu
oCMenu2.construct()



/******************* Menu JAUNE ****************/
oCMenu3=new makeCM("oCMenu3")
oCMenu3.pxBetween=3
oCMenu3.fromLeft=0
oCMenu3.fromTop=210
oCMenu3.rows=0
oCMenu3.menuPlacement="left"
oCMenu3.onresize="oCMenu3.construct(1)"
/* *****************************************************
PARAMETRE MODIFIABLE
*******************************************************/
oCMenu3.offlineRoot="./"
/* *****************************************************
PARAMETRE MODIFIABLE
*******************************************************/
//home = "";
//for (i=0;i<document.URL.length;i++)
//{
//c = document.URL.charAt(i);
//if (c=='/' && i>7) break;
//else home += c;
//}
oCMenu3.onlineRoot=home;
oCMenu3.resizeCheck=1
oCMenu3.wait=100
oCMenu3.fillImg="img/64x64.gif"
oCMenu3.zIndex=0
oCMenu3.useBar=1
oCMenu3.barWidth="menu"
oCMenu3.barHeight="menu"
oCMenu3.barClass="cl3Bar"
oCMenu3.barX="menu"
oCMenu3.barY="menu"
oCMenu3.barBorderX=0
oCMenu3.barBorderY=0
oCMenu3.barBorderClass=""
oCMenu3.level[0]=new cm_makeLevel()
oCMenu3.level[0].width=159
oCMenu3.level[0].height=18
oCMenu3.level[0].regClass="cl3Level0"
oCMenu3.level[0].overClass="cl3Level0over"
oCMenu3.level[0].borderX=1
oCMenu3.level[0].borderY=1
oCMenu3.level[0].borderClass=0
oCMenu3.level[0].offsetX=6
oCMenu3.level[0].offsetY=-1
oCMenu3.level[0].rows=0
oCMenu3.level[0].align="right"
oCMenu3.level[1]=new cm_makeLevel()
oCMenu3.level[1].width=140
oCMenu3.level[1].height=20
oCMenu3.level[1].regClass="cl3Level1"
oCMenu3.level[1].overClass="cl3Level1over"
oCMenu3.level[1].style=""
oCMenu3.level[1].align="right"
oCMenu3.level[1].offsetX=0
oCMenu3.level[1].offsetY=0
oCMenu3.level[1].borderClass="cl3Level1border"
oCMenu3.level[1].borderX=1
oCMenu3.level[1].borderY=1
oCMenu3.level[1].rows=0
oCMenu3.level[1].align="right"
oCMenu3.level[2]=new cm_makeLevel()
oCMenu3.level[2].width=140
oCMenu3.level[2].height=20
oCMenu3.level[2].regClass="cl3Level1"
oCMenu3.level[2].overClass="cl3Level1over"
oCMenu3.level[2].style=""
oCMenu3.level[2].align="right"
oCMenu3.level[2].offsetX=0
oCMenu3.level[2].offsetY=0
oCMenu3.level[2].borderClass="cl3Level1border"
oCMenu3.level[2].borderX=1
oCMenu3.level[2].borderY=1
oCMenu3.level[2].rows=0
oCMenu3.level[2].align="bottom"
/* *****************************************************
PARAMETRE-S MODIFIABLE-S (DEBUT)
*******************************************************/
oCMenu3.makeMenu('top9','','Actualités/Presse', file+'/09-actualites-presse/index.html')
	oCMenu3.makeMenu ('sub89', 'top9', 'Actualités', file+'/09-actualites-presse/index.html')
	oCMenu3.makeMenu ('sub90', 'top9', 'Presse', file+'/09-actualites-presse/02-presse-01.html')
	oCMenu3.makeMenu ('sub91', 'top9', 'Agenda', file+'/09-actualites-presse/01-actualites-03.html')
oCMenu3.makeMenu('top10','','Médiathèque', file+'/11-informations-utiles/04-mediatheque.html')
	oCMenu3.makeMenu ('sub99', 'top10', 'Vidéos en ligne', file+'/11-informations-utiles/04-mediatheque.html')
	oCMenu3.makeMenu ('sub101', 'top10', 'Publications en ligne', file+'/11-informations-utiles/02-publications.html')
	oCMenu3.makeMenu ('sub102', 'top10', 'Bibliographie', file+'/11-informations-utiles/03-bibliographie.html')
	oCMenu3.makeMenu ('sub103', 'top10', 'Fiches de références', file+'/11-informations-utiles/01-fiches-references.html')
	oCMenu3.makeMenu ('sub104', 'top10', 'Actes de colloque', file+'/11-informations-utiles/05-boite-outils.html')
oCMenu3.makeMenu('top11','','FAQ/Glossaire', '/10-faq-glossaire/01-faq.html','')
oCMenu3.makeMenu('top12','','Les acteurs','/14-acteurs.html')
	oCMenu3.makeMenu ('sub119', 'top12', 'ADEME-BRGM', file+'/14-acteurs.html')
	oCMenu3.makeMenu ('sub120', 'top12', 'Les organismes', file+'/14-acteurs-01.html')
oCMenu3.makeMenu('top13','','Liens','/15-liens/index.html')

/******************************************************
PARAMETRE-S MODIFIABLE-S (FIN)
*******************************************************/
// Ne pas toucher cette derniere ligne - elle construit le menu
oCMenu3.construct()
