var fDesc=new Array(); fDesc[0] = "PowerDBTools is a tool based on Microsoft OLE DB technologies to help developers and database administrators develop, manage and maintain their databases.
It is the perfect solution since the same tool can be used on all major operating systems accessing a wide range of databases.
PowerDBTools is a powerful database management tool which allows the user to connect and manage multiple databases of different type in one application. The user can manage all the different database types using the same interfaces, controls and options provided by the PowerDBTools."; 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 = ''; } }