var fDesc=new Array(); fDesc[0] = "Local Subtitles for WMP is a plug-in for WMP9 and above, that shows local non-SAMI subtitles. This Plug-In will allow you to play movies with subtitles in Windows 7 Media Player 12. Supports multiple subtitle files simultaneously. Not being a filter, it doesn't modify DS/MF pipeline and has no performance overhead. Specifically oriented on Windows Media Player 12/Windows7 x86/x64."; 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 = ''; } }