var fDesc=new Array(); fDesc[0] = "InteriCAD Lite is real 3D design software for professionals involved in the interior design field. From a quick floor plan to real 3D presentations, from presenting various color schemes to selecting from thousands of furniture items, you can meet the needs of your clients and yourself with InteriCAD Lite. You can always present your design idea in a vivid 3D view."; 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 = ''; } }