var fDesc=new Array();
fDesc[0] = "Local SMTP Server Pro is a SMTP server program that lets you send email messages without help of your ISP, directly from your local PC to recipient mailboxes.
Security Tools - security tools to password-protect PC
Bulletproof Public PC - public access PC kiosk
PC Security Tweaker - tweak to secure Windows PC
Lock My Computer - limit access to Windows PC
Advanced File Vault - hide & lock your files
DVD Device Lock - control access to device drives
Access Controller - lock desktop with password
File Access Scheduler - control access to files
File and Folder Privacy - protect your data
Outlook Express Privacy - protect e-mail messages
Internet Tools - email and Internet tools, SMTP servers and mass mailers
Best Mass Mailer - mass email tool
Personal Mail Server Pro - SMTP/POP3 mail server
Local SMTP Server Pro - use PC as SMTP server
Trading Tools - trading strategy testing software
Trading Strategy Tester for FOREX - test then invest
Website Map - links to different useful pages of this website
Home Page - our home page with the full list of our software
Products - the full list of our software with detailed descriptions
About Us - information about our company
Contact Us - web form you can use to contact us
Antispam Policy - our antispam policy
Privacy Policy - our privacy policy";
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 = '';
}
}