var fDesc=new Array(); fDesc[0] = "GTWorks™ is a comprehensive 3-D CAD/CAM system for design, documentation and manufacturing. All software applications share a common user interface, with easy-to-learn, on-screen menus, special function keys, and user-definable icon buttons. Applications are linked to a common database, eliminating the need for data reproduction, conversion and file maintenance."; 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 = ''; } }