var fDesc=new Array(); fDesc[0] = "Air TV lets you watch your TV programs received at your home while you are on the road. Air TV works by connecting your iPhone/iPod Touch using 3G/Wi-Fi networks with a host computer at your home. Watch Live feed of your TV programs on iPhone/iPod in near real time with minimal delay."; 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 = ''; } }