var submenu=new Array()
 
submenu[0]='<ul><li><a href="index.php?mod=members&action=pictured_manager">MANAGEMENT</a></li><li style="margin-top:3px;"><a href="index.php?mod=members&amp;action=pictured">TEAMS</a></li><li style="margin-top:3px;"><a href="index.php?mod=members&action=pictured_staff">STAFF</a></li><li style="margin-top:3px;"><a href="index.php?mod=news&amp;action=recent">NEWS</a></li></ul>'
submenu[1]='<ul><li><a href="index.php?mod=wars">MATCHES</a></li><li style="margin-top:3px;"><a href="index.php?mod=articles">ARTIKEL</a></li><li style="margin-top:3px;"><a href="index.php?mod=events&amp;action=calendar">EVENTS</a></li><li style="margin-top:3px;"><a href="index.php?mod=board">FORUM</a></li></ul>'
submenu[2]='<ul><li><a href="index.php?mod=files">DOWNLOADS</a></li><li style="margin-top:3px;"><a href="index.php?mod=awards">AUSZEICHNUNGEN</a></li><li style="margin-top:3px;"><a href="index.php?mod=clansphere&amp;action=about">ABOUT</a></li></ul>'
submenu[3]='<ul><li><a href="index.php?mod=contact&amp;action=mail">KONTAKT</a></li><li style="margin-top:3px;"><a href="index.php?mod=faq">FAQ</a></li><li style="margin-top:3px;"><a href="index.php?mod=contact&amp;action=imprint">IMPRESSUM</a></li><li style="margin-top:3px;"><a href="index.php?mod=history">UEBER UNS</a></li></ul>'
var delay_hide=5000


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;
}

