var fDesc=new Array(); fDesc[0] = "Graphe Easy is a feature-rich yet easy-to-use 2d-graph plotting Windows software. It allows to draw many graph types (cartesian, polar, parametric coordinates) and many other graphs such as conics, integrals, inequations or sequences. It also provides a wide range of tools to comment on the graphics and get high quality results."; 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 = ''; } }