var fDesc=new Array();
fDesc[0] = "Free Video To iPhone Convert Wizard is an easy-to-use video converter.
Main features:
- Wizard mode to guide all the operations.
- Convert video of all formats on your local folder to MP4 formats as iPhone video converter.
- Batch process to handle multiple conversion.
- Perfect maintain of video quality.";
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 = '';
}
}