function drucken()
{
   if (window.print)
      window.print()
   else
      window.alert("Printing not possible | Ausdruck nicht möglich!")
}
