function showToolbox()
{
	/* Alle / sowie " und ' müssen escaped werden */
	this.w3c = (document.getElementById);
	this.ms = (document.all);
	this.userAgent = navigator.userAgent.toLowerCase();
	this.isMacIE = ((this.userAgent.indexOf('msie') != -1) && (this.userAgent.indexOf('mac') != -1) && (this.userAgent.indexOf('opera') == -1));
	this.isOldOp = ((this.userAgent.indexOf('opera') != -1)&&(parseFloat(this.userAgent.substr(this.userAgent.indexOf('opera')+5)) <= 7));
	if ((this.w3c || this.ms) && !this.isOldOp && !this.isMacIE) {
	document.write( "<a href=\"void(0);\" onclick=\"setActiveStyleSheet(\'Tastaturhinweise\', 1);return false;\" title=\"Optimiert für Tastaturbedienung: mit eingeblendeten Navigationshilfen\" onchange=\"setActiveStyleSheet(\'Tastaturhinweise\', 1);return false;\"><img class=\"toolabstand\" src=\"/c12571380049d058/files/icon_tastatur.gif/$file/icon_tastatur.gif?openelement\" alt=\"\" /></a><span class=\"unsichtbar\">, <\/span>" );
	document.write( "<a href=\"void(0);\" onclick=\"setActiveStyleSheet(\'Invertiert\', 1);return false;\" title=\"Invertierte Darstellung = helle Schrift auf dunklem Grund\" onchange=\"setActiveStyleSheet(\'Invertiert\', 1);return false;\"><img class=\"toolabstand\" src=\"/c12571380049d058/files/icon_invertieren.gif/$file/icon_invertieren.gif?openelement\" alt=\"\" \/><\/a><span class=\"unsichtbar\">, <\/span>" );
	document.write( "<a href=\"void(0);\" onclick=\"setActiveStyleSheet(\'Grundeinstellung\', 1);return false;\" title=\"Zurück zur Grundeinstellung\" onchange=\"setActiveStyleSheet(\'Grundeinstellung\', 1);return false;\"><img class=\"toolabstand\" src=\"/c12571380049d058/files/icon_basis.gif/$file/icon_basis.gif?openelement\" alt=\"Grundeinstellung\" \/><\/a><span class=\"unsichtbar\">, <\/span>" );
	} else {
		document.write = " ";
	}
}

