// Funzione scritta da Emiliano Brogi [DIBIX srl]

if (document.images){

	home_off = new Image();
	home_off.src = "im/home_off.jpg";
	home_on = new Image();
	home_on.src = "im/home_on.jpg";

	soft_off = new Image();
	soft_off.src = "im/soft_off.jpg";
	soft_on = new Image();
	soft_on.src = "im/soft_on.jpg";

	riservata_off = new Image();
	riservata_off.src = "im/riservata_off.jpg";
	riservata_on = new Image();
	riservata_on.src = "im/riservata_on.jpg";

	articoli_off = new Image();
	articoli_off.src = "im/articoli_off.jpg";
	articoli_on = new Image();
	articoli_on.src = "im/articoli_on.jpg";

	info_off = new Image();
	info_off.src = "im/info_off.jpg";
	info_on = new Image();
	info_on.src = "im/info_on.jpg";
	
	news_off = new Image();
	news_off.src = "im/news_off.jpg";
	news_on = new Image();
	news_on.src = "im/news_on.jpg";
	
	ricerca_off = new Image();
	ricerca_off.src = "im/ricerca_off.gif";
	ricerca_on = new Image();
	ricerca_on.src = "im/ricerca_on.gif";
	
	porta_off = new Image();
	porta_off.src = "im/porta_off.gif";
	porta_on = new Image();
	porta_on.src = "im/porta_on.gif";
	
	acc1_off = new Image();
	acc1_off.src = "im/acc_off.gif";
	acc1_on = new Image();
	acc1_on.src = "im/acc_on.gif";
	
	acc2_off = new Image();
	acc2_off.src = "im/acc_off.gif";
	acc2_on = new Image();
	acc2_on.src = "im/acc_on.gif";
	
	acc3_off = new Image();
	acc3_off.src = "im/acc_off.gif";
	acc3_on = new Image();
	acc3_on.src = "im/acc_on.gif";
	
	acc4_off = new Image();
	acc4_off.src = "im/acc_off.gif";
	acc4_on = new Image();
	acc4_on.src = "im/acc_on.gif";
}

function ChangeImage(idName, imgName) {
	
	if (document.images) {

		eval ('document.' + idName + '.src = ' + imgName + ".src")	

	}

}



	var Args = "resizeable=no, scrollbars=yes, width=230, height=280";
	
	function popUp(pPage){
		popUpWin = window.open(pPage,'popWin',Args)
	}



function ZoomImage(file_to_open, v_width, v_height) {
	
	var strW = "top=20, left=20, outerheight=" + (v_height)  +",outerwidth=" + (v_width)  +",width=" + (v_width) + ",height=" + (v_height)  +",";
	strW += "scrollbars=no, toolbar=no, noresize, menubar=no";	

	window.open(file_to_open, "win", strW);



}
