//_______Preload Buttons for GALLERY AREA_____

var path = "./images/gallery/";

back_0            = new Image;
back_0.src        = path + "back_0.gif";
back_1            = new Image;
back_1.src        = path + "back_1.gif";

arrow_left_0      = new Image;
arrow_left_0.src  = path + "arrow_left_0.gif";
arrow_left_1      = new Image;
arrow_left_1.src  = path + "arrow_left_1.gif";

arrow_right_0     = new Image;
arrow_right_0.src = path + "arrow_right_0.gif";
arrow_right_1     = new Image;
arrow_right_1.src = path + "arrow_right_1.gif";

arrow_gallery_0     = new Image;
arrow_gallery_0.src = path + "arrow_gallery_0.gif";
arrow_gallery_1     = new Image;
arrow_gallery_1.src = path + "arrow_gallery_1.gif";