// JavaScript Document
function ventanaSecundaria (URL){
   window.open(URL,"comollegar","width=784,height=550,scrollbars=NO")
}
function ventanamapa (URL){
   window.open(URL,"mapa","width=674,height=492,scrollbars=NO,menubar=NO")
}