		
			//Variables to set
			var between=28 //The pixel between the menus and the submenus
			var mainheight=25 //The height of the mainmenus
			var subheight=22 //The height of the submenus
			var pxspeed=13 //The pixel speed of the animation
			var timspeed=15 //The timer speed of the animation
			var menuy=0 //The top placement of the menu.
			var menux=0 //The left placement of the menu
			//Images - Play with these
			var level0_regular="immagini/level0_regular.jpg"
			var level0_round="immagini/level0_round.jpg"
			var level1_regular="immagini/level1_regular.jpg"
			var level1_round="immagini/level1_round.jpg"
			var level1_sub="immagini/level1_sub.jpg"
			var level1_sub_round="immagini/level1_sub_round.jpg"
			var level1_round2="immagini/level1_round2.jpg"
			var level2_regular="immagini/level2_regular.jpg"
			var level2_round="immagini/level2_round.jpg"
			//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','Home Page','index.asp')

            //Menu 1
			makeMenu('top','..:: IL NEGOZIO')
				makeMenu('sub','Chi siamo','chisiamo.asp')
				makeMenu('sub','Dove siamo','dovesiamo.asp')
				//makeMenu('sub','Gli articoli sportivi','#')
				//makeMenu('sub','Le offerte','#')
				makeMenu('sub','Articoli sportivi','artsportivi.asp')
				makeMenu('sub','Offerte','offerte.asp')
				//makeMenu('sub','Listino','listino.asp')
				//makeMenu('sub','Vendita X Corrispondenza','vendita.asp')
				
			//Menu 2
            makeMenu('top','..:: IL TEAM')
				makeMenu('sub','Calendario','calendario.asp')
				makeMenu('sub','Atleti','atleti.asp')
//				makeMenu('sub','Iscrizione gare','#')
				makeMenu('sub','Risultati','classifiche.asp')
				makeMenu('sub','Criterium','#')
					makeMenu('sub2','Maschile','criterium_m.asp')
					makeMenu('sub2','Femminile','criterium_f.asp')
					makeMenu('sub2','Regolamento','criterium_regolamento.asp')
				makeMenu('sub','Editoriale','editoriale.asp')
				makeMenu('sub','L\'intervista','intervista.asp')
				makeMenu('sub','La voce del Podista','voce.asp')
			//Menu 5
			var d = new Date();
			var curr_year = d.getFullYear();
             	makeMenu('top','..:: PHOTOGALLERY','photogallery.asp?year='+curr_year)
			//Menu 6
             	makeMenu('top','..:: LBM su FACEBOOK','http://www.facebook.com/group.php?gid=33136663549&ref=ts')
			//Menu 7
             	makeMenu('top','..:: DOWNLOAD','download.asp')
			//Menu 8
             	makeMenu('top','..:: LINK','link.asp')
			//Menu 9
             	makeMenu('top','..:: CONTATTI','contatti.asp')
            makeMenu('end')
			//Starting the menu
			//onload=SlideMenuInit();