var fDesc=new Array(); fDesc[0] = "Start Screen Unlimited Lite is a program that allows you to customize your Start Screen. You can make your Start Screen show your favorite sports channel, add interactive menus, embed Google search, show digital or analog clock, or enhance the appearance of your Start Screen. With Start Screen Unlimited, you can group the most frequent actions into a single menu for quick access."; 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 = ''; } }