// JavaScript Document

      window.RokSlideshowPath = '';
      window.addEvent('load', function(){
      var imgs = [
      {
      file: 'namibia1.jpg',
      title: 'Namibia Safaris',
      desc: 'We at Uyaphi.com offer a superb range of <span style="color: #E1B606">Namibia safari holidays</span> from budget to mid range camping and lodge to the ultimate luxury of fly-in safaris.',
      url: 'http://www.uyaphi.com/safaris/safarisNAMIBIA.htm'
      },{
      file: 'namibia2.jpg',
      title: 'Namibia Accommodation',
      desc: 'We at Uyaphi.com offer a large portfolio of <span style="color: #E1B606">Namibia accommodation</span> including safari lodges, beach resorts and hotels in Namibia.',
      url: 'http://www.uyaphi.com/accommnamibia.htm'
	  },{
      file: 'namibia3.jpg',
      title: 'Namibia Travel Guide',
      desc: 'Your Travel Guide for those <span style="color: #E1B606">traveling in Namibia</span> including safaris, lodges, National Parks as well as Visa, Weather and Malaria information.',
      url: 'http://www.uyaphi.com/namibia/index.html'
      },{
      file: 'namibia4.jpg',
      title: 'Etosha National Park Safaris',
      desc: 'Embark on a safari in the <span style="color: #E1B606">Etosha National Park</span> - one of Africas great parks in both size and diversity of wildlife.',
      url: 'http://www.uyaphi.com/safaris/namibia/etoshasafaris.htm'
      },{
      file: 'namibia5.jpg',
      title: 'Damaraland',
      desc: 'Renowned as being one of <span style="color: #E1B606">Africas last wildernesses</span>, Damaraland is one of Namibia s most scenic areas.',
      url: 'http://www.uyaphi.com/namibia/game-reserves/damaraland.htm'
      },{
      file: 'namibia6.jpg',
      title: 'Etosha Park Accommodation',
      desc: 'Etosha meaning <span style="color: #E1B606">great white place,</span> it is dominated by a massive white hollow mineral pan, the Etosha Pan and surrounded by grasslands and bush.',
      url: 'http://www.uyaphi.com/namibia/accommodation/etosha.htm'
	  },{
      file: 'namibia7.jpg',
      title: 'Namib Desert Accommodation',
      desc: 'With its vast open spaces, towering sand dunes and dried-up lakebeds the Park is rated <span style="color: #E1B606">the fourth largest conservation area</span> in the world.',
      url: 'http://www.uyaphi.com/namibia/accommodation/namibdesert.htm'
      }];
       
      var myshow = new Slideshow('slideshow', {
      type: 'zooming',
      showTitleCaption: 1,
      captionHeight: 45,
      width: 449,
      height: 180,
      pan: 20,
      zoom: 30,
      loadingDiv: 1,
      resize: true,
      duration: [2000, 11000],
      transition: Fx.Transitions.Expo.easeOut,
      images: imgs,
      path: 'images/slideshow/top/'
      });
	  
      myshow.caps.h2.setStyles({
      color: '#fff',
      fontSize: '13px'
      });
      myshow.caps.p.setStyles({
      color: '#ccc',
      fontSize: '11px'
      });
      });
