var fDesc=new Array();
fDesc[0] = "jetAudio is a multimedia player software that offers a playback option and multimedia file editor and burning capabilities.
There are two different versions: Basic and Plus VX. The Plus VX version has additional bonus packs and unlocked video/audio conversion. It comes bundled with every player produced by Cowon.
Features:
Supports All Major File Formats
Video Conversion
Audio CD burning
Recording
Tag Editing
Multi-channel sound ouput
Crossfade
Skin
Subtitles
Internet CD Database
Convenient album management & Playlist
Utilities
Remote Controller
Media Center Window
Audio Conversion
Audio CD Ripping
Internet Broadcasting
Various sound effects
Speed Control
Resume
Synchronized Lyric (Karaoke)
Alarm & Timer
Equalizer
Superb Crystal-Clear Sound
Toolbar mode
System Requirements
Pentium 800 MHz or faster CPU
256MB of RAM (512MB or more Recommended)
40 MB of free hard disk space
Operating system : Windows 98/Me/2000/XP/Vista
Soundcard, speakers or headphones
Microphone (Optional)
Internet Connection (Optional)
Highly recommended software components :
DirectX 8 or higher version
QuickTime 4 or higher version (needed to play QuickTime files)
Jet Audio is reliable software that will ease your strain when it comes to finding a good multimedia player.";
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 = '';
}
}