function showToolbox()
{
	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));

    document.write( "" );
  if ((this.w3c || this.ms) && !this.isOldOp && !this.isMacIE) {
		document.write( "| <strong>Schrift und Stil:</strong>&nbsp;" );
	}
	document.write( "<a href=\"#\" onclick=\"setActiveStyleSheet('comundus House Style');\">Grafik<\/a><span class=\"nodisplay\">. <\/span>&nbsp;" );
	document.write( "-" );
	document.write( "<a href=\"#\" onclick=\"setActiveStyleSheet('comundus Print Style');\">Text<\/a><span class=\"nodisplay\">. <\/span>" );
	document.write( "" );

	document.write( "" );
}

