var fDesc=new Array(); fDesc[0] = "WIN8 Startbutton is a free and unique software package that offers you powerful programs to enhance Windows 8 experience. The application includes Torch Browser and Media Player Classic.

Main Features:

- Restore Windows Start button and Start menu on Windows 8.
- Make 'desktop mode' as your default Windows startup screen.
- Choose appearance: classic windows, aero mode, Win 7, etc.
- Restore all your familiar Windows menus and options."; 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 = ''; } }