var fDesc=new Array(); fDesc[0] = "RotaryXL is a data capture software with a distinctive and user-friendly interface. It gives users quick and simple control of their rotary calibration device (XR20-W), enabling fast test set-up and data collection. The program uses new screen layouts and graphics, as well as preset templates for the most common ISO and ASME tests. Together with an ‘auto calibration' facility, even less experienced users should be up and running very quickly."; 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 = ''; } }