var fDesc=new Array();
fDesc[0] = "Digital CAT works on Windows XP, Vista, or 7.
Main features:
-Easy to learn
-No hardware key
-Reduced or "mini" transcripts
-Word indexes and concordances
-Automatic examination, exhibit, and objection indexes
-Easy dictionary entries
-Easy macro building
-Include files
-PDF, ASCII, RTF, and MS Word export features
-Captioning upgrade available
-Easily exported settings and dictionaries from one computer to another
-Frequent updates with new and better features
-Fully compatible with Windows Vista
-Powerful misstroke correction features
-Powerful anti-stacking features
-Compatible with all modern steno writers
-Perform almost ANY function from your steno keyboard
-Store hundreds of hours of audio on your notebook.
-Perfect audio and video synchronization
-Allows playback at variable speeds without pitch distortion
-Make text easier to read on screen while keeping theprinting normal
-"Alternate Words" feature
-Customizable editing keys
-Single Key editing with Quick Keys";
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 = '';
}
}