function openWin(img) {
	var docu;
	docu = img+'.html';	
	window.open(docu,"dettaglio","scrollbars=yes,resizable","width=760,height=500");
	}	
