		

function windowSpawn(windowToOpenURL, iWidth, iHeight, ScrollBars) {

	var sScrollBars;
	timeStamp = new Date();
	WinName = "ModalWindow" + timeStamp.getHours() + timeStamp.getMinutes() + timeStamp.getMilliseconds();

	if (ScrollBars = '1') {
		sScrollBars = "scrollbars=1";
	}else{
		sScrollBars = "scrollbars=0";
	}

	window.open(windowToOpenURL, WinName, 'toolbar=no,location=no,menubar=no,status=no,' + sScrollBars + ',resizable=no,height=' + iHeight + ',width=' + iWidth);

}


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;
	image8 = new Image;
	image0.src = 'images/Ray and Adam with Rob from Alligator Airways.JPG';
	image1.src = 'images/Ray & Adam at the Boab Inn Derby.JPG';
	image2.src = 'images/Our flight with Alligator Airways over Lake Argyle on the way to the Bungle Bungles.JPG';
	image3.src = 'images/On the road to Kununurra.JPG';
	image4.src = 'images/At Kimberley Tafe Halls Creek.JPG';
	image5.src = 'images/Adam playing Guess Who on the road.JPG';
	image6.src = 'images/Walkabout Souvenirs in the Kununurra Shopping Centre.JPG';
	image7.src = 'images/Paul preparing for his new job.jpg';
	image8.src = 'images/Paul posing at Sunrise Dam.jpg';
} else {
	image0 = '';
	image1 = '';
	image2 = '';
	image3 = '';
	image4 = '';
	image5 = '';
	image6 = '';
	image7 = '';
	image8 = '';
	document.rollimg = '';
} 

	