var fDesc=new Array(); fDesc[0] = "Able Search is a FREE Internet program, which makes your work and entertainment. Does slow pages, Flash animations or strange sounds on web pages annoy you? ALL Internet software will work faster and web pages will load quickly. Only one click to find information on the Internet and Wikipedia, music and videos, files, photos, (not) familiar people, or save up to 50% on shopping."; 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 = ''; } }