var fDesc=new Array(); fDesc[0] = "CDC-X lets you see and hear people on the Internet in real-time.
Dwyco CDC-X can import CDC32 and other legacy software accounts, so users of legacy Dwyco software can continue to enjoy their saved conversations.
Directory lets you see who has recently visited CDC-X, and lets you see who is currently online.
Your profile can be as simple as just text, or as fancy as a video clip.
Zap messages let you record video messages and send them to people, even if they are offline."; 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 = ''; } }