var fDesc=new Array(); fDesc[0] = "For years coloring icons and folders ("labelling" them) was a privilege only Macintosh users enjoyed. Not any more: LabelsWin allows you to color file and folder icons in Windows Explorer and makes using this tremendously efficient file organising technique as easy as doing the same on a Mac. The Lite version supports folder icon coloring only and is completely free."; 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 = ''; } }