// JavaScript Document
if(document.images) {
image0 = new Image;
image1 = new Image;
image2 = new Image;
image3 = new Image;
image4 = new Image;
image5 = new Image;
image6 = new Image;
image7 = new Image;
image0.src = 'photos/TMC/bedroomwithbalcony.JPG';
image1.src = 'photos/TMC/bathroom.JPG';
image2.src = 'photos/TMC/bedroom.JPG'; 
image3.src = 'photos/TMC/kitchen.JPG';
image4.src = 'photos/TMC/corridor.JPG';
image5.src = 'photos/TMC/reception.JPG';
image6.src = 'photos/TMC/livingroom.JPG';
image7.src = 'photos/TMC/diningarea.JPG';
} else {
image0 = '';
image1 = '';
image2 = '';
image3 = '';
image4 = '';
image5 = '';
image6 = '';
image7 = '';
document.rollimg = '';
} 



