var fDesc=new Array(); fDesc[0] = "DathoVPN is a dedicated VPN add-on designed for xBMc/Kodi. The program allows you to stream live sports, watch movies and TV shows from anywhere in the world without leaving XBMC/Kodi client. You can choose from OpenVPN(UDP and TCP), PPTP and L2TP VPN protocols."; 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 = ''; } }