/* 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( "<span class=\"invis\">(Extras f&uuml;r grafische Browser) </span>" );
document.write( "<select id=\"style\" size=\"1\" onchange=\"setActiveStyleSheet(value);\">" );

document.write( "<option id=\"show\" value=\"Standard\" title=\"Wählen Sie jetzt:\">Ändern:<\/option>" );
document.write( "<option id=\"show\" value=\"Standard\" title=\"Gestaltung f&uuml;r grafische Browser\"> Standard<\/option>" );
document.write( "<option id=\"show\" value=\"SchwarzWeiss\" title=\"Ansicht mit starkem Kontrast\"> SchwarzWeiss<\/option>" );
document.write( "<option id=\"show\" value=\"NurText\" title=\"Ansicht ohne Stylesheet\">ohne Formatierung<\/option>" );
document.write( "<option id=\"show\" value=\"Bunt\" title=\"Buntes Layout\"> Bunt<\/option>" );
document.write( "<\/select>" );
document.write( "<\/form>" );
}