/****************************************************
 *  FIRMENPUNKT® gmbh                               *
 *  (c) 2004                                        *
 *  http://www.firmenpunkt.de                       *
 *  - - sh - -                                      *
 ****************************************************
 *  mailto:webmaster@firmenpunkt.de                 *
 *  sitedesign, scripting (c) FIRMENPUNKT® gmbh     *
 *  no use without permission!                      *
 ***************************************************/

	function ArrowOver(ArrowToSwitch, ArrowActive) {
		document.getElementById(ArrowToSwitch).className='NaviArrow_hl'; 
	}
	function ArrowOut(ArrowToSwitch) {
		document.getElementById(ArrowToSwitch).className='NaviArrow';
	}	
	
	function ArrowOverActive(ArrowToSwitch) {
		document.getElementById(ArrowToSwitch).className='NaviArrow_hl';
	}
	function ArrowOutActive(ArrowToSwitch) {
		document.getElementById(ArrowToSwitch).className='NaviArrow';
	}