<!--//

{
topnav1off = new Image();
topnav1off.src = "/graphics/topnav1_off.gif";
topnav1on = new Image();
topnav1on.src = "/graphics/topnav1_on.gif";
topnav1over = new Image();
topnav1over.src = "/graphics/topnav1_over.gif";
topnav2off = new Image();
topnav2off.src = "/graphics/topnav2_off.gif";
topnav2on = new Image();
topnav2on.src = "/graphics/topnav2_on.gif";
topnav2over = new Image();
topnav2over.src = "/graphics/topnav2_over.gif";
topnav3off = new Image();
topnav3off.src = "/graphics/topnav3_off.gif";
topnav3on = new Image();
topnav3on.src = "/graphics/topnav3_on.gif";
topnav3over = new Image();
topnav3over.src = "/graphics/topnav3_over.gif";
topnav4off = new Image();
topnav4off.src = "/graphics/topnav4_off.gif";
topnav4on = new Image();
topnav4on.src = "/graphics/topnav4_on.gif";
topnav4over = new Image();
topnav4over.src = "/graphics/topnav4_over.gif";
topnav5off = new Image();
topnav5off.src = "/graphics/topnav5_off.gif";
topnav5on = new Image();
topnav5on.src = "/graphics/topnav5_on.gif";
topnav5over = new Image();
topnav5over.src = "/graphics/topnav5_over.gif";
topnav6off = new Image();
topnav6off.src = "/graphics/topnav6_off.gif";
topnav6on = new Image();
topnav6on.src = "/graphics/topnav6_on.gif";
topnav6over = new Image();
topnav6over.src = "/graphics/topnav6_over.gif";
}

function changeImage(imgDocID1,imgObjName1) {
{
    document.images[imgDocID1].src = eval(imgObjName1 + ".src");}
	 if (document.getElementById("AcctList") !== null) {
    document.dropdownForm.AcctList.style.visibility="hidden";
    }
    if (document.getElementById("list1") !== null) {
	document.dropdownForm.list1.style.visibility="hidden";
    }
    if (document.getElementById("lstCategory") !== null) {
        document.getElementById("lstCategory").style.visibility="hidden";
    }
}
function changeImage1(imgDocID1,imgObjName1) {
{
document.images[imgDocID1].src = eval(imgObjName1 + ".src");}
	 if (document.getElementById("AcctList") !== null) {
    document.dropdownForm.AcctList.style.visibility="visible";
    }
    if (document.getElementById("list1") !== null) {
	document.dropdownForm.list1.style.visibility="visible";
    }
    if (document.getElementById("lstCategory") !== null) {
      document.getElementById("lstCategory").style.visibility="visible";
    }
    
    //This is for hiding drop downs for the DetemineVisa.aspx page
    
}
//-->
