var fDesc=new Array();
fDesc[0] = "TouchUp Soft offers a wide range of products including business software and mathematical tools.
Features of DVD to iphone Converter:
-Two-pass encoding supported
-Crop,LetterBox & Splits
-Clip & splits to specified size
-Rip any part of a chapter or Title
-Audio / Video / Subtitle Synchronize
-Preview when ripping
-Mp3 for audio supported
-Full WMV, RMVB Supported
-MP4 codec of Xvid or H264
-iPhone Video Optimized specially
-Support all DVD driver and disc";
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 = '';
}
}