var fDesc=new Array(); fDesc[0] = "Apollo Embedded is an embedded database engine for managing CA-Clipper and FoxPro DBF database files using .NET & Delphi/C++Builder. You can create single- and multi-user desktop and web-based database applications using Delphi, C++Builder, RAD Studio, and Visual Studio (C#, VB.NET) that run on Windowns 32-bit and 64-bit. It includes two tools: Apollo DBF Utility for visually managing DBF/Xbase files and the Apollo Query Tool for running interactive SQL commands on DBF files."; 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 = ''; } }