function agregar(){
  if ((navigator.appName=="Microsoft Internet Explorer") && (parseInt(navigator.appVersion)>=4)) {
      var url="http://www.opticaexpres.com/";
      var titulo="ÓPTICA EXPRES";
      window.external.AddFavorite(url,titulo);
    } else {
      if(navigator.appName == "Netscape") {alert("Presione Crtl+D para agregar este sitio en sus Bookmarks");}
  }
}

function Menu(valor) {
  var a = '';
  document.getElementById('sub1').style.top='-3333px';
  document.getElementById('sub2').style.top='-3333px';
  document.getElementById('sub3').style.top='-3333px';
  document.getElementById('sub4').style.top='-3333px';
  document.getElementById('sub5').style.top='-3333px';
  document.getElementById('sub6').style.top='-3333px';
  document.getElementById('sub7').style.top='-3333px';
  document.getElementById('sub8').style.top='-3333px';
  //document.getElementById('sub9').style.top='-3333px';
  if (valor!='0' && valor!=0) {
      toping = '2px';
      if (valor==1 || valor=='1' || valor==8 || valor=='8') {toping='17px'};
      document.getElementById('sub'+ valor).style.top=toping;
      document.getElementById('sub'+ valor).style.visibility = 'visible';
  }
}
