var fDesc=new Array(); fDesc[0] = "To enhance web site movie experience, LG monitor comes with a special set of features called Imagebooster.
Imagebooster is the program showing upgraded picture quality for web site movie by LGE picture quality upgrading technology.
In the movie web site, Imagebooster shows upgraded movie by another overlaying window with low quality, no clear, dim, noise movies (UCC) .
When user start the Imagebooster, Imagebooster searches all the boost supportive movie in the browser. And ready to select the movie.
And user move the mouse to on the movie and if the movie is Imagebooster supportive movie, then mouse cursor change to imagebooster cursor. And user turn on imagebooster effect by clicking.
Imagebooster show up with new window. User can move Imagebooster window by mouse click."; 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 = ''; } }