<!-- hide
var global = "play";

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_findObj(n, d) { //v4.01
  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);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function sonido_fondo(_sndObj, sndFile) { //v3.0
  var i, method = "", sndObj = eval(_sndObj);
  if (sndObj != null) {
    if (navigator.appName == 'Netscape') method = global;
    else {
      if (window.MM_WMP == null) {
        window.MM_WMP = false;
        for(i in sndObj) if (i == "ActiveMovie") {
          window.MM_WMP = true; break;
      } }
      if (window.MM_WMP) method = global;
      else if (sndObj.FileName){ 
	    if(global == "play"){
		  x = "run";
		}else{
		  x = "stop";
		}
	    method = x;
	  }	
  } }
  if (method) eval(_sndObj+"."+method+"()");
  else window.location = sndFile;
  
  if(global == "play"){
    global = "stop";
	MM_swapImage('reproductor','','archivos/play.gif',1);
  }else{
    global = "play";
	MM_swapImgRestore();
  }
  document.reproductor.alt=global;
}

function obtener_fecha(){
var hoy = new Date();
dia_mes = hoy.getDate();
dia_sem = hoy.getDay();
mes = hoy.getMonth();
ano = hoy.getYear();

if (dia_sem == "0") nombredia = "Domingo";
else if (dia_sem == "1") nombredia = "Lunes";
else if (dia_sem == "2") nombredia = "Martes";
else if (dia_sem == "3") nombredia = "Miercoles";
else if (dia_sem == "4") nombredia = "Jueves";
else if (dia_sem == "5") nombredia = "Viernes";
else nombredia = "Sabado";


if (mes == "0") nombremes = "Enero";
else if (mes == "1") nombremes = "Febrero";
else if (mes == "2") nombremes = "Marzo";
else if (mes == "3") nombremes = "Abril";
else if (mes == "4") nombremes = "Mayo";
else if (mes == "5") nombremes = "Junio";
else if (mes == "6") nombremes = "Julio";
else if (mes == "7") nombremes = "Agosto";
else if (mes == "8") nombremes = "Septiembre";
else if (mes == "9") nombremes = "Octubre";
else if (mes == "10") nombremes = "Noviembre";
else nombremes = "Diciembre";

fecha = nombredia + ", " + dia_mes + " de " + nombremes + " de " + ano;
document.write(fecha);
}


function aclara(url) {
	dir=url;

if(navigator.appName == "Netscape") {
	cambiafoto(url);
	}

else {
	objeto=window.document.foto;
	aclarando=setInterval("aclara2(objeto, dir)",18);
	}
}

function cambiafoto(direccion) {
	objeto=window.document.foto;
	objeto.src=direccion;
}

function restaura() {
	objeto=foto;
	restaurando=setInterval("restaura2(objeto)",18);
}

function restauranormal() {
		objeto=contenido;
		restaurando=setInterval("restauranormal2(objeto)",18);
}

function aclara2(cur2, direccion) {
	if(cur2.filters.alpha.opacity>0) cur2.filters.alpha.opacity-=5
	else {
		if(window.aclarando) clearInterval(aclarando);
		cambiafoto(direccion);
	}
}

function restaura2(cur2) {
	if(cur2.filters.alpha.opacity < 100) cur2.filters.alpha.opacity+=5
	else if(window.restaurando) clearInterval(restaurando);
}

function restauranormal2(cur1) {
	if(cur1.filters.alpha.opacity < 100) cur1.filters.alpha.opacity+=5;
	else if(window.restaurando) clearInterval(restaurando);
}

function high(which2)
{
theobject=which2;
highlighting=setInterval("highlightit(theobject)",10);
}

function low(which2)
{
clearInterval(highlighting);
theobject=which2;
theobject.filters.alpha.opacity=100;
}
function highlightit(cur2)
{
if(cur2.filters.alpha.opacity>50)
cur2.filters.alpha.opacity-=7
else if(window.highlighting)
clearInterval(highlighting)
}
// parar hiding -->
