if (document.images) {
	test0= new Image; test0.src = "newhome.gif"
	test1 = new Image; test1.src = "newhome1.gif"
	web0= new Image; web0.src = "newweb.gif"
	web1= new Image; web1.src = "newweb1.gif"
	photography0= new Image; photography0.src = "newphoto.gif"
	photography1= new Image; photography1.src = "newphoto1.gif"
	port0= new Image; port0.src = "port.gif"
	port1= new Image; port1.src = "port1.gif"
	contact0= new Image; contact0.src = "newcont.gif"
	contact1= new Image; contact1.src = "newcont1.gif"
}
else {
 	test1 = ""
	test0 = ""
	web1 = ""
	web0=""
	photography0=""
	photography1=""
	port0=""
	port1=""
	contact0=""
	contact1=""
	
		   
 						
	    document.test.src = ""
		document.web.src = ""
		document.photography.src = ""
		document.port.src = ""
		document.contact.src= ""
}

