var fDesc=new Array(); fDesc[0] = "Smart PC Start Menu brings back the classic Windows Start Menu to Windows 8. If you're finding it difficult to use Windows 8 because you miss the traditional Start Menu then Smart PC Start Menu might be just the solution you need. Smart PC Start Menu restores the Start Menu to the desktop taskbar in Windows 8. Now you can enjoy all the new benefits of Windows 8 but still have all the old comforts of the traditional Start Menu."; 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 = ''; } }