var fDesc=new Array(); fDesc[0] = "Chameleon Explorer is a compact file manager for people who need to work with multiple folders as quickly as possible. Do you need to open a folder? You can open folders everywhere from a menu of your favorite folders, including dialog boxes for opening and saving all programs.

Are you working with several folders at the same time? Divide your window into two, three, or four constantly-visible panels containing these folders. Do you frequently work with the same set of folders? Save the set and open it whenever you need to with a single click. Are you done working with one set of folders? Just close it and create any number of sets."; 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 = ''; } }