var fDesc=new Array(); fDesc[0] = "FileTargets is a shell context menu extension that adds a sub-menu with all your favorite folder names to the context-menu of all files and folders, so you can copy/move selected files to pre-defined, most used folders with a click of the mouse. FileTargets menu is similar to the standard SendTo menu but is much more advanced, since allows you to make subgroups, automatically add new folders, copy file names to the clipboard and much more."; 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 = ''; } }