<!--
// footer to be included on every page
if (!self.parent.parent.bSiteLoaded)
;
else {
	// display copyright
	self.document.write("<div class=\"DESIGNED\">");
	self.document.write(self.parent.parent.sCopyRight + " | " + self.parent.parent.sImprint);
	self.document.write("</div>");
	// display button previous page
	if (self.parent.parent.bDisplayPreviousButton) {
		// self.document.write("<tr><td><form>");
		// self.document.write("<input type=\"BUTTON\" value=\"&lt;&lt; previous page\" onClick=\"fGetPreviousPage()\">");
		// self.document.write("</form></td></tr>");
	}
	// display status line
	window.status=self.parent.parent.sDefaultStatus;
	// load matching TOC-Folder
	if (sTOCFolder != "") {
		var vExecMenuState;
		vExecMenuState="self.parent.WWW_TOC.execMenuStateCond(\""+sTOCFolder+"\",\"1\", \"\", \""+sTOCLink+"\")";
		setTimeout(vExecMenuState,200);
	}
}
// -->
