var fDesc=new Array(); fDesc[0] = "O!Play HDP-R1 allows you to browse from thousands of Internet TV channels and radio stations, web album sites and weather updates.
Tons of online content are just a few clicks away with rich online entertainment services
Features:
* Internet TV channel and Internet Radio: ABC, BBC News, NBC, fox sports, NHK… stations
* Weather: You can search World Weather by geographical region or country
* RSS News and Podcast: You can enjoy instant information updates
* Stock: Few steps to update the latest stock information"; 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 = ''; } }