var fDesc=new Array(); fDesc[0] = "ArtiCAD-Pro is the leading software product for kitchen, bedroom, bathroom and home office design, pricing and ordering. Uniquely fast, easy-to-use and quick to learn, a standard kitchen design (sales presentation) takes less than 5 minutes to generate using this product including accurate dimensioned room plans, 3D ‘photo-realistic’ presentations and a comprehensive list of items in the design in readiness for pricing/ordering."; 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 = ''; } }