<!--


browser = (((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 3 )) || ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4 )))

if (browser) {
  
    opdindexon = new Image()
    opdindexon.src = "../images/navigation/but_opdov.gif"
    opdindexoff = new Image()
    opdindexoff.src = "../images/navigation/but_opd.gif"

    oecindexon = new Image()
    oecindexon.src = "../images/navigation/but_oecov.gif"
    oecindexoff = new Image()
    oecindexoff.src = "../images/navigation/but_oec.gif"

    otmindexon = new Image()
    otmindexon.src = "../images/navigation/but_otmov.gif"
    otmindexoff = new Image()
    otmindexoff.src = "../images/navigation/but_otm.gif"
    
    swindexon = new Image()
    swindexon.src = "../images/navigation/swv.gif"
    swindexoff = new Image()
    swindexoff.src = "../images/navigation/sw.gif"

    ojaindexon = new Image()
    ojaindexon.src = "../images/navigation/but_ojaov.gif"
    ojaindexoff = new Image()
    ojaindexoff.src = "../images/navigation/but_oja.gif"

    oppindexon = new Image()
    oppindexon.src = "../images/navigation/but_oppov.gif"
    oppindexoff = new Image()
    oppindexoff.src = "../images/navigation/but_opp.gif"

    oltindexon = new Image()
    oltindexon.src = "../images/navigation/but_oltov.gif"
    oltindexoff = new Image()
    oltindexoff.src = "../images/navigation/but_olt.gif"
    
    oesindexon = new Image()
    oesindexon.src = "../images/navigation/but_oesov.gif"
    oesindexoff = new Image()
    oesindexoff.src = "../images/navigation/but_oes.gif"

    otrindexon = new Image()
    otrindexon.src = "../images/navigation/but_otrov.gif"
    otrindexoff = new Image()
    otrindexoff.src = "../images/navigation/but_otr.gif"

    ocwindexon = new Image()
    ocwindexon.src = "../images/navigation/but_ocwov.gif"
    ocwindexoff = new Image()
    ocwindexoff.src = "../images/navigation/but_ocw.gif"

    omtindexon = new Image()
    omtindexon.src = "../images/navigation/but_omtov.gif"
    omtindexoff = new Image()
    omtindexoff.src = "../images/navigation/but_omt.gif"

}

function hiLite(imgDocID1,imgObjName1) {
 if (browser) {
 document.images[imgDocID1].src = eval(imgObjName1 + ".src");
}}

// -->