function cesta(idlibro,item,idafiliado,tipocarro)
{
	var destino;
	destino="https://www.everestdirecto.com/clientes/preaddcesta.asp?idlibro="+idlibro+"&cantidad=1&aff="+idafiliado+"&tipo="+tipocarro;
	//destino="http://10.1.221.6:203/clientes/preaddcesta.asp?idlibro="+idlibro+"&cantidad=1&aff="+idafiliado+"&tipo="+tipocarro;
	window.document.location.href=destino;
}