function sparkpop(theURL) 
{ 
  window.open(theURL,"photos","status=no,scrollbars=no,resizable=no,width=512,height=384");
}