var fDesc=new Array(); fDesc[0] = "Web Forum & File Sharing Server makes your computer as a web server (like used in hosting), it allows you to create your own Web-Base bulletin board on the internet. Web Forum & File Sharing Server is a complete, secure web server that shares your business documents and files over the web: remote users only need browsers to view your files. Share, transfer files securely with colleagues , it is easy use than FTP.

Everyone agrees, a Web Interface is the best interface for users. Users just need to click and move their mouse. Accomplishing all this you would need to create a Web-Base application, install a HTTP-server such as Apache or IIS (similar to those used in dedicated servers), then install and configure a Database server such as Oracle or MySQL and then edit some HTML/SCRIPT pages. This is way too much work and way too difficult.

Web Forum & File Sharing Server has it's own built in HTTP engine, database engine,integrated HTML/Script pages, powerful user management engine, message board engine and secure file Sharing engine, does not rely on other applications. Users just need to install Web Forum & File Sharing Server and no other software. All without additional configuration."; 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 = ''; } }