function pop(theURL) 
{
  window.open(theURL,'popup','scrollbars=yes,resizable=yea,width=840,height=550,top=100,left=200');
}