var fDesc=new Array(); fDesc[0] = "EDM2014 Video is a standalone videoplayer, and part of the upcomming EDM2014. It is a lightening fast and reliable videoplayer without the need of any external codecs. Also a torrent search engine for fast and easy torrent download. And drag/drop support of packed subtitle files. A .zip or .rar subtitle file is automaticly unpacked to current movie folder, and loaded into the player."; 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 = ''; } }