ondisc = new Image; ondisc.src = "buttons/ondisc.gif";
offdisc = new Image; offdisc.src = "buttons/offdisc.gif";
ondata = new Image; ondata.src = "buttons/ondata.gif";
offdata = new Image; offdata.src = "buttons/offdata.gif";
oninstchar = new Image; oninstchar.src = "buttons/oninstchar.gif";
offinstchar = new Image; offinstchar.src = "buttons/offinstchar.gif";
onrep = new Image; onrep.src = "buttons/onrep.gif";
offrep = new Image; offrep.src = "buttons/offrep.gif";
onsurv = new Image; onsurv.src = "buttons/onsurv.gif";
offsurv = new Image; offsurv.src = "buttons/offsurv.gif";
ontest = new Image; ontest.src = "buttons/ontest.gif";
offtest = new Image; offtest.src = "buttons/offtest.gif";
onstratp = new Image; onstratp.src = "buttons/onstratp.gif";
offstratp = new Image; offstratp.src = "buttons/offstratp.gif";
onabout = new Image; onabout.src = "buttons/onabout.gif";
offabout = new Image; offabout.src = "buttons/offabout.gif";
onacad = new Image; onacad.src = "buttons/onacad.gif";
offacad = new Image; offacad.src = "buttons/offacad.gif";
onres = new Image; onres.src = "buttons/onres.gif";
offres = new Image; offres.src = "buttons/offres.gif";
onath= new Image; onath.src = "buttons/onath.gif";
offath = new Image; offath.src = "buttons/offath.gif";
onnmed = new Image; onnmed.src = "buttons/onnmed.gif";
offnmed = new Image; offnmed.src = "buttons/offnmed.gif";
onnjres = new Image; onnjres.src = "buttons/onnjres.gif";
offnjres = new Image; offnjres.src = "buttons/offnjres.gif";
onprost = new Image; onprost.src = "buttons/onprost.gif";
offprost = new Image; offprost.src = "buttons/offprost.gif";
oncust = new Image; oncust.src = "buttons/oncust.gif";
offcust = new Image; offcust.src = "buttons/offcust.gif";
onfacstaff = new Image; onfacstaff.src = "buttons/onfacstaff.gif";
offfacstaff = new Image; offfacstaff.src = "buttons/offfacstaff.gif";
onalum = new Image; onalum.src = "buttons/onalum.gif";
offalum = new Image; offalum.src = "buttons/offalum.gif";
onsupdon = new Image; onsupdon.src = "buttons/onsupdon.gif";
offsupdon = new Image; offsupdon.src = "buttons/offsupdon.gif";
onvispub = new Image; onvispub.src = "buttons/onvispub.gif";
offvispub = new Image; offvispub.src = "buttons/offvispub.gif";
onques = new Image; onques.src = "buttons/onques.gif";
offques = new Image; offques.src = "buttons/offques.gif";
oncomm = new Image; oncomm.src = "buttons/oncomm.gif";
offcomm = new Image; offcomm.src = "buttons/offcomm.gif";
onaboutsite = new Image; onaboutsite.src = "buttons/onaboutsite.gif";
offaboutsite = new Image; offaboutsite.src = "buttons/offaboutsite.gif";
onacadprog = new Image; onacadprog.src = "buttons/onacadprog.gif";
offacadprog = new Image; offacadprog.src = "buttons/offacadprog.gif";


function MouseOverRoutine(ButtonName)
{

if (ButtonName=="acadprog")
{
        document.acadprog.src = onacadprog.src;
        window.status = "Academic Program Development";
};

if (ButtonName=="databut")
{
        document.databut.src = ondata.src;
        window.status = "Data Warehousing";
};

if (ButtonName=="discbut")
{
        document.discbut.src = ondisc.src;
        window.status = "Disclosures";
};

if (ButtonName=="instcharbut")
{
        document.instcharbut.src = oninstchar.src;
        window.status = "Institutional Characteristics";
};

if (ButtonName=="repbut")
{
        document.repbut.src = onrep.src;
        window.status = "Reports";
};

if (ButtonName=="survbut")
{
        document.survbut.src = onsurv.src;
        window.status = "Survey";
}

if (ButtonName=="testbut")
{
        document.testbut.src = ontest.src;
        window.status = "Testing and Placement";
};

if (ButtonName=="stratpbut")
{
        document.stratpbut.src = onstratp.src;
        window.status = "Strategic Planning";
};

if (ButtonName=="aboutbut")
{
        document.aboutbut.src = onabout.src;
        window.status = "About the University";
};

if (ButtonName=="acadbut")
{
        document.acadbut.src = onacad.src;
        window.status = "Academics";
};

if (ButtonName=="resbut")
{
        document.resbut.src = onres.src;
        window.status = "Research";
};

if (ButtonName=="athbut")
{
        document.athbut.src = onath.src;
        window.status = "Athletics";
};

if (ButtonName=="nmedbut")
{
        document.nmedbut.src = onnmed.src;
        window.status = "News and Media";
};

if (ButtonName=="njresbut")
{
        document.njresbut.src = onnjres.src;
        window.status = "New Jersey Resources";
};

if (ButtonName=="prostbut")
{
        document.prostbut.src = onprost.src;
        window.status = "Prospective Students";
};

if (ButtonName=="custbut")
{
        document.custbut.src = oncust.src;
        window.status = "Current Students";
};

if (ButtonName=="facstaffbut")
{
        document.facstaffbut.src = onfacstaff.src;
        window.status = "Faculty and Staff";
};

if (ButtonName=="alumbut")
{
        document.alumbut.src = onalum.src;
        window.status = "Alumni";
};

if (ButtonName=="supdonbut")
{
        document.supdonbut.src = onsupdon.src;
        window.status = "Supporters and Donors";
};

if (ButtonName=="vispubbut")
{
        document.vispubbut.src = onvispub.src;
        window.status = "Visitors and the Public";
};

if (ButtonName=="quesbut")
{
        document.quesbut.src = onques.src;
        window.status = "Questions";
};

if (ButtonName=="commbut")
{
        document.commbut.src = oncomm.src;
        window.status = "Comments";
};

if (ButtonName=="aboutsitebut")
{
        document.aboutsitebut.src = onaboutsite.src;
        window.status = "About This Site";
};

}

function MouseOutRoutine(ButtonName)
{

if (ButtonName=="databut")
{
        document.databut.src = offdata.src;
};

if (ButtonName=="acadprog")
{
        document.acadprog.src = offacadprog.src;
};

if (ButtonName=="discbut")
{
        document.discbut.src = offdisc.src;
};

if (ButtonName=="instcharbut")
{
        document.instcharbut.src = offinstchar.src;
};

if (ButtonName=="repbut")
{
        document.repbut.src = offrep.src;
};

if (ButtonName=="survbut")
{
        document.survbut.src = offsurv.src;
};

if (ButtonName=="testbut")
{
        document.testbut.src = offtest.src;
};

if (ButtonName=="stratpbut")
{
        document.stratpbut.src = offstratp.src;
};

if (ButtonName=="aboutbut")
{
        document.aboutbut.src = offabout.src;
};

if (ButtonName=="acadbut")
{
        document.acadbut.src = offacad.src;
};

if (ButtonName=="resbut")
{
        document.resbut.src = offres.src;
};

if (ButtonName=="athbut")
{
        document.athbut.src = offath.src;
};

if (ButtonName=="nmedbut")
{
        document.nmedbut.src = offnmed.src;
};

if (ButtonName=="njresbut")
{
        document.njresbut.src = offnjres.src;
};

if (ButtonName=="prostbut")
{
        document.prostbut.src = offprost.src;
};

if (ButtonName=="custbut")
{
        document.custbut.src = offcust.src;
};

if (ButtonName=="facstaffbut")
{
        document.facstaffbut.src = offfacstaff.src;
};

if (ButtonName=="alumbut")
{
        document.alumbut.src = offalum.src;
};

if (ButtonName=="supdonbut")
{
        document.supdonbut.src = offsupdon.src;
};

if (ButtonName=="vispubbut")
{
        document.vispubbut.src = offvispub.src;
};

if (ButtonName=="quesbut")
{
        document.quesbut.src = offques.src;
};

if (ButtonName=="commbut")
{
        document.commbut.src = offcomm.src;
};

if (ButtonName=="aboutsitebut")
{
        document.aboutsitebut.src = offaboutsite.src;
};

window.status="";

}