var fDesc=new Array(); fDesc[0] = "FileFort is an easy to use file backup program that will automatically backup your critical data to virtually any type of storage media including CD, DVD, Blu-ray and remote FTP servers. Don't take chances with your business' valuable data. FileFort lets you set and forget with its fully automated backup process, giving you peace of mind that your data is safe and secure."; 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 = ''; } }