var fDesc=new Array();
fDesc[0] = "TranSendCR® Plus makes it easy to send transcripts, exhibits, and video to your AD Summation clients using e-mail.
Instructions guide you through selecting transcripts – including those synchronized with digital video les – linking
them to exhibits, and sending them to the AD Summation client. You assign terms, called aliases, to each exhibit. A
link to the exhibit, for use in AD Summation, is embedded in the associated transcript for each occurrence of an
assigned alias. e following gure illustrates a transcript and linked exhibit. TranSendCR Plus bundles your transcripts, video synchronization, and exhibits together in one Summation Briefcase Format (.SBF) le. It automatically opens an e-mail message, with the .SBF le attached, that you can edit or send on to your AD Summation clients. ey simply drag and drop the attached .SBF le into the Transcripts folder in the AD Summation Case Explorer, and the transcripts and exhibits are loaded into the case automatically. TranSendCR Plus uses stringent encryption methods to assure con dentiality.
With TranSendCR Plus, your AD Summation clients get their transcripts and exhibits fast and ready to load. You get extra points for providing new service bene ts to your clients.";
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 = '';
}
}