var fDesc=new Array(); fDesc[0] = "Program Description: The first new utility in a while from ISWare and Tiny Planet, Bin Extender adds functionality to the Recycle Bin by showing an extra icon when the Recycle Bin capacity goes above a user-specified limit.
The program will also allow you to specify what style of Bin you wish to use. You can choose between the Standard Windows 9x/NT, ME/2000, or XP icon set. Changes are made on the fly, no rebooting necessary!"; 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 = ''; } }