if (document.images) { homenav = new Image; homenav_roll = new Image; bionav = new Image; bionav_roll = new Image; philosophynav = new Image; philosophynav_roll = new Image; servicesnav = new Image; servicesnav_roll = new Image; resourcesnav = new Image; resourcesnav_roll = new Image; faqnav = new Image; faqnav_roll = new Image; contactnav = new Image; contactnav_roll = new Image; homenav.src = "image/nav/home.gif"; homenav_roll.src = "image/nav/home_roll.gif"; bionav.src = "image/nav/bio.gif"; bionav_roll.src = "image/nav/bio_roll.gif"; philosophynav.src = "image/nav/philosophy.gif"; philosophynav_roll.src = "image/nav/philosophy_roll.gif"; servicesnav.src = "image/nav/services.gif"; servicesnav_roll.src = "image/nav/services_roll.gif"; resourcesnav.src = "image/nav/resources.gif"; resourcesnav_roll.src = "image/nav/resources_roll.gif"; faqnav.src = "image/nav/faq.gif"; faqnav_roll.src = "image/nav/faq_roll.gif"; contactnav.src = "image/nav/contact.gif"; contactnav_roll.src = "image/nav/contact_roll.gif"; }