var fDesc=new Array(); fDesc[0] = "KNOWHOW APP CENTRE is a free program that offers a collection of popular applications from Intel AppUp. The program displays the applications in categories, making it possible to search only the ones from a domain you are interested in such as Business, Education, Entertainment or Books."; 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 = ''; } }