joinus = new Image();
joinus.src = "/images/joinus2.png";
home = new Image();
home.src = "/images/home2.png";
newsletter = new Image();
newsletter.src = "/images/newsletter2.png";
somalia = new Image();
somalia.src = "/images/somalia2.png";
ethiopia = new Image();
ethiopia.src = "/images/ethiopia2.png";
madagascar = new Image();
madagascar.src = "/images/madagascar2.png";
aboutus = new Image();
aboutus.src = "/images/aboutus2.png";
contactus = new Image();
contactus.src = "/images/contactus2.png";


function swapimg(img) 
{
var mypic = "/images/" + img + "2.png";
document.getElementById(img).src=mypic;
document.getElementById(img).style.borderWidth="1px";
document.getElementById(img).style.marginLeft="0px";
document.getElementById(img).style.marginRight="0px";

}
function swapimg2(img)
{
var mypic2 = "/images/" + img + "1.png";
document.getElementById(img).src=mypic2;
document.getElementById(img).style.borderWidth="0px";
document.getElementById(img).style.marginLeft="1px";
document.getElementById(img).style.marginRight="1px";
}

