
//************************************************************************************************* 		
// Design            : FvdM Design Studio's 2008		
// File generated on : 7 Dec, 2008		
// Function(s)       : Variable definition of Photo array		
//                     Photo array functions		
// Change history    : Date        By    Revision  Description		
//                     05-12-2008  FvdM    1.0     Initial version.		
//		
//*************************************************************************************************		
		
		
//***********************************************************************************************//		
//  IT IS IMPORTANT THAT ALL PHOTO'S HAVE THE SAME WIDTH (var PWidth) AND HEIGHT (var PHeight)   //		
//              SETTINGS, FOR A CORRECT FUNCTIONING OF THE SCALING ROUTINE!!                     //		
//***********************************************************************************************//		
		
//Initialisation of variables		
F                  =	"Frank v.d. Meerendonk";	
I                  =	"Ineke Henderson";	
FI                 =	"Identify Photographer";	
		
H                  =	"Hor";	
V                  =	"Ver";	
PWidth             =	872;	
PHeight            =	591;	
		
FirstPhotoNumber   =	1;	
LastPhotoNumber    =	50;	
Cntr               =	0;	
		
//Array declarations		
var PhotoSource    =	new Array(LastPhotoNumber + 1);	
var Orientation    =	new Array(LastPhotoNumber + 1);
var PhotoText      =	new Array(LastPhotoNumber + 1);
var PhotoSubscript =	new Array(LastPhotoNumber + 1);
var Photographer   =	new Array(LastPhotoNumber + 1);
var PhotoWidth     =	new Array(LastPhotoNumber + 1);
var PhotoHeight    =	new Array(LastPhotoNumber + 1);
	
	
//Array content definitions	
	
// Instructions for the photo-dbase:	
//   - Change orientation to V or H.	
//   - Fill in the PhotoSource field.	
//   - Fill in the PhotoText field.	
//   - Fill in the PhotoSubscript field.	
//   - Change Photographer to F or I.	
// Copy the part below for every photo and remove the //.		
		
Cntr++;		
PhotoSource[Cntr] = "Photos/Large Photos/Africa2008_I006.jpg";		
Orientation[Cntr] = H;		
PhotoText[Cntr] = "Entebbe: De markt-taferelen zijn prachtig";		
PhotoSubscript[Cntr] = "De brommer als ultiem vervoersmiddel";		
Photographer[Cntr] = I;		
Cntr++;		
PhotoSource[Cntr] = "Photos/Large Photos/Africa2008_I015.jpg";		
Orientation[Cntr] = H;		
PhotoText[Cntr] = "Murchison Falls: De schoolspullen worden gered van de bavianen";		
PhotoSubscript[Cntr] = "Ugandese manier van Joy-riding";		
Photographer[Cntr] = I;		
Cntr++;		
PhotoSource[Cntr] = "Photos/Large Photos/Africa2008_F038.jpg";		
Orientation[Cntr] = H;		
PhotoText[Cntr] = "Murchison Falls: Goed verscholen, toch gespot";		
PhotoSubscript[Cntr] = "Hyena's op de loer";		
Photographer[Cntr] = F;		
Cntr++;		
PhotoSource[Cntr] = "Photos/Large Photos/Africa2008_F048.jpg";		
Orientation[Cntr] = H;		
PhotoText[Cntr] = "Murchison Falls: De eerste giraffes door de dichte struiken";		
PhotoSubscript[Cntr] = "Ze blijven mooi, de giraffes";		
Photographer[Cntr] = F;		
Cntr++;		
PhotoSource[Cntr] = "Photos/Large Photos/Africa2008_F088.jpg";		
Orientation[Cntr] = H;		
PhotoText[Cntr] = "Murchison Falls: Rustig wachten op het volgende vismaaltje";		
PhotoSubscript[Cntr] = "Geweldig, de Brown Hooded Kingfisher";		
Photographer[Cntr] = F;		
Cntr++;		
PhotoSource[Cntr] = "Photos/Large Photos/Africa2008_F099.jpg";		
Orientation[Cntr] = H;		
PhotoText[Cntr] = "Murchison Falls: De engelse benaming is Dragon fly";		
PhotoSubscript[Cntr] = "Het stikt hier van de libelles";		
Photographer[Cntr] = F;		
Cntr++;		
PhotoSource[Cntr] = "Photos/Large Photos/Africa2008_I055.jpg";		
Orientation[Cntr] = H;		
PhotoText[Cntr] = "Murchison Falls: Ook hier is-tie te vinden";		
PhotoSubscript[Cntr] = "African orange-tailed Agame";		
Photographer[Cntr] = I;		
Cntr++;		
PhotoSource[Cntr] = "Photos/Large Photos/Africa2008_F160.jpg";		
Orientation[Cntr] = H;		
PhotoText[Cntr] = "Nijl boottocht: Echt duizenden nijlpaarden";		
PhotoSubscript[Cntr] = "Zo kennen we 'm, het nijlpaard";		
Photographer[Cntr] = F;		
Cntr++;		
PhotoSource[Cntr] = "Photos/Large Photos/Africa2008_F175.jpg";		
Orientation[Cntr] = H;		
PhotoText[Cntr] = "Nijl boottocht: Een hele aparte Bee-eater";		
PhotoSubscript[Cntr] = "Prachtig gekleurde bee-eater";		
Photographer[Cntr] = F;		
Cntr++;		
PhotoSource[Cntr] = "Photos/Large Photos/Africa2008_I136.jpg";		
Orientation[Cntr] = H;		
PhotoText[Cntr] = "Kibale Forest: De hutjes die we onderweg zien";		
PhotoSubscript[Cntr] = "Hutjes op het platteland";		
Photographer[Cntr] = I;		
Cntr++;		
PhotoSource[Cntr] = "Photos/Large Photos/Africa2008_I151.jpg";		
Orientation[Cntr] = H;		
PhotoText[Cntr] = "Kibale Forest: Met hoge snelheid de berg af";		
PhotoSubscript[Cntr] = "Hoe je roer recht";		
Photographer[Cntr] = I;		
Cntr++;		
PhotoSource[Cntr] = "Photos/Large Photos/Africa2008_F218.jpg";		
Orientation[Cntr] = H;		
PhotoText[Cntr] = "Kibale Forest: Waar zou-die nou aan denken";		
PhotoSubscript[Cntr] = "Wandelen met de chimps";		
Photographer[Cntr] = F;		
Cntr++;		
PhotoSource[Cntr] = "Photos/Large Photos/Africa2008_F275.jpg";		
Orientation[Cntr] = H;		
PhotoText[Cntr] = "Kibale Forest: De kleinere chimps spelen met elkaar";		
PhotoSubscript[Cntr] = "De grootste dondersteen";		
Photographer[Cntr] = F;		
Cntr++;		
PhotoSource[Cntr] = "Photos/Large Photos/Africa2008_F288.jpg";		
Orientation[Cntr] = H;		
PhotoText[Cntr] = "Kibale Forest: De moeraswandeling begint met bloemen";		
PhotoSubscript[Cntr] = "Prachtige bloemen rond het moeras";		
Photographer[Cntr] = F;		
Cntr++;		
PhotoSource[Cntr] = "Photos/Large Photos/Africa2008_F303.jpg";		
Orientation[Cntr] = H;		
PhotoText[Cntr] = "Kibale Forest: Moerassen zijn de ideale plaats voor libelles";		
PhotoSubscript[Cntr] = "Libelle in het riet";		
Photographer[Cntr] = F;		
Cntr++;		
PhotoSource[Cntr] = "Photos/Large Photos/Africa2008_F305.jpg";		
Orientation[Cntr] = H;		
PhotoText[Cntr] = "Fort Portal: De bergen doemen voor ons op";		
PhotoSubscript[Cntr] = "Mooie landschappen rond Fort Portal";		
Photographer[Cntr] = F;		
Cntr++;		
PhotoSource[Cntr] = "Photos/Large Photos/Africa2008_F306.jpg";		
Orientation[Cntr] = H;		
PhotoText[Cntr] = "Queen Elizabeth: De fiets van een thee-arbeider";		
PhotoSubscript[Cntr] = "FIELD NO. 2, 4 hectare aan thee";		
Photographer[Cntr] = F;		
Cntr++;		
PhotoSource[Cntr] = "Photos/Large Photos/Africa2008_I210.jpg";		
Orientation[Cntr] = H;		
PhotoText[Cntr] = "Queen Elizabeth: De hele familie bij elkaar";		
PhotoSubscript[Cntr] = "Olifanten familie uit Queen Elizabeth NP";		
Photographer[Cntr] = I;		
Cntr++;		
PhotoSource[Cntr] = "Photos/Large Photos/Africa2008_F348.jpg";		
Orientation[Cntr] = H;		
PhotoText[Cntr] = "Queen Elizabeth: Op het allerlaatste moment in het vizier";		
PhotoSubscript[Cntr] = "Running like hell";		
Photographer[Cntr] = F;		
Cntr++;		
PhotoSource[Cntr] = "Photos/Large Photos/Africa2008_F385.jpg";		
Orientation[Cntr] = H;		
PhotoText[Cntr] = "Queen Elizabeth: Waakzaam als altijd";		
PhotoSubscript[Cntr] = "Twee jonge impala's";		
Photographer[Cntr] = F;		
Cntr++;		
PhotoSource[Cntr] = "Photos/Large Photos/Africa2008_F405.jpg";		
Orientation[Cntr] = H;		
PhotoText[Cntr] = "Kazinga Channel: Allemaal achter onze boot aan";		
PhotoSubscript[Cntr] = "Vrij als een vogel";		
Photographer[Cntr] = F;		
Cntr++;		
PhotoSource[Cntr] = "Photos/Large Photos/Africa2008_I310.jpg";		
Orientation[Cntr] = H;		
PhotoText[Cntr] = "Mweya Lodge: En ze hadden het naar hun zin";		
PhotoSubscript[Cntr] = "Theekransje";		
Photographer[Cntr] = I;		
Cntr++;		
PhotoSource[Cntr] = "Photos/Large Photos/Africa2008_F439.jpg";		
Orientation[Cntr] = H;		
PhotoText[Cntr] = "Queen Elizabeth: Zijn we weer net teveel doorgereden";		
PhotoSubscript[Cntr] = "Vluchtend luipaard";		
Photographer[Cntr] = F;		
Cntr++;		
PhotoSource[Cntr] = "Photos/Large Photos/Africa2008_F441.jpg";		
Orientation[Cntr] = H;		
PhotoText[Cntr] = "Queen Elizabeth: Met wapperende oren kijkt-ie ons aan";		
PhotoSubscript[Cntr] = "Beeldvullend en boos";		
Photographer[Cntr] = F;		
Cntr++;		
PhotoSource[Cntr] = "Photos/Large Photos/Africa2008_F450.jpg";		
Orientation[Cntr] = H;		
PhotoText[Cntr] = "Queen Elizabeth: Ook deze twee bewaken de groep";		
PhotoSubscript[Cntr] = "Velden vol impala's";		
Photographer[Cntr] = F;		
Cntr++;		
PhotoSource[Cntr] = "Photos/Large Photos/Africa2008_F460.jpg";		
Orientation[Cntr] = H;		
PhotoText[Cntr] = "Ishasha: Alsof-ie het speciaal voor ons deed";		
PhotoSubscript[Cntr] = "Luipaard, hij doet zijn naam eer aan";		
Photographer[Cntr] = F;		
Cntr++;		
PhotoSource[Cntr] = "Photos/Large Photos/Africa2008_F477.jpg";		
Orientation[Cntr] = H;		
PhotoText[Cntr] = "Ishasha: De attractie hier, leeuwen hoog in de boom";		
PhotoSubscript[Cntr] = "Tree climbing lions";		
Photographer[Cntr] = F;		
Cntr++;		
PhotoSource[Cntr] = "Photos/Large Photos/Africa2008_F515.jpg";		
Orientation[Cntr] = H;		
PhotoText[Cntr] = "Bwindi Impenatrable: Is het geen schatje";		
PhotoSubscript[Cntr] = "Meteen meenemen";		
Photographer[Cntr] = F;		
Cntr++;		
PhotoSource[Cntr] = "Photos/Large Photos/Africa2008_F536.jpg";		
Orientation[Cntr] = H;		
PhotoText[Cntr] = "Bwindi Impenatrable: Indruk op ons proberen te maken";		
PhotoSubscript[Cntr] = "Oogcontact";		
Photographer[Cntr] = F;		
Cntr++;		
PhotoSource[Cntr] = "Photos/Large Photos/Africa2008_F520.jpg";		
Orientation[Cntr] = H;		
PhotoText[Cntr] = "Bwindi Impenatrable: Ineke attendeert me, geweldig";		
PhotoSubscript[Cntr] = "Geen voeten in de aarde";		
Photographer[Cntr] = F;		
Cntr++;		
PhotoSource[Cntr] = "Photos/Large Photos/Africa2008_F544.jpg";		
Orientation[Cntr] = H;		
PhotoText[Cntr] = "Bwindi Impenatrable: Genieten tussen de bladeren";		
PhotoSubscript[Cntr] = "De grote Silverback";		
Photographer[Cntr] = F;		
Cntr++;		
PhotoSource[Cntr] = "Photos/Large Photos/Africa2008_F548.jpg";		
Orientation[Cntr] = H;		
PhotoText[Cntr] = "Bwindi Impenatrable: De wandeling terug is ook mooi";		
PhotoSubscript[Cntr] = "Prachtig natuurlijke lichtshow";		
Photographer[Cntr] = F;		
Cntr++;		
PhotoSource[Cntr] = "Photos/Large Photos/Africa2008_F570.jpg";		
Orientation[Cntr] = H;		
PhotoText[Cntr] = "Bunyonyi: Ze kunnen alles gebruiken";		
PhotoSubscript[Cntr] = "Empty Bottelo's";		
Photographer[Cntr] = F;		
Cntr++;		
PhotoSource[Cntr] = "Photos/Large Photos/Africa2008_I516.jpg";		
Orientation[Cntr] = H;		
PhotoText[Cntr] = "Kisoro: Het duurt nog wel even";		
PhotoSubscript[Cntr] = "Stroomstoring";		
Photographer[Cntr] = I;		
Cntr++;		
PhotoSource[Cntr] = "Photos/Large Photos/Africa2008_F674.jpg";		
Orientation[Cntr] = H;		
PhotoText[Cntr] = "Myungwe Forest: Alles raakt begroeid";		
PhotoSubscript[Cntr] = "Natuurlijke begroeiing in de jungle";		
Photographer[Cntr] = F;		
Cntr++;		
PhotoSource[Cntr] = "Photos/Large Photos/Africa2008_F685.jpg";		
Orientation[Cntr] = H;		
PhotoText[Cntr] = "Myungwe Forest: Hier kom je helemaal tot rust";		
PhotoSubscript[Cntr] = "Mooier kan niet";		
Photographer[Cntr] = F;		
Cntr++;		
PhotoSource[Cntr] = "Photos/Large Photos/Africa2008_I562.jpg";		
Orientation[Cntr] = H;		
PhotoText[Cntr] = "Myungwe Forest: Onze vrienden in Rwanda";		
PhotoSubscript[Cntr] = "Trots";		
Photographer[Cntr] = I;		
Cntr++;		
PhotoSource[Cntr] = "Photos/Large Photos/Africa2008_F692.jpg";		
Orientation[Cntr] = H;		
PhotoText[Cntr] = "Myungwe Forest: Overal kwamen ze vandaan";		
PhotoSubscript[Cntr] = "Een gemeende groet";		
Photographer[Cntr] = F;		
Cntr++;		
PhotoSource[Cntr] = "Photos/Large Photos/Africa2008_I567.jpg";		
Orientation[Cntr] = H;		
PhotoText[Cntr] = "Myungwe Forest: En wat kon-ie lekker dansen";		
PhotoSubscript[Cntr] = "Charmeur pur sang";		
Photographer[Cntr] = I;		
Cntr++;		
PhotoSource[Cntr] = "Photos/Large Photos/Africa2008_F724.jpg";		
Orientation[Cntr] = H;		
PhotoText[Cntr] = "L'Akagera: Het enige mooie in dit lege park";		
PhotoSubscript[Cntr] = "Waterlelies op het meer";		
Photographer[Cntr] = F;		
Cntr++;		
PhotoSource[Cntr] = "Photos/Large Photos/Africa2008_F772.jpg";		
Orientation[Cntr] = H;		
PhotoText[Cntr] = "Lake Mburo: Alles wat overblijft na de hyena-jacht ";		
PhotoSubscript[Cntr] = "Overblijfselen na de jacht";		
Photographer[Cntr] = F;		
Cntr++;		
PhotoSource[Cntr] = "Photos/Large Photos/Africa2008_F771.jpg";		
Orientation[Cntr] = H;		
PhotoText[Cntr] = "Lake Mburo: Lekker vuur bij de tentjes";		
PhotoSubscript[Cntr] = "Opwarmen bij het kampvuur";		
Photographer[Cntr] = F;		
Cntr++;		
PhotoSource[Cntr] = "Photos/Large Photos/Africa2008_F777.jpg";		
Orientation[Cntr] = H;		
PhotoText[Cntr] = "Lake Mburo: The last remains of the bird";		
PhotoSubscript[Cntr] = "Vanmorgen vloog ze nog";		
Photographer[Cntr] = F;		
Cntr++;		
PhotoSource[Cntr] = "Photos/Large Photos/Africa2008_F789.jpg";		
Orientation[Cntr] = H;		
PhotoText[Cntr] = "Lake Mburo: Zo vredig op dat takje";		
PhotoSubscript[Cntr] = "De kleine bijen-eter";		
Photographer[Cntr] = F;		
Cntr++;		
PhotoSource[Cntr] = "Photos/Large Photos/Africa2008_I684.jpg";		
Orientation[Cntr] = H;		
PhotoText[Cntr] = "Entebbe: Helemaal geen Playstation nodig";		
PhotoSubscript[Cntr] = "Flessenpret";		
Photographer[Cntr] = I;		
Cntr++;		
PhotoSource[Cntr] = "Photos/Large Photos/Africa2008_F832.jpg";		
Orientation[Cntr] = H;		
PhotoText[Cntr] = "Entebbe Zoo: Niet nader geidentificeerde soort";		
PhotoSubscript[Cntr] = "Black and Beautiful";		
Photographer[Cntr] = F;		
Cntr++;		
PhotoSource[Cntr] = "Photos/Large Photos/Africa2008_F840.jpg";		
Orientation[Cntr] = H;		
PhotoText[Cntr] = "Entebbe Zoo: Ineke weet hoe hard ze kunnen bijten";		
PhotoSubscript[Cntr] = "Een handje mieren";		
Photographer[Cntr] = F;		
Cntr++;		
PhotoSource[Cntr] = "Photos/Large Photos/Africa2008_F846.jpg";		
Orientation[Cntr] = H;		
PhotoText[Cntr] = "Entebbe Zoo: Hij liet me heel erg schrikken tijdens de foto";		
PhotoSubscript[Cntr] = "Hollende hyena's ";		
Photographer[Cntr] = F;		
Cntr++;		
PhotoSource[Cntr] = "Photos/Large Photos/Africa2008_F857.jpg";		
Orientation[Cntr] = H;		
PhotoText[Cntr] = "Entebbe Zoo: Van achteren had-ie ons niet in de gaten";		
PhotoSubscript[Cntr] = "Loerende serval in boom";		
Photographer[Cntr] = F;		
Cntr++;		
PhotoSource[Cntr] = "Photos/Large Photos/Africa2008_I721.jpg";		
Orientation[Cntr] = H;		
PhotoText[Cntr] = "Entebbe Zoo: En we kregen allemaal een handje";		
PhotoSubscript[Cntr] = "Dagje dierentuin";		
Photographer[Cntr] = I;		
LastPhotoNumber = Cntr;		
		
//Global function; will be executed immediately after script startup!!		
//Function is used to set the default dimensions of the photos.		
for (DimCntr = 1; DimCntr <= LastPhotoNumber; DimCntr++) {		
  if (Orientation[DimCntr] == H) {		
        PhotoWidth[DimCntr] = PWidth;		
        PhotoHeight[DimCntr]= PHeight;		
  }		
  else{		
        PhotoWidth[DimCntr] = PHeight;		
        PhotoHeight[DimCntr]= PWidth;		
  }		
}		
		

