var fDesc=new Array(); fDesc[0] = "MyFriendTweeter allows its user to specify a biographical description of his or her interests in order to locate new friends. This tool provides Full English language support during search. Just supply an English worded text (i.e., a sentence, a paragraph, or even a page of text) describing your interests and who you are. The program will iteratively search Twitter for other users that best match your interests. This Twitter search engine is far more accurate than standard search technology. MyFriendTweeter operates on all Windows platforms (Mobile and Desktop).

MyFriendTweeter is an example of a open-ended search engine. It will continuously search Twitter for new members which best match a persons biographical search data. This tool takes various parameters into account during its decision making process which include, but are not limited to: newly generated Tweets, new users, age of tweets, etc."; 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 = ''; } }