{
alt0 = new Image();
alt0.src = "img/frontpage.gif";

alt1 = new Image();
alt1.src = "img/services.gif";

alt2 = new Image();
alt2.src = "img/company.gif";

alt3 = new Image();
alt3.src = "img/career.gif";

alt4 = new Image();
alt4.src = "img/partner.gif";

graphic1= new Image();
graphic1.src = "img/services_btn.gif";
graphic1on = new Image();
graphic1on.src = "img/services_btn.gif";

graphic2= new Image();
graphic2.src = "img/company_btn.gif";
graphic2on = new Image();
graphic2on.src = "img/company_btn.gif";

graphic3= new Image();
graphic3.src = "img/career_btn.gif";
graphic3on = new Image();
graphic3on.src = "img/career_btn.gif";

graphic4= new Image();
graphic4.src = "img/partner_btn.gif";
graphic4on = new Image();
graphic4on.src = "img/partner_btn.gif";
}

function imageChange(imageID,imageName,imageID2,imageName2) {
{
document.images[imageID].src = eval(imageName + ".src");
document.images[imageID2].src = eval(imageName2 + ".src");
}

}

