/* Saemtliche Rechte: Aktion Mensch - Einfach fuer Alle */
/* Lizenzbedingungen zur freien Nutzung: http://www.einfachfueralle.de/lizenz/ */

function showToolbox()
{
document.write( "<form action=\"switch\" id=\"toolbox\">" );
document.write( "(Extras f&uuml;r grafische Browser)" );
document.write( "<select id=\"style\" size=\"1\" onchange=\"setActiveStyleSheet(value);\" title=\"Gestaltung f&uuml;r grafische Browser\">" );
document.write( "<option id=\"show\" value=\"Standard\" title=\"Gestaltung f&uuml;r grafische Browser\"> Standard<\/option>" );
document.write( "<option id=\"show\" value=\"Text\" title=\"Text ohne Styles\"> Nur Text<\/option>" );
document.write( "<option id=\"show\" value=\"Druck\" title=\"Text zum Drucken\"> Drucken<\/option>" );
document.write( "<\/select>" );
document.write( "<\/form>" );
}



