var fDesc=new Array(); fDesc[0] = "LiftPC Mobile Diagnosis is a powerful measuring system of modular structure for mobile and flexible measurement of performance and ride quality of lifts. Performance data and ride quality of the lift to the ISO 18738 and GB/T10058-1997 standards can be precisely determined. LiftPC Mobile Diagnosis can be used both for traction and hydraulic lifts."; 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 = ''; } }