var fDesc=new Array(); fDesc[0] = "Exchange your Outlook data with MS Outlook without a MS Exchange server. OutlookFolders for MS Outlook enables the access and sharing of Outlook data such as contacts, calendars, tasks, emails stored on a different computer from each workstation simultaneously in a given network, a central enterprise wide access to an Outlook structure is possible. OutlookFolders is using the TCP/IP protocol for communication between the server and the client; this enables a connection to any computer in your intranet or to any computer on the internet. The server application is installed on at least one computer in a given Outlook network, allowing other clients to connect to the data remotely. Access can be restricted by user rights to certain profiles, files or folders inside a file. The server can run either on a dedicated server or on any works station or laptop; more than one server can be installed in a network. From 2 up to 75 clients can connect to data stored on the server. OutlookFolders can co-exist perfectly in an existing MS Exchange environment, for example to create additional public folders for a group or project and without loosing the connection to Microsoft"; 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 = ''; } }