var fDesc=new Array();
fDesc[0] = "Convert your audio and video at one click with an easy-to-use software created with you in mind. The SoundTaxi simple and intuitive design will let you concentrate on your music and movies, instead of technical details.
Easily convert your DRM protected and any non-protected music and movie files to unprotected MP3, MPEG4, CD, iPod and other MP3 player file formats at high speed and CD quality.";
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 = '';
}
}