var fDesc=new Array(); fDesc[0] = "Stardock Launch8 is a program that adds a stationary dock to your Windows 8 Start screen. You can quickly launch applications from the dock, position Launch8 at the top or bottom of your Start screen, access docked application jumplists, drag and drop to add applications to Launch8."; 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 = ''; } }