// Top Navigation source

// On states
HomeOn = new Image();
HomeOn.src = "/images/home_page/over_states/top_nav_home_over.gif";
ShipOn = new Image();
ShipOn.src = "/images/home_page/over_states/top_nav_shipping_over.gif";
FAQOn = new Image();
FAQOn.src = "/images/home_page/over_states/top_nav_FAQs_over.gif";
PoliciesOn = new Image();
PoliciesOn.src = "/images/home_page/over_states/top_nav_policies_over.gif";
TestimonialsOn = new Image();
TestimonialsOn.src = "/images/home_page/over_states/top_nav_testimonials_over.gif";

CartOn = new Image();
CartOn.src = "/images/home_page/over_states/top_nav_view_cart_over.gif";

RelatedOn = new Image();
RelatedOn.src = "/images/home_page/over_states/bot_nav_related_links_over.gif";
SecurityOn = new Image();
SecurityOn.src = "/images/home_page/over_states/bot_nav_security_privacy_ov.gif";
ContactOn = new Image();
ContactOn.src = "/images/home_page/over_states/bot_nav_contact_us_over.gif";
AllOn = new Image();
AllOn.src = "/images/home_page/over_states/bot_nav_view_all_over.gif";
GoOn = new Image();
GoOn.src = "/images/home_page/over_states/bot_nav_go_over.gif";

// Off states
HomeOff = new Image();
HomeOff.src = "/images/home_page/top_nav_home.gif";
ShipOff = new Image();
ShipOff.src = "/images/home_page/top_nav_shipping.gif";
FAQOff = new Image();
FAQOff.src = "/images/home_page/top_nav_FAQs.gif";
PoliciesOff = new Image();
PoliciesOff.src = "/images/home_page/top_nav_policies.gif";
TestimonialsOff = new Image();
TestimonialsOff.src = "/images/home_page/top_nav_testimonials.gif";

CartOff = new Image();
CartOff.src = "/images/home_page/over_states/top_nav_view_cart_off.gif";

RelatedOff = new Image();
RelatedOff.src = "/images/home_page/bot_nav_related_links.gif";
SecurityOff = new Image();
SecurityOff.src = "/images/home_page/bot_nav_security_privacy.gif";
ContactOff = new Image();
ContactOff.src = "/images/home_page/bot_nav_contact_us.gif";
AllOff = new Image();
AllOff.src = "/images/home_page/bot_nav_view_all.gif";
GoOff = new Image();
GoOff.src = "/images/home_page/bot_nav_go.gif";