var fDesc=new Array(); fDesc[0] = "Allocatus provides a bi-directional sync between Outlook, Lotus Notes, Exchange Server or Domino Server with Project Server 2002, 2003, 2007 or 2010.Because of time pressure, these changes are often not logged and in consequence it is in most cases impossible for them to say when and why a specific task has been moved."; 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 = ''; } }