//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=310 //The top placement of the menu.
menux=0 //The left placement of the menu
//Images - Play with these
level0_regular="/commons/menu/level0_regular.gif"
level0_round="/commons/menu/level0_round.gif"
level1_regular="/commons/menu/level1_regular.gif"
level1_round="/commons/menu/level1_round.gif"
level1_sub="/commons/menu/level1_sub.gif"
level1_sub_round="/commons/menu/level1_sub_round.gif"
level1_round2="/commons/menu/level1_round2.gif"
level2_regular="/commons/menu/level2_regular.gif"
level2_round="/commons/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)

//Lingua
lang="it"

//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','Home','default.php?page=home/home.php')

//Menu 1
makeMenu('top','Montagna')
	makeMenu('sub','Escursioni')
		makeMenu('sub2','Alpinismo','default.php?page=montagna/escursioni/alpinismo/list_alpinismo.php')
		makeMenu('sub2','Roccia','default.php?page=montagna/escursioni/arrampicata/list_roccia.php')
		makeMenu('sub2','Cascate','default.php?page=montagna/escursioni/arrampicata/list_cascate.php')
		makeMenu('sub2','Escursionismo','default.php?page=montagna/escursioni/escursionismo/list_escursionismo.php')
		makeMenu('sub2','Scialpinismo','default.php?page=montagna/escursioni/scialpinismo/list_scialpinismo.php')
	makeMenu('sub','Relazioni','default.php?page=montagna/relazioni/list_relazioni.php')
	makeMenu('sub','Curriculum','default.php?page=montagna/curriculum/curriculum.php')
	makeMenu('sub','Elenco Cime','default.php?page=montagna/statistiche/elencocime.php')
	makeMenu('sub','Statistiche','default.php?page=montagna/statistiche/statistiche.php')	
	makeMenu('sub','Sfondi','default.php?page=montagna/sfondi/sfondi.php')
	makeMenu('sub','Libri','default.php?page=montagna/libri/libri.php')
	makeMenu('sub','Links','default.php?page=montagna/links/links.php')
	makeMenu('sub','Newsletter')
		makeMenu('sub2','Attiva','default.php?page=newsletter/newsletter_add.php')
		makeMenu('sub2','Disattiva','default.php?page=newsletter/newsletter_remove.php')

//Menu 2
makeMenu('top','Curriculum')
	makeMenu('sub','Visualizza','default.php?page=curriculum/curriculum.php')
	makeMenu('sub','Scarica')
		makeMenu('sub2','acrobat (.pdf)','curriculum/CurriculumPDFIT.zip')
		makeMenu('sub2','open doc (.odt)','curriculum/CurriculumODTIT.zip')
		makeMenu('sub2','testo (.txt)','curriculum/CurriculumTXTIT.zip')

//Menu 3
makeMenu('top','Poesie','default.php?page=poesie/poesie.php')

//Menu 4
makeMenu('top','Viaggi')
	makeMenu('sub','Roma 2004','default.php?page=viaggi/roma01.php')
	makeMenu('sub','Londra 2003','default.php?page=viaggi/londra02.php')
	makeMenu('sub','Parigi 2002','default.php?page=viaggi/parigi01.php')
	makeMenu('sub','Notthingham 2001','default.php?page=viaggi/nottingham01.php')
	makeMenu('sub','Australia 2000','default.php?page=viaggi/australia01.php')
	makeMenu('sub','Corsica 1999','default.php?page=viaggi/corsica01.php')
	makeMenu('sub','Spagna 1998','default.php?page=viaggi/spagna02.php')
	makeMenu('sub','Londra 1997','default.php?page=viaggi/londra01.php')
	makeMenu('sub','Spagna 1995','default.php?page=viaggi/spagna01.php')

//Menu 5
makeMenu('top','Curiosità')
	makeMenu('sub','Briscola','default.php?page=briscola/briscola.php')
	makeMenu('sub','Oz Web Site','javascript:apriLink(\'aus\',\'australia/index.html\')')
	
//Menu 6
//makeMenu('top','Area Riservata')
//	makeMenu('sub','Amministrazione','default.php?page=areariservata/default.php')
//	makeMenu('sub','Statistiche','http://www.tomelini.com/statistiche/stats_js.php')
	
//Starting the menu
onload=SlideMenuInit;

