//Place the description that you want for the page between the "" for strDescription


var strDescription = "Here are just a sample of the kitchens that we have remodeled. Enjoy!";


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]="";  //place the caption text here
		arrImages[i][2]="kitchen7.jpg";         //this is the name of the image


		i = i +1;
		arrImages[i] = new Array();
		arrImages[i][1]="This kitchen was remodeled as we added an addition to the rear of this house. Pictures of the addition will be added to the Additions page soon. Picture 1 of 2";  //place the caption text here
		arrImages[i][2]="RanaldiKitchen.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]="RanaldiKitchenSide.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]="kitchen4.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]="kitchen5.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]="kitchen1.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]="kitchen2.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]="kitchen9.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]="room5.jpg";         //this is the name of the image		

		

var counter = i;
