var fDesc=new Array(); fDesc[0] = "FastCAM MTO is a steel estimating spreadsheet utility for steel takeoff that simplifies the quotation process. To automate and improve time to quote, the MTO format can be 'fed' into our proprietary quotation system, however you do not need any other FastCAM or 3rd party software other than Microsoft Windows. Simply enter data direct from the command line or use the drop down catalogue list to select sections."; 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 = ''; } }