function ShowImage(Image_1, Image_2)
{
   if (document.images)
    {
      document.images[Image_1].src = eval(Image_2 + ".src");
    }
}

if (document.images)
{
cfg_Dark = new Image;
cfg_Dark.src = "http://mtngrv.missouristate.edu/images/cfg.gif";
cfg_Bright = new Image;
cfg_Bright.src = "http://mtngrv.missouristate.edu/images/cfggold.gif";

gwi_Dark = new Image;
gwi_Dark.src = "http://mtngrv.missouristate.edu/images/gwi.gif";
gwi_Bright = new Image;
gwi_Bright.src = "http://mtngrv.missouristate.edu/images/gwigold.gif";

hg_Dark = new Image;
hg_Dark.src = "http://mtngrv.missouristate.edu/images/hg.gif";
hg_Bright = new Image;
hg_Bright.src = "http://mtngrv.missouristate.edu/images/hggold.gif";

visitors_Dark = new Image;
visitors_Dark.src = "http://mtngrv.missouristate.edu/images/visitors.gif";
visitors_Bright = new Image;
visitors_Bright.src = "http://mtngrv.missouristate.edu/images/visitorsgold.gif";

students_Dark = new Image;
students_Dark.src = "http://mtngrv.missouristate.edu/images/students.gif";
students_Bright = new Image;
students_Bright.src = "http://mtngrv.missouristate.edu/images/studentsgold.gif";

community_Dark = new Image;
community_Dark.src = "http://mtngrv.missouristate.edu/images/community.gif";
community_Bright = new Image;
community_Bright.src = "http://mtngrv.missouristate.edu/images/communitygold.gif";
}
