var fDesc=new Array(); fDesc[0] = "ECDESIGN4 is an application that allows 2D and 3D floor planning. ECDESIGN is used by people working in sales and body shop consultancy services. The whole planning of the automotive facility is done in very user friendly top view 2D. It includes over 3500 3D models, helping you create detailed body shop designs and presentations."; 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 = ''; } }