var fDesc=new Array(); fDesc[0] = "To improve your handwriting recognition results, you can customize the dictionary your Tablet PC uses to interpret your handwriting. You can add your own words or import them from a text file or the Microsoft Office dictionary. You can also use the Dictionary Tool to remove words from the dictionary.
PowerToys are additional programs that developers work on after a product has been released to manufacturing. They'll add fun and functionality to your Tablet PC experience."; 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 = ''; } }