if (document.images) {
whyuson = new Image();
whyuson.src = "../images/whyus_home-over.gif";
whyusoff = new Image();
whyusoff.src = "../images/whyus_home-off.gif";
contactuson = new Image();
contactuson.src = "../images/contactus_home-over.gif";
contactusoff = new Image();
contactusoff.src = "../images/contactus_home-off.gif";
designson = new Image();
designson.src = "../images/designs_home-over.gif";
designsoff = new Image();
designsoff.src = "../images/designs_home-off.gif";
faqon = new Image();
faqon.src = "../images/faq_home-over.gif";
faqoff = new Image();
faqoff.src = "../images/faq_home-off.gif";
searchon = new Image();
searchon.src = "../images/search_home-over.gif";
searchoff = new Image();
searchoff.src = "../images/search_home-off.gif";
orderon = new Image();
orderon.src = "../images/order_home-over.gif";
orderoff = new Image();
orderoff.src = "../images/order_home-off.gif";
loginon = new Image();
loginon.src = "../images/login_home-over.gif";
loginoff = new Image();
loginoff.src = "../images/login_home-off.gif";
featureson = new Image();
featureson.src = "../images/features_home-over.gif";
featuresoff = new Image();
featuresoff.src = "../images/features_home-off.gif";
giveasagifton = new Image();
giveasagifton.src = "../images/giveasagift_home-over.gif";
giveasagiftoff = new Image();
giveasagiftoff.src = "../images/giveasagift_home-off.gif";
pricingon = new Image();
pricingon.src = "../images/pricing_home-over.gif";
pricingoff = new Image();
pricingoff.src = "../images/pricing_home-off.gif";
howitworkson = new Image();
howitworkson.src = "../images/howitworks_home-over.gif";
howitworksoff = new Image();
howitworksoff.src = "../images/howitworks_home-off.gif";
viewademoon = new Image();
viewademoon.src = "../images/viewademo_home-over.gif";
viewademooff = new Image();
viewademooff.src = "../images/viewademo_home-off.gif";
takeatouron = new Image();
takeatouron.src = "../images/takeatour_home-over.gif";
takeatouroff = new Image();
takeatouroff.src = "../images/takeatour_home-off.gif";
trialwebsiteon = new Image();
trialwebsiteon.src = "../images/trialwebsite_home-over.gif";
trialwebsiteoff = new Image();
trialwebsiteoff.src = "../images/trialwebsite_home-off.gif";
destinationon = new Image();
destinationon.src = "../images/destination_home-over.gif";
destinationoff = new Image();
destinationoff.src = "../images/destination_home-off.gif";
testimonialson = new Image();
testimonialson.src = "../images/testimonials_home-over.gif";
testimonialsoff = new Image();
testimonialsoff.src = "../images/testimonials_home-off.gif";
newsroomon = new Image();
newsroomon.src = "../images/newsroom_home-over.gif";
newsroomoff = new Image();
newsroomoff.src = "../images/newsroom_home-off.gif";
relatedlinkson = new Image();
relatedlinkson.src = "../images/relatedlinks_home-over.gif";
relatedlinksoff = new Image();
relatedlinksoff.src = "../images/relatedlinks_home-off.gif";
}
function imgOn(imgName) {
if (document.images) {
document[imgName].src = eval(imgName + "on.src");
}
}
function imgOff(imgName) {
if (document.images) {
document[imgName].src = eval(imgName + "off.src");
}
}