var image_location_h = "images/horizontal/buttons/";    // horizontal location

//____Buttons for VFX AREA Horizontal____
wine_0         = new Image;
wine_0.src     = image_location_h + "wine_0.gif";
wine_1         = new Image;
wine_1.src     = image_location_h + "wine_1.gif";

wrangler_0     = new Image;
wrangler_0.src = image_location_h + "wrangler_0.gif";
wrangler_1     = new Image;
wrangler_1.src = image_location_h + "wrangler_1.gif";

mtv_0          = new Image;
mtv_0.src      = image_location_h + "mtv_0.gif";
mtv_1          = new Image;
mtv_1.src      = image_location_h + "mtv_1.gif";

pain_0         = new Image;
pain_0.src     = image_location_h + "pain_0.gif";
pain_1         = new Image;
pain_1.src     = image_location_h + "pain_1.gif";

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

