function CreateMenu()
{
  stm_bm(["menu7528",840,"","blank.gif",0,"","",0,0,250,50,1000,1,0,0,"","",0,0,1,1,"default","hand",""],this);
  stm_bp("p0",[1,4,0,0,4,2,8,0,100,"",-2,"",-2,50,0,0,"#999999","transparent","",3,0,0,"#000000"]);
  stm_ai("p0i0",[0,"Inicio","","",-1,-1,0,"principal_espanol.html","_self","","","../icon_01.gif","../icon_02.gif",8,8,0,"","",0,0,0,0,1,"#E6EFF9",1,"#FFD602",1,"","",3,3,0,0,"#E6EFF9","#000000","#999999","#000000","bold 8pt Verdana","bold 8pt Verdana",0,0]);
  stm_aix("p0i1","p0i0",[0,"Almuñécar","","",-1,-1,0,"almunecar.html","_self"]);
  stm_aix("p0i2","p0i1",[0,"El Centro","","",-1,-1,0,"centro.html","_self"]);
  stm_aix("p0i3","p0i1",[0,"La Enseñanza","","",-1,-1,0,"ensenanza.html","_self"]);
  stm_aix("p0i4","p0i1",[0,"Cursos","","",-1,-1,0,"cursos.html","_self"]);
  stm_aix("p0i5","p0i1",[0,"Actividades","","",-1,-1,0,"actividades.html","_self"]);
  stm_aix("p0i6","p0i1",[0,"Alojamiento","","",-1,-1,0,"alojamiento.html","_self"]);
  stm_aix("p0i7","p0i1",[0,"Precios","","",-1,-1,0,"precios.html","_self"]);
  stm_aix("p0i8","p0i1",[0,"El Viaje","","",-1,-1,0,"viaje.html","_self"]);
  stm_aix("p0i9","p0i1",[0,"Galería de fotos","","",-1,-1,0,"galeria.html","_self"]);
  stm_aix("p0i10","p0i1",[0,"Inscripción","","",-1,-1,0,"formulario.php","_self"]);
  stm_aix("p0i11","p0i1",[0,"Contacto","","",-1,-1,0,"contacto.html","_self"]);
  stm_ep();
  stm_em();
}

// Funcion para scroll en la barra de abajo para espanol
  var txtStatus=' Bienvenido al Centro de Investigación y Enseñanza de Español de Almuñécar ';
  var timeEspera=100;  // tiempo que ha de esperar entre carácter y carácter
  var recarga=false;      // si ha de reiniciarse cuando termina (true/false)
  function correStatus(posStatus){
    if (posStatus < txtStatus.length){
      posStatus+=1
      window.status=txtStatus.substring(0,posStatus)}
     else  {if (!recarga) return true; else posStatus=0}
     setTimeout("correStatus("+posStatus+")",timeEspera)
  }
