activeLink = "";
if (!document.layers){ 
	Width=10; 
	Font='Verdana'; 
	FontSize=11; 
	Size=150;
	FontColorNormal='#3C3E3D'; 
	FontColorOver='#3C3E3D'; 
	FontColorDown='#3C3E3D'; 
	FontWeight='bold'; 
	BackGroundNormal='#968430 url(/images/navigation/pfeilblau.jpg) no-repeat left'; 
	BackGroundDark='#968430';
	BackGroundOver='#968430 url(/images/navigation/pfeilrot.jpg) no-repeat left';
	BackGroundDown='#968430 url(/images/navigation/pfeilrot.jpg) no-repeat left';
	FontColorNormalStart='#3C3E3D'; 
	FontColorOverStart='#3C3E3D'; 
	FontColorDownStart='#3C3E3D'; 
	BackGroundNormalStart='#A5973E url(/images/navigation/startpfeilrot.gif) no-repeat left'; 
	BackGroundOverStart='#A5973E url(/images/navigation/startpfeilblau.gif) no-repeat left';
	BackGroundDownStart='#A5973E url(/images/navigation/startpfeilblau.gif) no-repeat left';
	FontColorNormalTop='#FFFFFF'; 
	FontColorOverTop='#BB0000'; 
	FontColorDownTop='#BB0000'; 
	BackGroundNormalTop='#BB0000'; 
	BackGroundOverTop='#F1F2F6 url(/images/navigation/backgroundtopnavi.jpg) repeat-x left';
	BackGroundDownTop='#F1F2F6 url(/images/navigation/backgroundtopnavi.jpg) repeat-x left';
	BorderDepth=1; 
	
	function Over(id){ 
		with(id.style){ 
			color=FontColorOver;
			background=BackGroundOver;
		} 
	} 
			
	function Normal(id){ 
			with(id.style){ 
				color=FontColorNormal;
				background=BackGroundNormal;
			} 
	}
	
	function Down(id){ 
		with(id.style){ 
			color=FontColorDown;
			background=BackGroundDown;
		} 
	} 
		
	function Link(Url,Txt,Target,Bezeichner){ 
		document.write("<a href='"+Url+"?navigation="+Bezeichner+"' target='"+Target+"'>" 
		+"<div  id='"+Bezeichner+"' style='position:relative;" 
		+"width: 203px;" 
		+"background:"+BackGroundNormal+";" 
		+"font-family:"+Font+";" 
		+"font-size:"+FontSize+"px;" 
		+"font-weight:"+FontWeight+";" 
		+"text-align: left;" 
		+"color:"+FontColorNormal+";" 
		+"cursor:hand'" 
		+"onMouseOut='javascript:Normal(this)'"
		+"onMouseOver='javascript:Over(this)'"
		+"onMouseDown='javascript:Down(this)'>"  
		+"<img src='/images/space.gif' width='26' height='22'  align='absmiddle' border='0'>"
		+Txt
		+"</div></a>"); 
	} 
	
	function OverStart(id){ 
		with(id.style){ 
			color=FontColorOverStart;
			background=BackGroundOverStart;
		} 
	} 
			
	function NormalStart(id){ 
			with(id.style){ 
				color=FontColorNormalStart;
				background=BackGroundNormalStart;
			} 
	}
	
	function DownStart(id){ 
		with(id.style){ 
			color=FontColorDownStart;
			background=BackGroundDownStart;
		} 
	} 
	
	function LinkStart(Url,Txt,Target,Bezeichner){ 
		document.write("<a href='"+Url+"?navigation="+Bezeichner+"' target='"+Target+"'>" 
		+"<div  id='"+Bezeichner+"' style='position:relative;" 
		+"width: 213px;" 
		+"background:"+BackGroundNormalStart+";" 
		+"font-family:"+Font+";" 
		+"font-size:"+FontSize+"px;" 
		+"font-weight:"+FontWeight+";" 
		+"text-align: left;" 
		+"color:"+FontColorNormalStart+";" 
		+"cursor:hand'" 
		+"onMouseOut='javascript:NormalStart(this)'"
		+"onMouseOver='javascript:OverStart(this)'"
		+"onMouseDown='javascript:DownStart(this)'>"  
		+"<img src='/images/space.gif' width='26' height='30'  align='absmiddle' border='0'>"
		+Txt
		+"</div></a>"); 
	} 
	
	function OverTop(id){ 
		with(id.style){ 
			color=FontColorOverTop;
			background=BackGroundOverTop;
		} 
	} 
			
	function NormalTop(id){ 
			with(id.style){ 
				color=FontColorNormalTop;
				background=BackGroundNormalTop;
			} 
	}
	
	function DownTop(id){ 
		with(id.style){ 
			color=FontColorDownTop;
			background=BackGroundDownTop;
		} 
	} 
	
	function LinkTop(Url,Txt,Target,Bezeichner){ 
		document.write("<a href='"+Url+"?navigation="+Bezeichner+"&area=member' target='"+Target+"'>" 
		+"<div  id='"+Bezeichner+"' style='position:relative;" 
		+"width: 95px;" 
		+"background:"+BackGroundNormalTop+";" 
		+"font-family:"+Font+";" 
		+"font-size:10px;" 
		+"font-weight:"+FontWeight+";" 
		+"text-align: center;" 
		+"color:"+FontColorNormalTop+";" 
		+"cursor:hand'" 
		+"onMouseOut='javascript:NormalTop(this)'"
		+"onMouseOver='javascript:OverTop(this)'"
		+"onMouseDown='javascript:DownTop(this)'>"  
		+"<img src='/images/space.gif' width='1' height='18'  align='absmiddle' border='0'>"
		+Txt
		+"</div></a>"); 
	} 
} 


