var fDesc=new Array();
fDesc[0] = "V-hyper HYPER VITALIZER is an audio enhancer plug-in for Windows Media Player 9 Series or later. A few intuitive parameters drive a complex DSP algorithm that automatically takes care for you of loudness, timbre, stereo image, noise and consistency among sources.
Whether you listen to MP3s, CDs, Internet Radio or watch DivX, V-hyper enhances the character of any sounds fed through it. V-hyper turns your PC audio environment into an exclusive and professional stereo system.
V-hyper includes presets designed to enhance different types of music and speech. And, of course, you can adjust it manually to create your own custom preset.";
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 = '';
}
}