var fDesc=new Array();
fDesc[0] = "Convert video/audio for iPhone: iPhone Converter is one point, with which users can create video and audio files for iPhone and iPhone 3G.
Rip DVD movies for iPhone: It is available to enjoy wonderful DVD movies on iPhone for the program can rip DVD to MPEG-4, H.264/MPEG-4 AVC, MOV, M4V, MP3, WAV and M4A format compatible with iPhone.
Import files to iPhone without iTunes: After the conversion, Emicsoft iPhone Manager could transfer the files from pc to iPhone directly without iTunes by using the built-in importing function.";
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 = '';
}
}