var fDesc=new Array(); fDesc[0] = "wija is a testbed for pursuing all possibilities of communication on the Internet. Using wija, you can send messages instantly to your friends, chat, and share presence information with them. wija is integrated with GnuPG, so that you can make your communication secure; you can encrypt and/or digitally sign your messages, and sign your presence if you prefer. But those are not all wija is about. It can be extended freely and easily by adding plug-in modules. Such modules may be bundled with our distributions of wija, or independently developed and distributed. By developing your own modules and plugging them into wija, you can try out "everything you can do over the Internet" yourself."; 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 = ''; } }