<!--

var imgPath = "img/";

none=new Image; 
none.src=imgPath + "_dot.gif"; 

elite=new Image; 
elite.src= imgPath + "floris_elite.jpg"; 

jf=new Image; 
jf.src= imgPath + "prodotto.gif"; 

santal=new Image; 
santal.src= imgPath + "prodotto.gif"; 
			 
function roll(img, pp) { 
	eval("img.src="+pp+".src"); 

} 






//-->

