var fDesc=new Array(); fDesc[0] = "Bandwidth Controller Enterprise is great program that provides you with scalable traffic shaping solution for corporate networks and service providers. It provides Layer 3 transaction processing for high performance, low latency bandwidth management across the entire organization.
The product can be installed on any Internet gateway or server computer giving network administrators access to all Internet streams for both upload and download directions.
By using this architecture, bandwidth rules and product configuration are guarded against modification from end-users, with the additional benefit of transparent operation"; 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 = ''; } }