var fDesc=new Array(); fDesc[0] = "Visual DataFlex® is an advanced software tool designed for developing database application software - fast and easy. It delivers. With Visual DataFlex, developers can quickly build fast, reliable database applications and commercial, vertical market business solutions for deployment on Windows, in web browsers and as web services.

Visual DataFlex provides everything developers need to succeed... a design studio, an application framework and AJAX Library, productivity enhancing wizards and code generators, a robust class library, connectivity for leading SQL database servers, an embedded database and a scalable, high-performance Web Application Server."; 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 = ''; } }