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

//____Buttons for FLASH AREA Horizontal____
dsings_0     = new Image;
dsings_0.src = image_location_h + "dsings_0.gif";
dsings_1     = new Image;
dsings_1.src = image_location_h + "dsings_1.gif";

psings_0     = new Image;
psings_0.src = image_location_h + "psings_0.gif";
psings_1     = new Image;
psings_1.src = image_location_h + "psings_1.gif";

dtalks_0     = new Image;
dtalks_0.src = image_location_h + "dtalks_0.gif";
dtalks_1     = new Image;
dtalks_1.src = image_location_h + "dtalks_1.gif";

ptalks_0     = new Image;
ptalks_0.src = image_location_h + "ptalks_0.gif";
ptalks_1     = new Image;
ptalks_1.src = image_location_h + "ptalks_1.gif";

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

