var fDesc=new Array(); fDesc[0] = "BounceBack Ultimate Instant PC Recovery software creates a complete clone of your computer’s primary hard drive and enables you to start your Windows operating system from an external USB hard drive. With this program you can automatically backup changes to your system with Continuous Data Protection (CDP) or create customize preferences with Backup Scheduler."; 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 = ''; } }