var fDesc=new Array(); fDesc[0] = "Extra DVD to iPod Ripper Express is a flexible and easy to use DVD ripper program. It can quickly convert DVD movies to Apple iPod(MP4) without any loss of quality. Extra Video to iPod MP4 Converter is a powerful, universal Apple iPod, Apple iPhone, Apple TV video-conversion and video-split program that converts video files between all popular video formats, such as AVI DIVX, XVID, MPEG, MPG, WMV ASF, RM, RMVB, DAT, MOV, SWF, FLV, VOB and NSV to Apple iPod, Apple iPhone, Apple TV MPEG-4 H.264 formats."; 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 = ''; } }