// JavaScript Document
function openWindow() {
  window.open ("aviso-legal.htm","mywindow","menubar=0,resizable=0,scrollbars=1,width=650,height=500");
}