
function descargarPDF(entrega) {
	location.href = "exotico_cielo_profundo_desc_pdf.php?id=" + entrega;
}

function descargarTXT(entrega,formato) {
	switch(formato) {
		case "MEADE"     : location.href = "exotico_cielo_profundo_desc_lista.php?id=" + entrega + "&mod=MEADE"; break;
		case "CELESTRON" : location.href = "exotico_cielo_profundo_desc_lista.php?id=" + entrega + "&mod=CELESTRON"; break;
	}
}
