<!--Keyboard navigation script
<!-- Begin
var key = new Array();  // Define the keys below
key['1'] = "team.htm";
key['0'] = "index.htm";
key['p'] = "production.htm";
function getKey(keyStroke) {
isNetscape=(!document.all);
eventChooser = (isNetscape) ? keyStroke.which : event.keyCode;
which = String.fromCharCode(eventChooser).toLowerCase();
for (var i in key) if (which == i) window.location = key[i];
}
document.onkeypress = getKey;
//  End -->

function MM_callJS(jsStr) { //v2.0
  return eval(jsStr)
}
//-->

