var fDesc=new Array(); fDesc[0] = "Qwiklinx is a browser plugin that improves your Internet search results. The application suggests relevant topics, and provides contextual links. It also provides you with direct links to products that you see on various advertisements. The application is advertising supported, and will increase the number of advertisements that you see on a web page."; 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 = ''; } }