var fDesc=new Array(); fDesc[0] = "Garmap East Africa Streetmaps includes the routable tar and gravel road network detail for Kenya, Tanzania and Uganda and its selected cities and towns. The seamless routing between the different countries allows you to accurately plan and navigate to destinations within the East Africa region. Comprehensive street level detail for cities and selected towns in the East Africa region including Nairobi, Dar es Salaam, Arusha, Moshe, Kampala and many more."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }