var fDesc=new Array(); fDesc[0] = "Unique Timed MySQL Data Backups for Windows with Command Line Options and System Tray Running. Zipped SQL Data is stored in useful 24 hour rotations with Daily,Monthly and Yearly Storage. Includes FTP secondary storage and emailed reporting. Once per day an entire Database's Individual Tables are extracted zipped and stored. With each each day of the week, month of the year and once for the year itself, You are certain to have a useful copy of what you need, without worrying about the huge space required by traditional tools and methods. This is the perfect complement to any backup program!"; 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 = ''; } }