var fDesc=new Array(); fDesc[0] = "Axisbase is a database system that you can use to track whatever kind of information your business deals with. For example, it could track sales made on a web site, perform order fulfillment from your office, maintain inventory lists, or maintain any other structured information. Axisbase is comparable to other personal/office database tools like Filemaker and Microsoft Access, and it is also a database server like MySQL or Microsoft SQL Server. Because it contains both parts, Axisbase can accomplish similar feats to that of the new breed of on-line tools like WebOffice; however, Axisbase is not used through a browser and there is no monthly fee."; 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 = ''; } }