<!--
browser = (((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 3 )) || ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 3 )))

if (browser) {
    a_norm = new Image(); a_norm.src = "/img/be_hun.gif"
    a_over = new Image(); a_over.src = "/img/be_hun_b.gif"
    b_norm = new Image(); b_norm.src = "/img/be_eng.gif"
    b_over = new Image(); b_over.src = "/img/be_eng_b.gif"
}

function imgover(imgname)
{
    if (browser)
    {
        document[imgname].src = eval(imgname+"_over.src");
        return true;
    }
}

function imgnorm(imgname)
{
    if (browser)
    {
        document[imgname].src = eval(imgname+"_norm.src");
        window.status = "";
        return true;
    }
}
// -->
