<!--
//SET THE VARIABLES FOR THIS PAGE
//change number of images below 
var number_of_images=3
//change speed below (in seconds)
var speed=3

//determine if the pics will be shown in a random order (after the first)
var RandomisePics=false

var DoSlide=true

// images and descriptions
if (document.images){
	arImageSrc = new Array ("../images/pool.jpg",
				"../images/sdView.jpg",
				"../images/chaletSlide.jpg")
							
	arImageDesc = new Array ('<b>Chalet Gueret Essert Romand</b><br>Our heated outdoor pool is a favourite in the Summer.',
				'<b>View from Chalet Gueret</b><br>Beauty surrounds you from the comfort of Chalet Gueret', 
				'<b>Chalet Gueret Essert Romand</b><br>A welcome retreat after a hard days skiing')
}
//-->
