	if (document.images) {
		photo1 = new Image
		photo2 = new Image
		photo3 = new Image
		photo4 = new Image
		photo5 = new Image
		photo6 = new Image
		photo7 = new Image
		photo8 = new Image
		photo9 = new Image
		
		photo1.src = "../images-Beausejour-Ranelagh-Hotel/img-rooms-01.jpg"
		photo2.src = "../images-Beausejour-Ranelagh-Hotel/img-rooms-02.jpg"
		photo3.src = "../images-Beausejour-Ranelagh-Hotel/img-rooms-03.jpg"
		photo4.src = "../images-Beausejour-Ranelagh-Hotel/img-rooms-04.jpg"
		photo5.src = "../images-Beausejour-Ranelagh-Hotel/img-rooms-05.jpg"
		photo6.src = "../images-Beausejour-Ranelagh-Hotel/img-rooms-06.jpg"
		photo7.src = "../images-Beausejour-Ranelagh-Hotel/img-rooms-07.jpg"
		photo8.src = "../images-Beausejour-Ranelagh-Hotel/img-rooms-08.jpg"
		photo9.src = "../images-Beausejour-Ranelagh-Hotel/img-rooms-09.jpg"
	}
	else {
		photo1 = ""
		photo2 = ""
		photo3 = ""
		photo4 = ""
		photo5 = ""
		photo6 = ""
		photo7 = ""
		photo8 = ""
		photo9 = ""
		parent.document.Photo = ""
	}
