			var myimages=new Array()
			function preloadimages(){
			for (i=0;i<preloadimages.arguments.length;i++){
			myimages[i]=new Image()
			myimages[i].src=preloadimages.arguments[i]
			}
			}
			
			
			//Enter path of images to be preloaded inside parenthesis. Extend list as desired.
			preloadimages(
			"http://www.matthewmead.net/gph/nav/home.png",			
			"http://www.matthewmead.net/gph/nav/home_hover.png",
			"http://www.matthewmead.net/gph/nav/folio.png",
			"http://www.matthewmead.net/gph/nav/folio_hover.png",
			"http://www.matthewmead.net/gph/nav/gallery.png",
			"http://www.matthewmead.net/gph/nav/gallery_hover.png",
			"http://www.matthewmead.net/gph/nav/about.png",
			"http://www.matthewmead.net/gph/nav/about_hover.png",
			"http://www.matthewmead.net/gph/nav/pricing.png",
			"http://www.matthewmead.net/gph/nav/pricing_hover.png",
			"http://www.matthewmead.net/gph/nav/contact.png",
			"http://www.matthewmead.net/gph/nav/contact_hover.png",			
			"http://www.matthewmead.net/gph/mmlogo.png",
			"http://www.matthewmead.net/gph/mmphotography.png",
			"http://www.matthewmead.net/gph/nav/top.png",
			"http://www.matthewmead.net/gph/nav/mid.png",
			"http://www.matthewmead.net/gph/bottom.png"
			)
			
