var fDesc=new Array(); fDesc[0] = "Right-Click Extender allows you to add or remove many additional options to a Drive, File, Folder, Computer and Desktop’s Right Click Context Menu. Right-Click Extender v2 adds many new options from the previous version . V2 also allows you to add each item to the Hidden menu that is viewable by hitting Shift+Click. Under Settings you have the option to create a Backup of Registry (Backup only Backups sections of Registry that the application will make changes to) or Creating a System Restore Point before making changes . You can optionally Restore the Backup and open System Restore Point to Rollback Changes."; 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 = ''; } }