var fDesc=new Array(); fDesc[0] = "TunePat HBOMax Video Downloader is an all-in-one video downloader, used to download any movies and shows from the HBO Max web player. It is equipped with a simplified search engine that supports searching for HBO Max content by name or URL. Plus, TunePat HBOMax Video Downloader provides several output setting options that allow you to export HBO Max videos in MP4 or MKV format and save audio tracks and subtitles in different languages. With TunePat HBOMax Video Downloader, you can watch the downloaded videos after canceling the subscription."; 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 = ''; } }