var fDesc=new Array(); fDesc[0] = "Free Backup Software that allows you to backup your images, pictures, movies, audio and other files from your hard disks and other devices. You can create backup files for specific files and folders or for the entire hard disk, depending on the requirement. You can make a few copies of the data and save them at various locations on hard drives, online or on any storage device of your choice."; 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 = ''; } }