var fDesc=new Array(); fDesc[0] = "Right Click File Selector is designed for HTPC using a keyboard with track ball or joystick. In this situation, it is difficult to select multiple files with the same extension name such as selecting all .mp3 files in order to play in a queue.

This program also benefits the users with traditional keyboard and mouse setup for quick selecting. Both 32bit and 64bit Microsoft Windows operation systems are supported."; 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 = ''; } }