// JavaScript Document
document.write ('<style> .pr {  background-color: #F8c400; list-style-image: none; font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal; font-weight: normal}</style>');


    <!--

    function comboChange(comoBox,usado){ 

      window.open( comoBox.options[comoBox.selectedIndex].value);

      if (usado) comoBox.selectedIndex=0;

    }

    function comboMapas(){

      window.document.location.href = document.getElementById('mapa').options[document.getElementById('mapa').selectedIndex].value

    }

    function popUp(URL,wid,hei) {

      window.open(URL, '', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width='+(wid+40)+',height='+(hei+40)+'');

    }

    //-->