function fx() { status = 'sektion b'; document.returnValue = true; }

function show (Ausgabe) { window.status = Ausgabe; }
