if (document.images) {

	home0= new Image; home0.src = "home.gif"

	home1 = new Image; home1.src = "home1.gif"

	about0= new Image; about0.src = "about.gif"

	about1= new Image; about1.src = "about1.gif"

	photo0= new Image; photo0.src = "photo.gif"

	photo1= new Image; photo1.src = "photo1.gif"

	journal0= new Image; journal0.src = "journal.gif"

	journal1= new Image; journal1.src = "journal1.gif"

	calendar0= new Image; calendar0.src = "calendar.gif"

	calendar1= new Image; calendar1.src = "calendar1.gif"
	
	
	trip0= new Image; trip0.src = "trip.gif"

	trip1= new Image; trip1.src = "trip1.gif"
	
}

else {

 	home1 = ""

	home0 = ""

	about1 = ""

	about0=""

	photo0=""

	photo1=""

	journal0=""

	journal1=""
	
calendar0=""

	calendar1=""

	trip0=""

	trip1=""


		   

 						

	    document.home.src = ""

		document.about.src = ""

		document.photo.src = ""

		document.journal.src= ""
document.calendar.src= ""
document.trip.src= ""

}



