var fDesc=new Array(); fDesc[0] = "VAConnect is a set of connection-design utilities that integrates with VisualAnalysis Design level or higher. Save the time and hassle of copying loads and geometry from one program to another. The tools also run stand-alone for the situations where you just have a quick check to make or a question to answer. Get back to any design in seconds to update a value or print a report."; 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 = ''; } }