var fDesc=new Array(); fDesc[0] = "NConstruct is a rapid enterprise application development tool and environment for .NET Framework. The program is to reduce the application development time of enterprise projects, which mainly focuses on databases (or data handling). NConstruct gets you the whole executable and/or source code for application server, Windows client and Web client within minutes. The menu or wizard type interface makes it easy for you to use the program."; 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 = ''; } }