var fDesc=new Array(); fDesc[0] = "Pro100 can be used to design cabinets, wardrobes, kitchen units, entertainment centers, etc. It lets you quickly design and produce 3D renderings with dimensioned floor plans, room elevations, cut lists, job costing, and pricing. Pro100 comes with thousands of ready-made graphics of furniture, kitchen and bathroom fixtures, lighting fixtures, cabinets, office furniture, etc."; 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 = ''; } }