var fDesc=new Array(); fDesc[0] = "Enter a search, and FORCE will automatically provide you a list of related searches to explore, if you wish.
This service, provided by Yahoo! allows you to tap into the collective brain of millions of people for inspiration pointing to great content similar to your search request.
No more wondering if you've entered the best keywords for your search."; 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 = ''; } }