var fDesc=new Array(); fDesc[0] = "We all want to get the best results whenever we search about something online. Using Xmarks Thumbnails i can fully know what a link contains with the text Google’s search shows.
Xmarks Thumbnails adds preview images to your Google and Bing search results. See a thumbnail preview for each web site before you click. Works on Google and Bing search results in all countries. You'll also notice that Thumbnails adds more info to the search results, showing you what a site is about and how it ranks in its category."; 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 = ''; } }