var image_location = "../images/";

m_abou_0      = new Image;
m_abou_0.src  = image_location + "m_abou_0.gif";
m_abou_1      = new Image;
m_abou_1.src  = image_location + "m_abou_1.gif";
m_abou_2      = new Image;
m_abou_2.src  = image_location + "m_abou_2.gif";

m_clie_0      = new Image;
m_clie_0.src  = image_location + "m_clie_0.gif";
m_clie_1      = new Image;
m_clie_1.src  = image_location + "m_clie_1.gif";
m_clie_2      = new Image;
m_clie_2.src  = image_location + "m_clie_2.gif";

m_cont_0      = new Image;
m_cont_0.src  = image_location + "m_cont_0.gif";
m_cont_1      = new Image;
m_cont_1.src  = image_location + "m_cont_1.gif";
m_cont_2      = new Image;
m_cont_2.src  = image_location + "m_cont_2.gif";

m_prod_0      = new Image;
m_prod_0.src  = image_location + "m_prod_0.gif";
m_prod_1      = new Image;
m_prod_1.src  = image_location + "m_prod_1.gif";
m_prod_2      = new Image;
m_prod_2.src  = image_location + "m_prod_2.gif";

m_supp_0      = new Image;
m_supp_0.src  = image_location + "m_supp_0.gif";
m_supp_1      = new Image;
m_supp_1.src  = image_location + "m_supp_1.gif";
m_supp_2      = new Image;
m_supp_2.src  = image_location + "m_supp_2.gif";

d_0           = new Image;
d_0.src       = image_location + "d_0_7414_hda.jpg";
d_abou        = new Image;
d_abou.src    = image_location + "d_abou.jpg";
d_clie        = new Image;
d_clie.src    = image_location + "d_clie.jpg";
d_cont        = new Image;
d_cont.src    = image_location + "d_cont.jpg";
d_prod        = new Image;
d_prod.src    = image_location + "d_prod.jpg";
d_supp        = new Image;
d_supp.src    = image_location + "d_supp.jpg";

m_demo_0      = new Image;
m_demo_0.src  = image_location + "b_demo_0.gif";
m_demo_1      = new Image;
m_demo_1.src  = image_location + "b_demo_1.gif";

function rollover(img_name, flag, disp)
{
    document.images[img_name].src    = eval("m_" + img_name + "_" + flag + ".src");

    if (disp == "1")
    {
        if (flag == "0")
        {
            document.images["display"].src   = d_0.src;
        }
        else
        {
            document.images["display"].src   = eval("d_" + img_name + ".src");
        }

    }
}
