//Variables to set
between=25 //The pixel between the menus and the submenus
mainheight=20 //The height of the mainmenus
subheight=18 //The height of the submenus
pxspeed=13 //The pixel speed of the animation
timspeed=15 //The timer speed of the animation
menuy=145 //The top placement of the menu.
menux=0 //The left placement of the menu
//Images - Play with these
level0_regular=""
level0_round=""
level1_regular=""
level1_round=""
level1_sub=""
level1_sub_round=""
level1_round2=""
level2_regular=""
level2_round=""

//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','accueil.htm')	
	//makeMenu('sub','Dernières nouvelles','/news/index.asp')
	//makeMenu('sub','Archives','/news/archive.asp')

//Menu 1
makeMenu('top','La Vie du REF 24')
   	makeMenu('sub','Le bureau','pages/vie_du_ref24/bureau.htm')
    makeMenu('sub','Les présidents','pages/vie_du_ref24/presidents.htm')
    makeMenu('sub','Les réunions','pages/vie_du_ref24/reunions.htm')
	makeMenu('sub','Ils ne sont plus...','pages/vie_du_ref24/necro.htm')

	makeMenu('sub','Archives','pages/archives/archives.htm')
//Menu 2    

//Menu 3
makeMenu('top','Trafic')
  makeMenu('sub','Le QSO dominical','pages/trafic/qso/qso1.htm')
  makeMenu('sub','Les Châteaux','pages/trafic/chateaux/chat_intro.htm') 
  makeMenu('sub','Les Moulins','pages/trafic/moulins/moul_intro.htm')
  makeMenu('sub','Indicatifs spéciaux','pages/trafic/activations/Activ_intro.htm')
  makeMenu('sub','Le concours REF 24','pages/trafic/concours.htm')
  makeMenu('sub','50 MHz','pages/trafic/50mhz/locator50.htm')
  makeMenu('sub','Le Diplôme du 24','pages/trafic/diplome.htm')

//Menu 4  
makeMenu('top','Radios Clubs')
	makeMenu('sub','F6KSK - Périgueux','pages/rc/ksk/f6ksk.htm')
	makeMenu('sub','F6KHS - Bergerac','pages/rc/khs/f6khs.htm')
	makeMenu('sub','F5KEM - Sarlat','pages/rc/sarlat/f5kem.htm')
	makeMenu('sub','F6KBQ - Excideuil','pages/rc/kbq/f6kbq.htm')

//Menu 5
makeMenu('top','Radios anciennes')
  makeMenu('sub','Collection','pages/radianc/radianc_phot_1.htm')
//  makeMenu('sub','Collection 2','construction.htm')
  makeMenu('sub','Liens','pages/radianc/radianc_liens.htm')

 
makeMenu('top','Sites OM du 24','pages/liens_om24/liens_om24.htm')
//makeMenu('top','Liens','construction.htm')
makeMenu('top','Liens','pages/liens.htm')

//Menu 6  
makeMenu('top','E-Mail','mailto:web@ref24.org')
makeMenu('top','','')
//Menu 7  
makeMenu('top','ADRASEC 24','pages/adrasec/adrasec.htm')



//Starting the menu
onload=SlideMenuInit;

window.status = 'Bienvenue sur le site web du REF 24';