var fDesc=new Array(); fDesc[0] = "A program which is capable of playing partially downloaded AVI movies. To make it unique, it is capable of playing files which are in the stage of downloading.
Key Benefits

Preview AVI, divX, MPG, MPEG and VideoCD files without interruption of the download process
Uses standard DirectX framework - no additional software needed
Very simple interface
Does not change the original video file in any way
Tested extensively with P2P and FTP software
It is Free!"; 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 = ''; } }