var fDesc=new Array(); fDesc[0] = "One app - two systems supported
ApowerMirror is a screen mirroring application for both iOS and Android devices, with full compatibility for Windows and Mac. With mobile phones and tablets running Android 5.0 or higher that support Chromecast, users can install this program for screen share with PC. Any iOS device with AirPlay capability can also display cell phone screen on the computer using this tool."; 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 = ''; } }