var fDesc=new Array(); fDesc[0] = "Play and manage your DVD and DivX collection with this action packed DVD and DivX Player. Action DVD & DivX Player supports all major movie and video file types such as AVI, MPG, MPEG, WMV, DIVX, and XVID. 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 and DivX 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."; 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 = ''; } }