//Place the description that you want for the page between the "" for strDescription


var strDescription = "";

var i = 0;
var arrImages    = new Array();
    arrImages[0] = "Additions";

	




	//copy the following block of code

		i = i +1;
		arrImages[i] = new Array();
		arrImages[i][1]="";  //place the caption text here
		arrImages[i][2]="room1.jpg";         //this is the name of the image

		
var counter = i;
