var fDesc=new Array(); fDesc[0] = "Whether you want to get your topographical map with contours and 3D terrain model, or you are looking for sections, or cadastral maps, AutoPlotter can do it all for you in a way which you will always appreciate, the easy way. No wonder then that after the introduction of AutoPlotter seven years back in India, it has gained popularity with more than 5000 installations in the field of route survey, topographical survey, revenue survey, mining, city survey, grade planning & 3D modeling, Road Construction and project planning"; 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 = ''; } }