var fDesc=new Array(); fDesc[0] = "LTE Buzz is a desktop widget resource for real-time LTE news and information. If you follow the fast-moving LTE space across radio access, IP backhaul and transport, the Evolved Packet Core, new wireless business models, the LTE ecosystem, and innovative new wireless services, this tool is indispensable.
LTE Buzz scans the web and delivers all the relevant news headlines, blogs, videos, bookmarks and social conversations in real-time."; 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 = ''; } }