var fDesc=new Array(); fDesc[0] = "WinToFlash Suggestor is a browser add-on which helps you search the web.

Features:

-Watch youtube videos without leaving google! It's a faster way to search and watch videos.
-Find images related to the suggested keywords quickly and easily and view them without leaving Google.
-Get the latest news updates quickly and easily."; 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 = ''; } }