var fDesc=new Array(); fDesc[1] = "operator compatibility as part of the alliance between Microsoft and Nortel. As the previous version, it requires a centralized server called Office Commuication Server 2007 which unfortunately isnt compatible with the 2005 version"; fDesc[2] = "enables co-workers, customers and prospects to view any application running on your PC in real time. Plus, All You Can Meet(TM) pricing means you get unlimited online meetings for one flat rate, so you can meet as often and for as long as you want, with no overage charges, ever. Features include: Desktop Sharing, Share Keyboard and Mouse Control, Change Presenters, Chat, Drawing Tools, Meeting Recording and Playback, Multiple Monitor Support, Microsoft(R) Outlook(R) and IBM(R) Lotus Notes(R) Integration, Instant-Messaging Integration and a Free Voice Conferencing Service. Security measures include: industry-standard SSL and government-standard end-to-end 128-bit AES encryption, user authentication using strong passwords, specific application sharing and inactivity time-out."; fDesc[3] = "IM Client MSN Messenger. Office Communicator support the same features that Windows messenger offered plus an integration with Microsoft Office."; fDesc[4] = "with most Microsoft products to allow you to save your sensitive data directly from other computers and keep it safe. When you save a file using the SecureZIP options, the file gets encrypted with a pass phrase or security certificates."; fDesc[5] = ", among other things, to open you email compressed attachments and to compress your Word documents in order to save disk space. This program comes in two versions, Standard and Enterprise."; fDesc[6] = "supports Outlook integration, connecting multiple mobile phones and smart phones running Windows Mobile."; fDesc[11] = "SMS capabilities. Combined with a powerful multi-user account management system, ZapitSMS will meet your SMS business needs."; fDesc[13] = ", communication, Outlook integration, Office integration, customization, reporting, mobility, sales teams, international support. Microsoft .NET based"; fDesc[14] = "calendar with your PC. Complete Outlook integration. Create mobile media with ringtone software features, wallpaper and video editing tools."; fDesc[15] = "30-day trial period followed by a quarterly or yearly service contract for 25.pounds, 40.euros, 45.$US, 50.$CAN/month."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }