var fDesc=new Array(); fDesc[0] = "IDSMail32 is a library that when installed with Simply Visual Recruiting adds the capability of sending Email messages without Microsoft's Outlook. The default Email process of Simply Visual Recruiting is to send its email messages through Microsoft's Outlook. If Outlook is not installed on your workstation or is not the preferred Email processing program, then it may be necessary to install this module to send those messages independently of Outlook."; 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 = ''; } }