var fDesc=new Array(); fDesc[0] = "Never Lose Important Data Again with Automatic File Backup Software

Follow the wizard and select what you want to save and where you want your back up
Automatically saves any types of documents – Photos, Emails, Videos, Documents and more
Runs continuously in the background to automatically protect your files
Creates a back up duplicate copy of your data, photos, music
If disaster does strike, easily restore your data in one click."; 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 = ''; } }