var fDesc=new Array(); fDesc[0] = "abcNotes is the most realistic and user friendly Notes software in the world! You can now add as many Notes to your desktop as you wish. Each note can be freely scaled or rotated. This makes the Notes look like real stickers you place on your monitor.

Notes can be Grouped or Locked to provide convenient management. Stay On Top make Notes always visible.

Click Through feature makes Note absolutely "transparent" for mouse. This means you can click the applications bellow the Note. Transparency and Hover Transparency features make Notes look even more realistic.

Notes and System Tray Icon double-click actions are customizable. Notes List Window makes notes management as easy as never before! You can also select specific or random skin for newly created notes."; 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 = ''; } }