var fDesc=new Array(); fDesc[0] = "Virtual Property Architect™ , enables both professionals and consumers to easily create stunningly realistic designs from a catalogue of real products. Thanks to a suite of smart tools, users can deliver 3D designs and 2D CAD plans in a matter of minutes. These designs can be saved and shared online as Virtual Properties complete with walkthrough videos, screenshots, and more to facilitate visual communication of a completed project before it has even begun."; 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 = ''; } }