var fDesc=new Array(); fDesc[0] = "FloorCAD is Software specializing in Concrete Hollowcore Flooring, Concrete Wide Slab, General precast units.

Main Features :
- Integrates with AutoCAD
- Fully Eurocode and British Code compliant
- Automatic floor layout
- Automatic Production Make Sheets
- Automatic costing/quantities spreadsheets
- Automatic Bed Layout with Smart sorting
- Bed Plotter Integration
- Full production history reporting"; 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 = ''; } }