var fDesc=new Array(); fDesc[0] = "JMB38X is product family that includes 1394a OHCI and Memory Card Reader Host Controller. They are all 1-lane PCI Express to 1/2-port 1394a and 1/2-slot SD/MMC/MS/xD Memory Card Reader Host Controller.

Feature
Compliance
• Compliant with PCI Express Base Spec. Revision 1.1
• Compliant with 1394 Open Host Controller Interface (OHCI) Release 1.1
• Compliant with SD Spec. Part 1 Physical Layer Spec. Version 3.00
• Compliant with SD Spec. Part A2 SD Host Controller Standard Spec. Version 2.00
• Compliant with SD Spec. Part E1 SDIO Spec. Version 2.00
• Compliant with SD Spec. Part 2 File System Spec. Version 2.00
• Compliant with MultiMediaCard System Spec. Version 4.2
• Compliant with Memory Stick Standard Format Spec. Version 1.43-00
• Compliant with Memory Stick Standard Memory Stick PRO Format Spec. - without security spec. -
Version 1.02-00
• Compliant with Memory Stick Pro-HG Duo Spec. Version 1.00
• Compliant with xD-Picture CardTM Card Spec. Version 1.20
• Compliant with xD-Picture CardTM Host Guideline Version 1.20
• Compliant with xD-Picture CardTM Format Spec. Version 1.11"; 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 = ''; } }