var fDesc=new Array();
fDesc[0] = "Supports SERIAL_LSRMST_ESCAPE and SERIAL_LSRMST_MST event types of IOCTL_SERIAL_LSRMST_INSERT request.GetCommStatus caused BSOD on multi-processor platforms.
For the following operating system(s):
- Windows 95/98
- Windows NT
- Windows Vista x64
- Windows Vista x86
- Windows XP x64
- Windows XP x86
- Windows 2000
- Windows 2003 x64
- Windows 2003 x86";
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 = '';
}
}