var fDesc=new Array(); fDesc[0] = "MAPILab Share`n`Sync is ideal for solving two tasks - organizing shared access to Microsoft® Outlook® folders in small organizations and synchronizing folders on several computers.
The product supports all types of Microsoft Outlook folders and items - email messages, contacts, notes, calendar, etc. Besides, the product supports most types of folders and items that don't belong to Microsoft Outlook and which are attached with the help of special transports. The product is fully compatible with Microsoft® Exchange Server and Microsoft Small Business Server."; 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 = ''; } }