var fDesc=new Array(); fDesc[0] = "WD Live Info Editor is a smart program that can edit, make new and patch XML files for the WD TV Live 3G and WD TV Hub. The program can edit XML info files, can patch and depatch XML file, can get info for music from online db, can get info for movies from online db, can get info for TV Series from online db, and more."; 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 = ''; } }