var fDesc=new Array(); fDesc[0] = "Right Backup Standard is an easy-to-use backup and recovery software that allows you to take a backup and restore your data with least efforts. Backup your essential information like Outlook and Outlook Express, My Pictures, My Documents, files, folders, Windows registry etc and assure your operations. Additionally, it can also encrypt back up data or send the backup file to an Email address or FTP Server."; 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 = ''; } }