if (document.images) {

home = new Image(116,20); home.src = "../graphics/buttons/home.gif";
home2 = new Image(116,20); home2.src = "../graphics/buttons/home2.gif";

back = new Image(116,20); back.src = "../graphics/buttons/back.gif";
back2 = new Image(116,20); back2.src = "../graphics/buttons/back2.gif";

contacts = new Image(116,20); contacts.src = "../graphics/buttons/contacts.gif";
contacts2 = new Image(116,20); contacts2.src = "../graphics/buttons/contacts2.gif";

topofpage = new Image(116,20); topofpage.src = "../graphics/buttons/topofpage.gif";
topofpage2 = new Image(116,20); topofpage2.src = "../graphics/buttons/topofpage2.gif";

feedback = new Image(116,20); feedback.src = "../graphics/buttons/feedback.gif";
feedback2 = new Image(116,20); feedback2.src = "../graphics/buttons/feedback2.gif";

jobsearch = new Image(116,20); jobsearch.src = "../graphics/buttons/jobsearch.gif";
jobsearch2 = new Image(116,20); jobsearch2.src = "../graphics/buttons/jobsearch2.gif";

links = new Image(116,20); links.src = "../graphics/buttons/links.gif";
links2 = new Image(116,20); links2.src = "../graphics/buttons/links2.gif";

hospitals = new Image(116,20); hospitals.src = "../graphics/buttons/hospitals.gif";
hospitals2 = new Image(116,20); hospitals2.src = "../graphics/buttons/hospitals2.gif";

patientlinks = new Image(116,20); patientlinks.src = "../graphics/buttons/patientlinks.gif";
patientlinks2 = new Image(116,20); patientlinks2.src = "../graphics/buttons/patientlinks2.gif";

professional = new Image(116,20); professional.src = "../graphics/buttons/professional.gif";
professional2 = new Image(116,20); professional2.src = "../graphics/buttons/professional2.gif";

location1 = new Image(116,20); location1.src = "../graphics/buttons/location.gif";
location2 = new Image(116,20); location2.src = "../graphics/buttons/location2.gif";

medical = new Image(116,20); medical.src = "../graphics/buttons/medical.gif";
medical2 = new Image(116,20); medical2.src = "../graphics/buttons/medical2.gif";

nursing = new Image(116,20); nursing.src = "../graphics/buttons/nursing.gif";
nursing2 = new Image(116,20); nursing2.src = "../graphics/buttons/nursing2.gif";

opportunities = new Image(116,20); opportunities.src = "../graphics/buttons/opportunities.gif";
opportunities2 = new Image(116,20); opportunities2.src = "../graphics/buttons/opportunities2.gif";

overview = new Image(116,20); overview.src = "../graphics/buttons/overview.gif";
overview2 = new Image(116,20); overview2.src = "../graphics/buttons/overview2.gif";

program = new Image(116,20); program.src = "../graphics/buttons/program.gif";
program2 = new Image(116,20); program2.src = "../graphics/buttons/program2.gif";

research = new Image(116,20); research.src = "../graphics/buttons/research.gif";
research2 = new Image(116,20); research2.src = "../graphics/buttons/research2.gif";

search = new Image(116,20); search.src = "../graphics/buttons/search.gif";
search2 = new Image(116,20); search2.src = "../graphics/buttons/search2.gif";

staff = new Image(116,20); staff.src = "../graphics/buttons/staff.gif";
staff2 = new Image(116,20); staff2.src = "../graphics/buttons/staff2.gif";

subscribe = new Image(116,20); subscribe.src = "../graphics/buttons/subscribe.gif";
subscribe2 = new Image(116,20); subscribe2.src = "../graphics/buttons/subscribe2.gif";

wardc9 = new Image(116,20); wardc9.src = "../graphics/buttons/wardc9.gif";
wardc92 = new Image(116,20); wardc92.src = "../graphics/buttons/wardc92.gif";

whatsnew = new Image(116,20); whatsnew.src = "../graphics/buttons/whatsnew.gif";
whatsnew2 = new Image(116,20); whatsnew2.src = "../graphics/buttons/whatsnew2.gif";

donors = new Image(116,20); donors.src = "../graphics/buttons/donors.gif";
donors2 = new Image(116,20); donors2.src = "../graphics/buttons/donors2.gif";

kidney = new Image(116,20); kidney.src = "../graphics/buttons/kidney.gif";
kidney2 = new Image(116,20); kidney2.src = "../graphics/buttons/kidney2.gif";

liver = new Image(116,20); liver.src = "../graphics/buttons/liver.gif";
liver2 = new Image(116,20); liver2.src = "../graphics/buttons/liver2.gif";

pancreas = new Image(116,20); pancreas.src = "../graphics/buttons/pancreas.gif";
pancreas2 = new Image(116,20); pancreas2.src = "../graphics/buttons/pancreas2.gif";

smallbowel = new Image(116,20); smallbowel.src = "../graphics/buttons/smallbowel.gif";
smallbowel2 = new Image(116,20); smallbowel2.src = "../graphics/buttons/smallbowel2.gif";
}

function hiLite(imgName,imgObjName) {
if (document.images) {
  document.images[imgName].src = eval(imgObjName + ".src");
}}