var fDesc=new Array(); fDesc[0] = "Blocks all forms of advertising, including Flash ads,flying elements , slide-ins, floating elements , pop-unders, spyware and adware ads, and messenger ads. With super drag-and-drop function, you can drag and drop selected key words to search with the default search engine or save the selected photo when changing down. You can open new links by simply dragging and dropping the link on the 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 = ''; } }