/* hauptnavigrafiken vorladen - 1. Navigationslevel */
if (document.images) {
imgn01off = new Image();
imgn01off.src = "global/images/navi/kontakt_of.gif";
imgn02off = new Image();
imgn02off.src = "global/images/navi/trikots_of.gif";
imgn03off = new Image();
imgn03off.src = "global/images/navi/start_of.gif";
imgn04off = new Image();
imgn04off.src = "global/images/navi/extras_of.gif";
imgn05off = new Image();
imgn05off.src = "global/images/navi/impressum_of.gif";
imgn06off = new Image();
imgn06off.src = "global/images/navi/neues_of.gif";
imgn07off = new Image();
imgn07off.src = "global/images/navi/freunde_of.gif";
imgn08off = new Image();
imgn08off.src = "global/images/navi/fan_of.gif";

imgn01on = new Image();
imgn01on.src = "global/images/navi/kontakt_on.gif";
imgn02on = new Image();
imgn02on.src = "global/images/navi/trikots_on.gif";
imgn03on = new Image();
imgn03on.src = "global/images/navi/start_on.gif";
imgn04on = new Image();
imgn04on.src = "global/images/navi/extras_on.gif";
imgn05on = new Image();
imgn05on.src = "global/images/navi/impressum_on.gif";
imgn06on = new Image();
imgn06on.src = "global/images/navi/neues_on.gif";
imgn07on = new Image();
imgn07on.src = "global/images/navi/freunde_on.gif";
imgn08on = new Image();
imgn08on.src = "global/images/navi/fan_on.gif";
}


/* rollover */
function imgOn(imgName) {
	document[imgName].src=eval(imgName+"off.src");
}
function imgOff(imgName) {
	document[imgName].src=eval(imgName+"on.src");
}

/* popup movie */
function popup_movie(x) {
	window.open(x,"popup_movie","width=360,height=280,directories=no,location=no,menubar=no,scrollbars=no,status=no,toolbar=no,resizable=no,left=300,top=470,screenx=210,screeny=110");
}

/* linkrahmen verhindern */
function hidefocus(element) { if(element.blur) { element.blur(); } }