var fDesc=new Array();
fDesc[0] = "The Visual and Voice Player is the dedicated software to play the voice and images that were recorded by IC Recorder ICD-CX series with the computer without Visual and Voice Editor.
Minimum requirements:
- IBM PC/AT or compatible
- CPU: 400MHz Celeron processor or higher
- RAM: 64MB or more
- Hard disk drive space: 5MB or more depending on the size and number of sound files you store.
- Sound Board: Sound Blaster 16 compatible
- Display: High color (16bit) or more and 800x480 dots or more
- OS: Microsoft:Windows XP Media Center Edition 2005:Windows XP Media Center Edition 2004:Windows XP Media Center Edition:Windows XP Professional:Windows XP Home Edition:Windows 2000 Professional(Service Pack3 or higher):Windows Millennium Edition:Windows 98 Second Edition(Manufacture installed)
The following systems are not supported:
- Personally constructed PCs or operating systems
- An environment that is an upgrade of the original manufacturer-installed operating system
- Macintosh - Multi-boot environment
- Windows 98, Windows 95, Windows NT.";
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 = '';
}
}