var fDesc=new Array(); fDesc[0] = "Aerodrom is an AirPlay/AirTunes receiver application for Windows PCs. It lets you seamlessly stream audio, videos, photos, and photo slide shows from your iPhone, iPad, iPod touch or Mac and PC to your Windows PC. All devices must be on the same LAN and/or Wi-Fi network."; 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 = ''; } }