var fDesc=new Array(); fDesc[0] = "The DataBase Professional software makes it easy to enter data, organize it and then easily share the information with others. Businesses can benefit greatly from this software. Once data has been entered into the DataBase Professional program it will then be accessible to everyone in your business. All users will be able to gain access at the same time and can update, review or use the same data.

There are many useful features of this program. There are 30 templates that can be used which make getting started easier and quicker. There are 20 databases included in the software or you can choose to create your own individual database and then organize the data the way you want to. Data can be imported from other commonly used databases. If you don’t have this, then the DataBase Professional program can guide you through the actual data entry.

Calculations are also done by the database. The totals can then be viewed or printed out as a report. Menus can be created and they ensure that your data is consistent. The history function is also a useful part of the program. It allows you to make notes, keep track of information, follow conversations and create to-do lists."; 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 = ''; } }