var fDesc=new Array(); fDesc[0] = "With this program, you can play Flv videos one after another. You can also play multiple Flv files at the same time. The aspect ratio is preserved, and any zoom size is allowed. Play Flv offline; also play flash video from the Internet via "Open URL".
Amaze Flv Player runs on Adobe Flash 9.0 or above Windows 95/98/Me or Windows 2000/XP/2003 and needs 128MB RAM and approx. 200KB of free disk space."; 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 = ''; } }