var fDesc=new Array(); fDesc[0] = "KazTrix DataBuilder is the ultimate database designer, publisher.

It allows novice and expert users to build databases of all kinds and access them on their PC and easily publish them to the Internet to be accessed by online users, requiring no plug-ins, or additional software.

Catalog and manage your information, including your images, files, multimedia, sound, and easily add them to your web sites for the world to browse and search.

KazTrix can ultimately manage any kind of information in your personal or corporate life single handedly."; 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 = ''; } }