var fDesc=new Array(); fDesc[0] = "The ICP Equipment Selection/Submittal Software program is a beneficial tool to help you chose the appropriate equipment necessary for all your different projects. This program allows the user to input the necessary criteria needed for a particular application and select a unit for that job. The program allows the user to build an entire project that can be saved, previewed, and a report can be printed."; 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 = ''; } }