// JavaScript Document

// ##IMG_GALLERY##
function DoZoom(id,img,alt)
{
	document.getElementById('img_zoom').src = 'media/immagini/' + img;
	document.getElementById('div_zoom').innerHTML = alt;
}

