var galleryConfig = {    
    initial : Gallery.TYPE_IMAGE,
    viewer : {elementId : "gallery-window"},  
    image : {
        thumb : {elementId : "gallery_selected", width : 42, height : 28, cssClass : null, cssActiveClass : "banana"},  
        full : {elementId : "gallery-img-big"}
    },

    navigation :  {previousElementId : "gallery-prev", nextElementId : "gallery-next"},
    fade : {
        speed : 6,
        increment : 0.02
    },
    swoosh : {
        speed : 10,
        increment : 20 
    }
}
galleryConfig.images = new Array();
galleryConfig.images[0] = {full:"img/gallery/parkside/1.jpg", thumb:"img/gallery/parkside/thumb-1.jpg"};
galleryConfig.images[1] = {full:"img/gallery/parkside/2.jpg", thumb:"img/gallery/parkside/thumb-2.jpg"};
galleryConfig.images[2] = {full:"img/gallery/parkside/3.jpg", thumb:"img/gallery/parkside/thumb-3.jpg"};
galleryConfig.images[3] = {full:"img/gallery/parkside/4.jpg", thumb:"img/gallery/parkside/thumb-4.jpg"};
galleryConfig.images[4] = {full:"img/gallery/parkside/5.jpg", thumb:"img/gallery/parkside/thumb-5.jpg"};
galleryConfig.images[5] = {full:"img/gallery/parkside/6.jpg", thumb:"img/gallery/parkside/thumb-6.jpg"};
galleryConfig.images[6] = {full:"img/gallery/parkside/7.jpg", thumb:"img/gallery/parkside/thumb-7.jpg"};
galleryConfig.images[7] = {full:"img/gallery/parkside/8.jpg", thumb:"img/gallery/parkside/thumb-8.jpg"};
galleryConfig.images[8] = {full:"img/gallery/parkside/9.jpg", thumb:"img/gallery/parkside/thumb-9.jpg"};
galleryConfig.images[9] = {full:"img/gallery/parkside/10.jpg", thumb:"img/gallery/parkside/thumb-10.jpg"};
galleryConfig.images[10] = {full:"img/gallery/parkside/11.jpg", thumb:"img/gallery/parkside/thumb-11.jpg"};
galleryConfig.images[11] = {full:"img/gallery/parkside/12.jpg", thumb:"img/gallery/parkside/thumb-12.jpg"};
galleryConfig.images[12] = {full:"img/gallery/parkside/13.jpg", thumb:"img/gallery/parkside/thumb-13.jpg"};
galleryConfig.images[13] = {full:"img/gallery/parkside/14.jpg", thumb:"img/gallery/parkside/thumb-14.jpg"};
var gallery = new Gallery(galleryConfig);
function MM_goToURL() { //v3.0
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}
