function chgImg(onoff) {

if (onoff=='hi') {

	document.images['fisch'].src='Bilder/fischhi.gif';

	}else {

	document.images['fisch'].src='Bilder/fischlo.gif';

	}

}

function fontSizer() {

document.write('<div id=\"fontsizer\">');

document.write('<p id=\"caption\">Schriftgr&ouml\;&szlig\;e&nbsp\;');

var x = '<span><a id=\"small\" href=\"#\" onclick=\"setActiveStyleSheet(\'normal\')\; window.location.reload()\;return false\;\" tabindex=\"11\" accesskey=\"1\">A<\/a><\/span>&nbsp\;';document.write (x);

var x = '<span><a id=\"medium\" href=\"#\" onclick=\"setActiveStyleSheet(\'gross\')\; window.location.reload()\;return false\;\" tabindex=\"12\" accesskey=\"2\">A<\/a><\/span>&nbsp\;';document.write (x);

var x = '<span><a id=\"large\" href=\"#\" onclick=\"setActiveStyleSheet(\'sehrgross\')\; window.location.reload()\;return false\;\" tabindex=\"13\" accesskey=\"3\">A<\/a><\/span>&nbsp\;';document.write (x);

document.write('<\/p>');

document.write('<\/div>');

}


