var fDesc=new Array(); fDesc[0] = "Mega-Backup is a smart automatic backup software for Windows that will periodically archive all your documents, project files, pictures, music or video files into your MEGA.CO.NZ account in a zip format so you can restore them at any time on any computer. Data backup is executed daily so you never loose your important work!"; 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 = ''; } }