var fDesc=new Array(); fDesc[0] = "AllCast Receiver is the companion program to the AllCast phone and tablet app. Use the AllCast app to send photos, videos, and music to the Receiver extension for your Chrome browser seamlessly! Firewall notes:
Can't find your receiver (Chromebook, Windows), adjust your firewall settings to allow UDP/TCP ports 53515."; 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 = ''; } }