function cdd_menu0(){//////////////////////////Start Menu Data/////////////////////////////////
/**********************************************************************************************

	Menu 0 - General Settings and Menu Structure

	**See the menu_styles.css file for additional customization options**

***********************************************************************************************/



/*---------------------------------------------
Icon Images
---------------------------------------------*/

//Define two types of unlimited icon images below, associate any image
//with any item using both the 'icon_rel' and 'icon_abs' parameter in the
//sub menu structure section (set to the index number of the icon image)


    //Relative positioned icon images (flow with main menu or sub item text)

	this.rel_icon_image0 = "Bilder/menue-js/sample_gray_bullet.gif"
	this.rel_icon_rollover0 = "Bilder/menue-js/sample_gray_bullet.gif"
	this.rel_icon_image_wh0 = "12,8"

	this.rel_icon_image1 = "Bilder/menue-js/sample_red_arrow.gif"
	this.rel_icon_rollover1 = "Bilder/menue-js/sample_red_arrow.gif"
	this.rel_icon_image_wh1 = "13,8"
	


    //Absolute positioned icon images (coordinate positioned - relative to 
    //right top corner of the menu item displaying the icon.)

	this.abs_icon_image0 = "Bilder/menue-js/sample_red_arrow1.gif"
	this.abs_icon_rollover0 = "Bilder/menue-js/sample_red_arrow1.gif"
	this.abs_icon_image_wh0 = "8,10"
	this.abs_icon_image_xy0 = "-9,5"



/*---------------------------------------------
Pointers & Dividers
---------------------------------------------*/


//Pointers are optional, specific settings override the default pointer.
//The x and y offset of each pointer image is relative to the upper left
//corner of the menu group using the pointer.



    //Pointer Settings
	
	this.pointer_image = "Bilder/menue-js/sample_red_arrow1.gif"
	this.pointer_image_wh = "8,10"			//width and height of pointer image
	this.pointer_image_xy = "-9,0"			//x and y offset of pointer image
	
	this.pointer_image_main = "Bilder/menue-js/red_slider1.gif"
	this.pointer_image_wh_main = "11,3"
	this.pointer_image_xy_main = "-7,1"

	this.pointer_image1_2 = "Bilder/menue-js/sample_red_arrow2.gif"
	this.pointer_image_wh1_2 = "8,10"
	this.pointer_image_xy1_2 = "122,0"

	this.pointer_image1_3 = "Bilder/menue-js/sample_red_arrow2.gif"
	this.pointer_image_wh1_3 = "8,10"
	this.pointer_image_xy1_3 = "102,0"



    //Divider Settings

	this.use_divider_caps = false		//cap the top and bottom of each menu group
	this.divider_width = 5			//applies to horizontal menus only
	this.divider_height = 2			//applies to vertical menus only

	

    //available specific settings

	this.use_divider_capsX_X = true
	this.divider_widthX = 20
	this.divider_heightX = 20	

	this.pointer_imageX = "../Bilder/menue-js/arrow.gif"
	this.pointer_image_whX = "13,10"
	this.pointer_image_xyX = "10,10"



/*---------------------------------------------
Menu Orientation and Dimensions
---------------------------------------------*/

   //All values below are defined in pixel units.  Only the 
   //width of items and menu groups may be defined, heights 
   //are automatically determined by the font size and padding
   //values below.  See the menu_styles.css file for additional
   //border color and style settings.


	this.is_horizontal = false			//applies to all menu groups
	this.is_horizontal_main = true			//applies to main group only
	
	//this.menu_width = 200				//applies to vertical menus
	//this.menu_width_items = 100			/*Breite für die einzelnen 					      						Hauptmenüeinträge*/



   //Padding Values
  
	
	this.menu_padding_main = "4,0,4,0"		/*top, right, bottom, left (Position der 									Hauptmenüeintrage)*/
	this.menu_padding_sub = "9,6,5,6"

	this.item_padding_main = "2,5,2,5"
	this.item_padding_sub = "3,5,3,0"
	
		

   //Border Sizing


	this.menu_border_main = 1
	this.menu_border_sub = 1

	this.item_border_main = 0
	this.item_border_sub = 0



   //Specific Item Setting Examples (change 'X' to appropriate index value)
	

	this.is_horizontalX = true
	
	this.menu_widthX = 100
	this.menu_width_itemsX = 100
	this.menu_width_itemX_X = 100

	this.menu_padding_subX = "10,5,10,5"
	//this.item_padding_main2 = "2,5,5,5"      //Position der Hauptmenüeinträge
	//this.item_padding_main3 = "2,5,5,25"      //Position der Hauptmenüeinträge
	//this.item_padding_main5 = "2,5,5,30"      //Position der Hauptmenüeinträge
	this.item_padding_subX_X = "10,5,10,5"

	this.menu_border_subX = 1
	this.item_border_mainX = 1
	this.item_border_subX_X = 1		//Umrandung der Untermenüpunkte



/*---------------------------------------------
Optional Style Sheet Class Name Association
---------------------------------------------*/

//Use the following section to optionally associate menu groups 
//and menu items with existing CSS classes from your site.



   //global class names

	//this.main_menu_class = "myclassname"
	//this.main_items_class = "myclassname"
	//this.main_items_rollover_class = "myclassname"

	//this.sub_menu_class = "myclassname"
	//this.sub_items_class = "myclassname"
	//this.sub_items_rollover_class = "myclassname"


   //specific menu items

	//this.item_classX_X = "myclassname"
	//this.item_rollover_classX_X = "myclassname"



/*---------------------------------------------
Exposed Menu Events - Custom Script Attachment
---------------------------------------------*/


	this.show_menu = ""
	this.hide_menu = ""
	

 //available specific settings


	this.show_menuX = "alert('show id')"
	this.hide_menuX = "alert('hide id')"
	

	//use the following to execute a JavaScript statement for any menu item
	//change 'X' below, to the menu items index number.
	
	this.clickX = "alert('Sample Click Code - Exposed Menu Event')"
	


/*------------------------------------------------
Browser Workarounds
-------------------------------------------------*/


   //Opera 5 & 6 - alternate HTML display (Opera 7 displays menu 100%)

	this.opera_old_display_html = "Please update your opera browser.";



/*---------------------------------------------
Main Menu Group and Items
---------------------------------------------*/


   //Main Menu Group 0

	
	

	this.item0 = "Abteilungen"
	this.icon_rel0 = 0		/*Punkt oder Dreieck vor dem Wort Home*/
	this.url0 = "../menue.php"	

	this.item1 = "Aktuelles"
	this.icon_rel1 = 0
	this.url1 = "index2.php?abt=fussball&cat=Aktuell"
	
	this.item2 = "M&auml;nner Teams"
	this.icon_rel2 = 1
	//this.url2 = "myurl.html"	
	
	this.item3 = "Jugend Teams"
	this.icon_rel3 = 1
	//this.url3 = "myurl.html"	
	
	this.item4 = "Spassecke"
	this.icon_rel4 = 0
	this.url4 = "index2.php?abt=fussball&cat=Spassecke"
	
	this.item5 = "Links"
	this.icon_rel5 = 0
	this.url5 = "index2.php?abt=Fussball&cat=Links"
	
	
  this.item6 = "Historie"
	this.icon_rel6 = 1
	//this.url2 = "myurl.html"	

  this.item7 = "Kontakt"
	this.icon_rel7 = 1
	//this.url7 = "gaestebuch.php"
	
	
/*---------------------------------------------
Sub Menu Group and Items
---------------------------------------------*/



   //Sub Menu 0

	/*this.menu_xy0 = "-112,19"
	this.menu_width0 = 136

	this.item0_0 = "Unlimited Levels"
	this.item0_1 = "Cross Browser"
	this.item0_2 = "Custom Fonts"
	this.item0_3 = "Custom Sizing"
	this.item0_4 = "Custom Graphics"

	this.icon_rel0_0 = 0
	this.icon_rel0_1 = 0
	this.icon_rel0_2 = 0
	this.icon_rel0_3 = 0
	this.icon_rel0_4 = 0

	
	this.url0_0 = 'documents/sample_link.htm'
	this.url0_1 = 'documents/sample_link.htm'
	this.url0_2 = 'documents/sample_link.htm'
	this.url0_3 = 'documents/sample_link.htm'
	this.url0_4 = 'documents/sample_link.htm'  



   //Sub Menu 1
	
	this.menu_xy1 = "-112,19"
	this.menu_width1 = 136
        
	this.item1_0 = "New Effects"
	this.item1_1 = "Implementations"
	this.item1_2 = "QuickMenu Pro"
	this.item1_3 = "DHTML Effects"
	this.item1_4 = "Web Menu"	
	this.item1_5 = "Applet Effects"

	this.icon_rel1_0 = 0
	this.icon_rel1_1 = 0
	this.icon_rel1_3 = 0
	this.icon_rel1_2 = 0
	this.icon_rel1_4 = 0
	this.icon_rel1_5 = 0
	this.icon_abs1_2 = 0
	this.icon_abs1_3 = 0

	this.url1_0 = 'documents/sample_link.htm'
	this.url1_1 = 'documents/sample_link.htm'
	this.url1_2 = 'documents/sample_link.htm'
	this.url1_3 = 'documents/sample_link.htm'
	this.url1_4 = 'documents/sample_link.htm'
	this.url1_5 = 'documents/sample_link.htm'   



   //Sub Menu 1_0

	this.menu_xy1_2 = "2,-1"
	this.menu_width1_2 = 120

	this.item1_2_0 = "DHTML Menu"
	this.item1_2_1 = "DHTML Tree"
	this.item1_2_2 = "Vertical Scroll"
	this.item1_2_3 = "Scroll Window"

	this.icon_rel1_2_0 = 0
	this.icon_rel1_2_1 = 0
	this.icon_rel1_2_2 = 0
	this.icon_rel1_2_3 = 0

	this.url1_2_0 = 'documents/sample_link.htm'
	this.url1_2_1 = 'documents/sample_link.htm'
	this.url1_2_2 = 'documents/sample_link.htm'
	this.url1_2_3 = 'documents/sample_link.htm'
	


   //Sub Menu 1_1

	this.menu_xy1_3 = "2,-1"
	this.menu_width1_3 = 100

	this.item1_3_0 = "J & J"
	this.item1_3_1 = "Memorex"
	this.item1_3_2 = "Gateway"

	this.icon_rel1_3_0 = 0
	this.icon_rel1_3_2 = 0
	this.icon_rel1_3_1 = 0

	this.url1_3_0 = 'documents/sample_link.htm'
	this.url1_3_2 = 'documents/sample_link.htm'
	this.url1_3_1 = 'documents/sample_link.htm'  */



    //Sub Menu 2

	this.menu_xy2 = "-125,19"
	this.menu_width2 = 120
	
	this.item2_0 = "1. Mannschaft"
	this.item2_1 = "2. Mannschaft"
	this.item2_2 = "Altliga"
	this.item2_3 = "&Uuml;50"
	this.item2_4 = "Referies"
	this.item2_5 = "Umfragen"

	this.icon_rel2_0 = 0			//graue Punkte vor Menüeintragungen
	this.icon_rel2_1 = 0
	this.icon_rel2_2 = 0
	this.icon_rel2_3 = 0
	this.icon_rel2_4 = 0
	this.icon_rel2_5 = 0
	this.icon_abs2_0 = 0			//rote Pfeile hinter Menüeintragungen
	this.icon_abs2_1 = 0
	this.icon_abs2_2 = 0
	this.icon_abs2_3 = 0

	
	this.url2_0 = 'index2.php?abt=fussball&cat=1_Termine'
	this.url2_1 = 'index2.php?abt=fussball&cat=2_Termine'
	this.url2_2 = 'index2.php?abt=fussball&cat=Alte_Termine'
	this.url2_3 = 'index2.php?abt=fussball&cat=Ue50'
	this.url2_4 = 'index2.php?abt=fussball&cat=schieri'
	this.url2_5 = 'index2.php?abt=fussball&cat=Umfragen'
     //Sub Menu 2_0

	this.menu_xy2_0 = "2,-1"
	this.menu_width2_0 = 120

	this.item2_0_0 = "Kader"
	this.item2_0_1 = "Galerie"
	this.item2_0_2 = "Termine"
	this.item2_0_3 = "Tabelle/Statistik"
	this.item2_0_4 = "Spielberichte"
	this.item2_0_5 = "Landespokal"
	this.item2_0_6 = "Sponsoren"

	this.icon_rel2_0_0 = 0
	this.icon_rel2_0_1 = 0
	this.icon_rel2_0_2 = 0
	this.icon_rel2_0_3 = 0
	this.icon_rel2_0_4 = 0
  this.icon_rel2_0_5 = 0
  this.icon_rel2_0_6 = 0

	this.url2_0_0 = 'mitglieder.php?abt=fussball&kader=1.Mannschaft'
	this.url2_0_1 = 'index2.php?abt=fussball&cat=1_Gallerie'
	this.url2_0_2 = 'index2.php?abt=fussball&cat=1_Termine'
	this.url2_0_3 = 'fussball-tabelle.php?file=kolkwitz1.l98&abt=fussball'
	this.url2_0_4 = 'index2.php?abt=fussball&cat=1_Spielberichte06/07'
  this.url2_0_5 = 'fussball-tabelle.php?file=landespokal06-07.l98&abt=fussball'
  this.url2_0_6 = 'index2.php?abt=fussball&cat=1_Sponsoren'

     //Sub Menu 2_1

	this.menu_xy2_1 = "2,-1"
	this.menu_width2_1 = 120

	this.item2_1_0 = "Kader"
	this.item2_1_1 = "Galerie"
	this.item2_1_2 = "Termine"
	this.item2_1_3 = "Tabelle/Statistik"
	this.item2_1_4 = "Spielberichte"
  this.item2_1_5 = "Kreispokal"
	this.item2_1_6 = "Sponsoren"
	
	this.icon_rel2_1_0 = 0
	this.icon_rel2_1_1 = 0
	this.icon_rel2_1_2 = 0
	this.icon_rel2_1_3 = 0
	this.icon_rel2_1_4 = 0
  this.icon_rel2_1_5 = 0
	this.icon_rel2_1_6 = 0
	
	this.url2_1_0 = 'mitglieder.php?abt=fussball&kader=2.Mannschaft'
	this.url2_1_1 = 'index2.php?abt=fussball&cat=2_Gallerie'
	this.url2_1_2 = 'index2.php?abt=fussball&cat=2_Termine'
	this.url2_1_3 = 'fussball-tabelle.php?file=kolkwitz2.l98&abt=fussball'
	this.url2_1_4 = 'index2.php?abt=fussball&cat=2_Spielberichte07/08'
  this.url2_1_5 = 'fussball-tabelle.php?file=kreispokal06-07.l98&abt=fussball'
  this.url2_1_6 = 'index2.php?abt=fussball&cat=2_Sponsoren'

    //Sub Menu 2_2

	this.menu_xy2_2 = "2,-1"
	this.menu_width2_2 = 120

	this.item2_2_0 = "Kader"
	this.item2_2_1 = "Galerie"
	this.item2_2_2 = "Termine"
	this.item2_2_3 = "Tabelle/Statistik"
	this.item2_2_4 = "Spielberichte"
  this.item2_2_5 = "Sponsoren"
  
	this.icon_rel2_2_0 = 0
	this.icon_rel2_2_1 = 0
	this.icon_rel2_2_2 = 0
	this.icon_rel2_2_3 = 0
	this.icon_rel2_2_4 = 0
  this.icon_rel2_2_5 = 0
  
	this.url2_2_0 = 'mitglieder.php?abt=fussball&kader=Alte Herren'
	this.url2_2_1 = 'index2.php?abt=fussball&cat=Alte_Gallerie'
	this.url2_2_2 = 'index2.php?abt=fussball&cat=Alte_Termine'
	this.url2_2_3 = 'fussball-tabelle.php?file=alte_Herren.l98&abt=fussball'
	this.url2_2_4 = 'index2.php?abt=fussball&cat=Alte_Spielberichte'
	this.url2_2_5 = 'index2.php?abt=fussball&cat=Alte_Sponsoren'
	 
  //Sub Menu 2_3

	this.menu_xy2_3 = "2,-1"
	this.menu_width2_3 = 120

	this.item2_3_0 = "Kader"
	this.item2_3_1 = "Tabelle/Statistik"
	this.item2_3_2 = "Berichte"
  
	this.icon_rel2_3_0 = 0
	this.icon_rel2_3_1 = 0
	this.icon_rel2_3_2 = 0
  
	this.url2_3_0 = 'mitglieder.php?abt=fussball&kader=Ue50'
	this.url2_3_1 = 'fussball-tabelle.php?file=ue50.l98&abt=fussball'
	this.url2_3_2 = 'index2.php?abt=fussball&cat=Ue50'

   //Main Menu Group 3


  this.menu_xy3 = "-125,19"
	this.menu_width3 = 120
	
	this.item3_0 = "A-Jugend"
	this.item3_1 = "B-Jugend"
	this.item3_2 = "C-Jugend"
  this.item3_3 = "D-Jugend"
	this.item3_4 = "E-Jugend"
	this.item3_5 = "F-Jugend"


	this.icon_rel3_0 = 0			//graue Punkte vor Menüeintragungen
	this.icon_rel3_1 = 0
	this.icon_rel3_2 = 0
	this.icon_rel3_3 = 0			
	this.icon_rel3_4 = 0
	this.icon_rel3_5 = 0
	this.icon_abs3_0 = 0			//rote Pfeile hinter Menüeintragungen
	this.icon_abs3_1 = 0
	this.icon_abs3_2 = 0
  this.icon_abs3_3 = 0			
	this.icon_abs3_4 = 0
	this.icon_abs3_5 = 0

	this.url3_0 = 'index2.php?abt=fussball&cat=A_Bereich'
	this.url3_1 = 'index2.php?abt=fussball&cat=B_Bereich'
	this.url3_2 = 'index2.php?abt=fussball&cat=C_Bereich'
  this.url3_3 = 'index2.php?abt=fussball&cat=D_Bereich'
	this.url3_4 = 'index2.php?abt=fussball&cat=E_Bereich'
	this.url3_5 = 'index2.php?abt=fussball&cat=F_Bereich'
	
     //Sub Menu 3_0

	this.menu_xy3_0 = "2,-1"
	this.menu_width3_0 = 120

	this.item3_0_0 = "Kader"
	this.item3_0_1 = "Tabelle/Statistik"
	this.item3_0_2 = "Euer Bereich"
	
	this.icon_rel3_0_0 = 0
	this.icon_rel3_0_1 = 0
	this.icon_rel3_0_2 = 0
	
	this.url3_0_0 = 'mitglieder.php?abt=Fussball&kader=A-Jugend'
	this.url3_0_1 = 'fussball-tabelle.php?file=a-junioren.l98&abt=fussball'
	this.url3_0_2 = 'index2.php?abt=fussball&cat=A_Bereich'

     //Sub Menu 3_1

	this.menu_xy3_1 = "2,-1"
	this.menu_width3_1 = 120

	this.item3_1_0 = "Kader"
	this.item3_1_1 = "Tabelle/Statistik"
  this.item3_1_2 = "Euer Bereich"

	this.icon_rel3_1_0 = 0
	this.icon_rel3_1_1 = 0
	this.icon_rel3_1_2 = 0

	this.url3_1_0 = 'mitglieder.php?abt=Fussball&kader=B-Jugend'
  this.url3_1_1 = 'fussball-tabelle.php?file=b-junioren.l98&abt=fussball'
	this.url3_1_2 = 'index2.php?abt=fussball&cat=B_Bereich'
 
    //Sub Menu 3_2

	this.menu_xy3_2 = "2,-1"
	this.menu_width3_2 = 120

	this.item3_2_0 = "Kader"
	this.item3_2_1 = "Tabelle/Statistik"
	this.item3_2_2 = "Euer Bereich"

	this.icon_rel3_2_0 = 0
	this.icon_rel3_2_1 = 0
	this.icon_rel3_2_2 = 0

	
	this.url3_2_0 = 'mitglieder.php?abt=Fussball&kader=C-Jugend'
	this.url3_2_1 = 'fussball-tabelle.php?file=c-junioren.l98&abt=fussball'
	this.url3_2_2 = 'index2.php?abt=fussball&cat=C_Bereich'
	
	//Sub Menu 3_3
	
  this.menu_xy3_3 = "2,-1"
	this.menu_width3_3 = 120

	this.item3_3_0 = "Kader"
	this.item3_3_1 = "Tabelle/Statistik"
	this.item3_3_2 = "Euer Bereich"

	this.icon_rel3_3_0 = 0
	this.icon_rel3_3_1 = 0
  this.icon_rel3_3_2 = 0
  
  this.url3_3_0 = 'mitglieder.php?abt=Fussball&kader=D-Jugend'
	this.url3_3_1 = 'fussball-tabelle.php?file=d-junioren.l98&abt=fussball'
	this.url3_3_2 = 'index2.php?abt=fussball&cat=D_Bereich'
	
	//Sub Menu 3_4
	
  this.menu_xy3_4 = "2,-1"
	this.menu_width3_4 = 120

	this.item3_4_0 = "Kader"
	this.item3_4_1 = "Tabelle/Statistik"
	this.item3_4_2 = "Euer Bereich"

	this.icon_rel3_4_0 = 0
	this.icon_rel3_4_1 = 0
	this.icon_rel3_4_2 = 0


  this.url3_4_0 = 'mitglieder.php?abt=Fussball&kader=E-Jugend'
	this.url3_4_1 = 'fussball-tabelle.php?file=e-junioren.l98&abt=fussball'
	this.url3_4_2 = 'index2.php?abt=fussball&cat=E_Bereich'


  //Sub Menu 3_5
	
  this.menu_xy3_5 = "2,-1"
	this.menu_width3_5 = 120

	this.item3_5_0 = "Kader"
	this.item3_5_1 = "Tabelle/Statistik"
	this.item3_5_2 = "Euer Bereich"


	this.icon_rel3_5_0 = 0
	this.icon_rel3_5_1 = 0
  this.icon_rel3_5_2 = 0
  
  this.url3_5_0 = 'mitglieder.php?abt=Fussball&kader=F-Jugend'
	this.url3_5_1 = 'fussball-tabelle.php?file=f-junioren.l98&abt=fussball'
	this.url3_5_2 = 'index2.php?abt=fussball&cat=F_Bereich'


    //Sub Menu 6

	this.menu_xy6 = "-125,19"		//Position des Untermenüs
	this.menu_width6 = 130
	
	this.item6_0 = "Fussball-Chronik"
	this.item6_1 = "Artikelarchiv"
	this.item6_2 = "Fr&uuml;here Teams"
	this.item6_3 = "Saisonarchiv"
	
	this.icon_rel6_0 = 0
	this.icon_rel6_1 = 0
	this.icon_rel6_2 = 0
	this.icon_rel6_3 = 0
	
  this.url6_0 = 'index2.php?abt=fussball&cat=Chronik'
	this.url6_1 = 'index2.php?abt=fussball&cat=Archiv'  
  this.url6_2 = 'index2.php?abt=fussball&cat=Archiv_Mannschaften'
  this.url6_3 = 'index2.php?abt=fussball&cat=Archiv_Saison'
  
	  //Sub Menu 7

	this.menu_xy7 = "-125,19"		//Position des Untermenüs
	this.menu_width7 = 120
	
	this.item7_0 = "G&auml;stebuch"
	this.item7_1 = "Verantwortliche"
	this.item7_2 = "Anfahrt"
	this.item7_3 = "Lokalit&auml;ten"
	

	this.icon_rel7_0 = 0			//graue Punkte vor Menüeintragungen
	this.icon_rel7_1 = 0
	this.icon_rel7_2 = 0
	this.icon_rel7_3 = 0

	this.url7_0 = 'gaebuch.php?abt=fussball'
	this.url7_1 = 'index2.php?abt=fussball&cat=Kontakt'
	this.url7_2 = 'index2.php?abt=fussball&cat=Anfahrt'
	this.url7_3 = 'index2.php?abt=fussball&cat=Lokalitaeten'

	//this.url2_2_0 = 'documents/sample_link.htm'
	//this.url2_2_1 = 'documents/sample_link.htm'
	//this.url2_2_2 = 'documents/sample_link.htm'  
	//this.url2_2_3 = 'documents/sample_link.htm'
	//this.url2_2_4 = 'documents/sample_link.htm'

}///////////////////////// END Menu Data /////////////////////////////////////////
