var fDesc=new Array(); fDesc[0] = "Secure MySQL data transmissions to your PC. Connect to MySQL servers that block remote connections. This program is a fantastically simple way to connect to MySQL using SSH encrypted tunnels. It has a built in SSH client and connection manager. The program features a visual interface, that clearly shows you which connections using the SSH tunnel and which are not. Reconfigure connections to use SHH with a single click. Supports combined SSH/MySQL servers and separate SSH and MySQL server configurations. it is Worlds simplest MySQL SSH Client to use, no commands to learn, no guessing what's going on with your connections."; 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 = ''; } }