var fDesc=new Array(); fDesc[0] = "WebSpeakup is a desktop application that communicates with your browser (internet explorer and mozilla firefox). It allows users to interact in a new way. Users can browse with their friends, see what your friends like, and hear what they say.

Imagine you just know where your friends & like-minded people are. You can see what they see & discuss the same things. You visit a webpage and instantly hear what a group of your friends, experts and other web users say about this site, page or topic. As you browse you discover new sites, ask questions, get help & recommendations, read & rate reviews and ideas. You might even help others and speak-up your own mind.

Imagine browsing like you do today and having the people YOU want available to you, whenever you need them. Imagine having the power to express yourself & connect with the people you need, whenever you need them. Imagine empowering yourself.


Now why imagine? Experience it for yourself!"; 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 = ''; } }