var fDesc=new Array(); fDesc[0] = "RAD.On software has evolved over several years to be a powerful, flexible, and intuitive development tool, particularly useful for producing scaleable database-driven business solutions. Incorporating new ideas from its users to make it one of the most friendly and adaptable freeware software on the market. You will soon discover that RAD.On has a high degree of functionality and will allow you to produce solutions quickly and easily, including client-server and the web. I hope very much that you enjoy your experience of using RAD.On , that you will become part of its rapidly growing community, and that you have many successful and rewarding years as an RAD.On developer. Here you will find links to just a few ofthe amazing freeware solutions produced in RAD.On ."; 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 = ''; } }