	if (document.images) {
		appyPhoto = new Image
		cakesPhoto = new Image
		experimentPhoto = new Image
		highteaPhoto = new Image
		jobPhoto = new Image
		partiesPhoto = new Image
		mainPhoto = new Image

		appyPhoto.src = "images/gallerytitle_app.jpg"
		cakesPhoto.src = "images/gallerytitle_cakes.jpg"
		experimentPhoto.src = "images/gallerytitle_exp.jpg"
		highteaPhoto.src = "images/gallerytitle_ht.jpg"
		jobPhoto.src = "images/gallerytitle_otj.jpg"
		partiesPhoto.src = "images/gallerytitle_parties.jpg"
		mainPhoto.src = "images/gallerytitle_gallery.jpg"
	}
	else {
		appyPhoto = ""
		cakesPhoto = ""
		experimentPhoto = ""
		highteaPhoto = ""
		jobPhoto = ""
		partiesPhoto = ""
		mainPhoto = ""
		document.photoField = ""
	}