var fDesc=new Array(); fDesc[0] = "Code-Checked welding documentation software that takes you step by step through the creation and automatic generation of rock solid documents.
Contains the highest level of automated code-checking available in the industry. Helps keep your welding documents Code compliant and saves countless time/money by doing much of the work for you. May be turned off if desired on a per document basis"; 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 = ''; } }