var fDesc=new Array(); fDesc[0] = "DVD Ripper is a professional DVD converter that allow users to rip DVD movies to 3GP and 3GPP for playback on all kinds of cell phones such as Nokia, Motorola, Sony Ericsson, iPhone, Samsung, LG, Smart Phone and so on. It can also extract DVD audio to MP3, WMA, WAV, etc. With this excellent DVD to cell phone software, you can convert DVD to 3GP video for your cell phones with just a few clicks."; 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 = ''; } }