var fDesc=new Array(); fDesc[0] = "This software offers a solution to users who want to periodically backup entire MySQL databases. The user simply enters the login information for the database and tests the connection before choosing a folder for the backup file and selecting the interval between backups from a comprehensive drop down menu. Using this easy to use software can help avoid loss of vital data."; 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 = ''; } }