var fDesc=new Array(); fDesc[0] = "Files can be uploaded from and downloaded to the ROTALIGN PRO unit, giving you the option of analyzing and configuring individual machine files from the convenience of your PC. The Alignment Explorer is a platform that passes all alignment job information between the following PRÜFTECHNIK Alignment instruments and the PC. The Explorer view displays the measurement files organized into either a clear, tree-like structure, which is user-defined or as a simple straightforward files list. The Alignment Explorer also keeps track of user information for each job."; 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 = ''; } }