var fDesc=new Array();
fDesc[0] = "This is where Attachment2File helps you - manage (save/restore) attachments to files with just one mouse click. Use Attachment2File to strip, extract Outlook attachments to files with one mouse click or on a schedule. Attachments are then deleted from Outlook and replaced with links to saved files for an easy access.
Main features:
-Easy to use for beginners, powerful for advanced users.
-No complex wizard to go thru. Can be run with one mouse click.
-Extracts attachments to files and replaces them with links to the files for an easy access.
-Can run on a schedule.
-Works with all Outlook versions: 2000, 2002 (XP), 2003, 2007 and 2010 (32 bit).";
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 = '';
}
}