var fDesc=new Array(); fDesc[0] = "A modern and powerful application that allows developers to easily build flexible database solutions for rapid deployment on Windows. It is faster than any other existing database solution. With XtraBuild Designer a developer can define tables, editors, menus, views, reports, charts, modules and store them as a project in a database. Projects are not compiled applications but actually they contain a description of the built application. In order to ensure a fast learning curve, XtraBuild Designer was endowed with a logic and unitary way of work that applies to every form, view, tables, etc. With just a few easy steps to learn, anybody will be able to create modern and unique applications. XtraBuild Designer was built to reduce the time that developers have to spend on creating, customizing and supporting the layout of applications that contain many controls. Additionally, with more than 30 different skins available, the developer and the end-user can easily change the look of XtraBuild Designer and the resulted application."; 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 = ''; } }