var fDesc=new Array(); fDesc[0] = "SOLE Professional is highly interactive survey and planning software, it is the only software that cover all the survey & planning requirement like contour, traverse, road design , route survey, topographical survey, revenue survey, mining, city survey, railways, canal, airfield runways, Pipeline etc. It is a completely new generation program that use modern programming tools and planning techniques. The modern code and the evolved structure of the program guarantee the development during time and the exploitation of each new technology which will become available in the future. A well-designed interface and comprehensive feature bring out the entire job instantly with some clicks."; 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 = ''; } }