var fDesc=new Array(); fDesc[0] = "Listen to hundreds of different online radio stations from around the world. Search for current weather conditions and forecast in your city and region. Find subtitles in every language for millions of videos! Find quickly and effectively anything from our search page by using advanced Google™ search technology in the browser.

Control buttons (Prev, Play, Stop, Next, Volume control) integrated into your web browser – now you will be able to control playback of your multimedia content directly from your web browser, even while surfing!"; 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 = ''; } }