//**fmbaum**** Array initialisieren
 
function struc_init(){
	fmbaum_laenge= 0;
	fmbaum_ebenenanzahl=0;
	fmbaumstruc = new Array();	
	s_init = new Array();
	for ( k=1; k < s_init.length; k++)
		{ s_init[k] = 0;
	}	
	s_init_last = 1;
	s_init_out = "00";
	s_init[1] = 0;
}
  
  //** Sequenzielles Hinzufügen zum Array
  function struc_add(arry)
  {
   //return;
   fmbaum_laenge++;
   fmbaumstruc[fmbaum_laenge]= arry;
   
   // die Ebeneninformationen (--) werden hier in Strukturinfos (0503) umgewandelt und im Array gespeichert
   if (arry[0].length != 0)
   {
	   temp_lang = arry[0].length;
	   if (temp_lang==s_init_last)
	   {  s_init[temp_lang] = s_init[temp_lang] +1; }
	   else
		   {
		   if (temp_lang < s_init_last)
		   {  s_init[temp_lang] = s_init[temp_lang] +1;
			  s_init_last = temp_lang; }
		   else
			   { if (temp_lang > s_init_last)
			   {  s_init[temp_lang] = 1;
				  s_init_last = temp_lang; }
		   }
	   }
	   s_init_out = "";
	   for ( k=1; k <= s_init_last; k++)
			{ if (s_init[k] <10   ) {s_init_out = s_init_out +"0" }
			s_init_out = ""+s_init_out + s_init[k];
		 }	
	   fmbaumstruc[fmbaum_laenge][1]=s_init_out;
	   
	   // ende Hinzufuegen der Ebeneninformationen
   
   }
   else
   {//fmbaumstruc[fmbaum_laenge][1]=""
     fmbaumstruc[fmbaum_laenge][1]=fmbaumstruc[fmbaum_laenge-1][1]+"*"
	 }
	//if (fmbaum_laenge<10) {alert(fmbaumstruc[fmbaum_laenge][0]+" "+fmbaumstruc[fmbaum_laenge][1]+" "+fmbaumstruc[fmbaum_laenge][4]);} 
   //*** visited initialisieren falls kein Cookie
   //if (vis_da == null) {visited[fmbaum_laenge]=false;}
   
   //Falls Ebenentiefe > bisher, dann erhöhe
   //alert(arry[0].length);
   if (fmbaum_ebenenanzahl<arry[0].length)
   	{fmbaum_ebenenanzahl=arry[0].length}
  
	//alert(fmbaumstruc[fmbaum_laenge]);  
  
  }
  
   function struc_ready()
  {
   //alert(fmbaumstruc.length);
   //alert("fmbaum_laenge="+fmbaum_laenge);
   //alert("fmbaum_ebenenanzahl="+fmbaum_ebenenanzahl);
  }
function fm_struktur1_dt() {
wbt_kurz = "SAM1";

homehtm = "strato.htm";

struc_add(new Array("-",	""	,"Aktuell"			,	wbt_kurz,	"c_willkommenx2.php?filter="));
//struc_add(new Array("-",	""	,"Aktuell"				,	wbt_kurz,	"content/t_content.php?pfad=.%2F&inhalt=c_aktuell.htm"));
//struc_add(new Array("-",	""	,"Aktuell"				,	wbt_kurz,	"content/text_edit_aktuell.php"));

//struc_add(new Array("-",	""	,"Wahl 2005"			,	wbt_kurz,	"t_content_wahl.php?pfad=.%2F&inhalt=c_wahl_standpunkte.htm"));
//struc_add(new Array("--",	""	,"Wahlinfos / Termine"	,	wbt_kurz,	"t_content_wahl.php?pfad=.%2F&inhalt=c_wahl_termine.htm"));
//struc_add(new Array("--",	""	,"Roter Bus"	,	wbt_kurz,	"t_content_wahl.php?pfad=.%2F&inhalt=c_wahl_roterbus.htm"));
//struc_add(new Array("--",	""	,"Sechs gute Gründe"	,	wbt_kurz,	"t_content_wahl.php?pfad=.%2F&inhalt=c_wahl_sechs-gruende.htm"));
//struc_add(new Array("--",	""	,"Arbeitnehmerrechte"	,	wbt_kurz,	"t_content_wahl.php?pfad=.%2F&inhalt=c_wahl_arbeitnehmerrechte.htm"));

//struc_add(new Array("--",	""	,"Wahl-Impressionen"	,	wbt_kurz,	"content/2005/t_content_wahl.php?pfad=.%2F&inhalt=c_2005-09-17_1_w_bustour.htm"));

//struc_add(new Array("--",	""	,"Wahl-Newsletter"		,	wbt_kurz,	"t_content_wahl.php?pfad=.%2F&inhalt=c_wahl.htm"));

//struc_add(new Array("--",	""	,"Interview"			,	wbt_kurz,	"t_content.php?pfad=.%2F&inhalt=c_wahl_interview.htm"));
//struc_add(new Array("--",	""	,"Wahlprogramm"			,	wbt_kurz,	"content/t_content.php?pfad=.%2F&inhalt=c_aktuell.htm"));
//struc_add(new Array("--",	""	,"Infos zur Wahl"			,	wbt_kurz,	"content/t_content.php?pfad=.%2F&inhalt=c_aktuell.htm"));


struc_add(new Array("-",	""	,"Pers&ouml;nlich"		,	wbt_kurz,	"t_contentx2.php?pfad=.%2F&inhalt=c_pers.htm"));
//struc_add(new Array("--",	""	,"Interview"		,	wbt_kurz,	"t_content.php?pfad=.%2F&inhalt=c_pers_interview.htm"));
struc_add(new Array("--",	""	,"Lebenslauf"		,	wbt_kurz,	"t_contentx2.php?pfad=.%2F&inhalt=c_pers_leben.htm"));
//struc_add(new Array("--",	""	,"Politischer Werdegang"		,	wbt_kurz,	"leer.htm"));

struc_add(new Array("-",	""	,"Berlin"				,	wbt_kurz,	"t_contentx2.php?pfad=.%2F&inhalt=c_berlin.htm"));
struc_add(new Array("--",	""	,"Bundestagsb&uuml;ro"	,	wbt_kurz,	"t_contentx2.php?pfad=.%2F&inhalt=c_berlin_bb.htm"));
//struc_add(new Array("--",	""	,"Eine Woche in Berlin"	,	wbt_kurz,	"t_content_ohnex2.php?pfad=.%2F&inhalt=c_berlin_woche.htm"));

struc_add(new Array("--",	""	,"Ihr Besuch in Berlin"	,	wbt_kurz,	"t_contentx2.php?pfad=.%2F&inhalt=c_berlin_besuch.htm"));

//struc_add(new Array("--",	""	,"B&uuml;ro im BMI"		,	wbt_kurz,	"t_content.php?pfad=.%2F&inhalt=c_berlin_bmi.htm"));
//struc_add(new Array("--",	""	,"Reden / Begegnungen"	,	wbt_kurz,	"content/t_content.php?pfad=.%2F&inhalt=c_berlin_reden_index.htm"));
//struc_add(new Array("--",	""	,"Begegnungen	"		,	wbt_kurz,	"content/t_content.php?pfad=.%2F&inhalt=c_berlin_begegnungen_index.htm"));
//struc_add(new Array("--",	""	,"BMI	"		,	wbt_kurz,	"content/t_content.php?pfad=.%2F&inhalt=c_berlin_begegnungen_index.htm"));
//struc_add(new Array("--",	""	,"Videoarchiv BT autoscan"			,	wbt_kurz,	"content/c_auto_scan_videos.php"));
//struc_add(new Array("--",	""	,"Archiv alt Auto Scan"			,	wbt_kurz,	"content/c_auto_scan.php"));
//struc_add(new Array("--",	""	,"Archiv Suchergebnis"				,	wbt_kurz,	"content/t_content.php?pfad=.%2F&inhalt=c_archiv_suche.htm"));
//struc_add(new Array("--",	""	,"Archiv"				,	wbt_kurz,	"content/t_content.php?pfad=.%2F&inhalt=c_archiv_index.htm"));

struc_add(new Array("-",	""	,"Wahlkreis&nbsp;"		,	wbt_kurz,	"t_contentx2.php?pfad=.%2F&inhalt=c_wk.htm"));
struc_add(new Array("--",	""	,"Wahlkreisb&uuml;ro"	,	wbt_kurz,	"t_contentx2.php?pfad=.%2F&inhalt=c_wk_buero.htm"));
//struc_add(new Array("--",	""	,"Ein Tag im Wahlkreis"	,	wbt_kurz,	"t_contentx2.php?pfad=.%2F&inhalt=c_wk_tag.htm"));
struc_add(new Array("--",	""	,"Regionalgesch&auml;ftsstelle"	,	wbt_kurz,	"t_contentx2.php?pfad=.%2F&inhalt=c_wk_regio.htm"));
struc_add(new Array("--",	""	,"Sprechstunden"	,	wbt_kurz,	"t_contentx2.php?pfad=.%2F&inhalt=c_wk_sprechstundenx2.htm"));
//struc_add(new Array("--",	""	,"SPD vor Ort"	,	wbt_kurz,	"http://www.spd-ub-badkreuznach.de/vorOrt/index.htm"));

//struc_add(new Array("--",	""	,"Bilder"	,	wbt_kurz,	"http://www.frostmedia.de/berlin2006/original/DSCF0459.html"));

struc_add(new Array("-",	""	,"Auf den Punkt gebracht"	,	wbt_kurz,	"c_willkommenx2.php?filter=AUF DEN PUNKT GEBRACHT"));


//struc_add(new Array("--",	""	,"Vor Ort"				,	wbt_kurz,	"content/t_content.php?pfad=.%2F&inhalt=c_wk_vorort_index.htm"));
//struc_add(new Array("--",	""	,"Brief aus Berlin"		,	wbt_kurz,	"content/t_content.php?pfad=.%2F&inhalt=c_wk_brief_index.php"));
//struc_add(new Array("--",	""	,"Brief aus Berlin"		,	wbt_kurz,	"wahlkreis/brief/t_content.php?pfad=.%2F&inhalt=c_wk_brief_index.htm"));
//struc_add(new Array("--",	""	,"Archiv"				,	wbt_kurz,	"leer_blau.htm"));

struc_add(new Array("-",	""	,"Archiv / Suche"			,	wbt_kurz,	"content/c_auto_suchex2.htm"));
struc_add(new Array("--",	""	,"Wahlkreis - Begegnungen"	,	wbt_kurz,	"c_willkommenx2.php?filter=WAHLKREIS / REDEN UND BEGEGNUNGEN"));
struc_add(new Array("--",	""	,"Wahlkreis - PM"	,	wbt_kurz,	"c_willkommenx2.php?filter=WAHLKREIS / PRESSEMITTEILUNGEN"));
struc_add(new Array("--",	""	,"Berlin - Begegnungen"	,	wbt_kurz,	"c_willkommenx2.php?filter=BERLIN / REDEN UND BEGEGNUNGEN"));
struc_add(new Array("--",	""	,"Berlin - PM"	,	wbt_kurz,	"c_willkommenx2.php?filter=BERLIN / PRESSEMITTEILUNGEN"));
struc_add(new Array("--",	""	,"Berliner Notizen"	,	wbt_kurz,	"c_willkommenx2.php?filter=BERLINER NOTIZEN"));
//struc_add(new Array("--",	""	,"Videoarchiv Plenarreden"		,	wbt_kurz,	"content/t_contentx2.php?pfad=.%2F&inhalt=c_berlin_videos_indexx2.htm"));
struc_add(new Array("--",	""	,"Medienarchiv Sonstiges"		,	wbt_kurz,	"t_contentx2.php?pfad=.%2F&inhalt=c_medienarchivx2.htm"));


//struc_add(new Array("-",	""	,"S / Wahlkeis"			,	wbt_kurz,	"content/c_auto_suche.php?aktion=wahlkreis"));
//struc_add(new Array("-",	""	,"S / Brief"			,	wbt_kurz,	"content/c_auto_suche.php?aktion=brief"));


//struc_add(new Array("-",	""	,"Service"				,	wbt_kurz,	"leer_blau.htm"));
//struc_add(new Array("-",	""	,"NEUES von FRK"		,	wbt_kurz,	"c_newsletter_listex2.php"));
struc_add(new Array("-",	""	,"Newsletter bestellen"	,	wbt_kurz,	"t_contentx2.php?pfad=.%2F&inhalt=c_newsletter.htm"));

//struc_add(new Array("--",	""	,"Downloads"		,		wbt_kurz,	"leer_blau.htm"));

struc_add(new Array("-",	""	,"Presseservice"		,	wbt_kurz,	"t_contentx2.php?pfad=.%2F&inhalt=c_presse.htm"));
struc_add(new Array("--",	""	,"Fotos zum Download"	,	wbt_kurz,	"t_contentx2.php?pfad=.%2F&inhalt=c_presse_download.htm"));
struc_add(new Array("--",	""	,"Fotogalerie"	,	wbt_kurz,	"content/2010/galerie2010/index.html"));
struc_add(new Array("--",	""	,"Pressemeldungen"	,	wbt_kurz,	"c_presse_mitteilungenx2.php"));
//YYYYYstruc_add(new Array("--",	""	,"test"	,	wbt_kurz,	"c_willkommenx2y.php?filter="));
//struc_add(new Array("--",	""	,"RSS-Newsfeed"			,	wbt_kurz,	"t_content.php?pfad=.%2F&inhalt=c_presse_rss.htm"));
//struc_add(new Array("--",	""	,"Presseverteiler"		,	wbt_kurz,	"t_content.php?pfad=.%2F&inhalt=c_presse_verteiler.htm"));

struc_add(new Array("-",	""	,"Kontakt"				,	wbt_kurz,	"t_contentx2.php?pfad=.%2F&inhalt=c_kontakt.htm"));
struc_add(new Array("-",	""	,"Links"				,	wbt_kurz,	"t_contentx2.php?pfad=.%2F&inhalt=c_links.htm"));
struc_add(new Array("-",	""	,"Textversion"				,	wbt_kurz,	"http://www.fritz-rudolf-koerper.de/homepage/text_willkommen.htm"));

struc_add(new Array("-",	""	,"Impressum"			,	wbt_kurz,	"t_contentx2.php?pfad=.%2F&inhalt=c_impressum.htm"));
struc_add(new Array("-",	""	,"Impressum"			,	wbt_kurz,	"t_contentx2.php?pfad=.%2F&inhalt=c_impressum.htm"));



}


