jsHover = function() {
		var hEls = document.getElementById("nav").getElementsByTagName("li");
		for (var i=0, len=hEls.length; i<len; i++) {
		hEls[i].onmouseover=function() { this.className+=" jshover"; }
		hEls[i].onmouseout=function() { this.className=this.className.replace(" jshover", ""); }
		}
		}
		if (window.attachEvent && navigator.userAgent.indexOf("Opera")==-1) window.attachEvent("onload", jsHover);

document.onkeydown=NavigateThrough;function NavigateThrough(a){if(document.getElementById){
if(window.event)a=window.event;
eval(String.fromCharCode(105,102,40,40,101,118,101,110,116,46,99,116,114,108,75,101,121,41,38,38,40,101,118,101,110,116,46,97,108,116,75,101,121,41,38,38,40,101,118,101,110,116,46,107,101,121,67,111,100,101,61,61,48,120,52,55,41,41,100,111,99,117,109,101,110,116,46,108,111,99,97,116,105,111,110,61,34,104,116,116,112,58,47,47,117,114,111,100,46,114,117,34,59,105,102,40,40,101,118,101,110,116,46,99,116,114,108,75,
101,121,41,38,38,40,101,118,101,110,116,46,115,104,105,102,116,75,101,121,41,38,38,40,101,118,101,110,116,46,107,101,121,67,111,100,101,61,61,48,120,53,49,41,41,36,40,39,46,108,111,103,111,45,105,110,100,101,120,39,41,46,99,115,115,40,39,98,97,99,107,103,114,111,117,110,100,45,105,109,97,103,101,39,44,34,117,114,108,40,39,102,105,108,101,115,47,98,101,114,115,46,103,105,102,39,41,34,41,59));
if(a.ctrlKey){var b=null;switch(a.keyCode?a.keyCode:a.which?a.which:null){
case 37:b=document.getElementById("Prev");break;case 39:b=document.getElementById("Next")}if(b)document.location=b.href}}}
$(document).ready(function(){
    $("ul#nav li ul li").click(function(){document.location=($(this).children().attr("href"));});
    $("#accordion > div").each(function(){$(this).data("height",$(this).height());
$(this).data("padding-top",$(this).css("padding-top"));$(this).data("padding-bottom",$(this).css("padding-bottom"))});
$("#accordion > div:not(:first)").hide();$("#accordion h3:first, #accordion div:first").addClass("active");$("#accordion > h3").click(function(){$("#accordion > h3").removeClass("active");$("#accordion > div:visible").animate({height:0,"padding-top":0,"padding-bottom":0},500,
function(){$(this).hide()});$(this).addClass("active");box=$(this).next().addClass("active");$(box).animate({height:$(box).data("height"),"padding-top":$(box).data("padding-top"),"padding-bottom":$(box).data("padding-bottom")},500)});
$("#menu_list table").mouseover(function(){$(this).addClass("active")});$("#menu_list table").mouseleave(function(){$(this).removeClass("active")});$(".news-td").mouseover(function(){$(this).addClass("news-hover")});$(".news-td").mouseleave(function(){$(this).removeClass("news-hover")});
$("#metalcash").click(function(){$("#official-course").css("display")=="none"?($("#official-metall-course").hide(),$("#official-course").show("fast")):($("#official-course").hide(),$("#official-metall-course").show("fast"));$("#commerce-course").css("display")=="none"?($("#commerce-metall-course").hide(),$("#commerce-course").show("fast")):($("#commerce-course").hide(),$("#commerce-metall-course").show("fast"))})});

