	function fechaActual()
		{
		fecha = new Date();

		if (fecha.getDay()==0) { hoyes = "Domingo"; }
		if (fecha.getDay()==1) { hoyes = "Lunes"; }
		if (fecha.getDay()==2) { hoyes = "Martes"; }
		if (fecha.getDay()==3) { hoyes = "Miercoles"; }
		if (fecha.getDay()==4) { hoyes = "Jueves"; }
		if (fecha.getDay()==5) { hoyes = "Viernes"; }
		if (fecha.getDay()==6) { hoyes = "Sabado"; }

		hoyes = hoyes + " " + fecha.getDate() + " de ";
  
		if (fecha.getMonth()==0) { hoyes = hoyes + "Enero"; }
		if (fecha.getMonth()==1) { hoyes = hoyes + "Febrero"; }
		if (fecha.getMonth()==2) { hoyes = hoyes + "Marzo"; }
		if (fecha.getMonth()==3) { hoyes = hoyes + "Abril"; }
		if (fecha.getMonth()==4) { hoyes = hoyes + "Mayo"; }
		if (fecha.getMonth()==5) { hoyes = hoyes + "Junio"; }
		if (fecha.getMonth()==6) { hoyes = hoyes + "Julio"; }
		if (fecha.getMonth()==7) { hoyes = hoyes + "Agosto"; }
		if (fecha.getMonth()==8) { hoyes = hoyes + "Septiembre"; }
		if (fecha.getMonth()==9) { hoyes = hoyes + "Octubre"; }
		if (fecha.getMonth()==10) { hoyes = hoyes + "Noviembre"; }
		if (fecha.getMonth()==11) { hoyes = hoyes + "Diciembre"; }
   
		if (fecha.getYear() <= 1900)
			anio = 2000 + fecha.getYear() - 100; 
		else
			anio = fecha.getYear()
			hoyes = hoyes + " de " + anio;

		return hoyes
		}


function MM_findObj(n, d) { //v3.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); return x;
}

function MM_showHideLayers() { //v3.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v='hide')?'hidden':v; }
    obj.visibility=v; }
}

function anteriores()
{
	window.open('Almanaque/dsp_mostrarAlm.cfm','ediant','width=380,height=400,scrollbars=no,resizable=0');
}

