function full(theURL,winName) {
features = 'fullscreen=1, scrollbars=1, toolbar=0, resizable=1';
  window.open(theURL,winName,features);
}

