function dettlibro(titolo, codice)
{
	var wfile = 'vedi_book.php?codbook=' + codice;
	window.open(wfile, titolo, 'status=1,scrollbars=yes,width=800, height=600');
	return false;
}
function popcomm(codice, tipo, titolo)
{
	var wfile = 'commenti.php?codice=' + codice + 
				'&tipo=' + tipo;
	window.open(wfile,codice, 'status=1,scrollbars=yes, width=400, height=400');
	return false;
				
}