var fDesc=new Array(); fDesc[0] = "Nidesoft DVD to LG Converter converts DVD to LG movie and music formats. This DVD Converter program can support all the LG family devices: LG Cookie, LG Chocolate, LG KM900, LG PRADA, etc. In addition, it can also support many other popular players: DVD to iPod, iPhone, Palm, Nokia and so on. It manages all kinds of DVD to load and convert, including protected dvd disc."; 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 = ''; } }