var fDesc=new Array(); fDesc[0] = "Free Back Up Fix protects you in the event of system crashes, file corruption, and other headaches that can cause you to lose your important data like business archives, a precious music collection, tax records, treasured family photos... No matter what's on your PC, if you don't want to lose it - protect it with Free Back Up Fix. Trust Free Back Up Fix to backup and protect your computer. Featuring the latest state-of-the-art technology and a straightforward intuitive interface, this powerful software makes it easy to prevent data disasters and restores your files in the event of a system crash. Free Back Up Fix is your first choice for personal data protection software that is both reliable and free."; 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 = ''; } }