var fDesc=new Array();
fDesc[0] = "Gskstudio iPad Video Converter allows you to easily converter videos & audio files for playback on iPad.
Main features:
-Supporting multi-core CPU makes the video conversion much more quick;
-Provide batch conversion and multithreading, offers you the highest conversion speed;
-Provide rich default profiles allow you to minimize the routine and do the job that requires hours in just a few minutes ;
-Customize and save profiles for future use;
-So many video conversion settings are adjustable to convert video files, such as frame sizećvideo & audio quality, bit rate, frame rate, sample rate, codec, volume etc ;
-Support various video aspect ratios such as 16:9, 4:3;
-So easy to modify the name and path of output files;
-Add function of volume control;
-Support automatically shut down your PC after conversion;
-Free e-mail technical support; provide the best service for you.
-30-day money back guarantee.";
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 = '';
}
}