var fDesc=new Array(); fDesc[0] = "SceneryTech presents Africa, the 6th and final region in our landclass product line. This product, along with our other available landclass products, depicts the world's natural and urban environments with accurate, 1-kilometer precise data. See the Landclass Technology section of our site to find out how this accomplished."; 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 = ''; } }