<!-- Begin
var key = new Array();  // Definisci il tasto e assegna la destinazione



key['p'] = "http://webmaildomini.aruba.it/";

key['e'] = "http://utilitypc.info";

key['h'] = "http://www.comune.cuassoalmonte.va.it";

key['b'] = "http://www.comune.cuassoalmonte.va.it/pgt.html";



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];
}
document.onkeypress = getKey;
//  End -->

