function confirmarEliminacion(objeto,id) {
	if (confirm("¿Seguro que deseas eliminar el " + objeto + "?")) {
		document.location.href="enviar.php?accion=eliminar&id="+id;
	}
}

function textoAyuda(texto) {
	var obj=document.getElementById("ayuda");
	obj.innerHTML=texto;
}

function ampliarImagen(ruta) {
	var popUpWin=0;
	if(popUpWin) {
    	if(!popUpWin.closed) popUpWin.close();
  	}
  	popUpWin = open("http://baloncestomaristasalicante.com/img" + ruta, 'Imagen', 'toolbar=no,location=no,directories=no,status=no,menub ar=no,scrollbar=no,resizable=yes,copyhistory=yes,width='+500+',height='+500+',left='+0+', top='+0+',screenX='+0+',screenY='+0+'');
	
}

function imprimir() {
		window.print();
}

function addFavoritos() {
	if (document.all) {
		window.external.AddFavorite("http://www.baloncestomaristasalicante.com/index.php","Club Baloncesto Maristas Alicante");
	}
}