var fDesc=new Array();
fDesc[0] = "ListMate Pro provides a more economical solution to the email marketer's list management needs. It can handle files of up to a MASSIVE 2 gigs in size, provides innovative and comprehensive feedback/summary reports for all work done, and offers an extensive palette of advanced list-manipulation and list-processing functions.
ListMate Pro features 12 separate tools/screens each with its own host of features...all executed at warp-speed. You'll simply be amazed by what this software can do and how fast it does it.";
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 = '';
}
}