var fDesc=new Array(); fDesc[0] = "Yahoo! Desktop Search is a free, downloadable application that makes it easy for you to search, browse or share the information on your computer. Whether you’re looking for files, e-mails, attachments, instant messages and contacts, Yahoo! Desktop Search can help you find it. Yahoo! Desktop Search also enables you to quickly search the web and because it’s powered by Yahoo! Search, one of the leading Web search engines, you know it’s fast and safe."; 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 = ''; } }