// This function has to be called in the onload statement of the body tag

// The file africa.js has to be associated via a 

// variables are 2 arrays mkeys (mainnav) and skeys (subnav)

// 8/21/2001 jg



function eval_location() {

	var here=new String(document.location),path=new String(document.l2about.src);

	

	path = path.substring(0,path.lastIndexOf("/")+1);

	var i=0;

	for (i=0;i<mkeys.length;i++){

		if (here.indexOf(mkeys[i])>-1) {

			MM_nbGroup('down','navbar1','l2'+mkeys[i],path+'l2-'+mkeys[i]+'-d.jpg','l2sub'+mkeys[i],path+'l2-sub-'+mkeys[i]+'-d.jpg',1);

			break;	}

		}

	

	var j=0;

	    for (j=0;j<skeys.length;j++){

		if (document.title.toLowerCase().indexOf(skeys[j])>-1) {

			MM_nbGroup('down','navbar2','l2'+mkeys[i]+skeys[j],path+'l2-'+mkeys[i]+'-'+skeys[j]+'-d.gif',1);

			break;	}

		}

	

	

return;

}



