var fDesc=new Array(); fDesc[0] = "DigiPara Liftdesigner consists of predefined elevator parameters, component structure, and elevator logic. It combines all the important elevator information to design 2D elevator drawings quickly. You can design any shaft size and any dimensions can be reached. This supports you for new projects as well as for modernizations. Create a new DigiPara® Liftdesigner project within a few clicks: the ShaftWizard will produce a complete 3D elevator model. Easily define the shaft width and depth by adding pockets, changing car dimensions or exchanging the door package."; 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 = ''; } }