var fDesc=new Array(); fDesc[0] = "Mouse Sensitivity Exporter is a tool made to help you quantize your mouse sensitivity inside any game and on any platform (for the moment only Windows and Linux) in a reliable way, whatever is your OS, hardware mouse, mouse settings of your OS, mouse frequency or game you play. With this method, you will always be able to do a backup of / export your sensitivity to any other game.

This software was originally made for the game OpenArena which is based on Quake 3 Arena engine by ID Software, but it can theoretically be used for any other game or software"; 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 = ''; } }