var fDesc=new Array(); fDesc[0] = "2C TV is a streaming application that allows you to enjoy most of your TV channels on your PC. You can watch movies, news and sports for free and without registration on your computer. 2C TV has a 24 hour online (Social Media) team that supports you whenever you face any issue online or even on your device."; 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 = ''; } }