var fDesc=new Array(); fDesc[0] = "Easy File Sharing Web Server is a Windows program that allows you to host a secure peer-to-peer and web-based file sharing system without any additional software or services. It allows you to run a web site on your own PC, share photos, movies, videos, and music/MP3 files securely. It also allows visitors to upload/download files easily through web-based interfaces. Easy File Sharing Web Server contains several built-in systems, including HTTP/HTTPS Web Server, multi-threads database system, Bulletin Board System, Server Script system, and Password Protection system."; 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 = ''; } }