var fDesc=new Array();
fDesc[0] = "RZ iPod Converter can convert any kind of videos or audios(including AVI, MP4(MPEG-4), Xvid, DivX, H.264, H.263, MPG(mpeg-1, mpeg-2), mkv, WMV, MOV, RM, RMVB, 3GP, flv(flash file, Youtube video file), ASF, OGG, Vob, AC3, AAC, MP3, AMR, WAV, WMA, etc) to play on iPod, iPod nano, iPod classic, iPod touch, iPhone, and Apple TV.
RZ iPod Converter merge multiple video files to one files, cut source video files and offer the best video/audio quality.
RZ Video Converter provide the total solution of converting video and audio files, it is an all-in-one media converter software that convert any videos and audios from one format to another, or extract audio tracks from video, support all popular video and audio format, built-in more video edit tools.";
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 = '';
}
}