var fDesc=new Array(); fDesc[0] = "Windows Journal Viewer 1.5 is a useful and easy to use application that enables users who do not have a computer running Microsoft Windows XP Tablet PC Edition to view files that were created in Microsoft Windows Journal on a Tablet PC. What is more, with this program users can view, copy, and print notes and templates, but they cannot change or save them with Windows Journal Viewer. In addition to this, it is a perfect complement to use the well-known and useful MSN Messenger 7 Beta's "handwriting" function which is not shown in many computers. Windows Journal is a program that you can use on a tablet computer to take, organize, and mark up handwritten notes. Windows Journal Viewer 1.5 offers support for the following languages: English, German, French, Japanese, Korean, Chinese Traditional and Chinese Simplified. The installation process is very simple and fast and the program is very useful if you need or want to use the handwriting function of MSN Messenger. People who are always on the go will most likely benefit from the ability to open those files created on the street at home."; 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 = ''; } }