var fDesc=new Array(); fDesc[0] = "Pioneer on the architectural, design and landscape design CAD market since the 1980s, ARC is currently used by more than 30,000 professionals worldwide. The success of ARC is due to the philosophy of its developers, intending to offer a tool that would efficiently enable users’ needs to "go straight to the point". ARC allows users to handle all project phases from initial sketches to execution plans with no limits on shape or size."; 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 = ''; } }