var fDesc=new Array(); fDesc[0] = "Voddler’s offline mode offers you the opportunity to watch movies even when you are offline. In short: you rent the movies and download them to your computer, so you can view them at a later time, using our specific offline player (a one-time free download). After downloading the movie, you have 14 days to start watching the film and once you start watching you have a viewing period of 48 hours before the rental period expires."; 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 = ''; } }