<!-- Browser Check -->
iens6=document.all||document.getElementById
ns4=document.layers

function surfto(target)
 {
navigating = 1
 window.location.href = target;
 }
var linkArray = new Array

<!--Platzhalter für SubMenus-->
linkArray[0]="<tr><td><a class=\"menu\" href='history.html' onMouseOver='clearTimeout(timerID)' onMouseOut='viewIt()' onMouseDown='surfto(\"history.html\")'><nobr>Sport-History</nobr></a></td></tr>"
linkArray[0]+="<tr><td><a class=\"menu\" href='feedback.html' onMouseOver='clearTimeout(timerID)' onMouseOut='viewIt()' onMouseDown='surfto(\"feedback.html\")'><nobr>Presse-Feedback</nobr></a></td></tr>"
linkArray[1]="<tr><td><a class=\"menu\" href='fotos-athlet.html' onMouseOver='clearTimeout(timerID)' onMouseOut='viewIt()' onMouseDown='surfto(\"fotos-athlet.html\")'><nobr>Fotos Athlet</nobr></a></td></tr>"
linkArray[1]+="<tr><td><a class=\"menu\" href='fotos-teammanager.html' onMouseOver='clearTimeout(timerID)' onMouseOut='viewIt()' onMouseDown='surfto(\"fotos-teammanager.html\")'><nobr>Fotos Teammanager</nobr></a></td></tr>"
linkArray[1]+="<tr><td><a class=\"menu\" href='statistik-powerman.html' onMouseOver='clearTimeout(timerID)' onMouseOut='viewIt()' onMouseDown='surfto(\"statistik-powerman.html\")'><nobr>Statistik Powerman</nobr></a></td></tr>"
linkArray[1]+="<tr><td><a class=\"menu\" href='verein-team.html' onMouseOver='clearTimeout(timerID)' onMouseOut='viewIt()' onMouseDown='surfto(\"verein-team.html\")'><nobr>Verein - Team</nobr></a></td></tr>"
linkArray[1]+="<tr><td><a class=\"menu\" href='verbaende.html' onMouseOver='clearTimeout(timerID)' onMouseOut='viewIt()' onMouseDown='surfto(\"verbaende.html\")'><nobr>Verbaende</nobr></a></td></tr>"
linkArray[1]+="<tr><td><a class=\"menu\" href='veranstaltungen.html' onMouseOver='clearTimeout(timerID)' onMouseOut='viewIt()' onMouseDown='surfto(\"veranstaltungen.html\")'><nobr>Veranstaltungen</nobr></a></td></tr>"
linkArray[1]+="<tr><td><a class=\"menu\" href='auszeichnungen.html' onMouseOver='clearTimeout(timerID)' onMouseOut='viewIt()' onMouseDown='surfto(\"auszeichnungen.html\")'><nobr>Auszeichnungen</nobr></a></td></tr>"
linkArray[1]+="<tr><td><a class=\"menu\" href='athleten portrait.html' onMouseOver='clearTimeout(timerID)' onMouseOut='viewIt()' onMouseDown='surfto(\"athleten portrait.html\")'><nobr>Athleten Portrait</nobr></a></td></tr>"
linkArray[2]="<tr><td><a class=\"menu\" href='international.html' onMouseOver='clearTimeout(timerID)' onMouseOut='viewIt()' onMouseDown='surfto(\"international.html\")'><nobr>International</nobr></a></td></tr>"
linkArray[2]+="<tr><td><a class=\"menu\" href='regional.html' onMouseOver='clearTimeout(timerID)' onMouseOut='viewIt()' onMouseDown='surfto(\"regional.html\")'><nobr>Regional</nobr></a></td></tr>"
linkArray[3]="<tr><td><a class=\"menu\" href='dtu-news.html' onMouseOver='clearTimeout(timerID)' onMouseOut='viewIt()' onMouseDown='surfto(\"dtu-news.html\")'><nobr>DTU News</nobr></a></td></tr>"
linkArray[3]+="<tr><td><a class=\"menu\" href='dtu-trainingslager.html' onMouseOver='clearTimeout(timerID)' onMouseOut='viewIt()' onMouseDown='surfto(\"dtu-trainingslager.html\")'><nobr>DTU Trainingslager</nobr></a></td></tr>"
linkArray[3]+="<tr><td><a class=\"menu\" href='events.html' onMouseOver='clearTimeout(timerID)' onMouseOut='viewIt()' onMouseDown='surfto(\"events.html\")'><nobr>Events</nobr></a></td></tr>"
linkArray[3]+="<tr><td><a class=\"menu\" href='bilder.html' onMouseOver='clearTimeout(timerID)' onMouseOut='viewIt()' onMouseDown='surfto(\"bilder.html\")'><nobr>Bilder</nobr></a></td></tr>"
linkArray[3]+="<tr><td><a class=\"menu\" href='statistik.html' onMouseOver='clearTimeout(timerID)' onMouseOut='viewIt()' onMouseDown='surfto(\"statistik.html\")'><nobr>Statistik</nobr></a></td></tr>"
linkArray[3]+="<tr><td><a class=\"menu\" href='dtu-etu-itu-homepage.html' onMouseOver='clearTimeout(timerID)' onMouseOut='viewIt()' onMouseDown='surfto(\"dtu-etu-itu-homepage.html\")'><nobr>DTU - ETU - ITU Homepage</nobr></a></td></tr>"
linkArray[3]+="<tr><td><a class=\"menu\" href='beschreibung trainingslager.html' onMouseOver='clearTimeout(timerID)' onMouseOut='viewIt()' onMouseDown='surfto(\"beschreibung trainingslager.html\")'><nobr>Beschreibung Trainingslager</nobr></a></td></tr>"
linkArray[4]="<tr><td><a class=\"menu\" href='norbert-braun.html' onMouseOver='clearTimeout(timerID)' onMouseOut='viewIt()' onMouseDown='surfto(\"norbert-braun.html\")'><nobr>Norbert Braun</nobr></a></td></tr>"
linkArray[4]+="<tr><td><a class=\"menu\" href='fotos.html' onMouseOver='clearTimeout(timerID)' onMouseOut='viewIt()' onMouseDown='surfto(\"fotos.html\")'><nobr>Fotos</nobr></a></td></tr>"


<!--GLOBAL VARIABLES-->
var navigating = 0
var thename
var theobj
var thetext
var winWidth
var boxPosition
var timerID
var seconds=3
var x=0
var y=0
<!--END GLOBAL VARIABLES-->

<!--GLOBAL FUNCTIONS-->
function buildText(value) {
text = "<table class='submenu' width='100%' border='0' cellspacing='2' cellpadding='2'>"
text += linkArray[value]+"</table>"
return text
}

function setObj(textelement,inwidth,boxpos,fixed,theObject) {
	clearTimeout(timerID)
	boxPosition=boxpos
	winWidth=inwidth
	thetext=buildText(textelement)

	if (boxPosition == "right") { // Right
	el=theObject
	x=0
	y=0
	while (el) {
	   y+=el.offsetTop
   	   x+=el.offsetLeft
   	   el=el.offsetParent
         }
         y -= document.body.scrollTop;
         x+=theObject.offsetWidth+2;
         if (fixed > 0) {
         	 x = fixed
         	}
	}

	if (boxPosition == "bottom") { // Top
	el=theObject
	x=0
	y=0
	while (el) {
	   y+=el.offsetTop
   	   x+=el.offsetLeft
   	   el=el.offsetParent
         }
         y -= document.body.scrollTop;
         y+=theObject.offsetHeight+2;

         if (fixed > 0) {
         	 y = fixed
         	}
  	}

	if(iens6){
		thename = "viewer"
		theobj=document.getElementById? document.getElementById(thename):document.all.thename
		theobj.style.width=winWidth
		theobj.style.left=x
			if(iens6&&document.all) {
			theobj.style.top=document.body.scrollTop+y
				theobj.innerHTML = ""
				theobj.insertAdjacentHTML("BeforeEnd",thetext)
			}
			if(iens6&&!document.all) {
			theobj.style.top=window.pageYOffset+y
				theobj.innerHTML = ""
				theobj.innerHTML=thetext
			}
	}
	if(ns4){
		thename = "nsviewer"
		theobj = eval("document."+thename)
		theobj.left=x
		theobj.top=y
		theobj.width=winWidth
		theobj.clip.width=winWidth
		theobj.document.write("thetext")
		theobj.document.close()
	}
	if (navigating == 0) viewIt()
}
function viewIt() {
		if(iens6) {
			theobj.style.visibility="visible"
		}
		if(ns4) {
 			theobj.visibility = "visible"
		}
	clearTimeout(timerID);
	timer(3);
}

function stopIt() {
	if(theobj) {
		if(iens6) {
		theobj.innerHTML = ""
		theobj.style.visibility="hidden"
		}
		if(ns4) {
		theobj.document.write("")
		theobj.document.close()
		theobj.visibility="hidden"
		}
	}
}

function timer(sec) {
	seconds=parseInt(sec)
	if(seconds>0) {
		seconds--
		timerID=setTimeout("timer(seconds)",1000)
	}else{
		stopIt()
	}
}
<!--END GLOBAL FUNCTIONS-->
