oCMenu=new makeCM("oCMenu") //Making the menu object. Argument: menuname

//Menu properties
oCMenu.pxBetween=0
oCMenu.fromLeft=0
oCMenu.fromTop=63
oCMenu.rows=1
oCMenu.menuPlacement="left"

oCMenu.offlineRoot=""
oCMenu.onlineRoot=""
oCMenu.resizeCheck=1
oCMenu.wait=600
oCMenu.fillImg="shim.gif"
oCMenu.zIndex=1

//Background bar properties
oCMenu.useBar=0
oCMenu.barWidth="780"
oCMenu.barHeight="16"
oCMenu.barClass="clBar"
oCMenu.barX=0
oCMenu.barY=0
oCMenu.barBorderX=1
oCMenu.barBorderY=1
oCMenu.barBorderClass="clLevelbarre"

//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=16
oCMenu.level[0].regClass="clLevel0"
oCMenu.level[0].overClass="clLevel0over"
oCMenu.level[0].borderX=1
oCMenu.level[0].borderY=1
oCMenu.level[0].borderClass="clLevel0border"
oCMenu.level[0].offsetX=-1
oCMenu.level[0].offsetY=2
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=155
oCMenu.level[1].height=16
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=0
oCMenu.level[1].offsetY=0
oCMenu.level[1].borderClass="clLevel1border"



/******************************************
Menu creation:
*************************************/
oCMenu.makeMenu('top0','','&nbsp;Nous&nbsp;connaître',pathname +'entreprise/index.php?t=index.htm')
  oCMenu.makeMenu('sub00','top0','Overview',pathname +'entreprise/index.php?t=index.htm')
 // oCMenu.makeMenu('sub01','top0','Nos missions',pathname +'entreprise/index.php?t=mission.htm') //
  oCMenu.makeMenu('sub02','top0','Nos collaborateurs',pathname +'entreprise/index.php?t=profil.htm')
  oCMenu.makeMenu('sub03','top0','Nos valeurs',pathname +'entreprise/index.php?t=valeur.htm')
  oCMenu.makeMenu('sub04','top0','Nos engagements',pathname +'entreprise/index.php?t=engagements.htm')
  oCMenu.makeMenu('sub05','top0','Notre Plan Qualité',pathname +'entreprise/index.php?t=methode.htm')
  oCMenu.makeMenu('sub06','top0','Nos partenaires',pathname +'entreprise/index.php?t=partenaires.htm')
  oCMenu.makeMenu('sub07','top0','Nous contacter',pathname +'entreprise/index.php?t=contact.htm')

oCMenu.makeMenu('top1','','&nbsp;Services',pathname +'services/index.php?t=index.htm')
	oCMenu.makeMenu('sub10','top1','Overview',pathname +'services/index.php?t=index.htm')
	oCMenu.makeMenu('sub11','top1','Régie (conseil)',pathname +'services/index.php?t=regie.htm')
	oCMenu.makeMenu('sub12','top1','Forfait (développement)',pathname +'services/index.php?t=forfait.htm')
	oCMenu.makeMenu('sub13','top1','Formations',pathname +'services/index.php?t=formation.htm')

// oCMenu.makeMenu('top2','','&nbsp;Expertises',pathname +'expert/index.php?t=index.htm')
	// oCMenu.makeMenu('sub21','top2','Overview',pathname +'expert/index.php?t=index.htm')
	// oCMenu.makeMenu('sub22','top2','Pôle SI',pathname +'expert/index.php?t=si.htm')
	// oCMenu.makeMenu('sub23','top2','Pôle Sécurité et Réseaux',pathname +'expert/index.php?t=reseau.htm')
	
oCMenu.makeMenu('top3','','&nbsp;Produits',pathname +'produits/index.php')
	oCMenu.makeMenu('sub31','top3','Overview',pathname +'produits/index.php')
	oCMenu.makeMenu('sub32','top3','Suite Entreprise',pathname +'produits/index.php')
	oCMenu.makeMenu('sub33','top3','Content Management',pathname +'produits/index.php?t=e-business_ecm.htm')
	oCMenu.makeMenu('sub34','top3','e-Commerce Edition',pathname +'produits/index.php?t=e-business_ecommerce.htm')
	oCMenu.makeMenu('sub35','top3','e-Recrutement Edition',pathname +'produits/index.php?t=e-business_erh.htm')	
	oCMenu.makeMenu('sub36','top3','e-Mailing Publinews',pathname +'produits/index.php?t=e-business_emailing.htm')	

oCMenu.makeMenu('top4','','&nbsp;Innovation',pathname +'innovation/index.php')

oCMenu.makeMenu('top5','','&nbsp;Carrières',pathname +'carriere/index.php?t=index.htm')
  oCMenu.makeMenu('sub50','top5','L\'esprit Mandarina',pathname +'carriere/index.php?t=index.htm')
  oCMenu.makeMenu('sub51','top5','Profils recherchés',pathname +'carriere/index.php?t=profil.htm')
  oCMenu.makeMenu('sub52','top5','Nous rejoindre',pathname +'carriere/index.php?t=postuler.htm')
 // oCMenu.makeMenu('sub53','top5','Nos offres',pathname +'carriere/index.php?t=offres_liste_all.htm') //

oCMenu.makeMenu('top6','','&nbsp;Références',pathname +'clients/index.php?t=index.htm')
//	oCMenu.makeMenu('sub60','top6','Nos clients',pathname +'clients/index.php?t=index.htm')
	//oCMenu.makeMenu('sub61','top6','Case Study',pathname +'clients/index.php?t=cs.htm')

oCMenu.makeMenu('top7','','&nbsp;Extranet',pathname +'extranet/index.php?t=index.htm')


//Leave this line - it constructs the menu

if (!bw.ie5&&bw.mac) oCMenu.construct()
 else oCMenu.construct()
