var fDesc=new Array(); fDesc[0] = "This program is the PC component of the Air Mic program.
Air Mic allows you to listen to the live audio stream from your iPhone, iPod Touch, or iPad (with about five seconds of delay depending on the network) captured from your PC's built-in microphone. You can use Air Mic as a remote home surveillance tool to discretely monitor the activity of your children or elderly."; 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 = ''; } }