var fDesc=new Array(); fDesc[0] = "K.A.T.E. IM Avatar Character System
Leveraging the Global IPC, this application (code name KATE) brings together the advanced Instant Messaging system from Sonork and the lifelike avatars from Haptek. KATE links this virtual reality technology with the Sonork client to enable living, winking, breathing custom avatars that speak the messages coming and going through the Sonork messenger.

Using a SAPI text-to-speech engine, the character reads the text typed through the Sonork messenger, along with incoming messages spoken by the sender's character

Supports customizing the Avatar?s appearance, shape, size, voice and background through an extensive set of preloaded options

Includes automatic animations and moods for all favorite emoticons, such as :) , ;), :-O, J, etc.

Custom 3D avatars can be created choosing from several shapes, skins and character settings included"; 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 = ''; } }