function LedOver(nn){
  document.getElementById("MenuLed"+nn).style.backgroundColor = "#e4b685";
  document.getElementById("MenuVoice"+nn).style.backgroundColor = "#ae8a64";
}
function LedOut(nn){
  document.getElementById("MenuLed"+nn).style.backgroundColor = "";
  document.getElementById("MenuVoice"+nn).style.backgroundColor = "";
}
function OpenPopPic(im,ww,hh){
  ll = (screen.width/2)-(ww/2);
  tt = (screen.height/2)-(hh/2);
  wo = window.open("openpic.html?"+im,"POP","width="+ww+",height="+hh+",left="+ll+",top="+tt);
}
function OpenCalendario(tipo,lang){
  WW = 300;
  WH = 300;
  WL = (screen.width/2)-(WW/2);
  WT = (screen.height/2)-(WH/2);
  WO = window.open("calendario.asp?Lang="+lang+"&Tipo="+tipo,"CAL","width="+WW+",height="+WH+",left="+WL+",top="+WT);
}
function PhotoGallery(){
  WW = 750;
  WH = 450;
  WL = (screen.width/2)-(WW/2);
  WT = (screen.height/2)-(WH/2);
  WO = window.open("slideshow.html","PG","width="+WW+",height="+WH+",left="+WL+",top="+WT);
}