var HomepageSlideShow=
{
fps: 100,
durationSlide: 3,
durationTransition: 2,
imagefolder: "Homepage/images",
slides:
[
{
  source: 'Elephant.jpg',
  imgWidth: 640,
  imgHeight: 283
},
{
  source: 'Fishermen.jpg',
  imgWidth: 1000,
  imgHeight: 442
},
{
  source: 'Tea2.jpg',
  imgWidth: 1280,
  imgHeight: 566
},
{
  source: 'Facade1.jpg',
  imgWidth: 1280,
  imgHeight: 566
},
{
  source: 'HomePalmTrees.jpg',
  imgWidth: 640,
  imgHeight: 283
}
]
};


