// picture folder 
pict_folder = "height480/";

// picture array 
var pict_names= new Array(3)
  pict_names[8]= "abbie-lila-b3-(5).jpg";
  pict_names[7]= "abbie-lila-b3-(4).jpg";
  pict_names[6]= "abbie-lila-b3-(3).jpg";
  pict_names[5]= "abbie-lila-b3-(2).jpg";
  pict_names[4]= "abbie-lila-b3-(1).jpg";
  pict_names[3]= "abbie-b3-(2).jpg";
	pict_names[2]= "abbie-b3-(1).jpg";
  pict_names[1]= "abbielila-(1).jpg";
	pict_names[0]= "abbie2.jpg";
	
var pict_captions= new Array(3)
	pict_captions[8]= "The rabbit went this way";
	pict_captions[7]= "Blue Bell Wood";
	pict_captions[6]= "A Day out in the hills";
	pict_captions[5]= "On Holiday";
	pict_captions[4]= "Typical Munsters!";
	pict_captions[3]= "Abbie at Work";
	pict_captions[2]= "Standing proud in the sun";
	pict_captions[1]= "Abbie (back) relaxing with daughter Lila and Smudge";
	pict_captions[0]= "Standing Proud";


// initialise the counter and set the number of pictures
var no_pics=pict_names.length;
var i = no_pics-1;

