var fDesc=new Array(); fDesc[0] = "Hardware has never been high on my list of priorities and I'm beginning to wonder why. It's extraordinary what HAT-Track can do for a flight, and it's a blessed luxury of having your hands free to work the mouse, controller, and throttles in the hectic moments of takeoff and landing. Aside from the essentials like a yoke and computer upgrades, I'm confident in saying that there is no better way of spending $100 than on this product."; 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 = ''; } }