var fDesc=new Array(); fDesc[0] = "Tap into the enormous P2P market with this unique software that passively browses shared files over the internet.

Your customers will be able to scan the internet for computers with shared files, and browse/download files from remote computers all over the world!

Millions of computer users are voluntarily sharing files to the whole world."; 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 = ''; } }