function mapaSax()
{
    alert(2);
  window.open('mapasax.html','MapaSax','height=400,width=400,toolbar=no,scrollbars=yes');
  //type=fullWindow,fullscreen=yes,toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,left=600,top=600
}

function mapaVillena()
{
    alert(2);
  window.open('mapavillena.html','MapaVillena','height=400,width=400,toolbar=no,scrollbars=yes');
  //type=fullWindow,fullscreen=yes,toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,left=600,top=600
}
