var fDesc=new Array(); fDesc[0] = "Pipesupport Pro is a computer program that increases efficiency in piping design offices by lightening the burden of looking-up piping information. The data can be found by navigation using the dropdown menus or by using a search utility. The display units can be set to inches or millimetres and weights to pounds or kilograms. The program accommodates over 1000 supports and can be configured to use US, UK and European steel sections. It will help you complete your projects safely, on budget and on time."; 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 = ''; } }