var fDesc=new Array(); fDesc[0] = "You can download and evaluate the product using the links below. The evaluation version displays a purchase reminder dialog box at start up. Once purchased, you'll receive login information to download the full version package. 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."; 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 = ''; } }