var fDesc=new Array(); fDesc[0] = "MySQL Administrator is a powerful visual administration console for MySQL, which allows the user to easily administer their MySQL environment, and gain better visibility of how their databases are operating. It is freely available under the GPL.
Operating System Requirements:
This product is designed to run on the following operating systems:
Windows XP, Windows 2000, Windows NT, Windows 98 and Windows 95.
Additional Requirements:
Windows 95/98/ME/NT/2000/XP
MySQL 4.0 or newer
Very useful tool i recommend it."; 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 = ''; } }