var fDesc=new Array(); fDesc[0] = "This software offers a solution to users who want to protect or unprotect one or more sheets in MS Excel files. Simply drag and drop the XLS, XLSX, or other Excel files you would like to work with and click a button to begin. The features for this software include: Protect One Sheet, Protect All Sheets, Protect Workbook(s), Unprotect One Sheet, Unprotect, Unprotect All Sheets, and Unprotect Workbook(s). You can protect/unprotect with or without specifying a password. By altering protection for Excel files quickly in batch, this software will save you hours of time having to open and close many Excel files. Excel 2000 or higher required."; 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 = ''; } }