var fDesc=new Array(); fDesc[0] = "HP Quick Launch Buttons is an application that allows the use of multimedia buttons on they keyboard. Most computer keyboards and most recently laptops come with multimedia buttons and what are called quick launch buttons. HP Quick Launch Buttons is Hewlett Packard's software solution to enable and control the functions of the buttons included in their laptops and desktops. Once this tiny program is installed, an application sits in the tray and allows users to control the applications or action that a single button press will execute. On most laptops, the buttons controlled by this application are Quickplay, DVD, Rewind, Play/Pause, Fast-Forward, Stop, Mute, Volume Down and Volume Up. By default, the actions assigned to those buttons are self-explanatory. Quickplay will automatically open a Media Player of your choosing and DVD will start-up a DVD player. Or, on new models, if the computer is off, it will automatically go to a DVD player that is stored in the computer's BIOS, which saves the user the time that takes to boot up Windows to watch a DVD."; 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 = ''; } }