function Drucken()
{
   parent.pubcontent.focus();
   parent.pubcontent.print();
}

function Zurueck()
{
   history.back();
}
