    window.RokSlideshowPath = '';
    window.addEvent('load', function(){
      var imgs = [
      {        
	     file: '#',
         title: 'Weddings and Celebrations',
	 	 desc: 'Choose a collecton to the left',
	     url: '#'
		 },{ 
		  file: '#',
         title: 'Canadian Coin Collection',
	 	 desc: 'Choose a Collecton to the left',
	     url: '#'
	     },{ 
		  file: '#',
         title: 'Crystal Clear Collection',
	 	 desc: 'Choose a Collecton to the left',
	     url: '#'
		 }]; 
	    
      var myshow = new Slideshow ('slideshow', { 
        type: 'combo',
        showTitleCaption: 1,
        captionHeight: 35,
        width: 554, 
        height: 287, 
        pan: 20,
        zoom: 30,
        loadingDiv: 0,
        resize: true,
        duration: [2000, 9000],
        transition: Fx.Transitions.Expo.easeOut,
        images: imgs, 
        path: '../slideshow/timelesscollection/'
      });
 
      myshow.caps.h2.setStyles({
        color: '#fff',
        fontSize: '13px'
      });
      myshow.caps.p.setStyles({
        color: '#ccc',
        fontSize: '11px'
      });
    });
