var fDesc=new Array(); fDesc[0] = "HotKey Manager is a Windows utility for shortcuts creation and customization. Using shortcuts you can optimize a number of keyboard and mouse movements and quickly access your applications and settings. With the help of HotKey Manager you can greatly speed up your rate of work. Pressing hot keys you can paste frequently used text, launch applications, open folders, favourite web-pages, dial-up connections, quickly change sound volumes. HotKey Manager allows you to make shortcuts sequences so that the number of shortcuts available is very large. HotKey Manager is a must for your performance optimization. You can stop making the unnecessary movements of mouse over and over again with the help of one combination. You control the sound without switching off or minimizing your favourite games or business window. Without difficulty type the same text time and again only pressing two or more buttons, manage and fully control the playing process of CD tracks. You fasten your work launching the application on key press or opening your favourite web pages without searching it in the web pages bookmarks."; 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 = ''; } }