var fDesc=new Array(); fDesc[0] = "RebarWin 3.3 is a rebar detailing shareware application. Rebar = concrete steel reinforcement bar. Supports Imperial, SoftMetric and European Metric measuring systems. This software generates sorted, weighed and accumulated bar lists. Prints labels. Graphically defines placing requirements. Calculates varying bars and (optionally) bending deductions. It also calculates bending dimensions from other known dimensions. Statistics by project, machine, diameter, straight/bent, module. Useful for professionals dealing with construction, concrete reinforcing, civil engineering and architecture. It can be freely distributed. 60-day free trial. Includes a step by step tutorial and an uninstall routine. On-line support and program custom changes are available."; 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 = ''; } }