var fDesc=new Array(); fDesc[0] = "Aberlink 3D is an innovative software package designed for manual and CNC CMM's, portable arms, vision systems, video machines and profile projectors and is the software of choice for numerous OEM systems.

Now popular throughout the world, Aberlink's revolutionary measurement software provides the user with a powerful, yet easy to use, state-of-the-art user interface. The software's unique interactive graphical interface offers a more satisfying user experience, substantially increases component through-put and vastly decreases the learning period of new users."; 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 = ''; } }