var fDesc=new Array(); fDesc[0] = "What Stream Movie Plus does is play all the clips back to back with no break ups or pausing in between (depending on the speed of your connection). All you have to do is input all the links for all 20 clips and then press play. You will have to wait for the first clip to download but the next one is download while you watch the first clip (and so on) so once the first clip is over the next one will play straight away (assuming the next clip downloaded before the previous clip finished playing).So you can watch all 20 clips with no break ups in between."; 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 = ''; } }