var fDesc=new Array(); fDesc[0] = "JCAD tabula is an easy to use and affordable CAD software for professionals and beginners.JCAD tabula has a ribbon-bar user interface, which makes finding commands easier. It comes with a wide selection of symbol libraries covering a range of design areas, from architecture and gardening to HVAC, electrical and machinery design."; 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 = ''; } }