//Place the description that you want for the page between the "" for strDescription


var strDescription = "";



var i = 0;
var arrImages    = new Array();
    arrImages[0] = "Awardwinners";

	




	//copy the following block of code

		i = i +1;
		arrImages[i] = new Array();
		arrImages[i][1]="";  //place the caption text here
		arrImages[i][2]="award1.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]="award2.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]="award3.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]="award4.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]="award5.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]="award6.jpg";         //this is the name of the image

var counter = i;

