var fDesc=new Array(); fDesc[0] = "Humans often face problems in their life for not remembering important events of their life. Such lack of remembrance is often misunderstood as negligence and creates wrong impression on other people. Thus, people always want something that could prevent them from such incidents. Sheer Notes is the solution of such problems for the users. Sheer Notes is very efficient software which takes care that no important event of users’ life is ever forgotten by showing the page right on the desktop. Users don’t need to worry as this page on desktop doesn’t create any sort of inconvenience for them as it is semi transparent. So, user can keep their most important and unavoidable events lists in Sheer Notes. Moreover, unlike other reminders which simply allow creating reminders, Sheer Notes also allows writing in different styles and fonts. Thus, Sheer Notes is an attractive software tool for users to use. With Sheer Notes, user is guaranteed that even by mistake no important commitment of them is ever forgotten. All these features are available for users in an extremely easy and simple interface. Moreover, users don’t have to even spend a single penny for this excellent software."; 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 = ''; } }