var fDesc=new Array(); fDesc[0] = "With Brilliant Database you can develop any database application.

You can create both usual invoicing, inventory, people, projects management databases, CRM, and any specific databases, for example, the cost accounting system for a car.

Beside main functions, a database created by you will have additional options such as using mathematic formulas, sending e-mails, storing files and photos, possibility of simultaneous work of several people by the network, simple interface and much more."; 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 = ''; } }