// (C) 2004 www.CodeLifter.com
// Free for all users, but leave in this header
function framePrint(whichFrame) {
  parent[whichFrame].focus();
  parent[whichFrame].print();
}

function showPrint() {
  document.write("<p class=\"printpage\">");
  document.write("<img hspace=\"5\" border=\"0\" src=\"http://www2.informatik.hu-berlin.de/top/layout/images/printpage.gif\" width=\"16\" height=\"17\" alt=\"diese Seite drucken\">");
  document.write("<a href=\"javascript:framePrint('main');\">diese Seite drucken</a></p>");
}
