function reservar(id)
{
	location.href = "site.php?sub=reservar&idpaquete=" + id;
}
function detalle(id)
{
	location.href = "site.php?sub=detalle&idpaquete=" + id;
}
function newsletterSubmit()
{
	form = document.getElementById("newsletter");
	form.submit();
}
function operador (url, ancho, alto){
	window.open(url,"operador","width="+ancho+", height="+alto+", scrollbars=no, menubar=no, location=no, resizable=no")
}
function recomendar(id)
{
	window.open("recomendar.php?id="+id,"operador","width=300, height=300, toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0")
}