// libreria funzioni 15/09/2008
//

/*-----------------------------------------------------------------------------------------------*/

// ZOOM PHOTO
function zoomFoto(destBoxID,photoPath){
	document.getElementById(destBoxID).innerHTML = '<img alt="photoZoom" src="' + photoPath + '" />';
}