function tjektast(e,klubben){
var tast;
if(window.event) // IE
{
tast = e.keyCode
}
else if(e.which) // Netscape/Firefox/Opera
{
tast = e.which
}

n="n" + tast;
k="k" + tast;
a="a" + tast;
t="t" + tast;
if(tast=="107" && klubben.length>0){location.href="pages/index.asp?klub=" + klubben;return;}
if(tast=="32"){location.href="admin/index.asp"} 
/*if(tast=="49"){location.href="pages/index.asp?klub=1"}
if(tast=="50"){location.href="pages/kalender.asp"}
if(tast=="51"){location.href="pages/index.asp?klub=2"}
if(tast=="52"){location.href="pages/index.asp?klub=3"}
if(tast=="53"){location.href="pages/index.asp?klub=4"}
if(tast=="54"){location.href="pages/index.asp?klub=6"}
if(tast=="55"){location.href="pages/index.asp?klub=5"}
if(tast=="56"){location.href="../pages/handbook.asp";}
if(tast=="57"){location.href="gammel/index.asp";}
if(tast=="43"){
tid=document.tform[t].value;
klub=document.tform[k].value;
location.href="pages/arrangement.asp?id=" + tid + "&klub=" + klub;
}
if(tast>="65"&&tast<="90"){
aid=document.arr[a].value;
klub=document.arr[k].value;
location.href="pages/arrangement.asp?id=" + aid + "&klub=" + klub;
}
if(tast>="97"&&tast<="122"){
nid=document.news[n].value;
klub=document.news[k].value;
location.href="pages/artikel.asp?id=" + nid + "&klub=" + klub;
}*/
}
