var fDesc=new Array(); fDesc[0] = "WHAT IS THE AIR APPLICATION?
It’s simple to download and use. Just
click on the icon above and follow the instructions from there. Once you download the Air Application
you can shift content even easier
between your computer(s) & mobile phone(s) instantly."; 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 = ''; } }