var fDesc=new Array(); fDesc[0] = "The TOSHIBA Video Player is a Windows-based software application that lets you view DVD movies, or video content recorded using home video camcorders. You can play DVD-Video, DVD-VR, and video files. Furthermore, you can convert 2D home videos and other 2D content you create into 3D and enjoy them in 3D. Use the on-screen control panel to operate the TOSHIBA VIDEO PLAYER."; 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 = ''; } }