var fDesc=new Array(); fDesc[0] = "WorldMate Live Outlook Add-in it helps you to send travel reservation emails and meetings into the system with one click. It adds a toolbar to your Microsoft Outlook, enabling you to send info from your inbox and calendar. Personal Assistants can use it to send info into their bosses' WorldMate accounts directly. Information is automatically integrated into trip itineraries."; 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 = ''; } }