// JavaScript Documentvar galleryConfig = {        initial : Gallery.TYPE_IMAGE,    viewer : {elementId : "gallery-window"},      image : {        thumb : {elementId : "thumbs", cssClass : null, cssActiveClass : "active"},          full : {elementId : "gallery-img-big"}    },    navigation :  {previousElementId : "gallery-prev", nextElementId : "gallery-next"},    fade : {        speed : 6,        increment : 0.05    },    swoosh : {        speed : 10,        increment : 10     }}galleryConfig.images = new Array();galleryConfig.images[0] = {full:"gallery/2006/image01.jpg", thumb:"gallery/2006/image01_thumb.jpg"};galleryConfig.images[1] = {full:"gallery/2006/image02.jpg", thumb:"gallery/2006/image02_thumb.jpg"};galleryConfig.images[2] = {full:"gallery/2006/image03.jpg", thumb:"gallery/2006/image03_thumb.jpg"};galleryConfig.images[3] = {full:"gallery/2006/image04.jpg", thumb:"gallery/2006/image04_thumb.jpg"};galleryConfig.images[4] = {full:"gallery/2006/image05.jpg", thumb:"gallery/2006/image05_thumb.jpg"};galleryConfig.images[5] = {full:"gallery/2006/image06.jpg", thumb:"gallery/2006/image06_thumb.jpg"};galleryConfig.images[6] = {full:"gallery/2006/image07.jpg", thumb:"gallery/2006/image07_thumb.jpg"};galleryConfig.images[7] = {full:"gallery/2006/image08.jpg", thumb:"gallery/2006/image08_thumb.jpg"};galleryConfig.images[8] = {full:"gallery/2006/image09.jpg", thumb:"gallery/2006/image09_thumb.jpg"};galleryConfig.images[9] = {full:"gallery/2006/image10.jpg", thumb:"gallery/2006/image10_thumb.jpg"};galleryConfig.images[10] = {full:"gallery/2006/image11.jpg", thumb:"gallery/2006/image11_thumb.jpg"};galleryConfig.images[11] = {full:"gallery/2006/image12.jpg", thumb:"gallery/2006/image12_thumb.jpg"};galleryConfig.images[12] = {full:"gallery/2006/image13.jpg", thumb:"gallery/2006/image13_thumb.jpg"};galleryConfig.images[13] = {full:"gallery/2006/image14.jpg", thumb:"gallery/2006/image14_thumb.jpg"};galleryConfig.images[14] = {full:"gallery/2006/image15.jpg", thumb:"gallery/2006/image15_thumb.jpg"};galleryConfig.images[15] = {full:"gallery/2006/image16.jpg", thumb:"gallery/2006/image16_thumb.jpg"};galleryConfig.images[16] = {full:"gallery/2006/image17.jpg", thumb:"gallery/2006/image17_thumb.jpg"};galleryConfig.images[17] = {full:"gallery/2006/image18.jpg", thumb:"gallery/2006/image18_thumb.jpg"};galleryConfig.images[18] = {full:"gallery/2006/image19.jpg", thumb:"gallery/2006/image19_thumb.jpg"};galleryConfig.images[19] = {full:"gallery/2006/image20.jpg", thumb:"gallery/2006/image20_thumb.jpg"};galleryConfig.images[20] = {full:"gallery/2006/image21.jpg", thumb:"gallery/2006/image21_thumb.jpg"};galleryConfig.images[21] = {full:"gallery/2006/image22.jpg", thumb:"gallery/2006/image22_thumb.jpg"};galleryConfig.images[22] = {full:"gallery/2006/image23.jpg", thumb:"gallery/2006/image23_thumb.jpg"};galleryConfig.images[23] = {full:"gallery/2006/image24.jpg", thumb:"gallery/2006/image24_thumb.jpg"};galleryConfig.images[24] = {full:"gallery/2006/image25.jpg", thumb:"gallery/2006/image25_thumb.jpg"};var gallery = new Gallery(galleryConfig);