$(document).ready(function(){

    // Set up our options for the slideshow...
    var myOptions = {
        noImages: 10,
        path: "http://westwaymachinery.com/images/slideshow/",  // Relative path with trailing slash.
        captions: {                 
            1:'<b>FLOW</b> <div style="font-size:14px;margin-top:5px;">Leader in water-jet cutting technology</div>',
            2:'<b>FABMASTER</b> <div style="font-size:14px;margin-top:5px;">The most reliable Ironworkers and Punching machines</div>',
            3:'<b>BAYKAL</b> <div style="font-size:14px;margin-top:5px;">Press Brakes and Shears for all sheet metal working applications</div>',
            4:'<b>TIMESAVERS INC</b> <div style="font-size:14px;margin-top:5px;">Wide belt sanding, deburring and finishing machines</div>',
            5:'<b>HYD-MECH</b> <div style="font-size:14px;margin-top:5px;">Industrial saws for serious cutting</div>',
            6:'<b>SAFAN</b> <div style="font-size:14px;margin-top:5px;">World leader and innovator for electronic Press Brakes</div>',
            7:'<b>VICON</b> <div style="font-size:14px;margin-top:5px;">Plasma cutting machines for all applications</div>',
            8:'<b>SOCO</b> <div style="font-size:14px;margin-top:5px;">CNC Tube benders for the the most complicated parts</div>',
            9:'<b>SOCO</b> <div style="font-size:14px;margin-top:5px;">Sawing systems for high production applications at an acceptable price!</div>',
            10:'<b>DAVI</b> <div style="font-size:14px;margin-top:5px;">CNC Plate rolls and profile bending machines</div>'
        },
        links: { // Each image number must be listed here, unless no links are required at all, then links option can be ommitted.
            1:"http://westwaymachinery.com/en/brands/flow.php",
            2:"http://westwaymachinery.com/en/brands/fabmaster.php",
            3:"http://westwaymachinery.com/en/brands/baykal.php",
            4:"http://westwaymachinery.com/en/brands/timesavers.php",
            5:"http://westwaymachinery.com/en/brands/hyd-mech.php",
            6:"http://westwaymachinery.com/en/brands/safan.php",
            7:"http://westwaymachinery.com/en/brands/vicon.php",
            8:"http://westwaymachinery.com/en/brands/soco.php",
            9:"http://westwaymachinery.com/en/brands/soco.php",
            10:"http://westwaymachinery.com/en/brands/davi.php"
        },
        linksOpen:'',
        timerInterval: 4500, // 6500 = 6.5 seconds
	randomise: false // Start with random image?
    };

    // Woo! We have a jquery slideshow plugin!
    $('#slideshow').easySlides(myOptions);

})
