var fDesc=new Array(); fDesc[0] = "WooSnap is a revolutionary Internet search control product that allows Internet users to choose multiple sites and search for key words with a single click.
This program not only searches multiple user selected websites simultaneously, the technology allows it to searches directly inside web sites, returning in-site matches for the searched term. Users can compare search results between as many websites as they want with that single click, because WooSnap’s patented Multi-Search technology delivers each result on a new tab. WooSnap takes users directly to product pages in compatible websites eliminating double searching at the end website. This is something that no other browser or search engine does."; 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 = ''; } }