vision1 = new Image(94,34)
vision1.src  = "http://www.real-africa.org/images/vision.jpg"
vision2 = new Image(94,34)
vision2.src  = "http://www.real-africa.org/images/vision-on.jpg"

programs1 = new Image(93,34)
programs1.src  = "http://www.real-africa.org/images/programs.jpg"
programs2 = new Image(93,34)
programs2.src  = "http://www.real-africa.org/images/programs-on.jpg"

about1 = new Image(94,34)
about1.src  = "http://www.real-africa.org/images/about.jpg"
about2 = new Image(94,34)
about2.src  = "http://www.real-africa.org/images/about-on.jpg"

contact1 = new Image(92,34)
contact1.src  = "http://www.real-africa.org/images/contact.jpg"
contact2 = new Image(92,34)
contact2.src  = "http://www.real-africa.org/images/contact-on.jpg"

home1 = new Image(91,34)
home1.src  = "http://www.real-africa.org/images/home.jpg"
home2 = new Image(91,34)
home2.src  = "http://www.real-africa.org/images/home-on.jpg"

contributions1 = new Image(115,34)
contributions1.src  = "http://www.real-africa.org/images/contributions.jpg"
contributions2 = new Image(115,34)
contributions2.src  = "http://www.real-africa.org/images/contributions-on.jpg"

education1 = new Image(183,36)
education1.src  = "http://www.real-africa.org/images/education.jpg"
education2 = new Image(183,36)
education2.src  = "http://www.real-africa.org/images/education-on.jpg"

why1 = new Image(230,18)
why1.src  = "http://www.real-africa.org/images/why.jpg"
why2 = new Image(230,18)
why2.src  = "http://www.real-africa.org/images/why-on.jpg"

meet1 = new Image(230,18)
meet1.src  = "http://www.real-africa.org/images/meet.jpg"
meet2 = new Image(230,18)
meet2.src  = "http://www.real-africa.org/images/meet-on.jpg"

sponsor1 = new Image(230,18)
sponsor1.src  = "http://www.real-africa.org/images/sponsor.jpg"
sponsor2 = new Image(230,18)
sponsor2.src  = "http://www.real-africa.org/images/sponsor-on.jpg"

support1 = new Image(183,36)
support1.src  = "http://www.real-africa.org/images/support.jpg"
support2 = new Image(183,36)
support2.src  = "http://www.real-africa.org/images/support-on.jpg"

community1 = new Image(183,36)
community1.src  = "http://www.real-africa.org/images/community.jpg"
community2 = new Image(183,36)
community2.src  = "http://www.real-africa.org/images/community-on.jpg"

make_contribution1 = new Image(183,36)
make_contribution1.src  = "http://www.real-africa.org/images/make_contribution.jpg"
make_contribution2 = new Image(183,36)
make_contribution2.src  = "http://www.real-africa.org/images/make_contribution-on.jpg"

sponsor_now1 = new Image(183,36)
sponsor_now1.src  = "http://www.real-africa.org/images/sponsor_now.jpg"
sponsor_now2 = new Image(183,36)
sponsor_now2.src  = "http://www.real-africa.org/images/sponsor_now-on.jpg"

activities1 = new Image(183,36)
activities1.src  = "http://www.real-africa.org/images/activities.jpg"
activities2 = new Image(183,36)
activities2.src  = "http://www.real-africa.org/images/activities-on.jpg"

newsletter1 = new Image(183,36)
newsletter1.src  = "http://www.real-africa.org/images/newsletter.jpg"
newsletter2 = new Image(183,36)
newsletter2.src  = "http://www.real-africa.org/images/newsletter-on.jpg"


function switchimage(imgDocID,imgObjName) 
{
	document[imgDocID].src = eval(imgObjName + ".src");
}