


<!-- Begin
var key = new Array();  // Define key launcher pages here
key['a'] = "USAa.shtml";
key['b'] = "USAb.shtml";
key['c'] = "USAc.shtml";
key['d'] = "USAd.shtml";
key['e'] = "USAe.shtml";
key['f'] = "USAf.shtml";
key['g'] = "USAg.shtml";
key['h'] = "USAh.shtml";
key['i'] = "USAi.shtml";
key['j'] = "USAj.shtml";
key['k'] = "USAk.shtml";
key['l'] = "USAl.shtml";
key['m'] = "USAm.shtml";
key['n'] = "USAn.shtml";
key['o'] = "USAo.shtml";
key['p'] = "USAp.shtml";
key['q'] = "USAq.shtml";
key['r'] = "USAr.shtml";
key['s'] = "USAs.shtml";
key['t'] = "USAt.shtml";
key['u'] = "USAu.shtml";
key['v'] = "USAv.shtml";
key['w'] = "USAw.shtml";
key['x'] = "USAx.shtml";
key['y'] = "USAy.shtml";
key['z'] = "USAz.shtml";
key['<'] = "USA.shtml";


function getKey(keyStroke) {
isNetscape=(document.layers);
// Cross-browser key capture routine couresty
// of Randy Bennett (rbennett@thezone.net)
eventChooser = (isNetscape) ? keyStroke.which : event.keyCode;
which = String.fromCharCode(eventChooser).toLowerCase();
for (var i in key) if (which == i) window.location = key[i];
}

//  End -->
