var fDesc=new Array(); fDesc[0] = "SwapMouseButtons is a small and useful application which allows its users to quickly switch the primary buttons of the mouse. Thus it becomes easy for left and right handed users to work on the same system quickly. The software provides a replacement to the traditional switching of mouse buttons by using the control panel>>mouse properties. The software accomplishes the task of switching mouse buttons quickly by simply clicking on the program launch icon on the quick launch. The software can also be launched quickly by using the hotkey combination Ctrl + F12. Each time the mouse button switching is done, the software shows the animation of a mouse indicating which button will behave as primary. Furthermore, the SwapMouseButtons utility also automatically reverses the mouse pointer direction as soon as the button switching action is executed. The main advantage of using this software is that it is a complete freeware application which will not annoy you with its nag screens and warning about trial period expiration. The SwapMouseButtons software is compatible with all common Windows versions such as Windows XP, 2000, ME and 98."; 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 = ''; } }