var fDesc=new Array(); fDesc[0] = "View an Excel sheet or CSV files on top of other windows.
Select the sheet and which cells to show from the file.
Defined the transparency of the window.
Get notified when the data changes by a sound, bring the window back to front or show a green line around the window.
Auto reload the file when changed.
Possibility to edit the cells.

Commercial: Free to try for one day."; 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 = ''; } }