if (document.images) { homenav = new Image; homenav_roll = new Image; philosophynav = new Image; philosophynav_roll = new Image; experiencenav = new Image; experiencenav_roll = new Image; foodnav = new Image; foodnav_roll = new Image; spacesnav = new Image; spacesnav_roll = new Image; localnav = new Image; localnav_roll = new Image; contactnav = new Image; contactnav_roll = new Image; homenav.src = "image/nav/home.gif"; homenav_roll.src = "image/nav/home_roll.gif"; philosophynav.src = "image/nav/philosophy.gif"; philosophynav_roll.src = "image/nav/philosophy_roll.gif"; experiencenav.src = "image/nav/experience.gif"; experiencenav_roll.src = "image/nav/experience_roll.gif"; foodnav.src = "image/nav/food.gif"; foodnav_roll.src = "image/nav/food_roll.gif"; spacesnav.src = "image/nav/spaces.gif"; spacesnav_roll.src = "image/nav/spaces_roll.gif"; localnav.src = "image/nav/local.gif"; localnav_roll.src = "image/nav/local_roll.gif"; contactnav.src = "image/nav/contact.gif"; contactnav_roll.src = "image/nav/contact_roll.gif"; }