/*FUNZIONE PRECARICAMENTO IMMAGINI MENU e FRECCE*/
function preload_img() {
	var dir_img = dir + "immagini/";
	
	home2=new Image(96,28);
	home2.src=dir_img + "it/homepage_m2.gif";
	pres2=new Image(96,28);
	pres2.src=dir_img + "en/presentation_m2.gif";
	conc2=new Image(96,28);
	conc2.src=dir_img + "en/concerts_m2.gif";
	foto2=new Image(96,28);
	foto2.src=dir_img + "en/photographies_m2.gif";
	memb2=new Image(96,28);
	memb2.src=dir_img + "en/members_m2.gif";
	rep2=new Image(96,28);
	rep2.src=dir_img + "en/repertory_m2.gif";
	link2=new Image(96,28);
	link2.src=dir_img + "it/links_m2.gif";
	
	it2=new Image(75,43);
	it2.src=dir_img + "italiano2.gif";
	en2=new Image(75,43);
	en2.src=dir_img + "english2.gif";
	
	top2=new Image(23,61);
	top2.src=dir_img + "top2.gif";
	
	prev2=new Image(199,41);
	prev2.src=dir_img + "en/previous2.gif";
	next2=new Image(178,41);
	next2.src=dir_img + "en/next2.gif";
	
	penta2=new Image(96,21);
	penta2.src=dir_img + "en/pentagramma_anm.gif";
	}