//Place the description that you want for the page between the "" for strDescription


var strDescription = "This section is a collection of room additions created by Oak Tree Construction";



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]="Exterior front before addition. Picture 1 of 7";  //place the caption text here
arrImages[i][2]="carlosset4.jpg";         //this is the name of the image

i = i +1;
arrImages[i] = new Array();
arrImages[i][1]="Exterior rear before addition. Picture 3 of 7";  //place the caption text here
arrImages[i][2]="carlosset5.jpg";         //this is the name of the image

i = i +1;
arrImages[i] = new Array();
arrImages[i][1]="Exterior front after addition. Picture 2 of 7";  //place the caption text here
arrImages[i][2]="carlos_addition.jpg";         //this is the name of the image

i = i +1;
arrImages[i] = new Array();
arrImages[i][1]="Exterior rear after addition. Picture 4 of 7";  //place the caption text here
arrImages[i][2]="carlosset6.jpg";         //this is the name of the image

i = i +1;
arrImages[i] = new Array();
arrImages[i][1]="Wall removed and added access to both new rooms. Picture 5 of 7";  //place the caption text here
arrImages[i][2]="carlosset2.jpg";         //this is the name of the image

i = i +1;
arrImages[i] = new Array();
arrImages[i][1]="New right side room addition. This is the room over the garage which is used as a game room. Picture 6 of 7";  //place the caption text here
arrImages[i][2]="carlosset1.jpg";         //this is the name of the image

i = i +1;
arrImages[i] = new Array();
arrImages[i][1]="New left side room addition. This room looks out of the rear window. It is used as a bedroom. Picture 7 of 7";  //place the caption text here
arrImages[i][2]="carlosset3.jpg";         //this is the name of the image

i = i +1;
arrImages[i] = new Array();
arrImages[i][1]="This addition involved enlarging the master bedroom and adding a new master bathroom.";  //place the caption text here
arrImages[i][2]="k96before.jpg";         //this is the name of the image

i = i +1;
arrImages[i] = new Array();
arrImages[i][1]="This addition involved enlarging the master bedroom and adding a new master bathroom.";  //place the caption text here
arrImages[i][2]="k96front.jpg";         //this is the name of the image

i = i +1;
arrImages[i] = new Array();
arrImages[i][1]="This addition involved enlarging the master bedroom and adding a new master bathroom.";  //place the caption text here
arrImages[i][2]="k96side.jpg";         //this is the name of the image

i = i +1;
arrImages[i] = new Array();
arrImages[i][1]="This addition involved enlarging the master bedroom and adding a new master bathroom.";  //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]="This addition involved enlarging the master bedroom and adding a new master bathroom.";  //place the caption text here
arrImages[i][2]="Kliebahnaddition2.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]="KO1.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]="KO2.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]="KO3.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]="KO4.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]="KO5.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]="room6.jpg";         //this is the name of the image
var counter = i;