var fDesc=new Array(); fDesc[0] = "TravCom CS is the premiere travel agency back office accounting and management system for both agencies large and small. Utilizing the latest in Microsoft's client/server technology, TravCom CS will allow your agency to grow without boundaries. TravCom CS contains the most flexible and richest set of features you will find in any back office product. No more waiting for month-end procedures before your up-to-date financial information is available."; 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 = ''; } }