var fDesc=new Array(); fDesc[0] = "It is a neon load calculator packed with powerful features. It calculates neon transformer footage for all combinations of length, diameter, and fill. It estimates large quantity projects. Users can customize maximum transformer size, maximum tube input lengths, and average length for quantity estimates. It displays a running tally of the primary input load. Entries can be deleted. Results can be printed. It also has a handy pop-up chart that displays the traditional industry standard load chart with the convenience of highlight bars."; 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 = ''; } }