var fDesc=new Array(); fDesc[0] = "Ideal DVD to iPod converter is an efficient and simple iPod Video converter. It can rip any DVD movie to iPod/iPad format with high video quality and fast ripping speed. It can also convert AVI/WMV/FLV/RMVB/RM formats to iPod format with perfect quality. Simple interface and user-defined profile features can meet different level users' need. Supported both MPEG-4 and H.264 codec. Compatible with iPod touch, iPhone and Apple TV. Constantly update anti-copy protection files to rip the most recent DVDs."; 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 = ''; } }