function go(theURL) {
  window.open(theURL,'popup','scrollbars=yes,resizable=yes,width=1200,height=900');
}
