    //Abrir las ventanas de Aviso Legal
      function openWindow(sUrl) {
        var strOptions='width=800, height=400, top=100, left=50, menubar=0, scrollbars=1, location=0, toolbar=0,  resizable=0, status=0';
        window.open(sUrl, 'newWin', strOptions);
      }