function cachePix() {
	if (document.images) {
		
		NAVhome = new Image();
		NAVhome.src = "img/home.gif";
		NAVhome_o = new Image();
		NAVhome_o.src = "img/home_o.gif";
		
		NAVthefilm = new Image();
		NAVthefilm.src = "img/film.gif";
		NAVthefilm_o = new Image();
		NAVthefilm_o.src = "img/film_o.gif";
		
		NAVthefilmsub = new Image();
		NAVthefilmsub.src = "img/filmSub.gif";
		NAVthefilmsub_o = new Image();
		NAVthefilmsub_o.src = "img/filmSub_o.gif";
		
		NAVnigerdelta = new Image();
		NAVnigerdelta.src = "img/nigerDelta.gif";
		NAVnigerdelta_o = new Image();
		NAVnigerdelta_o.src = "img/nigerDelta_o.gif";
		
		NAVnigerdeltasub = new Image();
		NAVnigerdeltasub.src = "img/nigerDeltaSub.gif";
		NAVnigerdeltasub_o = new Image();
		NAVnigerdeltasub_o.src = "img/nigerDeltaSub_o.gif";
		
		NAVbuyDvd = new Image();
		NAVbuyDvd.src = "img/buyDvd.png";
		NAVbuyDvd_o = new Image();
		NAVbuyDvd_o.src = "img/buyDvd_o.png";
		
		NAVpoliticalactionsub = new Image();
		NAVpoliticalactionsub.src = "img/politicalActionSub.gif";
		NAVpoliticalactionsub_o = new Image();
		NAVpoliticalactionsub_o.src = "img/politicalActionSub_o.gif";
		
		NAVgetinvolved = new Image();
		NAVgetinvolved.src = "img/getInvolvedSub.gif";
		NAVgetinvolved_o = new Image();
		NAVgetinvolved_o.src = "img/getInvolvedSub_o.gif";
		
		NAVgetthenews = new Image();
		NAVgetthenews.src = "img/news.gif";
		NAVgetthenews_o = new Image();
		NAVgetthenews_o.src = "img/news_o.gif";
		
		NAVblog = new Image();
		NAVblog.src = "img/blog.gif";
		NAVblog_o = new Image();
		NAVblog_o.src = "img/blog_o.gif";
		
		NAVgetintouch = new Image();
		NAVgetintouch.src = "img/getInTouch.gif";
		NAVgetintouch_o = new Image();
		NAVgetintouch_o.src = "img/getInTouch_o.gif";
						
		NAVthecrew = new Image();
		NAVthecrew.src = "img/theCrewSub.gif";
		NAVthecrew_o = new Image();
		NAVthecrew_o.src = "img/theCrewSub_o.gif";
		
		NAVphotogallery = new Image();
		NAVphotogallery.src = "img/photoGallerySub.gif";
		NAVphotogallery_o = new Image();
		NAVphotogallery_o.src = "img/photoGallerySub_o.gif";
		
		NAVvideogallery = new Image();
		NAVvideogallery.src = "img/videoGallerySub.gif";
		NAVvideogallery_o = new Image();
		NAVvideogallery_o.src = "img/videoGallerySub_o.gif";
				
		NAVlearnmore = new Image();
		NAVlearnmore.src = "img/learnMoreSub.gif";
		NAVlearnmore_o = new Image();
		NAVlearnmore_o.src = "img/learnMoreSub_o.gif";
				
		NAVtheissues = new Image();
		NAVtheissues.src = "img/theIssuesSub.gif";
		NAVtheissues_o = new Image();
		NAVtheissues_o.src = "img/theIssuesSub_o.gif";
		
		NAVstaggeringstatistics = new Image();
		NAVstaggeringstatistics.src = "img/staggeringStatisticsSub.gif";
		NAVstaggeringstatistics_o = new Image();
		NAVstaggeringstatistics_o.src = "img/staggeringStatisticsSub_o.gif";

		NAVveritelogo = new Image();
		NAVveritelogo.src = "img/VeriteLogo.gif";
		NAVveritelogo_o = new Image();
		NAVveritelogo_o.src = "img/VeriteLogo_o.gif";
		
		// Toggle Image Object Ready Flag and Set Initial Page
		ready = 1;
	}
}

function swap(pic,toggle) {
	// Change mouse-over and mouse-out images
	if (pic != "ms" && pic != "mp" && pic != "is") {
		if (toggle == 1) {
			This = "_o";
		} else {
			This = "";
		}
		if (document.images && (ready == 1) && (document[pic])) {
			document[pic].src = eval("NAV" + pic + This + ".src");
		}
	} else {
		if (toggle == 1) {
			This = pic;
		} else {
			This = site;
		}
	}
}
