var fDesc=new Array(); fDesc[0] = "VoIP Rakyat Communicator is a free and open source software that enables voice, video and IM sessions based on XMPP, SIP and IAX2.
VoIP Rakyat Communicator has a simple interface, it allows you to set your status, write a status message, open your recent files; also you can import/export contact list. From the main menu you may add a contact, a group or invite someone by Email.
Try now this useful application to find out more interesting features!"; 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 = ''; } }