<!--

//thumbnail script

image0 =new Image();

image1 =new Image();

image2 =new Image();

image3 =new Image();

image4 =new Image();

image5 =new Image();

image6 =new Image();

image7 =new Image();

image8 =new Image();

image9 =new Image();

image10 =new Image();

image11 =new Image();

image12 =new Image();



// This defines the source of the display image 

image0.src ="images/gallery/front.jpg"

image1.src ="images/gallery/conven.jpg"

image2.src ="images/gallery/garden.jpg"

image3.src ="images/gallery/kitchen.jpg"

image4.src ="images/gallery/bathroom.jpg"

image5.src ="images/gallery/double.jpg"

image6.src ="images/gallery/twin.jpg"

image7.src ="images/gallery/doubles.jpg"

image8.src ="images/gallery/doublenew.jpg"

image9.src ="images/gallery/snow.jpg"

image10.src ="images/gallery/garden2.jpg"

image11.src ="images/gallery/garden3.jpg"

image12.src ="images/gallery/garden4.jpg"


// This defines the source of the preview image 

image0.src ="images/gallery/front.jpg"

image1.src ="images/gallery/conven.jpg"

image2.src ="images/gallery/garden.jpg"

image3.src ="images/gallery/kitchen.jpg"

image4.src ="images/gallery/bathroom.jpg"

image5.src ="images/gallery/double.jpg"

image6.src ="images/gallery/twin.jpg"

image7.src ="images/gallery/doubles.jpg"

image8.src ="images/gallery/doublenew.jpg"

image9.src ="images/gallery/snow.jpg"

image10.src ="images/gallery/garden2.jpg"

image11.src ="images/gallery/garden3.jpg"

image12.src ="images/gallery/garden4.jpg"

// This defines what to do when an image is clicked on 

function image_click(clicks)

{

if(clicks==0){document.images['large'].src=image0.src;}

if(clicks==1){document.images['large'].src=image1.src;}

if(clicks==2){document.images['large'].src=image2.src;}

if(clicks==3){document.images['large'].src=image3.src;}

if(clicks==4){document.images['large'].src=image4.src;}

if(clicks==5){document.images['large'].src=image5.src;}	

if(clicks==6){document.images['large'].src=image6.src;}	

if(clicks==7){document.images['large'].src=image7.src;}

if(clicks==8){document.images['large'].src=image8.src;}	

if(clicks==9){document.images['large'].src=image9.src;}	

if(clicks==10){document.images['large'].src=image10.src;}

if(clicks==11){document.images['large'].src=image11.src;}	

if(clicks==12){document.images['large'].src=image12.src;}
}

// -->
