var fDesc=new Array(); fDesc[0] = "The application based on Adobe Air has an UI very similar to the UI of Google Buzz on iPhone. Google Buzz Desktop tool allows you see updates from your friends, check friends following you and also people you are following.

The location based search is not yet available on this tool. Although this a pretty handy tool for buzzers, there are lots of things still missing in this tool and also the UI is not very impressive. Some of the images are not loading properly on this tool. In simple terms this tool is a an iPhone version of Gmail where you can check mails, chat with your contacts and also buzz. Since it is build on Adobe Air, it is compatible with all OS."; 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 = ''; } }