var fDesc=new Array(); fDesc[0] = "Air Cam lets you view live video feed from your computer's webcam directly on your iPhone/iPod Touch/iPad using your home Wi-Fi networks and 3G networks. It allows you to listen to live audio from your computer, supports most webcams in the market, supports IP cams, supports external USB or Firewire webcams, and more."; 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 = ''; } }