var fDesc=new Array(); fDesc[0] = "Java Outlook Connector is an effective solution to access data stored in the Microsoft Outlook application from Java. Outlook items like e-mails, contacts and appointments can be accessed, created, imported or exported with the library.

The library is intuitive and easy to use. All the underlying complex technologies (JNI, COM, OOM, MAPI) are hidden to the Java developer."; 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 = ''; } }