var fDesc=new Array(); fDesc[0] = "Ashampoo 3D CAD Architecture is for all who want to make their visions a reality. The integrated step-by-step wizard will get you reliable results fast. 2D, 3D and cross-section views help you keep an eye on your project and spot missing parts or sections that need more work. Whether you're building or redecorating a house - visualize in advance what the finished project will look like!"; 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 = ''; } }