﻿window.RokSlideshowPath = '';

var myshow;
window.addEvent('load', function() {
    var imgs = [];

    imgs.push({
        file: 'oc1.jpg',
        title: 'Beneteau',
        desc: 'Oceanis 311',
        url: 'http://www.aliayachting.gr/Yachts.aspx?ycht=Astraios&id=0'
    });
    imgs.push({
        file: 'lagoon2.jpg',
        title: 'Lagoon ',
        desc: 'Lagoon 400',
        url: 'http://www.aliayachting.gr/Yachts.aspx?ycht=Ocean Prosperity&id=0'
    });
    imgs.push({
        file: 'vegas1.jpg',
        title: 'Jeanneau',
        desc: 'Sun Odyssey 49i',
        url: 'http://www.aliayachting.gr/Yachts.aspx?ycht=Vega&id=0'
    });
    imgs.push({
        file: 'ilina1.jpg',
        title: 'Astondoa ',
        desc: '72 GLX',
        url: 'http://www.aliayachting.gr/OtherYachts.aspx?ycht=none&id=3&pg=1'
    });
    imgs.push({
        file: 'orion1.jpg',
        title: 'Beneteau',
        desc: 'Cyclades 43.3',
        url: 'http://www.aliayachting.gr/Yachts.aspx?ycht=Orion&id=0'
    });
    imgs.push({
        file: 'lagoon1.jpg',
        title: 'Lagoon',
        desc: 'Lagoon 400',
        url: 'http://www.aliayachting.gr/Yachts.aspx?ycht=Ocean Prosperity&id=0'
    });
    imgs.push({
        file: 'vegas3.jpg',
        title: 'Jeanneau',
        desc: 'Sun Odyssey 49i',
        url: 'http://www.aliayachting.gr/Yachts.aspx?ycht=Vega&id=0'
    });
    imgs.push({
        file: 'ilina2.jpg',
        title: 'Astondoa ',
        desc: '72 GLX',
        url: 'http://www.aliayachting.gr/OtherYachts.aspx?ycht=none&id=3&pg=1'
    });
     imgs.push({
        file: 'ilina5.jpg',
        title: 'Astondoa ',
        desc: '72 GLX',
        url: 'http://www.aliayachting.gr/OtherYachts.aspx?ycht=none&id=3&pg=1'
    });
        imgs.push({
        file: 'vegas5.jpg',
        title: 'Jeanneau',
        desc: 'Sun Odyssey 49i',
        url: 'http://www.aliayachting.gr/Yachts.aspx?ycht=Vega&id=0'
    });
    
    

    myshow = new Slideshow('slideshow', {
        type: 'combo',
        showTitleCaption: 1,
        captionHeight: 45,
        width: 400,
        height: 250,
        pan: 20,
        zoom: 30,
        loadingDiv: 1,
        resize: true,
        duration: [2000, 9000],
        transition: Fx.Transitions.Expo.easeOut,
        images: imgs,
        path: 'images/photo/'
    });

   
});
