var fDesc=new Array(); fDesc[0] = "Be a programmer of business software today with just a touch of a few button with this user friendly Windows-based application assembly environment that enables small to large organizations to build suitable business solutions in days instead of months or years, without the need for any computer programming knowledge or expensive courses.
With Database Designer advanced efficient user interface and a native compiler for developing you can design and develop a standalone custom commercial business applications with no extra libraries within hours of using."; 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 = ''; } }