function gross(dat,x,y,txt)
{
  fen = window.open("gross.php?dat="+dat+"&txt="+txt,"fe","width="+x+",height="+y);
  fen.focus();
}
