I am having trouble executing the next and previous buttons on my page. The functions for nextBottonClick and previousButtonC lick specifically. Any help is greatly appreciated.

Thansk


Code:
// Variable declarations.
var imageCache = [];  // Array to hold the images from the invisible UL list.
var imageItem = 0;    // Holds the currently displayed image index.
var images = 0;       // Total
...