// JavaScript Document
//variabili rollover
mafiovo_acc=new Image
mafiovo_acc.src="fotox/mafiovon2.gif"
mafiovo_spt=new Image
mafiovo_spt.src="fotox/mafiovoff2.gif"
	luca1_acc=new Image
	luca1_acc.src="fotox/trialx/luca1t.jpg"
	luca1_spt=new Image
	luca1_spt.src="fotox/trialx/luca1tbn.jpg"
		matteo1_acc=new Image
		matteo1_acc.src="fotox/trialx/matteo1t.jpg"
		matteo1_spt=new Image
		matteo1_spt.src="fotox/trialx/matteo1tbn.jpg"

	luca2_acc=new Image
	luca2_acc.src="fotox/trialx/luca2t.jpg"
	luca2_spt=new Image
	luca2_spt.src="fotox/trialx/luca2tbn.jpg"
		matteo2_acc=new Image
		matteo2_acc.src="fotox/trialx/matteo2t.jpg"
		matteo2_spt=new Image
		matteo2_spt.src="fotox/trialx/matteo2tbn.jpg"

	luca3_acc=new Image
	luca3_acc.src="fotox/trialx/luca3t.jpg"
	luca3_spt=new Image
	luca3_spt.src="fotox/trialx/luca3tbn.jpg"
		matteo3_acc=new Image
		matteo3_acc.src="fotox/trialx/matteo3t.jpg"
		matteo3_spt=new Image
		matteo3_spt.src="fotox/trialx/matteo3tbn.jpg"

	luca4_acc=new Image
	luca4_acc.src="fotox/trialx/luca4t.jpg"
	luca4_spt=new Image
	luca4_spt.src="fotox/trialx/luca4tbn.jpg"
		matteo4_acc=new Image
		matteo4_acc.src="fotox/trialx/matteo4t.jpg"
		matteo4_spt=new Image
		matteo4_spt.src="fotox/trialx/matteo4tbn.jpg"

		matteo1_acc=new Image
		matteo1_acc.src="fotox/trialx/matteo1t.jpg"
		matteo1_spt=new Image
		matteo1_spt.src="fotox/trialx/matteo1tbn.jpg"

	allteo1_acc=new Image
	allteo1_acc.src="fotox/trialx/allteo1t.jpg"
	allteo1_spt=new Image
	allteo1_spt.src="fotox/trialx/allteo1tbn.jpg"
	
		allteo2_acc=new Image
		allteo2_acc.src="fotox/trialx/allteo2t.jpg"
		allteo2_spt=new Image
		allteo2_spt.src="fotox/trialx/allteo2tbn.jpg"
	
    allteo3_acc=new Image
	allteo3_acc.src="fotox/trialx/allteo3t.jpg"
	allteo3_spt=new Image
	allteo3_spt.src="fotox/trialx/allteo3tbn.jpg"
	
		allteo4_acc=new Image
		allteo4_acc.src="fotox/trialx/allteo4t.jpg"
		allteo4_spt=new Image
		allteo4_spt.src="fotox/trialx/allteo4tbn.jpg"

    allteo5_acc=new Image
	allteo5_acc.src="fotox/trialx/allteo5t.jpg"
	allteo5_spt=new Image
	allteo5_spt.src="fotox/trialx/allteo5tbn.jpg"

	lucamag_acc=new Image
	lucamag_acc.src="fotox/lucaon.jpg"
	lucamag_spt=new Image
	lucamag_spt.src="fotox/lucaoff.jpg"

	diaxa_acc=new Image
	diaxa_acc.src="fotox/wear/diaxaon.jpg"
	diaxa_spt=new Image
	diaxa_spt.src="fotox/wear/diaxaoff.jpg"

	hotn_acc=new Image
	hotn_acc.src="fotox/wear/hotnon.jpg"
	hotn_spt=new Image
	hotn_spt.src="fotox/wear/hotnoff.jpg"

	byon_acc=new Image
	byon_acc.src="fotox/wear/byonon.jpg"
	byon_spt=new Image
	byon_spt.src="fotox/wear/byonoff.jpg"

	combat_acc=new Image
	combat_acc.src="fotox/wear/combaton.jpg"
	combat_spt=new Image
	combat_spt.src="fotox/wear/combatoff.jpg"

	evdo_acc=new Image
	evdo_acc.src="fotox/wear/evdoon.jpg"
	evdo_spt=new Image
	evdo_spt.src="fotox/wear/evdooff.jpg"
	
	td_acc=new Image
	td_acc.src="fotox/td_on.jpg"
	td_spt=new Image
	td_spt.src="fotox/td_off.jpg"



//funzione rollover
function accendi(img_name)
	{
	imgon=eval(img_name+"_acc.src")
	document[img_name].src=imgon
	}
function spegni(img_name)
	{
	imgoff=eval(img_name+"_spt.src")
	document[img_name].src=imgoff
	}
