function gross(x)
{
  var gr = window.open("gross.php?datei="+x,"detail","width=530,height=530");
  gr.focus();
}
