window.RokSlideshowPath = '';
      window.addEvent('load', function(){
      var imgs = [
      {
      file: 'idaho-falls-restoration-24-hours-640_305.jpg',
      title: '',
      desc: '',
      url: '#'
	  },{	  
      file: 'fire-damage-idaho-falls-1.jpg',
      title: '',
      desc: '',
      url: 'http://www.sunrisecleaning.com/fire-damage.aspx'
      },{
      file: 'smoke-damage-idaho-falls-2.jpg',
      title: '',
      desc: '',
      url: 'http://www.sunrisecleaning.com/smoke-damage.aspx'
      },{
      file: 'water-damage-idaho-falls-3.jpg',
      title: '',
      desc: '',
      url: 'http://www.sunrisecleaning.com/flood-damage.aspx'
      },{
      file: 'water-damage-idaho-falls-4.jpg',
      title: '',
      desc: '',
      url: 'http://www.sunrisecleaning.com/flood-damage.aspx'
      },{
      file: 'flood-damage-idaho-falls-5.jpg',
      title: '',
      desc: '',
      url: 'http://www.sunrisecleaning.com/flood-damage.aspx'
	  },{
      file: 'mold-damage-idaho-falls-6.jpg',
      title: '',
      desc: '',
      url: 'http://www.sunrisecleaning.com/mold-damage.aspx'
	  },{
      file: 'carpet-cleaning-idaho-falls-7.jpg',
      title: '',
      desc: '',
      url: 'http://www.sunrisecleaning.com/commercial-carpet-cleaning.aspx'
	  },{
      file: 'carpet-cleaning-idaho-falls-8.jpg',
      title: '',
      desc: '',
      url: 'http://www.sunrisecleaning.com/residential-carpet-cleaning.aspx'
	  }];
      var myshow = new Slideshow('slideshow', {
      type: 'combo',
      showTitleCaption: 1,
      captionHeight: 55,
      width: 633,
      height: 305,
      pan: 15,
      zoom: 20,
      loadingDiv: 1,
      resize: true,
      duration: [2000, 5000],
      transition: Fx.Transitions.Expo.easeOut,
      images: imgs,
      path: '/images/rokslideshow-images/'
      });
      myshow.caps.h2.setStyles({
      color: '#fff',
      fontSize: '22px'
      });
      myshow.caps.p.setStyles({
      color: '#ccc',
      fontSize: '16px'
      });
      });