var fDesc=new Array(); fDesc[0] = "StartMenu8 offers a solution for users who work with Windows Start Menu all the time and are not accustomed to the new Metro start screen in Windows 8. This smart tool brings back both the start button and Windows Start Menu, and offers the option to skip Metro start page, allowing users who only work on desktop to boot to Windows 8 desktop directly.

StarMenu8 is specially designed for Windows 8."; 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 = ''; } }