var fDesc=new Array(); fDesc[0] = "GraFit provides the experimental scientist with a tool for visualization and analysis of their data. For the occasional user, GraFit can be configured to perform routine analysis with minimal intervention—in many cases it is possible just to enter the data and allow GraFit to calculate the results and plot the graphs in the background. Advanced users can utilize the full power of GraFit for analyzing complex equations, and may create custom fitting templates for routine data processing."; 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 = ''; } }