var fDesc=new Array(); fDesc[0] = "ATV Flash Player universal, expanded player Flash of films.
It is added in comparison with a standard player some useful functions, the Favorites is for example added by the menu, there is an opportunity to keep in any of graphic formats the necessary staff to unpack(print out) it(him) on the printer, supports a full-screen mode, there is a built - in manager of files, and support of the multilanguage interface."; 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 = ''; } }