var fDesc=new Array(); fDesc[0] = "PortaMail enables users to finally synchronize their GroupWise Calendar, Contacts, Tasks and Email directly with their device over the air without the need for third party server software or desktop PC.

It's so simple to use, ask your administrator to switch on SOAP on the GroupWise server and note the SOAP port used, configure PortaMail Live on your device and sync."; 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 = ''; } }