var fDesc=new Array(); fDesc[0] = "ExQueues Shell Queue is an application that allows a user to 'queue up' various file operations using the Windows Explorer (through the Context Menu) or in other file managers such as Directory Opus (using DDE). In particular, multiple sequential PAR2 repairs & RAR extractions are supported along with source file deletion, as well as sequential file moves and copies, and deletion."; 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 = ''; } }