/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=10;			// Number of first level items
	var LowBgColor='';			// Background color when mouse is not over
	var LowSubBgColor='#cccccc';			// Background color when mouse is not over on subs
	var HighBgColor='';			// Background color when mouse is over
	var HighSubBgColor='silver';			// Background color when mouse is over on subs
	var FontLowColor='';			// Font color when mouse is not over
	var FontSubLowColor='black';			// Font color subs when mouse is not over
	var FontHighColor='';			// Font color when mouse is over
	var FontSubHighColor='red';			// Font color subs when mouse is over
	var BorderColor='';			// Border color
	var BorderSubColor='';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="verdana"	// Font family menu items
	var FontSize=7;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.0;			// vertical overlap child/ parent
	var StartTop=8;				// Menu offset x coordinate
	var StartLeft=141;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=5;				// Left padding
	var TopPaddng=5;				// Top padding
	var FirstLineHorizontal=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='naviframe';			// Frame where first level appears
	var SecLineFrame='contentframe';			// Frame where sub levels appear
	var DocTargetFrame='contentframe';			// Frame where target documents appear
	var TargetLoc='';				// span id for relative positioning
	var HideTop=1;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['../navi/tri.gif',5,10,'../navi/tridown.gif',10,5,'../navi/trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("rollover:../navi/portrait_n.gif:../navi/portrait_d.gif","","",7,17,204);
	Menu1_1=new Array("Zweck und Ziele","ziele.html","",0,20,120);
	Menu1_2=new Array("Leitbild und Prinzipien","leitbild.html","",0,20,120);
	Menu1_3=new Array("Meilensteine","meilen.html","",0);
	Menu1_4=new Array("Organigramm","ogng.html","",0);
	Menu1_5=new Array("Qualitätssicherung","qualitaet.html","",0);
	Menu1_6=new Array("Spenden","spenden.html","",0);
	Menu1_7=new Array("Mitgliedschaft","mitglied.html","",0);

Menu2=new Array("rollover:../navi/tafo_n.gif:../navi/tafo_d.gif","","",6,17,204);
	Menu2_1=new Array("Die Besucher","ta_hbg_be.html","",0,20,120);	
	Menu2_2=new Array("Die Tagesförderstätte","ta_hbg_ta.html","",0);
	Menu2_3=new Array("Die Kunst AG","ta_hbg_ku.html","",0);
	Menu2_4=new Array("Die Aktivitäten","ta_hbg_ab.html","",0);
	Menu2_5=new Array("Das Team","ta_hbg_te.html","",0);
	Menu2_6=new Array("Kontakt","ta_hbg_kon.html","",0);	

Menu3=new Array("rollover:../navi/wo_ak_n.gif:../navi/wo_ak_d.gif","","",6,17,204);
	Menu3_1=new Array("Die Wohnstätte","wo_seck_wo.html","",0,20,120);
	Menu3_2=new Array("Das Konzept","wo_seck_ko.html","",0);
	Menu3_3=new Array("Die Außenwohngruppe","wo_seck_aw.html","",0);
	Menu3_4=new Array("Die Arbeitsplätze","wo_seck_ap.html","",0);
	Menu3_5=new Array("Das Team","wo_seck_te.html","",0);
	Menu3_6=new Array("Kontakt","wo_seck_kon.html","",0);

Menu4=new Array("rollover:../navi/wo_hbg_n.gif:../navi/wo_hbg_d.gif","","",5,17,204);
	Menu4_1=new Array("Die Wohnstätte","wo_hbg_wo.html","",0,20,120);
	Menu4_2=new Array("Das Konzept","wo_hbg_ko.html","",0);
	Menu4_3=new Array("Die Wohnung","wo_hbg_tw.html","",0);
	Menu4_4=new Array("Das Team","wo_hbg_te.html","",0);
	Menu4_5=new Array("Kontakt","wo_hbg_kon.html","",0);

Menu5=new Array("rollover:../navi/be_wo_n.gif:../navi/be_wo_d.gif","","",3,17,204);
	Menu5_1=new Array("Das Konzept","be_wo_ko.html","",0,20,120);
	Menu5_2=new Array("Die Betreuung","be_wo_be.html","",0);
	Menu5_3=new Array("Kontakt","be_wo_kon.html","",0);
	
Menu6=new Array("rollover:../navi/budget_n.gif:../navi/budget_d.gif","","",4,17,204);
	Menu6_1=new Array("Das Konzept","per_bud_kon.html","",0,20,120);
	Menu6_2=new Array("Die Budgetnehmer","per_bud_ne.html","",0);
	Menu6_3=new Array("Betreuungsangebot","per_bud_ang.html","",0);
	Menu6_4=new Array("Kontakt","per_bud_ko.html","",0);
	
Menu7=new Array("rollover:../navi/aktivpunkt_n.gif:../navi/aktivpunkt_d.gif","","",3,17,204);
	Menu7_1=new Array("Das Konzept","aktivpunkt_kon.html","",0,20,120);
	Menu7_2=new Array("Die Beratung","aktivpunkt_wer.html","",0);
	Menu7_3=new Array("Kontakt","aktivpunkt_ko.html","",0);
	
Menu8=new Array("rollover:../navi/aktuell_n.gif:../navi/aktuelles_d.gif","","",5,17,204);
	Menu8_1=new Array("GFB gGmbH - Intern","intern.php?aktion=newskat&katname=Newsbereich","",0,20,120);
	Menu8_2=new Array("Veranstaltungen","intern.php?aktion=newskat&katname=Veranstaltungen","",0);
	Menu8_3=new Array("Freizeiten","intern.php?aktion=newskat&katname=Freizeiten","",0);
	Menu8_4=new Array("Stellenangebote","intern.php?aktion=newskat&katname=Stellenangebote","",0);
	Menu8_5=new Array("Presseberichte","intern.php?aktion=newskat&katname=Presseberichte","",0);
	
Menu9=new Array("rollover:../navi/download_n.gif:../navi/download_d.gif","","",2,17,204);
	Menu9_1=new Array("Unsere Prospekte","prospekte.html","",0,20,120);
	Menu9_2=new Array("Formulare und mehr","vordruck.html","",0);
	
Menu10=new Array("rollover:../navi/kontakt_n.gif:../navi/kontakt_d.gif","","",5,17,204);
	Menu10_1=new Array("Adressen","adresse.html","",0,20,120);
	Menu10_2=new Array("Kontakt-Formular","formular.html","",0);
	Menu10_3=new Array("Wegbeschreibung","anfahrt.html","",0);
	Menu10_4=new Array("Impressum","impressum.html","",0,20,120);
	Menu10_5=new Array("Disclaimer","disclaimer.html","",0);
