



//Variables to set

between=28 //The pixel between the menus and the submenus

mainheight=25 //The height of the mainmenus

subheight=22 //The height of the submenus

pxspeed=13 //The pixel speed of the animation

timspeed=15 //The timer speed of the animation

menuy=80 //The top placement of the menu.

menux=0 //The left placement of the menu

//Images - Play with these

level0_regular="menu/menu1.jpg"

level0_round="menu/level0_round.gif"

level1_regular="menu/level1_regular.gif"

level1_round="menu/level1_round.gif"

level1_sub="menu/level1_sub.gif"

level1_sub_round="menu/level1_sub_round.gif"

level1_round2="menu/level1_round2.gif"

level2_regular="menu/level2_regular.gif"

level2_round="menu/level2_round.gif"



//Leave this line

preLoadBackgrounds(level0_regular,level0_round,level1_regular,level1_round,level1_sub,level1_sub_round,level1_round2,level2_regular,level2_round)





//There are 3 different types of menus you can make

//top = Main menus

//sub = Sub menus

//sub2 = SubSub menus



//You control the look of the menus in the stylesheet



//makeMenu('TYPE','TEXT','LINK','TARGET', 'END (THE LAST MENU)')



//Menu 0

makeMenu('top','Accueil')

        makeMenu('sub','Page d\'accueil','premiere.htm','central')

        makeMenu('sub','Passeport Qualité','passeport.htm','central')
		
        


//Menu 00

makeMenu('top','Le Q.C.A.')

        makeMenu('sub','Présentaion du QCA','qca.htm','central')

        makeMenu('sub','Partenaires', 'partenaires.htm', 'central')

        makeMenu('sub','Critères d\'évaluation','criteres.htm','central')

        makeMenu('sub','Comité de suivi','comite.htm','central')



makeMenu('top','Centres de formation')

  makeMenu('sub','Le CFA de Nice')

          makeMenu('sub2','Présentation','cfa_pres.htm','central')

          makeMenu('sub2','Les formations','cfa_forma.htm','central')

          makeMenu('sub2','Résultats examens','cfa_result.htm','central')

          makeMenu('sub2','Actualité','cfa_actu.htm','central')

  makeMenu('sub','Le CFA de Cannes')

          makeMenu('sub2','Présentation','cfa2_pres.htm','central')

          makeMenu('sub2','Les formations','cfa2_forma.htm','central')

          makeMenu('sub2','Résultats examens','cfa2_result.htm','central')

          makeMenu('sub2','Actualité','cfa2_actu.htm','central')

  makeMenu('sub','Info apprentis','info1.htm','central')

  makeMenu('sub','Info Maîtres d\'apprentissage','info2.htm','central')



makeMenu('top','Référentiels')

        makeMenu('sub','CAP cuisine','cap_cuisine.htm','central')

        makeMenu('sub','CAP patisserie','cap_patisserie.htm','central')

        makeMenu('sub','CAP restauration','cap_resto.htm','central')

        makeMenu('sub','BEP','bep.htm','central')

        makeMenu('sub','Brevet professionnel','brevet_pro.htm','central')

        makeMenu('sub','BAC professionnel','bac_pro.htm','central')



//Menu 1

makeMenu('top','* Le guide *')

        makeMenu('sub','Edito','edito.htm','central')

        makeMenu('sub','Le Guide')

          makeMenu('sub2','Toutes les maisons','leguide.htm','central')

          makeMenu('sub2','Légende des icones','legende.htm','central')

          makeMenu('sub2','Recherche','recherche.htm','central')

        makeMenu('sub','Le coup de coeur','coeur.htm','central')

        makeMenu('sub','Commander le Guide','contact.htm','central')





//Menu 2

makeMenu('top','Le Challenge')

  makeMenu('sub','Présentation générale','challenge.htm', 'central')

  makeMenu('sub','Concours précédents')
  
             makeMenu('sub2','2002','laureat02.htm', 'central')
             
             makeMenu('sub2','2003','laureat03.htm', 'central')
			  
			 makeMenu('sub2','2004','laureat04.htm', 'central')

             
 
          makeMenu('sub','Le Challenge de l\'année')

          makeMenu('sub2','Généralités','chal_gen.htm', 'central')

          makeMenu('sub2','Le thème','chal_the.htm', 'central')

//          makeMenu('sub2','Poser sa canditadure','#')

          makeMenu('sub2','Calendrier','chal_cal.htm', 'central')

  makeMenu('sub','Le jury','chal_jury.htm', 'central')

  makeMenu('sub','Nos partenaires','chal_part.htm', 'central')



//Menu 3



//Menu 4

makeMenu('top','Evènements')

  makeMenu('sub','Echange professionel','cfa_ech.htm', 'central')
  makeMenu('sub','Calendrier','calendrier.htm','central')


//Menu 5

makeMenu('top','Petites annonces')

  makeMenu('sub','Offres d\'emploi','pa.htm', 'central')

  makeMenu('sub','Demande d\'emploi','pa2.htm', 'central')

  makeMenu('sub','Ecrire une annonce','mailto:info@apprenti-restauration.com')

  makeMenu('sub','Marché des occasions','pa3.htm', 'central')



//Menu 6

makeMenu('top','Infos pratiques')

  makeMenu('sub','Sites à découvrir','sites_info.htm', 'central')

  makeMenu('sub','Livres, presse pro','info3.htm', 'central')



//Menu 7

//makeMenu('top','Nos Liens', 'lien.htm', 'central')



//Menu 8

makeMenu('top','Le QCA en France')

  makeMenu('sub','Nice','cfa_pres.htm', 'central')

  makeMenu('sub','Cannes','cfa_pres2.htm', 'central')

  makeMenu('sub','Bourges','http://www.cfa-bourges.fr', '_blank')



makeMenu('top','Collèges','colleges.htm', 'central', 1)



//Starting the menu

onload=SlideMenuInit;

