var fDesc=new Array(); fDesc[0] = "The DumpTimer is intended to backup MySQL databases and tables periodically. It also allows the transfer of a MySQL database and MySQL tables between different MySQL servers.

If MySQL databases are hosted remote on webservers, they are often located behind firewalls, and therefore blocked from the access through standard database administration tools. DumpTimer solve these problems by using a small PHP script."; 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 = ''; } }