var fDesc=new Array(); fDesc[0] = "ABF Outlook Express Backup is a powerful backup and synchronization tool for Outlook Express mail client. This incredible program allows you to backup and restore email messages, address book contacts, mail and news accounts, message rules, blocked senders lists, signatures, stationeries and even your Internet Explorer favorites. All your Outlook Express data is stored in one self-extracting backup file which can be password protected and is very useful when moving Outlook Express to another computer. Moreover, you can also choose an identity to backup or restore your data, and If you want to restore into new identity you can create it directly from the program. What is more, the program features a simple and intuitive multilingual user interface, which makes this task very easy for beginners. ABF Outlook Express Backup enables you to synchronize Outlook Express between several computers, users or operating systems, and the synchronization and backup can be made automatically with the Task Builder feature."; 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 = ''; } }