// PRELOADING IMAGES

// FEATURES BUTTON
featuresOff = new Image ();
featuresOff.src = "images/indexH-features-off.jpg";
featuresOn = new Image ();
featuresOn.src = "images/indexH-features-on.jpg";

// LOCATIONS BUTTON
locationsOff = new Image ();
locationsOff.src = "images/indexH-locations-off.jpg";
locationsOn = new Image ();
locationsOn.src = "images/indexH-locations-on.jpg";

// PROGRAM INFO BUTTON
informationOff = new Image ();
informationOff.src = "images/indexH-programInfo-off.jpg";
informationOn = new Image ();
informationOn.src = "images/indexH-programInfo-on.jpg";

// PROCEDURE BUTTON
placementOff = new Image ();
placementOff.src = "images/indexH-placement-off.jpg";
placementOn = new Image ();
placementOn.src = "images/indexH-placement-on.jpg";

// PRICING BUTTON
pricingOff = new Image ();
pricingOff.src = "images/indexH-pricing-off.jpg";
pricingOn = new Image ();
pricingOn.src = "images/indexH-pricing-on.jpg";

// REGISTRATION BUTTON
registrationOff = new Image ();
registrationOff.src = "images/indexH-studentReg-off.jpg";
registrationOn = new Image ();
registrationOn.src = "images/indexH-studentReg-on.jpg";

// CONTACT BUTTON
contactOff = new Image ();
contactOff.src = "images/indexH-contact-off.jpg";
contactOn = new Image ();
contactOn.src = "images/indexH-contact-on.jpg";

// HOME BUTTON
homeOff = new Image ();
homeOff.src = "images/h-btn-nacel-off.jpg";
homeOn = new Image ();
homeOn.src = "images/h-btn-nacel-on.jpg";




