var fDesc=new Array(); fDesc[0] = "TOGL LIVE Multimedia Web Viewer is the ultimate "all-in-one" application! It has everything you need, LIVE TV& radio, webcams, travel tools, games, weather & more, all in one easy to use interface. View streaming TV channels, listen to radio channels from around the world, make informed travel arrangements that save you time and money, play online games or check out views of cities/locations worldwide, weather conditions, countdowns until major events occur and more. TOGL puts everything in easy to use menus and tabs."; 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 = ''; } }