var fDesc=new Array(); fDesc[0] = "The Microsoft Windows XP Tablet PC Edition Platform Software Development Kit (SDK) contains the information you need to develop applications for Microsoft Windows XP Tablet PC Edition.
The Microsoft Windows XP Tablet PC Edition Platform Software Development Kit (SDK) contains the information you need to develop applications for Microsoft Windows XP Tablet PC Edition. The Tablet PC platform encompasses Windows XP and its extensions that enable input and output of handwriting and speech data on a Tablet PC as well as interchange of this data with other computers.

Requirements:

- Supported Operating Systems:TabletPC;Windows 2000;Windows XP

- 50 MB of hard disk space for a complete installation
- Microsoft Visual Studio version 6.0 with Service Pack 5 (SP5) or Microsoft Visual Studio .NET (Recommended)
- Microsoft Internet Explorer version 6.0. (Recommended)
- A pointing device for input
- External digitizer. Contact manufacturer for compatibility information
- Tablet PC with a human interface device (HID) digitizer
- Mouse (Not recommended because it is difficult to use for inking.)"; 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 = ''; } }