// JavaScript Document

function smartPrintPage() {
	document.write(  "<a href=\"#\" onclick=\"window.print();return false;\" class=\"icon_print\">Seite drucken<\/a>" );
}

function smartCloseWindows() {
	document.write( "<a href=\"#\" onclick=\"window.close();return false;\">Fenster schliessen<\/a>" );
}

function goBackNow() {
  document.write( "<a href=\"#\" onclick=\"history.back();return false;\">zurück zur vorherigen Seite<\/a>" );
}

