/* Saemtliche Rechte: Aktion Mensch - Einfach fuer Alle */
/* Lizenzbedingungen zur freien Nutzung: http://www.einfachfueralle.de/lizenz/ */

function showToolbox()
{
	document.write( "<form action=\"switch\">" );
	document.write( "<select id=\"style\" size=\"1\" onchange=\"setActiveStyleSheet(value);\">" );
	document.write( "	<option selected=\"selected\" disabled=\"disabled\">ausw&auml;hlen<\/option>" );
	document.write( "	<option value=\"standard\" title=\"Gestaltung f&uuml;r grafische Browser\">Standard<\/option>" );
    document.write( "	<option value=\"mager\" title=\"Gestaltung f&uuml;r Textbrowser\">Textversion<\/option>" );
    document.write( "	<option value=\"print\" title=\"Formatierung f&uuml;r die Druckausgabe\">Druckversion<\/option>" );
	document.write( "	<option value=\"mobile\" title=\"Formatierung f&uuml;r Handhelds wie Palm oder PocketPC\">f&uuml;r Mobile Ger&auml;te<\/option>" );
	document.write( "	<option value=\"grey\" title=\"Heller Hintergrund mit dunkler Schrift\">Graustufen<\/option>" );
    document.write( "<\/select>" );
	document.write( "<\/form>" );
	document.write( "" );

}
