var fDesc=new Array(); fDesc[0] = "Basically, this is a Multimedia Player for playing, primarily, DiVX Movies, but technically almost any video format. GDiVX Now Has PLAYLISTS! Along with many other updates, including bug fixes, updated code, Support for Multitrack VCDs, Support for more VCD formats, code optomisation, less cpu use, better subtitle support, including Subtitles in Fullscreen mode, and much more."; 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 = ''; } }