var fDesc=new Array(); fDesc[0] = "MySQL Backup is a very easy to use backup and restore application for MySQL . By using it , you can back up local or remote MySQL Server's databases to your local hard disk or network shared folder easily and quickly . The user-friendly and professional wizard enables you just point and click with your mouse to do backup / restore job , without writing any sql script or complicated command line. It supports data compression and encryption."; 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 = ''; } }