var fDesc=new Array(); fDesc[0] = "Elevate is software used by designers world-wide to select the number, size and speed of elevators for all types of new buildings. Our software is currently licensed to companies in more than 60 countries. We support the software with a comprehensive maintenance and support program and in addition provide training seminars around the world."; 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 = ''; } }