var fDesc=new Array(); fDesc[0] = "IE Throttle is a small plug-in for your Microsoft Internet Explorer, that allows you to cap download/upload rates.
Possible use by small offices with simple network configuration/router - to limit/prevent shared internet connection bandwidth hogging by some individuals.

Main Features :
- Limit download and upload rates for all Tabs and Windows open by single Internet Explorer process
- Bursting mode (allow short rate "bursting" after inactivity)
- Preset and custom limits
- Exclude lists for IP addresses and domains that should not be throttled
- Automatically excluded LAN IPs"; 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 = ''; } }