function go(theURL) 
{
  window.open(theURL,'popup','scrollbars=yes,resizable=no,width=555,height=640,top=100,left=200');
}
