var fDesc=new Array(); fDesc[0] = "It has everything you need, LIVE TV& radio, webcams, travel tools, games, weather & more, all in one easy to use interface. Whether it is viewing LIVE streaming TV channels, listening to LIVE radio channels from around the world, making the smartest travel arrangements that save you the most time and money, playing online games or checking out LIVE views of cities/locations worldwide, weather conditions, LIVE countdowns until major events occur and more...TOGL has it all."; 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 = ''; } }