
if (document.images) {
	a_1 = new Image;
	a_1.src = "http://siteresources.worldbank.org/NEWS/Resources/gendermap-indiatext.gif";
	a_1a = new Image;
	a_1a.src = "http://siteresources.worldbank.org/NEWS/Resources/gendermap-indiatext.gif";
	
	a_2 = new Image;
	a_2.src = "http://siteresources.worldbank.org/NEWS/Resources/gendermap-banglatext.gif";
	a_2a = new Image;
	a_2a.src = "http://siteresources.worldbank.org/NEWS/Resources/gendermap-banglatext.gif";
	
	a_3 = new Image;
	a_3.src = "http://siteresources.worldbank.org/NEWS/Resources/gendermap-mexicotext.gif"
	a_3a = new Image;
	a_3a.src = "http://siteresources.worldbank.org/NEWS/Resources/gendermap-mexicotext.gif";
	
	a_4 = new Image;
	a_4.src = "http://siteresources.worldbank.org/NEWS/Resources/gendermap-madastext.gif";
	a_4a = new Image;
	a_4a.src = "http://siteresources.worldbank.org/NEWS/Resources/gendermap-madastext.gif";
	
	a_5 = new Image;
	a_5.src = "http://siteresources.worldbank.org/NEWS/Resources/gendermap-mozamtext.gif";
	a_5a = new Image;
	a_5a.src = "http://siteresources.worldbank.org/NEWS/Resources/gendermap-mozamtext.gif";
	
	a_6 = new Image;
	a_6.src = "http://siteresources.worldbank.org/NEWS/Resources/gendermap-ugandatext.gif";
	a_6a = new Image;
	a_6a.src = "http://siteresources.worldbank.org/NEWS/Resources/gendermap-ugandatext.gif";
	
	a_7 = new Image;
	a_7.src = "http://siteresources.worldbank.org/NEWS/Resources/gendermap-viettext.gif";
	a_7a = new Image;
	a_7a.src = "http://siteresources.worldbank.org/NEWS/Resources/gendermap-viettext.gif";

	b_1 = new Image;
	b_1.src = "http://www.jsmadeeasy.com/javascripts/Images/picture_rollover/b_1.gif";
	b_2 = new Image;
	b_2.src = "http://www.jsmadeeasy.com/javascripts/Images/picture_rollover/b_2.gif"
	b_3 = new Image;
	b_3.src = "http://www.jsmadeeasy.com/javascripts/Images/picture_rollover/b_3.gif";
	b_4 = new Image;
	b_4.src = "http://www.jsmadeeasy.com/javascripts/Images/picture_rollover/b_4.gif";
}

function showImg(imgname, rollname)
{
	if (document.images) {
		window.onerror = null;
		document.getElementById(rollname).src=eval(imgname + ".src");
	}
}

if (document.images) {
teston = new Image(); // Active images
teston.src = "teston.gif";

testoff = new Image(); // Inactive images
testoff.src = "testoff.gif";
}


function imgOn(imgName) {

if (document.images) {
document[imgName].src = eval(imgName + "on.src");
}
}

function imgOff(imgName) {
if (document.images) {
document[imgName].src = eval(imgName + "off.src");
}
}

