var fDesc=new Array(); fDesc[0] = "Housatonic Project Outlook 2010 is an helper application that facilitates the movement of critical project information between MS Outlook and and MS Project. The need for duplicate or redundant data entry is reduced significantly.
- Import/export tasks from Outlook
- Import appointments from Outlook
- Automate the process of marking out "non-working" days on a calendar/timeline
- Automatically indicate/import holidays on the project timeline, including country-specific* holidays. (In addition to Outlook, you may import holidays from VCS or ICS files.)"; 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 = ''; } }