function popup(theURL) {
  window.open(theURL,'details','scrollbars=yes,width=520,height=370,top=300,left=300');
}

