var fDesc=new Array(); fDesc[0] = "Visual PRO/5 is builded on the traditional strengths of Business BASIC – decimal arithmetic, built-in field-verification capabilities and portability - with enhanced file system capabilities, enterprise scalability, Web-enabling technology, data security and protection, and improved network security and performance. Visual PRO/5 adds to these strengths a data dictionary, resource builder, and visual programming environment to create and debug GUI applications with point-and-click simplicity."; 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 = ''; } }