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,"Home","","",-1,-1,0,"principal_ingles.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,"The Centre","","",-1,-1,0,"centro.html","_self"]);
  stm_aix("p0i3","p0i1",[0,"Teaching","","",-1,-1,0,"ensenanza.html","_self"]);
  stm_aix("p0i4","p0i1",[0,"Courses","","",-1,-1,0,"cursos.html","_self"]);
  stm_aix("p0i5","p0i1",[0,"Activities","","",-1,-1,0,"actividades.html","_self"]);
  stm_aix("p0i6","p0i1",[0,"Accommodation","","",-1,-1,0,"alojamiento.html","_self"]);
  stm_aix("p0i7","p0i1",[0,"Prices","","",-1,-1,0,"precios.html","_self"]);
  stm_aix("p0i8","p0i1",[0,"The Trip","","",-1,-1,0,"viaje.html","_self"]);
  stm_aix("p0i9","p0i1",[0,"Photo gallery","","",-1,-1,0,"galeria.html","_self"]);
  stm_aix("p0i10","p0i1",[0,"Registration","","",-1,-1,0,"formulario.php","_self"]);
  stm_aix("p0i11","p0i1",[0,"Contact","","",-1,-1,0,"contacto.html","_self"]);
  stm_ep();
  stm_em();
}

// Funcion para scroll en la barra de abajo para ingles
  var txtStatus=' Welcome to CIEE (Investigation Centre and Spanish School) from Almuñecar ';
  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 corre_ing(posStatus){
    if (posStatus < txtStatus.length){
      posStatus+=1
      window.status=txtStatus.substring(0,posStatus)}
     else  {if (!recarga) return true; else posStatus=0}
     setTimeout("corre_ing("+posStatus+")",timeEspera)
  }
