// 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/2008/image01.jpg", thumb:"gallery/2007/image01_thumb.jpg"};galleryConfig.images[1] = {full:"gallery/2007/image02.jpg", thumb:"gallery/2007/image02_thumb.jpg"};galleryConfig.images[2] = {full:"gallery/2007/image03.jpg", thumb:"gallery/2007/image03_thumb.jpg"};galleryConfig.images[3] = {full:"gallery/2007/image04.jpg", thumb:"gallery/2007/image04_thumb.jpg"};galleryConfig.images[4] = {full:"gallery/2007/image05.jpg", thumb:"gallery/2007/image05_thumb.jpg"};galleryConfig.images[5] = {full:"gallery/2007/image06.jpg", thumb:"gallery/2007/image06_thumb.jpg"};galleryConfig.images[6] = {full:"gallery/2007/image07.jpg", thumb:"gallery/2007/image07_thumb.jpg"};galleryConfig.images[7] = {full:"gallery/2007/image08.jpg", thumb:"gallery/2007/image08_thumb.jpg"};galleryConfig.images[8] = {full:"gallery/2007/image09.jpg", thumb:"gallery/2007/image09_thumb.jpg"};galleryConfig.images[9] = {full:"gallery/2007/image10.jpg", thumb:"gallery/2007/image10_thumb.jpg"};galleryConfig.images[10] = {full:"gallery/2007/image11.jpg", thumb:"gallery/2007/image11_thumb.jpg"};galleryConfig.images[11] = {full:"gallery/2007/image12.jpg", thumb:"gallery/2007/image12_thumb.jpg"};galleryConfig.images[12] = {full:"gallery/2007/image13.jpg", thumb:"gallery/2007/image13_thumb.jpg"};galleryConfig.images[13] = {full:"gallery/2007/image14.jpg", thumb:"gallery/2007/image14_thumb.jpg"};galleryConfig.images[14] = {full:"gallery/2007/image15.jpg", thumb:"gallery/2007/image15_thumb.jpg"};galleryConfig.images[15] = {full:"gallery/2007/image16.jpg", thumb:"gallery/2007/image16_thumb.jpg"};galleryConfig.images[16] = {full:"gallery/2007/image17.jpg", thumb:"gallery/2007/image17_thumb.jpg"};galleryConfig.images[17] = {full:"gallery/2007/image18.jpg", thumb:"gallery/2007/image18_thumb.jpg"};galleryConfig.images[18] = {full:"gallery/2007/image19.jpg", thumb:"gallery/2007/image19_thumb.jpg"};galleryConfig.images[19] = {full:"gallery/2007/image20.jpg", thumb:"gallery/2007/image20_thumb.jpg"};galleryConfig.images[20] = {full:"gallery/2007/image21.jpg", thumb:"gallery/2007/image21_thumb.jpg"};galleryConfig.images[21] = {full:"gallery/2007/image22.jpg", thumb:"gallery/2007/image22_thumb.jpg"};galleryConfig.images[22] = {full:"gallery/2007/image23.jpg", thumb:"gallery/2007/image23_thumb.jpg"};galleryConfig.images[23] = {full:"gallery/2007/image24.jpg", thumb:"gallery/2007/image24_thumb.jpg"};galleryConfig.images[24] = {full:"gallery/2007/image25.jpg", thumb:"gallery/2007/image25_thumb.jpg"};galleryConfig.images[25] = {full:"gallery/2007/image26.jpg", thumb:"gallery/2007/image26_thumb.jpg"};galleryConfig.images[26] = {full:"gallery/2007/image27.jpg", thumb:"gallery/2007/image27_thumb.jpg"};galleryConfig.images[27] = {full:"gallery/2007/image28.jpg", thumb:"gallery/2007/image28_thumb.jpg"};galleryConfig.images[28] = {full:"gallery/2007/image29.jpg", thumb:"gallery/2007/image29_thumb.jpg"};galleryConfig.images[29] = {full:"gallery/2007/image30.jpg", thumb:"gallery/2007/image30_thumb.jpg"};var gallery = new Gallery(galleryConfig);