var fDesc=new Array();
fDesc[0] = "Super iPod Video Converter is a professional video to iPod converter software. Its standards-based encoding algorithm ensures that the videos you create have best quality, and video conversion has never been easier or more cost-effective. Its conversion speed is 3 times of the playback speed, even faster than real-time.
Key features of Super iPod Video Converter:
-Highest speed: conversion speed is 3 times of the playback speed.
-Support all popular video formats (see the diagram below): convert almost all digital video files (AVI, MPG, MPEG, ASF, WMV, MOV, 3GP, AMR, FLV, FLIC, SWF, RM, RMVB etc.) into an iPod-ready format.
- Best quality: the support for the latest industry standards ensures the videos you create with best picture and audio quality.
-Super easy to use: as simple as a few clicks.
-Full format setting: support various kinds of video crop mode. eg. 16:9, 4:3, full screen and so on.
-User-friendly setting: you may stop anywhere you want and the result is playable.
-Hardware auto-detect: Automatically detect your hardware and decide the best converting speed.
-Preview display: you can see the converting progress in preview window.";
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 = '';
}
}