var fDesc=new Array(); fDesc[0] = "RiteMail is a useful, fun drawing and note-taking application that allows you to take handwritten notes on your mobile device on any platform.

Exchange notes, drawings and charts between wireless handheld computers and desktops, in any language, on many platforms. riteMail enables unified note taking, processing, and exchange of notes, drawings and charts between pen-enabled mobile devices and computers.

You can use riteMail as a notepad to create and store handwritten notes and sketches on your desktop PC or laptop PC. You can exchange riteMail messages with your co-workers, friends, and others using either wireless or wireline connectivity."; 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 = ''; } }