var fDesc=new Array(); fDesc[0] = "You are traveling a lot with your laptop. When "docking" into a new network, you discover you cannot send e-mail, because your Outlook Express SMTP server points to the usual server, and this one doesn't allow you to send e-mails if you aren't in its "known" list of hosts. Of course, you must change your Outlook Express SMPT settings, to use a SMTP server available in this new network.
But you are a busy dynamic person, and you use quite a lot of e-mail addresses. Modifying them by hand - what a pain!
Now you have the solution. With this application you can change the SMTP server for all or only a subset of your e-mail accounts.
With only two 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 = ''; } }