var fDesc=new Array(); fDesc[0] = "Demo3D is the only modeling system sufficiently realistic to convince your clients that your solution will fulfill their requirements. With it, you can build dynamic industrial simulation models to develop equipment layouts, visualize product flows, and understand overall system operation. Best of all, Demo3D's unique approach allows you to create captivating models rapidly, so you can generate impressive and cost-effective videos in the pre-sales project phase."; 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 = ''; } }