/***
Copyright (c) 2001 Thomas Brattli (webmaster@dhtmlcentral.com)
DHTML coolMenus - Get it at coolmenus.dhtmlcentral.com
Version 4.0_beta
This script can be used freely as long as all copyright messages are intact.
***/
/*** 
This is the menu creation code - place it right after you body tag
Feel free to add this to a stand-alone js file and link it to your page.
**/

//Menu object creation
oCMenu=new makeCM("oCMenu") //Making the menu object. Argument: menuname

oCMenu.frames = 0

//Menu properties   
oCMenu.pxBetween=0
oCMenu.fromLeft=101		
oCMenu.fromTop=62
oCMenu.rows=1 
oCMenu.menuPlacement="left"
                                                             
oCMenu.offlineRoot="http://localhost/conspiro/" 
oCMenu.onlineRoot="http://www.conspirovniscience.com/" 
oCMenu.resizeCheck=1 
oCMenu.wait=1000 
oCMenu.fillImg="cm_fill.gif"
oCMenu.zIndex=9999

//Background bar properties
oCMenu.useBar=0
oCMenu.barWidth="805"
oCMenu.barHeight="menu" 
oCMenu.barClass="clBar"
oCMenu.barX=(document.body.clientWidth/2)-383
oCMenu.barY=55
oCMenu.barBorderX=0
oCMenu.barBorderY=0
oCMenu.barBorderClass=""

//Level properties - ALL properties have to be spesified in level 0
oCMenu.level[0]=new cm_makeLevel() //Add this for each new level
oCMenu.level[0].width=100
oCMenu.level[0].height=18 
oCMenu.level[0].regClass="clLevel0"
oCMenu.level[0].overClass="clLevel0over"
oCMenu.level[0].borderX=1
oCMenu.level[0].borderY=0
oCMenu.level[0].borderClass="clLevel0border"
oCMenu.level[0].offsetX=10
oCMenu.level[0].offsetY=-1
oCMenu.level[0].rows=0
oCMenu.level[0].arrow=0
oCMenu.level[0].arrowWidth=0
oCMenu.level[0].arrowHeight=0
oCMenu.level[0].align="bottom"

//EXAMPLE SUB LEVEL[1] PROPERTIES - You have to specify the properties you want different from LEVEL[0] - If you want all items to look the same just remove this
oCMenu.level[1]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[1].width=140
oCMenu.level[1].height=18
oCMenu.level[1].regClass="clLevel1"
oCMenu.level[1].overClass="clLevel1over"
oCMenu.level[1].borderX=1
oCMenu.level[1].borderY=1
oCMenu.level[1].align="right" 
oCMenu.level[1].offsetX=-1
oCMenu.level[1].offsetY=-1
oCMenu.level[1].borderClass="clLevel1border"


//EXAMPLE SUB LEVEL[2] PROPERTIES - You have to spesify the properties you want different from LEVEL[1] OR LEVEL[0] - If you want all items to look the same just remove this
oCMenu.level[2]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[2].width=150
oCMenu.level[2].height=18
oCMenu.level[2].offsetX=0
oCMenu.level[2].offsetY=0
oCMenu.level[2].regClass="clLevel2"
oCMenu.level[2].overClass="clLevel2over"
oCMenu.level[2].borderClass="clLevel2border"


/******************************************
Menu item creation:
myCoolMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout) 
*************************************/

oCMenu.makeMenu('top1','','ACCUEIL','index.php','','70','','','','','','','','','','','','')
	oCMenu.makeMenu('sub11','top1','Rechercher','moteur/rechercher.php','','','','','','','','','','','','','','')
	oCMenu.makeMenu('sub12','top1','Plan du site','plan.php','','','','','','','','','','','','','','')
	oCMenu.makeMenu('sub13','top1','Livre d`Or','livredor/livredor.php','','','','','','','','','','','','','','')
	oCMenu.makeMenu('sub14','top1','News','news/newssite.php','','','','','','','','','','','','','','')
	oCMenu.makeMenu('sub15','top1','Contact','contact.php','','','','','','','','','','','','','','')
			
oCMenu.makeMenu('top2','','OVNI','pageovni.php','','50','','','','','','','','','','','','')
	oCMenu.makeMenu('sub21','top2','Photos','photos.php','','','','','','','','','','','','','','')
	oCMenu.makeMenu('sub211','top2','Conseil des neuf','leconseildesneuf.php','','','','','','','','','','','','','','')
	oCMenu.makeMenu('sub22','top2','Crop Circles','cropcircles/cropcircles.php','','','','','','','','','','','','','','')
		oCMenu.makeMenu('sub221','sub22','Photos','cropcircles/photos.php','','','','','','','','','','','','','','')
		oCMenu.makeMenu('sub222','sub22','Agroglyphes','cropcircles/agroglyphes.php','','','','','','','','','','','','','','')
		oCMenu.makeMenu('sub223','sub22','Hypothèses','cropcircles/hypotheses.php','','','','','','','','','','','','','','')
		oCMenu.makeMenu('sub224','sub22','Cercle dans le sol','cropcircles/oregon.php','','','','','','','','','','','','','','')
		oCMenu.makeMenu('sub225','sub22','Oliver Castle 1996','cropcircles/olivercastle.php','','','','','','','','','','','','','','')
		oCMenu.makeMenu('sub226','sub22','Crop Circle de Marly','cropcircles/marly.php','','','','','','','','','','','','','','')
	oCMenu.makeMenu('sub23','top2','Le jour après Roswell','corso.php','','','','','','','','','','','','','','')
		oCMenu.makeMenu('sub231','sub23','Roswell/Cassiopéens','roswell_cass.php','','','','','','','','','','','','','','')
	oCMenu.makeMenu('sub24','top2','Affaire Montauk','montauk.php','','','','','','','','','','','','','','')
	oCMenu.makeMenu('sub25','top2','Archéologie','archeol.php','','','','','','','','','','','','','','')
		oCMenu.makeMenu('sub251','sub25','Préhistoire-Antiquite','archeol2.php','','','','','','','','','','','','','','')
		oCMenu.makeMenu('sub252','sub25','Moyen-Age et +','archeol3.php','','','','','','','','','','','','','','')
		oCMenu.makeMenu('sub253','sub25','Le Sphinx','sphinx2/sphinx2.php','','','','','','','','','','','','','','')
		oCMenu.makeMenu('sub254','sub25','Lignes de Nazca','nazca.php','','','','','','','','','','','','','','')
	oCMenu.makeMenu('sub26','top2','Dico Aliens','dico_et.php','','','','','','','','','','','','','','')
	oCMenu.makeMenu('sub27','top2','Mystère de Fatima','fatima.php','','','','','','','','','','','','','','')
	oCMenu.makeMenu('sub28','top2','Associations','adresses.php','','','','','','','','','','','','','','')
	oCMenu.makeMenu('sub29','top2','Librairies-Vidéos','librair.php','','','','','','','','','','','','','','')
	oCMenu.makeMenu('sub210','top2','Liens','liens.php','','','','','','','','','','','','','','')

							
oCMenu.makeMenu('top3','','NOUVEL ORDRE MONDIAL','leNOM.php','','170','','','','','','','','','','','','')
	oCMenu.makeMenu('sub31','top3','Illuminati','illumi.php','','','','','','','','','','','','','','')
	oCMenu.makeMenu('sub32','top3','Bilderberg','bilder.php','','','','','','','','','','','','','','')
	oCMenu.makeMenu('sub33','top3','Trilaterale','trilat.php','','','','','','','','','','','','','','')
	oCMenu.makeMenu('sub34','top3','CFR','cfr.php','','','','','','','','','','','','','','')
	oCMenu.makeMenu('sub35','top3','Gouvernement Secret','gouvsecr.php','','','','','','','','','','','','','','')
		oCMenu.makeMenu('sub351','sub35','Behold a pale horse','gouvsecr2.php','','','','','','','','','','','','','','')
		oCMenu.makeMenu('sub352','sub35','Autre document','gouvsecr3.php','','','','','','','','','','','','','','')
		oCMenu.makeMenu('sub353','sub35','Mort de Cooper','cooper.php','','','','','','','','','','','','','','')
oCMenu.makeMenu('sub36','top3','Armes silencieuses','armesil.php','','','','','','','','','','','','','','')
oCMenu.makeMenu('sub37','top3','Liens','liensNOM.php','','','','','','','','','','','','','','')
			
oCMenu.makeMenu('top4','','SCIENCE','science.php','','70','','','','','','','','','','','','')
	oCMenu.makeMenu('sub41','top4','Physique quantique','quantique/physiquequant.php','','','','','','','','','','','','','','')
		oCMenu.makeMenu('sub411','sub41','Notions de base','quantique/cours_bases.php','','','','','','','','','','','','','','')
		oCMenu.makeMenu('sub412','sub41','Principe d`incertitude','quantique/incertitudeHEIS.php','','','','','','','','','','','','','','')
		oCMenu.makeMenu('sub413','sub41','Superposition quantique','quantique/superposition.php','','','','','','','','','','','','','','')
		oCMenu.makeMenu('sub414','sub41','Paradoxe EPR','quantique/experienceEPR.php','','','','','','','','','','','','','','')
		oCMenu.makeMenu('sub415','sub41','Theoreme de Bell','quantique/theoremeBELL.php','','','','','','','','','','','','','','')
		oCMenu.makeMenu('sub416','sub41','Téléportation d`info','quantique/teleportation.php','','','','','','','','','','','','','','')
		oCMenu.makeMenu('sub417','sub41','Effet Casimir','quantique/effetCASIMIR.php','','','','','','','','','','','','','','')
		oCMenu.makeMenu('sub418','sub41','Effet tunnel','quantique/effetTUNNEL.php','','','','','','','','','','','','','','')
		oCMenu.makeMenu('sub419','sub41','Energie du vide','quantique/energieVIDE.php','','','','','','','','','','','','','','')
		oCMenu.makeMenu('sub420','sub41','Dimensions multiples','quantique/dimensions.php','','','','','','','','','','','','','','')
	oCMenu.makeMenu('sub42','top4','Energie libre','energie.php','','','','','','','','','','','','','','')
	oCMenu.makeMenu('sub421','sub42','MEG : Présentation','meg/presentation.php','','','','','','','','','','','','','','')
	oCMenu.makeMenu('sub422','sub42','MEG : Théorie','meg/theorie.php','','','','','','','','','','','','','','')
	oCMenu.makeMenu('sub423','sub42','MEG : Expériences 2004','meg/expe.php','','','','','','','','','','','','','','')
	oCMenu.makeMenu('sub424','sub42','MEG : Expériences 2005','meg/expe2005.php','','','','','','','','','','','','','','')
	oCMenu.makeMenu('sub425','sub42','MEG : Liens','meg/liens.php','','','','','','','','','','','','','','')


oCMenu.makeMenu('sub43','top4','SCIENCE FRONTIERE','sci_frontiere.php','','','','','','','','','','','','','','')
	oCMenu.makeMenu('sub431','sub43','Ondes de torsion','ondestorsion.php','','','','','','','','','','','','','','')
	oCMenu.makeMenu('sub432','sub43','Ondes scalaires','ondesscalaires.php','','','','','','','','','','','','','','')
			oCMenu.makeMenu('sub433','sub43','Effet Hutchinson','hutchinson.php','','','','','','','','','','','','','','')
			oCMenu.makeMenu('sub434','sub43','Lifter','lifter.php','','','','','','','','','','','','','','')
			oCMenu.makeMenu('sub435','sub43','Synergétique','synergetique.php','','','','','','','','','','','','','','')
			oCMenu.makeMenu('sub436','sub43','Temps 3D','temps3D.php','','','','','','','','','','','','','','')
			oCMenu.makeMenu('sub437','sub43','Voyage dans le temps<br>et electromagnétisme','voyage_temps.php','','','28','','','','','','','','','','','')
			oCMenu.makeMenu('sub438','sub43','Voyage dans le temps<br>et ondes de torsion','voyage_temps_torsion.php','','','28','','','','','','','','','','','')
			oCMenu.makeMenu('sub439','sub43','Mouvement perpétuel','mvtperpet.php','','','','','','','','','','','','','','')
			oCMenu.makeMenu('sub4391','sub43','Energie radiante - TESLA','energieradiante.php','','','','','','','','','','','','','','')
			oCMenu.makeMenu('sub4392','sub43','La grande erreur de<br>Tesla?','erreurdetesla.php','','','28','','','','','','','','','','','')
			oCMenu.makeMenu('sub4393','sub43','Electricité froide<br>TESLA','teslaradiant.php','','','28','','','','','','','','','','','')
			oCMenu.makeMenu('sub4394','sub43','Schémas des brevets<br> de TESLA<br>Energie radiante','teslaschemas.php','','','42','','','','','','','','','','','')

oCMenu.makeMenu('sub44','top4','Réflexions scientifiques','reflexions.php','','','','','','','','','','','','','','')
	oCMenu.makeMenu('sub441','sub44','Déploiement de l`espace par le temps','deploieespacetemps.php','','','','','','','','','','','','','','')
	oCMenu.makeMenu('sub442','sub44','Le cours du temps','lecoursdutemps.php','','','','','','','','','','','','','','')

oCMenu.makeMenu('top5','','Forum','forum','','60','','','','','','','','','','','','')

oCMenu.construct()
