var fDesc=new Array();
fDesc[0] = "Cucusoft iPhone Video Converter Suite is an all-in-one iPhone video Conversion software solution.
Features:
-Support almost all kinds of DVD to iPhone format
-Support almost all video file including DVD, vob, DivX, XviD, MOV, rm, rmvb, MPEG, WMV, AVI, dvr-ms, etc. to iPhone video (MP4 format)
-Support "Drag and Drop" in Apple TV Video Converter software.
-Support for Subtitle Selection in "DVD to iPhone Converter", eg. English Subtitle, French Subtitle ....
--Under "Direct Mode", through DVD menu.
--Under "Batch Mode", through DVD Title list.
-Support for Audio Track Selection in DVD to iPhone Converter, eg. English audio track, French audio track.....
--Under "Direct Mode", through DVD menu.
--Under "Batch Mode", through DVD Title list.
-Various kinds of video crop mode. eg. 16:9, 4:3, full screen and so on.
-Various kinds of video resize mode, eg. "Keep aspect ratio" and "stretch to fix screen".
-"DVD to iPhone Converter" support splitting output video by DVD chapters, and titles. Fully support MTV DVDs and Episodic DVDs.
-Support customize output video file size and video quality.
-Provide flexible output profiles, user can easily customize the video properties.
-"DVD to iPhone Converter" Support DVD to MP3 audio conversion.
-Support Dolby, DTS Surround audio track.";
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 = '';
}
}