  function fullwin(dest) {
    var newWindow1 = open(dest,'offsite');
  }
  function winlet(dest) {
    var newWindow2 = open(dest,'offsite', 'scrollbars, width=600, height=400');
  }
