var fDesc=new Array(); fDesc[0] = "Kodsun is a freeware for providing the smart key management service to other applications running on Windows.
The interface of Kodsun is designed similar to some instant messaging tools that we have been fimilar with. Simply following the hints appear when you move the mouse over the windows, and you will know how to use it in an instance.

Main features:

- Archive encryption and compression with the plug-in KeyOnZip;
- Encrypted P2P file transfer;
- Encrypted instant messaging."; 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 = ''; } }