var fDesc=new Array(); fDesc[0] = "Mail Commander Home is a portable e-mail client with user-friendly interface. You can set relative custom folders for attachments, email databases and run program from removable storage device such as a USB flash drive.
You will be able to create multi-part html messages with embedded images using program's powerful html message editor with full formatting capabilities. You can also disable remote images, scripts or other nasties. It protects you from even the worst HTML-borne virus and trojans, and protects your privacy by intercepting web bugs."; 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 = ''; } }