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/unley/1.jpg", thumb:"img/gallery/unley/thumb-1.jpg"};
galleryConfig.images[1] = {full:"img/gallery/unley/2.jpg", thumb:"img/gallery/unley/thumb-2.jpg"};
galleryConfig.images[2] = {full:"img/gallery/unley/3.jpg", thumb:"img/gallery/unley/thumb-3.jpg"};
galleryConfig.images[3] = {full:"img/gallery/unley/4.jpg", thumb:"img/gallery/unley/thumb-4.jpg"};
galleryConfig.images[4] = {full:"img/gallery/unley/5.jpg", thumb:"img/gallery/unley/thumb-5.jpg"};
galleryConfig.images[5] = {full:"img/gallery/unley/6.jpg", thumb:"img/gallery/unley/thumb-6.jpg"};
galleryConfig.images[6] = {full:"img/gallery/unley/7.jpg", thumb:"img/gallery/unley/thumb-7.jpg"};
galleryConfig.images[7] = {full:"img/gallery/unley/8.jpg", thumb:"img/gallery/unley/thumb-8.jpg"};
galleryConfig.images[8] = {full:"img/gallery/unley/9.jpg", thumb:"img/gallery/unley/thumb-9.jpg"};
galleryConfig.images[9] = {full:"img/gallery/unley/10.jpg", thumb:"img/gallery/unley/thumb-10.jpg"};
galleryConfig.images[10] = {full:"img/gallery/unley/11.jpg", thumb:"img/gallery/unley/thumb-11.jpg"};
galleryConfig.images[11] = {full:"img/gallery/unley/12.jpg", thumb:"img/gallery/unley/thumb-12.jpg"};
galleryConfig.images[12] = {full:"img/gallery/unley/13.jpg", thumb:"img/gallery/unley/thumb-13.jpg"};
galleryConfig.images[13] = {full:"img/gallery/unley/14.jpg", thumb:"img/gallery/unley/thumb-14.jpg"};
galleryConfig.images[14] = {full:"img/gallery/unley/15.jpg", thumb:"img/gallery/unley/thumb-15.jpg"};
galleryConfig.images[15] = {full:"img/gallery/unley/16.jpg", thumb:"img/gallery/unley/thumb-16.jpg"};
galleryConfig.images[16] = {full:"img/gallery/unley/17.jpg", thumb:"img/gallery/unley/thumb-17.jpg"};
galleryConfig.images[17] = {full:"img/gallery/unley/18.jpg", thumb:"img/gallery/unley/thumb-18.jpg"};
galleryConfig.images[18] = {full:"img/gallery/unley/19.jpg", thumb:"img/gallery/unley/thumb-19.jpg"};
galleryConfig.images[19] = {full:"img/gallery/unley/20.jpg", thumb:"img/gallery/unley/thumb-20.jpg"};
galleryConfig.images[20] = {full:"img/gallery/unley/21.jpg", thumb:"img/gallery/unley/thumb-21.jpg"};
galleryConfig.images[21] = {full:"img/gallery/unley/22.jpg", thumb:"img/gallery/unley/thumb-22.jpg"};
galleryConfig.images[22] = {full:"img/gallery/unley/23.jpg", thumb:"img/gallery/unley/thumb-23.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]+"'");
}