var fDesc=new Array(); fDesc[0] = "File Miner is a file sharing technology that permits total security and privacy. Upload files to standard FTP web space in a manner that is totally unidentifiable. Share your files easily by supplying your user-base a tiny encrypted "magnet" file that can be used and redistributed without concern for your privacy or identity. This is useful to offload bandwidth to alternative sources or when your data needs to be distributed anonymously and securely for whatever your reason."; 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 = ''; } }