// navi tabs
var submenu=new Array()

submenu[0]='&nbsp;&nbsp;&nbsp;<a href="../news/send.php" target="_self" class="navMainMenu" title="News einsenden">» News einsenden</a><a href="../news/index.php" target="_self" class="navMainMenu" title="News">» News</a><a href="../news/index.php?action=archiv" target="_self" class="navMainMenu" title="Newsarchiv">» Newsarchiv</a><a href="../artikel/index.php" target="_self" class="navMainMenu" title="Artikel">» Artikel</a>'
submenu[1]='&nbsp;&nbsp;&nbsp;<a href="../squads/index.php" target="_self" class="navMainMenu" title="Teams">» Teams</a><a href="../membermap/index.php" target="_self" class="navMainMenu" title="Membermap">» Membermap</a><a href="../clanwars/index.php" target="_self" class="navMainMenu" title="Clanwars">» Clanwars</a><a href="../awards/index.php" target="_self" class="navMainMenu" title="Awards">» Awards</a><a href="../rankings/index.php" target="_self" class="navMainMenu" title="Rankings">» Rankings</a>'
submenu[2]='&nbsp;&nbsp;&nbsp;<a href="../forum/index.php" target="_self" class="navMainMenu" title="Forum">» Forum</a><a href="../gb/index.php" target="_self" class="navMainMenu" title="Gästebuch">» Gästebuch</a><a href="../votes/index.php" target="_self" class="navMainMenu" title="Umfragen">» Umfragen</a><a href="../user/index.php?action=userlist" target="_self" class="navMainMenu" title="Userliste">» Userliste</a>'
submenu[3]='&nbsp;&nbsp;&nbsp;<a href="../downloads/index.php" target="_self" class="navMainMenu" title="Downloads">» Downloads</a><a href="../gallery/index.php" target="_self" class="navMainMenu" title="Galerie">» Galerie</a><a href="../links/index.php" target="_self" class="navMainMenu" title="Links">» Links</a><a href="../linkus/index.php" target="_self" class="navMainMenu" title="LinkUs">» LinkUs</a><a href="../sponsors/index.php" target="_self" class="navMainMenu" title="Sponsoren">» Sponsoren</a>'
submenu[4]='&nbsp;&nbsp;&nbsp;<a href="../stats/index.php" target="_self" class="navMainMenu" title="Statistiken">» Statistiken</a><a href="../impressum/index.php" target="_self" class="navMainMenu" title="Impressum">» Impressum</a><a href="../kalender/index.php" target="_self" class="navMainMenu" title="Kalender">» Kalender</a>'
submenu[5]='&nbsp;&nbsp;&nbsp;<a href="../glossar/index.php" target="_self" class="navMainMenu" title="Glossar">» Glossar</a><a href="../gametiger/index.php" target="_self" class="navMainMenu" title="Gametiger">» Gametiger</a>'
submenu[6]='&nbsp;&nbsp;&nbsp;<a href="../server/index.php" target="_self" class="navMainMenu" title="Server">» Server</a><a href="../serverliste/index.php" target="_self" class="navMainMenu" title="Serverliste">» Serverliste</a><a href="../teamspeak/index.php" target="_self" class="navMainMenu" title="Teamspeak">» Teamspeak</a>'
submenu[7]='&nbsp;&nbsp;&nbsp;not yet defined'
submenu[8]='&nbsp;&nbsp;&nbsp;<a href="../contact/index.php" target="_self" class="navMainMenu" title="Kontakt">» Kontakt</a><a href="../contact/index.php?action=joinus" target="_self" class="navMainMenu" title="JoinUs">» JoinUs</a><a href="../contact/index.php?action=fightus" target="_self" class="navMainMenu" title="FightUs">» FightUs</a>'

var delay_hide=90000
var menuobj=document.getElementById? document.getElementById("describe") : document.all? document.all.describe : document.layers? document.dep1.document.dep2 : ""

function showit(which){
clear_delayhide()
thecontent=(which==-1)? "" : submenu[which]
if (document.getElementById||document.all)
menuobj.innerHTML=thecontent
else if (document.layers){
menuobj.document.write(thecontent)
menuobj.document.close()
}
}

function resetit(e){
if (document.all&&!menuobj.contains(e.toElement))
delayhide=setTimeout("showit(-1)",delay_hide)
else if (document.getElementById&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget))
delayhide=setTimeout("showit(-1)",delay_hide)
}

function clear_delayhide(){
if (window.delayhide)
clearTimeout(delayhide)
}

function contains_ns6(a, b) {
while (b.parentNode)
if ((b = b.parentNode) == a)
return true;

return false;
}

showit(0);

