function detail(url)
{
  newwin = window.open(url,'vorschau','Width=970, Height=600, menubar=yes, scrollbars=auto, resizable=yes');
  newwin.focus();
  newwin.opener = self;
}

