<
html
>
<
head
>
<
meta
http-equiv
=
"Content-Language"
content
=
"de"
>
<
title
>{TITLE}</
title
>
<
meta
http-equiv
=
"Content-Type"
content
=
"text/html; charset=windows-1252"
>
<
meta
name
=
"Robots"
content
=
"INDEX,FOLLOW"
>
<
meta
http-equiv
=
"cache-control"
content
=
"no-cache"
>
<
meta
http-equiv
=
"Pragma"
content
=
"no-cache"
>
<
meta
name
=
"Robots"
content
=
"archive"
>
<
link
rel
=
"stylesheet"
type
=
"text/css"
href
=
"include/designs/schlachtfeldwichser/style.css"
>
<
style
type
=
"text/css"
>
#droenudiv{
position:absolute;
font:normal 10px Verdana;
z-index:100;
}
#droenudiv a{
border-right:1px #000000 solid;
border-bottom:1px #000000 solid;
border-top:1px #000000 solid;
border-left:1px #000000 solid;
height:17px;
line-height:17px;
width:106px;
padding-left:2px;
background-color:#16171B;
color: #ffffff;
font-size: 10px;
font-family:verdana;
font-weight: normal;
float:left;
}
#droenudiv a:hover{ /*hover background color*/
border-right:1px #000000 solid;
color: #d88f5c;
font-size: 10px;
font-family:verdana;
font-weight: normal;
background-color: #3e3e3e;
width:106px;
}
.facebook {display:inline-block;background-image: url('include/images/social_icon_but/facebook.png');width: 37px; height: 44px;border: none;}
.facebook:hover {background-image: url('include/images/social_icon_but/facebook_a.png');}
.youtube {display:inline-block;background-image: url('include/images/social_icon_but/youtube.png');width: 37px; height: 44px;border: none;}
.youtube:hover {background-image: url('include/images/social_icon_but/youtube_a.png');}
.contact {display:inline-block;background-image: url('include/images/social_icon_but/contact.png');width: 37px; height: 44px;border: none;}
.contact:hover {background-image: url('include/images/social_icon_but/contact_a.png');}
</
style
>
<
script
type
=
"text/javascript"
>
//Contents for menu 1
var menu1=new Array()
menu1[0]='<
a
href
=
"index.php"
>» Home</
a
>'
menu1[1]='<
a
href
=
"index.php?news"
>» News</
a
>'
menu1[2]='<
a
href
=
"index.php?forum"
>» Forum</
a
>'
//Contents for menu 2
var menu2=new Array()
menu2[0]='<
a
href
=
"index.php?beruns"
>» Über uns</
a
>'
menu2[1]='<
a
href
=
"index.php?omember"
>» Mitglieder</
a
>'
menu2[2]='<
a
href
=
"index.php?user-usergallery"
>» Usergalerie</
a
>'
menu2[3]='<
a
href
=
"index.php?googlemap"
>» Membermap</
a
>'
//Contents for menu 3
var menu3=new Array()
menu3[0]='<
a
href
=
"index.php?rulesw"
>» War Rules</
a
>'
menu3[1]='<
a
href
=
"index.php?wars"
>» Wars</
a
>'
menu3[2]='<
a
href
=
"index.php?wars-last"
>» Lastwars</
a
>'
menu3[3]='<
a
href
=
"index.php?forum-showcat-54"
>» Forum</
a
>'
menu3[4]='<
a
href
=
"index.php?fightus"
>» Fightus</
a
>'
//Contents for menu 4
var menu4=new Array()
menu4[0]='<
a
href
=
"index.php?history"
>» History</
a
>'
menu4[1]='<
a
href
=
"index.php?rules"
>» Clan-Regeln</
a
>'
menu4[2]='<
a
href
=
"index.php?joinus"
>» Joinus</
a
>'
menu4[3]='<
a
href
=
"index.php?awaycal"
>» Away</
a
>'
//Contents for menu 5
var menu5=new Array()
menu5[0]='<
a
href
=
"index.php?BC2"
>» BC2 Server</
a
>'
menu5[1]='<
a
href
=
"index.php?BF3"
>» BF3 Server</
a
>'
menu5[2]='<
a
href
=
"index.php?TS3page"
>» Teamspeak 3</
a
>'
menu5[3]='<
a
href
=
"index.php?ruless"
>» Serverregeln</
a
>'
//Contents for menu 6
var menu6=new Array()
menu6[0]='<
a
href
=
"index.php?contact"
>» Kontakt</
a
>'
menu6[1]='<
a
href
=
"index.php?impressum"
>» Impressum</
a
>'
var menuwidth='' //menu width
var menubgcolor='' //menu bgcolor
var disappeardelay=250 //menu disappear speed onMouseout (in miliseconds)
var hidemenu_onclick="yes" //hide menu when user clicks within menu?
/////No further editting needed
var ie4=document.all
var ns6=document.getElementById&&!document.all
if (ie4||ns6)
document.write('<
div
id
=
"droenudiv"
style
=
"visibility:hidden;width:'+menuwidth+';background-color:'+menubgcolor+'"
onMouseover
=
"clearhidemenu()"
onMouseout
=
"dynamichide(event)"
></
div
>')
function getposOffset(what, offsettype){
var totaloffset=(offsettype=="left")? what.offsetLeft : what.offsetTop;
var parentEl=what.offsetParent;
while (parentEl!=null){
totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft : totaloffset+parentEl.offsetTop;
parentEl=parentEl.offsetParent;
}
return totaloffset;
}
function showhide(obj, e, visible, hidden, menuwidth){
if (ie4||ns6)
droenuobj.style.left=droenuobj.style.top="-500px"
if (menuwidth!=""){
droenuobj.widthobj=droenuobj.style
droenuobj.widthobj.width=menuwidth
}
if (e.type=="click" && obj.visibility==hidden || e.type=="mouseover")
obj.visibility=visible
else if (e.type=="click")
obj.visibility=hidden
}
function iecompattest(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}
function clearbrowseredge(obj, whichedge){
var edgeoffset=0
if (whichedge=="rightedge"){
var windowedge=ie4 && !window.opera? iecompattest().scrollLeft+iecompattest().clientWidth-15 : window.pageXOffset+window.innerWidth-15
droenuobj.contentmeasure=droenuobj.offsetWidth
if (windowedge-droenuobj.x <
droenuobj.contentmeasure
)
edgeoffset
=
droenuobj
.contentmeasure-obj.offsetWidth
}
else{
var
topedge
=
ie4
&& !window.opera? iecompattest().scrollTop : window.pageYOffset
var
windowedge
=
ie4
&& !window.opera? iecompattest().scrollTop+iecompattest().clientHeight-15 : window.pageYOffset+window.innerHeight-18
droenuobj.contentmeasure
=droenuobj.offsetHeight
if (windowedge-droenuobj.y < droenuobj.contentmeasure){ //move up?
edgeoffset
=
droenuobj
.contentmeasure+obj.offsetHeight
if ((droenuobj.y-topedge)<droenuobj.contentmeasure) //up no good either?
edgeoffset
=
droenuobj
.y+obj.offsetHeight-topedge
}
}
return edgeoffset
}
function populatemenu(what){
if (ie4||ns6)
droenuobj.innerHTML
=
what
.join("")
}
function dropdownmenu(obj, e, menucontents, menuwidth){
if (window.event)
event.cancelBubble
=
true
else if (e.stopPropagation) e.stopPropagation()
clearhidemenu()
droenuobj
=
document
.getElementById? document.getElementById("droenudiv") : droenudiv
populatemenu(menucontents)
if (ie4||ns6){
showhide(droenuobj.style, e, "visible", "hidden", menuwidth)
droenuobj.x
=
getposOffset
(obj, "left")
droenuobj.y
=
getposOffset
(obj, "top")
droenuobj.style.left
=droenuobj.x-clearbrowseredge(obj, "rightedge")+"px"
droenuobj.style.top
=droenuobj.y-clearbrowseredge(obj, "bottomedge")+obj.offsetHeight+"px"
}
return clickreturnvalue()
}
function clickreturnvalue(){
if (ie4||ns6) return false
else return true
}
function contains_ns6(a, b) {
while (b.parentNode)
if ((
b
= b.parentNode) == a)
return true;
return false;
}
function dynamichide(e){
if (ie4&&!droenuobj.contains(e.toElement))
delayhidemenu()
else if (ns6&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget))
delayhidemenu()
}
function hidemenu(e){
if (typeof droenuobj!="undefined"){
if (ie4||ns6)
droenuobj.style.visibility
=
"hidden"
}
}
function delayhidemenu(){
if (ie4||ns6)
delayhide
=
setTimeout
("hidemenu()",disappeardelay)
}
function clearhidemenu(){
if (typeof delayhide!="undefined")
clearTimeout(delayhide)
}
if (hidemenu_onclick=="yes")
document.onclick
=
hidemenu
</script>
<
link
rel
=
"shortcut icon"
href
=
"/include/images/favicon/fav.ico"
/>
</
head
>
<
body
>
<
div
id
=
"social_icon_button"
style
=
"right:0px;position:fixed;top:6px;"
>
<
a
class
=
"contact"
title
=
"Contact to us"
href
=
"index.php?contact"
></
a
></
div
>
<
div
align
=
"center"
>
<
table
border
=
"0"
background
=
"include/designs/schlachtfeldwichser/images/top.jpg"
cellpadding
=
"0"
cellspacing
=
"0"
style
=
"border-collapse: collapse"
width
=
"1000"
>
<
tr
>
<
td
valign
=
"middle"
width
=
"80"
height
=
"34"
></
td
>
<
td
valign
=
"middle"
width
=
"420"
height
=
"34"
>{_boxes_login}</
td
>
<
td
valign
=
"middle"
width
=
"500"
height
=
"34"
>{_boxes_search}</
td
>
</
tr
>
</
table
>
</
div
>
<
div
align
=
"center"
>
<
table
border
=
"0"
cellpadding
=
"0"
cellspacing
=
"0"
style
=
"border-collapse: collapse"
width
=
"1000"
>
<
tr
>
<
td
valign
=
"bottom"
background
=
"include/designs/schlachtfeldwichser/images/rotate/rotate.php"
width
=
"1000"
height
=
"174"
></
td
>
</
tr
>
</
table
>
</
div
>
<
div
align
=
"center"
>
<
table
background
=
"include/designs/schlachtfeldwichser/images/buttons_bg.jpg"
border
=
"0"
cellspacing
=
"0"
cellpadding
=
"0"
width
=
"1000"
>
<
tr
>
<
td
width
=
"235"
><
img
src
=
"include/designs/schlachtfeldwichser/images/blank.gif"
height
=
"27"
></
td
>
<
td
width
=
"106"
align
=
"left"
><
div
id
=
"menu_inner"
><
a
href
=
"#"
onClick
=
"return clickreturnvalue()"
onMouseover
=
"dropdownmenu(this, event, menu1, '100px')"
onMouseout
=
"delayhidemenu()"
>Navigation</
a
></
div
></
td
>
<
td
width
=
"106"
align
=
"left"
><
div
id
=
"menu_inner"
><
a
href
=
"#"
onClick
=
"return clickreturnvalue()"
onMouseover
=
"dropdownmenu(this, event, menu2, '100px')"
onMouseout
=
"delayhidemenu()"
>Die Wichser</
a
></
div
></
td
>
<
td
width
=
"106"
align
=
"left"
><
div
id
=
"menu_inner"
><
a
href
=
"#"
onClick
=
"return clickreturnvalue()"
onMouseover
=
"dropdownmenu(this, event, menu3, '100px')"
onMouseout
=
"delayhidemenu()"
>War Area</
a
></
div
></
td
>
<
td
width
=
"106"
align
=
"left"
><
div
id
=
"menu_inner"
><
a
href
=
"#"
onClick
=
"return clickreturnvalue()"
onMouseover
=
"dropdownmenu(this, event, menu4, '100px')"
onMouseout
=
"delayhidemenu()"
>Clanmenu</
a
></
div
></
td
>
<
td
width
=
"106"
align
=
"left"
><
div
id
=
"menu_inner"
><
a
href
=
"#"
onClick
=
"return clickreturnvalue()"
onMouseover
=
"dropdownmenu(this, event, menu5, '100px')"
onMouseout
=
"delayhidemenu()"
>Server</
a
></
td
>
<
td
width
=
"106"
align
=
"left"
><
div
id
=
"menu_inner"
><
a
href
=
"#"
onClick
=
"return clickreturnvalue()"
onMouseover
=
"dropdownmenu(this, event, menu6, '100px')"
onMouseout
=
"delayhidemenu()"
>Kontakt</
a
></
td
>
<
td
width
=
"235"
><
img
src
=
"include/designs/schlachtfeldwichser/images/blank.gif"
height
=
"27"
></
td
>
</
tr
>
</
table
>
</
div
>
<
div
align
=
"center"
>
<
table
border
=
"0"
cellpadding
=
"0"
cellspacing
=
"0"
style
=
"border-collapse: collapse"
width
=
"1000"
>
<
tr
>
<
td
valign
=
"bottom"
align
=
"right"
background
=
"include/designs/schlachtfeldwichser/images/header2.jpg"
width
=
"1000"
height
=
"39"
><
a
href
=
"index.php?joinus"
><
img
align
=
"right"
src
=
"include/designs/schlachtfeldwichser/images/blank.gif"
border
=
"0"
width
=
"308"
height
=
"100%"
></
a
></
td
>
</
tr
>
</
table
>
</
div
>
<
div
align
=
"center"
>
<
table
border
=
"0"
cellpadding
=
"0"
cellspacing
=
"0"
style
=
"border-collapse: collapse"
width
=
"1000"
>
<
tr
>
<
td
rowspan
=
"2"
scope
=
"col"
><
img
src
=
"include/designs/schlachtfeldwichser/images/sh01.jpg"
width
=
"13"
height
=
"106"
></
td
>
<
td
rowspan
=
"2"
scope
=
"col"
valign
=
"top"
background
=
"include/designs/schlachtfeldwichser/images/sh02.jpg"
width
=
"162"
height
=
"106"
>{_boxes_lastnews}</
td
>
<
td
rowspan
=
"2"
scope
=
"col"
><
img
src
=
"include/designs/schlachtfeldwichser/images/sh03.jpg"
width
=
"5"
height
=
"106"
></
td
>
<
td
rowspan
=
"2"
scope
=
"col"
valign
=
"top"
background
=
"include/designs/schlachtfeldwichser/images/sh04.jpg"
width
=
"168"
height
=
"106"
>{_boxes_lastforum}</
td
>
<
td
rowspan
=
"2"
scope
=
"col"
><
img
src
=
"include/designs/schlachtfeldwichser/images/sh05.jpg"
width
=
"7"
height
=
"106"
></
td
>
<
td
rowspan
=
"2"
scope
=
"col"
valign
=
"top"
background
=
"include/designs/schlachtfeldwichser/images/sh06.jpg"
width
=
"191"
height
=
"106"
>{_boxes_lastwars}</
td
>
<
td
rowspan
=
"2"
scope
=
"col"
><
img
src
=
"include/designs/schlachtfeldwichser/images/sh07.jpg"
width
=
"5"
height
=
"106"
></
td
>
<
td
rowspan
=
"2"
scope
=
"col"
valign
=
"top"
background
=
"include/designs/schlachtfeldwichser/images/sh08.jpg"
width
=
"141"
height
=
"106"
>{_boxes_nextwars}</
td
>
<
td
scope
=
"col"
><
a
href
=
"index.php?joinus"
onmouseover
=
"join.src='include/designs/schlachtfeldwichser/images/join2.jpg';"
onmouseout
=
"join.src='include/designs/schlachtfeldwichser/images/join.jpg';"
><
img
src
=
"include/designs/schlachtfeldwichser/images/join.jpg"
width
=
"308"
height
=
"38"
border
=
"0"
name
=
"join"
></
a
></
td
>
</
tr
>
<
tr
>
<
td
scope
=
"col"
><
a
href
=
"index.php?fightus"
onmouseover
=
"fight.src='include/designs/schlachtfeldwichser/images/fight2.jpg';"
onmouseout
=
"fight.src='include/designs/schlachtfeldwichser/images/fight.jpg';"
><
img
src
=
"include/designs/schlachtfeldwichser/images/fight.jpg"
width
=
"308"
height
=
"68"
border
=
"0"
name
=
"fight"
></
a
></
td
>
</
tr
>
</
table
>
<
div
align
=
"center"
>
<
table
border
=
"0"
cellpadding
=
"0"
cellspacing
=
"0"
style
=
"border-collapse: collapse"
width
=
"1000"
>
<
tr
>
<
td
valign
=
"bottom"
background
=
"include/designs/schlachtfeldwichser/images/header3.jpg"
width
=
"1000"
height
=
"15"
></
td
>
</
tr
>
</
table
>
</
div
>
<
div
align
=
"center"
>
<
table
valign
=
"top"
background
=
"include/designs/schlachtfeldwichser/images/bg.jpg"
border
=
"0"
cellpadding
=
"0"
cellspacing
=
"0"
style
=
"border-collapse: collapse"
width
=
"1000"
>
<
tr
>
<
td
>
<
table
cellpadding
=
"0"
cellspacing
=
"0"
border
=
"0"
height
=
"100%"
valign
=
"top"
>
<
tr
>
<
td
align
=
"left"
valign
=
"top"
><
img
src
=
"include/designs/schlachtfeldwichser/images/blank.gif"
border
=
"0"
width
=
"9"
height
=
"100%"
></
td
>
<
td
align
=
"left"
valign
=
"top"
>
<
table
width
=
"161"
border
=
"0"
cellspacing
=
"0"
cellpadding
=
"0"
>
{_list_menunr1@
<
tr
>
<
td
width
=
"161"
height
=
"46"
background
=
"include/designs/schlachtfeldwichser/images/navtop_le.jpg"
>
<
table
width
=
"161"
>
<
tr
>
<
td
width
=
"161"
class
=
"navtop"
>%1</
td
>
</
tr
>
</
table
>
</
td
>
</
tr
>
<
tr
>
<
td
background
=
"include/designs/schlachtfeldwichser/images/navbg_le.jpg"
style
=
"background-repeat:repeat-y;"
>
<
table
width
=
"161"
border
=
"0"
cellspacing
=
"0"
cellpadding
=
"0"
>
<
tr
>
<
td
width
=
"161"
align
=
"center"
class
=
"navi"
><
div
id
=
"menu"
>%2</
div
></
td
>
</
tr
>
</
table
>
</
td
>
</
tr
>
<
tr
>
<
td
height
=
"29"
background
=
"include/designs/schlachtfeldwichser/images/navfooter_le.jpg"
></
td
>
</
tr
>
}
</
table
>
</
td
>
<
td
width
=
"644"
valign
=
"top"
>
<
table
cellpadding
=
"0"
cellspacing
=
"0"
border
=
"0"
valign
=
"top"
>
<
tr
>
<
td
background
=
"include/designs/schlachtfeldwichser/images/content_header.jpg"
width
=
"644"
height
=
"46"
></
td
>
</
tr
>
<
tr
>
<
td
valign
=
"top"
width
=
"644"
background
=
"include/designs/schlachtfeldwichser/images/content_bg.gif"
>
<
table
cellpadding
=
"0"
cellspacing
=
"0"
border
=
"0"
width
=
"100%"
align
=
"left"
style
=
"min-height: 250px;"
>
<
tr
>
<
td
width
=
"25"
></
td
><
td
class
=
"Callg"
align
=
"left"
valign
=
"top"
><
font
class
=
"smalfont"
><
b
> » </
b
>{HMENU}</
font
><
br
/><
br
/>
{EXPLODE}</
td
>
<
td
width
=
"25"
></
td
>
</
tr
>
</
table
>
</
td
>
</
tr
>
<
tr
>
<
td
width
=
"644"
height
=
"26"
background
=
"include/designs/schlachtfeldwichser/images/content_footer.jpg"
valign
=
"bottom"
align
=
"center"
></
td
>
</
tr
>
</
table
>
</
td
>
<
td
align
=
"left"
valign
=
"top"
>
<
table
width
=
"183"
border
=
"0"
cellspacing
=
"0"
cellpadding
=
"0"
>
<
tr
>
<
td
width
=
"183"
height
=
"65"
background
=
"include/designs/schlachtfeldwichser/images/navstart_re.jpg"
>
</
td
>
</
tr
>
{_list_menunr2@
<
tr
>
<
td
width
=
"183"
height
=
"22"
background
=
"include/designs/schlachtfeldwichser/images/navtop_re.jpg"
>
<
table
width
=
"183"
>
<
tr
>
<
td
width
=
"183"
class
=
"navtop_re"
>%1</
td
>
</
tr
>
</
table
>
</
td
>
</
tr
>
<
tr
>
<
td
background
=
"include/designs/schlachtfeldwichser/images/navbg_re.jpg"
style
=
"background-repeat:repeat-y;"
>
<
table
width
=
"183"
border
=
"0"
cellspacing
=
"0"
cellpadding
=
"0"
>
<
tr
>
<
td
width
=
"178"
align
=
"center"
class
=
"navi_re"
><
div
id
=
"menu_re"
>%2</
div
></
td
>
</
tr
>
</
table
>
</
td
>
</
tr
>
<
tr
>
<
td
height
=
"15"
background
=
"include/designs/schlachtfeldwichser/images/navfooter_re.jpg"
></
td
>
</
tr
>
}
<
tr
>
<
td
width
=
"183"
height
=
"72"
background
=
"include/designs/schlachtfeldwichser/images/navend_re.jpg"
>
</
td
>
</
tr
>
</
table
>
</
td
>
<
td
align
=
"left"
valign
=
"top"
><
img
src
=
"include/designs/schlachtfeldwichser/images/blank.gif"
border
=
"0"
width
=
"3"
height
=
"100%"
></
td
>
</
tr
>
</
table
>
</
td
>
</
tr
>
</
table
>
</
div
>
<
div
align
=
"center"
>
<
table
border
=
"0"
cellpadding
=
"0"
cellspacing
=
"0"
style
=
"border-collapse: collapse"
width
=
"1000"
>
<
tr
>
<
td
valign
=
"top"
background
=
"include/designs/schlachtfeldwichser/images/footer.jpg"
border
=
"0"
width
=
"534"
height
=
"107"
><
div
id
=
"copy"
>Script Copyright by <
a
href
=
"http://www.ilch.de/"
target
=
"_blank"
>ilch.de</
a
> | Design by <
a
href
=
"http://www.psd-resources.de/"
target
=
"_blank"
>psd-resources.de</
a
> | <
a
href
=
"index.php?impressum"
>Impressum</
a
></
div
></
td
>
<
td
valign
=
"top"
background
=
"include/designs/schlachtfeldwichser/images/footer2.jpg"
border
=
"0"
width
=
"466"
height
=
"107"
><
div
id
=
"copy"
>{_boxes_statistik}</
div
></
td
>
</
tr
>
</
table
>
</
div
>
</
center
>
</
body
>
</
html
>
{_list_hmenupoint@<
li
><
a
target
=
"%1"
class
=
"box"
href
=
"%2"
>%3</
a
>|</
li
>|<
br
/>|</
ul
></
li
>}
{_list_hmenubegi@<
ul
>}
{_list_hmenuende@</
ul
>}
{_list_vmenupoint@<
li
><
a
target
=
"%1"
class
=
"box"
href
=
"%2"
>%3</
a
>|</
li
>|<
br
/><
ul
>|</
ul
></
li
>}
{_list_vmenubegi@<
ul
>}
{_list_vmenuende@</
ul
>}