
/* Rollover alto a sinistra della main page */
var tlRollIndex = 0;
var tlRollDelay = 1000;
var tlRollImages = new Array(
	'images/rollover/tl-001.jpg',
	'images/rollover/tl-002.jpg',
	'images/rollover/tl-003.jpg',
	'images/rollover/tl-004.jpg'
);

/* Rollover alto a destra della main page */
var trRollIndex = 0;
var trRollDelay = 2000;
var trRollImages = new Array(
	'images/rollover/tr-001.jpg',
	'images/rollover/tr-002.jpg',
	'images/rollover/tr-003.jpg',
	'images/rollover/tr-004.jpg'
);

/* image link */

var mrBImgLink = new Array(
/*	new Array("images/spns/LucarTren.png","http://www.trofeolazio.com"),*/
	new Array("images/spns/ufo-frascati2.gif","http://www.trofeocentrosuditalia.com"),
/*	new Array("images/spns/motocicliste2.gif","http://www.motocicliste.net"), */
	new Array("images/spns/cuomotoracing4.jpg","http://www.cuomotogroup.com"),
	new Array("images/spns/fim1.png","http://www.federmoto.it")
/*	new Array("images/spns/LucarTren.png","http://www.trofeolazio.com")*/
);

var mrImgLink = new Array(
/*	new Array("images/spns/cemoto6.png","http://www.cemoto.it"), */
/*	new Array("images/spns/gimoto4.png","http://www.gimoto.com"), */
	new Array("images/spns/goldentyre.PNG","http://www.gtyre.com"),
	new Array("images/spns/vibram.png","http://www.vibram.com"),
/*	new Array("images/spns/lazer.png","http://www.lazerhelmets.com"), */
/*	new Array("images/spns/bridgestone2.jpg","http://www.bridgestone.it"), */
/*	new Array("images/spns/Silkolene2.jpg","http://www.fuchslubrificanti.it"), */
/*	new Array("images/spns/sprintservice.jpg","http://www.sprintservice.eu"), */
/*	new Array("images/spns/ferodo.gif","http://www.ferodoracing.it"), */
	new Array("images/spns/motul1.PNG","http://www.motul.com"),
	new Array("images/spns/adige.png","http://www.adigestore.com"),
/*	new Array("images/spns/motorex.gif","http://www.motorex.com"), */
	new Array("images/spns/sunoco.PNG","http://www.sunocoinc.com"),
/*	new Array("images/spns/motodays.PNG","http://www.motodays.it"), */
/*	new Array("images/spns/sifam.PNG","http://www.sifam.fr"), */
/*	new Array("images/spns/sitta.PNG","http://www.sitta.it"), */
	new Array("images/spns/faba2.PNG","http://www.fa-ba.com"),
	new Array("images/spns/effetti2.PNG","http://www.effettiracing.com")
/*	new Array("images/spns/LucarTrent.png","http://www.trofeolazio.it") */
);

/* Gestione del menù principale */
var mainItems = new Array();
mainItems[0] = new Array('Home','./content/Def.htm');
mainItems[1] = new Array('La Scuola','./content/Scuola.htm');
mainItems[2] = new Array('Lucarini','./content/Lucarini.htm');
mainItems[3] = new Array('I Corsi','./content/Corsi.htm');
mainItems[4] = new Array('Abbigliamento','./content/Noleggio.htm');
mainItems[5] = new Array('Calendario','./content/Calendario2.htm');
/*mainItems[6] = new Array('Trofeo Lazio','./content/TrofeoLazio.htm');*/
/*mainItems[7] = new Array('Memorial','./content/Memorial.htm');*/
mainItems[6] = new Array('Gallery','./content/glr/.index.html');
/*mainItems[7] = new Array('Lazio Supermoto','./content/Supermoto.htm');*/



