var fDesc=new Array(); fDesc[0] = "Laser10 software works only with ML10 and EC10 products providing the capability for static and dynamic measurement of a machine's linear, angular, straightness, squareness and rotary accuracy. Compatible with Windows® XP, Vista and Windows 7. NOTE: Laser XL software is only for use with XL-80 laser system and is not compatible with ML10 system hardware."; 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 = ''; } }