var fDesc=new Array(); fDesc[0] = "Advanced Email Backup can take complete or customized backup of MS Outlook messages, address book and settings, important files from My Documents, Registry, settings from Internet Explorer and other important personal files in one go. Data duplication, compression with password as per user�s requirements, schedule for automatic backup at fixed date and time can be created.

It has been made compatible with the latest MS Office 2007. It runs smoothly with Windows 2000/XP/Vista."; 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 = ''; } }