var fDesc=new Array(); fDesc[0] = "Desktop Notes is a great app that allows you to create colorful sticky notes on your desktop so you won’t forget things you need to remember. Desktop Notes can become temporarily invisible and reappear upon pressing a set of hotkeys in Desktop Notes settings.

Additionally, it can be synchronized with online notes that are available at Inbox webmail. Access your notes wherever you go by simply uploading your notes on your webmail and then downloading them onto another computer that is connected to the Internet and has Inbox.com Toolbar installed."; 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 = ''; } }