// FILE: globalvars.js
// (c)2007 property of and all rights by Jan Hollmann, licensed to Timo Grubing.
// version 1.0

// MUST BE CALLED BEFORE Jan Hollmann's scripts.js.


// enables debugmode
    debug = false;


//##### Variables for phees Gallery Function Set (pGFS)
  // default is 1, changed by forward/backward functions etc.
    activeGalleryNumber = 1;
  // default is 1, updated by function GalleryMaxCheck
    galleryCount = 1;
  // setting maximum picture count per gallery page:
    picturesPerGallery = 15;
  // offset of gallery's first picturenumber
    pictureOffset = (activeGalleryNumber - 1) * picturesPerGallery;
//#####


//
