var fDesc=new Array(); fDesc[0] = "To control a Source Windows PC from a Sink Windows PC, you need to download and install the UIBC module. The UIBC Receiver always enables the keyboard even if the keyboard set as "disable" on Screen Mirroring. You can output the same screen of your Android phone onto your PC and can also display it as a secondary screen of your Windows PC using Miracast technology."; 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 = ''; } }