var fDesc=new Array(); fDesc[0] = "Buying software to handle your sales transactions, accounting, and information analysis needs is essential for today's enterprise. When you do, be sure to look at the needs of your TOTAL business. When each department stands alone, your whole company pays over and over in duplicated efforts, wasted time waiting for reports, and poor decisions because of incomplete information.
TotalFBO® offers the most Versatile, most Powerful and most Complete Windows-based software available for the Aviation industry today!"; 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 = ''; } }