var fDesc=new Array(); fDesc[0] = "RadBuilder is a complete rapid application development (RAD) tool to create interactive multimedia applications, database applications and Web applications for Windows - without programming. You don’t have to be a programmer, but with RadBuilder you’ll feel like one. Even though it is very easy to learn and use, it has everything you need to develop professional software applications with a completely visual drag and drop environment.

It provides a set of data-aware objects that represent data from fields in a database record, and, if the dataset allows it, enable users to edit that data and post changes back to the database. By placing data objects onto the forms in your database application, you can build your database application's user interface (UI) so that information is visible and accessible to users."; 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 = ''; } }