<!-- Hide the script from old browsers --
<!-- copyright pammer web design 2000 -->
<!-- http://www.pwd.at -->

function checkjava()
{
        if (navigator.javaEnabled() < 1){
                alert("Leider kann Ihr Browser keine JAVA-Applets ausfuehren !");
        }
}

// -- End Hiding Here -->
