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