var fDesc=new Array(); fDesc[0] = "RightNote allows you to store and access information securely. Each RightNote notebook consists of any number of pages and each page contains its own hierarchical tree of notes. Each note can be one of several different note types including word processing, spreadsheet, and source code. Synchronization with Evernote allows you to access your notes from any place through Internet.

RightNote is available in Standard and Professional variants."; 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 = ''; } }