/* 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 id=\"show\" value=\"Standard\" title=\"Gestaltung f&uuml;r grafische Browser\"> Standard<\/option>" );	
document.write( "<option id=\"show\" value=\"Text\" title=\"Reine Textversion\"> Nur Text<\/option>" );
document.write( "<option id=\"show\" value=\"Invertiert\" title=\"Invertierte Textversion\"> Invertiert<\/option>" );
document.write( "<\/select>" );
document.write( "<\/form>" );
}



