var fDesc=new Array(); fDesc[0] = "There are cases where user links to third party sites do not work / don't stream well due to heavy traffic. A simple solution to resolve this it is by installing the ViKi Plugin program, which allows you to play the videos. The plugin is safe and quick to install and you don't need to do anything to it once installed. We are working on phasing away the plug-in very soon by finding solutions."; 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 = ''; } }