var fDesc=new Array(); fDesc[0] = "KiBi-Share is a lightweight file-sharing application, designed to send and receive files in a simple and compatible way.

Features:
- Quickly share files with anyone. Only one side of the transfer needs KiBi-Share installed, as the other can use their web-browser for the transfer.
- Make a directory on your computer accessible through a web-browser, allowing you to access your files from another computer.
- Pause and resume transfers of large files over the internet."; 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 = ''; } }