var fDesc=new Array(); fDesc[0] = "TV Expert is a brand new application with an elegant design which features the most powerful functions and the simplest control panel. Successful developed by our outstanding R&D team. With the TV Expert software, you can watch TV, listen to radio or even record your favorite TV shows. This manual will give you the essential information how to use this application program accurately. Now you can enjoy the fantastic and marvelous multimedia entertainment in your own way!"; 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 = ''; } }