// 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/SMC/view.JPG';
image1.src = 'photos/SMC/bathroom.JPG';
image2.src = 'photos/SMC/bedroom.JPG'; 
image3.src = 'photos/SMC/bedroom2.JPG';
image4.src = 'photos/SMC/diningarea.JPG';
image5.src = 'photos/SMC/cityview.JPG';
image6.src = 'photos/SMC/reception.JPG';
image7.src = 'photos/SMC/reception2.JPG';
} else {
image0 = '';
image1 = '';
image2 = '';
image3 = '';
image4 = '';
image5 = '';
image6 = '';
image7 = '';
document.rollimg = '';
} 



