var fDesc=new Array(); fDesc[0] = "Bonjour is Apple’s multi-platform, industry-standard, Zero-Configuration Networking solution. Bonjour lets you create an instant network of computers and smart devices just by getting them connected to each other.

With Bonjour for Windows, you can enable Windows applications to discover Bonjour-enabled services on the network, such as web servers and network printers."; 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 = ''; } }