//Place the description that you want for the page between the "" for strDescription


var strDescription = "";



var i = 0;
var arrImages    = new Array();
    arrImages[0] = "Basements";

	




	//copy the following block of code

		i = i +1;
		arrImages[i] = new Array();
		arrImages[i][1]="Picture 1 of 3";  //place the caption text here
		arrImages[i][2]="basement1.jpg";         //this is the name of the image

		i = i +1;
		arrImages[i] = new Array();
		arrImages[i][1]="Picture 2 of 3";  //place the caption text here
		arrImages[i][2]="basement2.jpg";         //this is the name of the image

		i = i +1;
		arrImages[i] = new Array();
		arrImages[i][1]="Picture 3 of 3";  //place the caption text here
		arrImages[i][2]="basement3.jpg";         //this is the name of the image

		i = i +1;
		arrImages[i] = new Array();
		arrImages[i][1]="Picture 1 of 2";  //place the caption text here
		arrImages[i][2]="basement4.jpg";         //this is the name of the image

		i = i +1;
		arrImages[i] = new Array();
		arrImages[i][1]="Picture 2 of 2";  //place the caption text here
		arrImages[i][2]="kitchen6.jpg";         //this is the name of the image		

		i = i +1;
		arrImages[i] = new Array();
		arrImages[i][1]="";  //place the caption text here
		arrImages[i][2]="basement5.jpg";         //this is the name of the image

		i = i +1;
		arrImages[i] = new Array();
		arrImages[i][1]="Picture 1 of 5";  //place the caption text here
		arrImages[i][2]="room2.jpg";         //this is the name of the image

		i = i +1;
		arrImages[i] = new Array();
		arrImages[i][1]="Picture 2 of 5";  //place the caption text here
		arrImages[i][2]="room3.jpg";         //this is the name of the image

		i = i +1;
		arrImages[i] = new Array();
		arrImages[i][1]="Picture 3 of 5";  //place the caption text here
		arrImages[i][2]="room1.jpg";         //this is the name of the image

		i = i +1;
		arrImages[i] = new Array();
		arrImages[i][1]="Picture 4 of 5";  //place the caption text here
		arrImages[i][2]="kitchen8.jpg";         //this is the name of the image		

		i = i +1;
		arrImages[i] = new Array();
		arrImages[i][1]="Picture 5 of 5";  //place the caption text here
		arrImages[i][2]="bathroom1.jpg";         //this is the name of the image

var counter = i;
