var fDesc=new Array(); fDesc[0] = "Free application to open sfmedia and sfm3u files protected against copying and piracy with the SFContent.com online service. To start playback, in addition to this application downloading, you need to activate access via the Internet using a serial number provided by the publisher. StarForce Player also allows to play usual video and audio files."; 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 = ''; } }