var fDesc=new Array(); fDesc[1] = "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."; fDesc[2] = "from the preferences window (WinAMP, DirectShow, Avi Synth, and Global Keys). Now, there are many different interface skins ready to be downloaded individually from the developer's site."; fDesc[3] = "keyboard as accurately as possible. The game is pretty much a port of games like Guitar Hero and Rock Band, but for the PC, Mac and Linux. That is one of its greatest features: that no matter what computer you have, you can play it."; fDesc[4] = "for keyboard,create hotkeys for any application ,it means you can run any application using any two or desired key combination.AutoHotKey can create hotkeys for every input device like keyboard,mouse,joystic k or any hand held remote controls."; fDesc[5] = "music, dancing with your fingers, tapping on the keyboard movement keys. Using the beatbox feature you can record your own music to use it later to play the game with it."; fDesc[6] = "using your PC keyboard or mouse without the requirement of a conventional Piano."; fDesc[7] = "into a keyboard allowing you to play musical notes, chords and drums. The interface can be greatly improved, just a tip for future versions. Very hard to play piano from the computer keyboard and it’s very natural since they weren’t designed to do that."; fDesc[8] = "virtually convert your computer into a keyboard allowing you to play musical notes, chords and drums. The interface can be greatly improved, just a tip for future versions. Very hard to play piano from the computer keyboard and it’s very natural since they weren’t designed to do that."; fDesc[9] = "graphics. ILeap supports all the Indian languages like Punjabi, Hindi, Assamese, Bengali, Gujarati, Malayalam, Tamil, Sanskrit, Oriya, Marathi and Telugu. ILeap shows an on screen keyboard to help the user in easily typing in other languages besides English."; fDesc[10] = "each keyboard key. You can specify keys and related sounds by yourself, thus modifying any existing scheme or creating a new one. The program will help you to get many other schemes, as it provides the option to download new schemes from its home page."; fDesc[11] = "Microsoft doesn't support. Using Microsoft Keyboard Layout Creator, you can create your own custom keyboard layouts that can be accessed by simple keystrokes."; fDesc[12] = "allowing you to play musical notes, chords and drums. The interface can be greatly improved, just a tip for future versions. Very hard to play piano from the computer keyboard and it’s very natural since they weren’t designed to do that."; fDesc[13] = "or to write text. You can, for example, create a keyboard shortcut to write your email address, or your complete name, or your Social Security number. This program works under Word, Excel, and every Internet browser."; fDesc[14] = "new hotkey you have to right click on the particular key. Then it will display a popup from which you have to select hotkey wizard option. Now by browsing from command line or selecting from tool options you will add new hotkey."; fDesc[15] = "keyboard connected to your computer. You can control each and every aspect of your music such as Pitch Wheel and Modulation Wheel. The inbuilt chord editor allows you to play entire chord with just one note."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }