var fDesc=new Array(); fDesc[0] = "Backup your files in Microsoft Excel, Microsoft Word and Microsoft PowerPoint with a single click. The smart, automatic backup function creates sequential copies of the current working file to a different directory and keeps the backup file count to a limited number, so you don't have to clean the hard drive manually. Access , mail , zip to a folder , zip and mail up to 500 recent office files, grouped by folders and sortable by name , size and time of last modification. Create a list of favorite folders and gain access to your most frequently used files without even leaving the office applications."; 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 = ''; } }