// JavaScript Document

 function showBigImage(marchio, tipo, image) {
	document.getElementById('fotobig').innerHTML = '<img src="images/marchi/'+marchio+'/'+tipo+'/big/'+image+'" alt="">';
 }
 
 function showBigImage2(marchio, image) {
	document.getElementById('fotobig').innerHTML = '<img src="images/punti_vendita/'+marchio+'/big/'+image+'" alt="">';
 } 