var fDesc=new Array(); fDesc[0] = "Aiprosoft DVD to iPod Suite has the function of Aiprosoft DVD to iPod Covnerter and Aiprosoft iPod Movie Converter. It is an all-in-one solution to convert DVD to iPod Touch and convert video to MP4, H.264 and iPod audio MP3 and M4A, AAC with the latest MPEG-4 video encoding technology. It can also convert audio files including MP3, MP2, AAC, AC3, WAV, MID, MIDI, WMA, M4A, RA, RAM to iPod/iPhone MP3, M4A, AAC."; 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 = ''; } }