//Place the description that you want for the page between the "" for strDescription


var strDescription = "";


var i = 0;
var arrImages    = new Array();
    arrImages[0] = "Bathrooms";

	//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]="Kliebahnaddition1.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]="bathroom10.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]="bathroom9.jpg";         //this is the name of the image
		
		i = i +1;
		arrImages[i] = new Array();
		arrImages[i][1]="Picture 1 of 4";  //place the caption text here
		arrImages[i][2]="langkanbath1.jpg";         //this is the name of the image

		i = i +1;
		arrImages[i] = new Array();
		arrImages[i][1]="Picture 2 of 4";  //place the caption text here
		arrImages[i][2]="langkanbath2.jpg";         //this is the name of the image

		i = i +1;
		arrImages[i] = new Array();
		arrImages[i][1]="Picture 3 of 4";  //place the caption text here
		arrImages[i][2]="langkanbath3.jpg";         //this is the name of the image

		i = i +1;
		arrImages[i] = new Array();
		arrImages[i][1]="Picture 4 of 4";  //place the caption text here
		arrImages[i][2]="langkanbath4.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]="bathroom2.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]="bathroom3.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]="bathroom6.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]="bathroom7.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]="bathroom1.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]="bathroom4.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]="bathroom5.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]="bathroom8.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]="orizondo_bath.jpg";         //this is the name of the image

		

var counter = i;
