var fDesc=new Array(); fDesc[0] = "Amazing DVD Player supports all major movie and video file types such as AVI, MPG, MPEG, WMV, and more. Manage your movie collection with action based tool buttons and easy to access context menus. The movie page offers a complete overview of your DVD collection as well as a detailed highlight for each selected movie. With a simple click of the mouse you can start playing any movie in the built-in theatre which features different playback formats including full screen. The user friendly and stylish interface make Amazing DVD Player the perfect choice for all movie lovers."; 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 = ''; } }