function WinOpen (addr,page,width,height) { 
  window.open (
   addr,
   page,
   'toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,width='+width+',height='+height
  );
};
