var fDesc=new Array();
fDesc[0] = "Fast Email Verifier verifies email addresses in databases, address books, spreadsheets or any other mailing list. The product is based on the latest .Net technology and can find approximately 85% of your dead email addresses.
Additionally provided several important abilities :
- to handle practicly unlimited size of the email list
- to remove duplicates
- to make new lists extracting records from other lists
- rich abilities of lists merging
- to check validity of the emails in database without import-export
- to reuse product's technology in ASP pages using VBScript";
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 = '';
}
}