<!--


browser = (((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 3 )) || ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4 )))

if (browser) {
  
    cbindexon = new Image()
    cbindexon.src = "../images/navigation/but_cbov.gif"
    cbindexoff = new Image()
    cbindexoff.src = "../images/navigation/but_cb.gif"

    pcindexon = new Image()
    pcindexon.src = "../images/navigation/but_pcov.gif"
    pcindexoff = new Image()
    pcindexoff.src = "../images/navigation/but_pc.gif"

    cnindexon = new Image()
    cnindexon.src = "../images/navigation/but_cnov.gif"
    cnindexoff = new Image()
    cnindexoff.src = "../images/navigation/but_cn.gif"

    prindexon = new Image()
    prindexon.src = "../images/navigation/but_prov.gif"
    prindexoff = new Image()
    prindexoff.src = "../images/navigation/but_pr.gif"

    eiindexon = new Image()
    eiindexon.src = "../images/navigation/but_eiov.gif"
    eiindexoff = new Image()
    eiindexoff.src = "../images/navigation/but_ei.gif"

    cpindexon = new Image()
    cpindexon.src = "../images/navigation/but_cpov.gif"
    cpindexoff = new Image()
    cpindexoff.src = "../images/navigation/but_cp.gif"


}

function hiLite(imgDocID1,imgObjName1) {
 if (browser) {
 document.images[imgDocID1].src = eval(imgObjName1 + ".src");
}}

// -->
