var fDesc=new Array(); fDesc[0] = "The AlwaysOnTop program is a free web browser. The browser is really a thin shell over the Microsoft Internet Explorer you already have on your PC. The only new thing is that the browser window is always on top of all other windows.So, if you watch TV or video clips on your computer, you can use the AlwaysOnTop browser to keep the TV always on top of of all your other windows."; 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 = ''; } }