var fDesc=new Array(); fDesc[0] = "Renga Architecture is an architectural 3D CAD application. The program's interface is focused on making design comfortable, and on making all tools available in 3D. You have the freedom to handle any number of levels and floors, and you can access the most popular element types effortlessly, along with the tools to modify them."; 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 = ''; } }