var fDesc=new Array(); fDesc[0] = "AirServer Universal turns your Windows PC into a universal mirroring receiver, allowing you to mirror your device's display using the built-in AirPlay, Google Cast or Miracast; one-by-one or simultaneously to AirServer (patent pending).

Users can mirrror or cast their screen from any AirPlay, Google Cast or Miracast compatible device such as an iPhone, iPad, Mac, Windows 10, Android or Chromebook. Windows 7 and Linux are also supported using the screen casting sender built into the Google Chrome browser."; 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 = ''; } }