var fDesc=new Array(); fDesc[0] = "EZ mic is a program that allows you to use your smartphone as a microphone on your computer. Once installed, the program runs in the Windows notification area. You must connect your smartphone to the same network as your computer to enable playback from the device. You can import your audio files from your library and play it through your new PC microphone, change your voice as you want, 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 = ''; } }