var still_image_location = "images/stills/buttons/";

//____Buttons for STILLS AREA____
sb_0          = new Image;
sb_0.src      = still_image_location + "sb_0.gif";
sb_1          = new Image;
sb_1.src      = still_image_location + "sb_1.gif";

art_0         = new Image;
art_0.src     = still_image_location + "art_0.gif";
art_1         = new Image;
art_1.src     = still_image_location + "art_1.gif";

illus_0       = new Image;
illus_0.src   = still_image_location + "illus_0.gif";
illus_1       = new Image;
illus_1.src   = still_image_location + "illus_1.gif";

char_0        = new Image;
char_0.src    = still_image_location + "char_0.gif";
char_1        = new Image;
char_1.src    = still_image_location + "char_1.gif";

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

forward_0     = new Image;
forward_0.src = still_image_location + "forward_0.gif";
forward_1     = new Image;
forward_1.src = still_image_location + "forward_1.gif";

// Adam's simple rollover()
function rollover(img_name,flag)
{
    document.images[img_name].src = eval(img_name + "_" + flag + ".src");
}