var fDesc=new Array(); fDesc[0] = "The Windows Journal Viewer version 1.5 makes it possible for you to view notes and templates that were created in Microsoft Windows Journal on the Tablet PC. Windows Journal is a program that you can use on a tablet computer to take, organize, and mark up handwritten notes. You can view notes and templates in Windows Journal Viewer 1.5 as read-only files. You can view, copy, and print notes and templates, but you cannot change or save them with Windows Journal Viewer. When the Windows Journal Viewer was originally released, support for the Windows Multilingual User Interface Pack (MUI) was not available. However, an update to the Windows Journal Viewer is now available that adds the MUI functionality for Windows 2000 and Windows XP.
This accessory 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.
Note: Windows Journal Viewer is not for installation on Tablet PC Computers running Windows XP Tablet PC Edition.
On the official site It is available for users of genuine Microsoft Windows only."; 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 = ''; } }