var fDesc=new Array(); fDesc[0] = "GeoCalcul is software aimed to calculate volume and area, it has more than fifty (50) geometric shapes to calculate, with an ergonomic flexible interface, it is easy to use for all types of fields, teaching, studying, architecture or civil engineering, etc. It also includes a unit converter, and a polynomial or linear equation solver and a scientific calculator to take off a nice interface for the user."; 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 = ''; } }