var fDesc=new Array(); fDesc[0] = "Simplifying Apple TV and AirPlay in the enterprise - Users want their iPhones and iPads to work and communicate with other resources on the network. That means dealing with Apple's "Bonjour" protocol. Bonjour network traffic is constrained within single VLANs. How do you make that AppleTV or printer on one VLAN work with iPads on another? Blaser Software's mDNS Repeater is a scalable workaround to make this a reality - and it's available at a cost that is practical."; 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 = ''; } }