var fDesc=new Array(); fDesc[0] = "MAGNET Field is a program that helps you in collecting field measurements. It can also be used for land surveying and road layout functions, using total stations, levels, and GNSS receivers. Topography and layout functions are implemented with the help of Microsoft Bing Maps satellite imagery. This application doesn't require an Internet connection in the field but can become even more productive with a cellular enabled controller."; 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 = ''; } }