home = new Image();
home.src = "http://www.paydaycenter.com/home.gif";

home1 = new Image();
home1.src = "http://www.paydaycenter.com/home1.gif";

apply = new Image();
apply.src = "http://www.paydaycenter.com/apply.gif";

apply1 = new Image();
apply1.src = "http://www.paydaycenter.com/apply1.gif";

how = new Image();
how.src = "http://www.paydaycenter.com/how.gif";

how1 = new Image();
how1.src = "http://www.paydaycenter.com/how1.gif";

privacy = new Image();
privacy.src = "http://www.paydaycenter.com/privacy.gif";

privacy1 = new Image();
privacy1.src = "http://www.paydaycenter.com/privacy1.gif";

tips = new Image();
tips.src = "http://www.paydaycenter.com/tips.gif";

tips1 = new Image();
tips1.src = "http://www.paydaycenter.com/tips1.gif";

resources = new Image();
resources.src = "http://www.paydaycenter.com/resources.gif";

resources1 = new Image();
resources1.src = "http://www.paydaycenter.com/resources1.gif";

function hiLite(imgDocID,imgObjName) {
document.images[imgDocID].src = eval(imgObjName + ".src")
}