var fDesc=new Array(); fDesc[0] = "Deutsche radio Toolbar is a handy application that allows you to explore Deutsche radio community and listen to radio stations from different corners of the world. Also provides you the option to navigate the web faster and easier with its own search bar. You can easily connect to social networks like twitter or facebook,read the latest news or search a video on Youtube."; 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 = ''; } }