
   	/* Javascript für Bldaustausch - BlueandWhite */
    function quickfinder () {
        var index, inhalt;
         index=window.document.qf.select.selectedIndex;
        if (index != 0) {
                 inhalt=window.document.qf.select.options[index].value;
                 parent.fr_content.location.href=inhalt;
        }
    }
