function addToCarrello( id_libro ) {
	window.location.href = ROOT_URL + '/carrello/add_prodotto.php?id=' + id_libro;
}

