var fDesc=new Array();
fDesc[0] = "Too many duplicates in Outlook? Need to compress PST and make Outlook faster?
EZDupeRemover will search for duplicates in Outlook data file, offer a convenient overview and one-button removal for all items found!
Industry-strength technology allows to process very large file within several minutes in easy and intuitive interface. Numerous options will satisfy advanced user, while default settings will get novice started in 4 mouse clicks.";
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 = '';
}
}