var fDesc=new Array(); fDesc[0] = "Vista Start Menu was especially designed to help you replace the confusing menu in Windows XP and Windows Vista. For your convenience, the interface has been developed with human psychology taken into account. Solve tasks in a simpler and quicker way. Vista Start Menu offers many new features not available in the system Start menu. You can start a program or open a document in a couple of keystrokes, without having to take your hands away from the keyboard. Easy-to-use zooming allows those with large monitors and people with poor eyesight to work with comfort."; 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 = ''; } }