// picture folder 
pict_folder = "height480/";

// picture array 
var pict_names= new Array(3)
  pict_names[0]= "max-d1-(1).jpg";
  pict_names[1]= "max-d1-(2).jpg";
  pict_names[2]= "max-d1-(3).jpg";
  pict_names[3]= "max-d1-(4).jpg";
  pict_names[4]= "max-d1-(5).jpg";
  pict_names[5]= "max-d1-(6).jpg";
  pict_names[6]= "max-d1-(7).jpg";
  pict_names[7]= "max-d1-(8).jpg";
  pict_names[8]= "max-d1-(9).jpg";
  pict_names[9]= "max-d1-(10).jpg";	
	pict_names[10]= "Damn-you-found-me.jpg";
  pict_names[11]= "Max-learning-to-sit.jpg";
  pict_names[12]= "Max-Playing-Hide-and-Seek.jpg";
  pict_names[13]= "Max-the-model-pupil.jpg";
  pict_names[14]= "max-poseing-on-lawn.jpg";	
	
var pict_captions= new Array(3)
  pict_captions[0]= "My first day - What a big paw You have";
  pict_captions[1]= "My first day - I'm going to get lots of cuddles";
  pict_captions[2]= "My first day in new home";
  pict_captions[3]= "My first day in new home";
  pict_captions[4]= "My first day - What do you think of my new bed";
  pict_captions[5]= "My first day in new home";
  pict_captions[6]= "My first day in new home";
  pict_captions[7]= "My first day in new home";
  pict_captions[8]= "My first day in new home";
  pict_captions[9]= "My first day - Whats this";
	pict_captions[10]= "Damn you found me";
  pict_captions[11]= "Max learning to sit";
  pict_captions[12]= "Max Playing Hide and Seek";
  pict_captions[13]= "Max the model pupil";	
  pict_captions[14]= "max poseing on lawn";	

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


