var fDesc=new Array(); fDesc[0] = "The CATS Outlook Plug-in allows you to quickly log communications with candidates and contacts directly from this popular email client.

While there is certainly no shortage of ideas for this tool, our primary focus in the current release is to automate the recording of conversation exchanges through email. This previously mundane task of copying and pasting messages has now been reduced to just a few 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 = ''; } }