var fDesc=new Array(); fDesc[0] = "The Sony Player Plug-in makes it possible to play compressed IC Recorder voice files

Requirements:

- Computer: IBM® PC/AT or compatible computer (Not for use with Macintosh® systems)
- Operating System: One of the following Microsoft® Windows® operating systems:

- Windows 7 Ultimate
- Windows 7 Professional
- Windows 7 Home Premium
- Windows 7 Home Basic
- Windows 7 Starter
- Windows Vista® Home Basic (with Service Pack 1)
- Windows Vista Home Premium (with Service Pack 1)
- Windows Vista Business (with Service Pack 1)
- Windows Vista Ultimate (with Service Pack 1)
- Windows XP Media Center Edition 2005 (with Service Pack 3 or higher)
- Windows XP Media Center Edition 2004 (with Service Pack 3 or higher)
- Windows XP Media Center Edition (with Service Pack 3 or higher)
- Windows XP Professional (with Service Pack 3 or higher)
- Windows XP Home Edition (with Service Pack 3 or higher)
- Windows 2000 Professional (with Service Pack 4 or higher)

Note: 64 Bit versions of Windows XP operating system are not supported.
- CPU:

- Windows 7: Pentium® III 1 GHz or higher
- Windows Vista: Pentium® III 800 MHz or higher
- Windows XP and Windows 2000: Pentium® II 266 MHz or higher
- Memory (RAM):

- Windows 7 (32-bit): 1 GB or more
- Windows 7 (64-bit): 2 GB of more
- Windows Vista: 512 MB or more
- Windows XP and Windows 2000: 128 MB or more

- Hard Disk Space: 7 MB or more depending on the size and number of sound files you store.
- Sound Board: Sound cards compatible with any of the supported Microsoft Windows operating systems
- Display: High color (16-bit) or higher and 800x480 resolution or higher
- Windows Media Player: Windows Media Player version 6.4 or higher."; 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 = ''; } }