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

	Menu 0 - General Settings and Menu Structure - 22-01-2010

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

***********************************************************************************************/
cdd__code0 = 1665

cdd__code1 = 1262


/*---------------------------------------------
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 = "http://www.svommoord.nl/menu/bullet4.png"
	this.rel_icon_rollover0 = "http://www.svommoord.nl/menu/bullet5.png"
	this.rel_icon_image_wh0 = "14,10"
	
	this.rel_icon_image1 = "http://www.svommoord.nl/menu/dot_gray.png"
	this.rel_icon_rollover1 = "http://www.svommoord.nl/menu/dot_green.png"
	this.rel_icon_image_wh1 = "15,10"



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

	this.abs_icon_image0 = "http://www.svommoord.nl/menu/tiny_red-arrow.gif"
	this.abs_icon_rollover0 = "http://www.svommoord.nl/menu/tiny_red-arrow.gif"
	this.abs_icon_image_wh0 = "4,7"
	this.abs_icon_image_xy0 = "-8,5"



/*---------------------------------------------
Divider Settings
---------------------------------------------*/


	this.use_divider_caps = false		//cap the top and bottom of each menu group
	this.divider_width = 3			//applies to horizontal menus only
	this.divider_height = 3			//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 = "http://www.svommoord.nl/menu/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 = 110				//applies to vertical menus
	this.menu_width_items = 90			//applies to items in a horizontal menu


   //Padding Values
  

	this.menu_padding_main = "0,0,0,0"		//top, right, bottom, left
	this.menu_padding_sub = "2,1,2,1"

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

	

   //Border Sizing

	this.menu_border_main = 0
	this.menu_border_sub = 0

	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 = 200
	this.menu_width_itemsX = 100
	this.menu_width_itemX_X = 100

	this.menu_padding_subX = "3,3,3,3"
	this.item_padding_mainX = "3,3,3,3"
	this.item_padding_subX_X = "3,3,3,3"

	this.menu_border_subX = 1
	this.item_border_mainX = 1
	this.item_border_subX_X = 1



/*---------------------------------------------
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 = "Home"
	this.icon_rel0 = 0
	this.url0 = 'http://www.svommoord.nl/index.htm'
	
	this.item1 = "Club Info"
	this.icon_rel1 = 0
	
	this.item2 = "Afgelasting"
	this.icon_rel2 = 0
	this.url2 = 'http://www.svommoord.nl/html/afg.htm'
	
	this.item3 = "Programma"
	this.icon_rel3 = 0
	
	this.item4 = "Jeugd Info"
	this.icon_rel4 = 0
	
	this.item5 = "K.N.V.B."
	this.icon_rel5 = 0
	
	this.item6 = "Locaties"
	this.icon_rel6 = 0
	this.url6 = 'http://www.svommoord.nl/html/loc.htm'
	
	this.item7 = "Links"
	this.icon_rel7 = 0
	this.url7 = 'http://www.svommoord.nl/html/links.htm'
	
/*---------------------------------------------
Sub Menu Group and Items
---------------------------------------------*/

   
   //Sub Menu 1

	this.menu_xy1 = "-25,-17"
	this.menu_width1 = 125

	this.item1_0 = "Algemeen"
	this.item1_1 = "Huisregels"
	this.item1_2 = "Wie doet wat"
	this.item1_3 = "Inschrijven"
	this.item1_4 = "Routebeschrijving"
	this.item1_5 = "Contact"

	this.icon_rel1_0 = 1
	this.icon_rel1_1 = 1
	this.icon_rel1_2 = 1
	this.icon_rel1_3 = 1
	this.icon_rel1_4 = 1
	this.icon_rel1_5 = 1

	this.url1_0 = 'http://www.svommoord.nl/html/info.htm'
	this.url1_1 = 'http://www.svommoord.nl/html/gedrag.pdf'
	this.url1_2 = 'http://www.svommoord.nl/html/club.htm'
	this.url1_3 = 'http://www.svommoord.nl/html/inschrijf.htm'
	this.url1_4 = 'http://www.svommoord.nl/html/route-beschrijving.htm'
	this.url1_5 = 'mailto:info@svommoord.nl'	
	
	//Sub Menu 2

	this.menu_xy3 = "-25,-27"
	this.menu_width3 = 90

	this.item3_0 = "Senioren"
	this.item3_1 = "Jeugd"
	this.item3_2 = "G-voetbal"
	this.item3_3 = "Futsal"
	
	this.icon_rel3_0 = 1
	this.icon_rel3_1 = 1
	this.icon_rel3_2 = 1
	this.icon_rel3_3 = 1
	
	this.url3_2 = 'http://svommoord.slclubsite.nl/index.php?option=com_content&view=category&layout=blog&id=547&Itemid=490'
	
   //Sub Menu 3

	this.menu_xy3_0 = "-20,-25"
	this.menu_width3_0 = 65

	this.item3_0_0 = "1eza"
	this.item3_0_1 = "2eza"
	this.item3_0_2 = "DA1zo"
	this.item3_0_3 = "1ezo"
	this.item3_0_4 = "2ezo"
	this.item3_0_5 = "3ezo"
	this.item3_0_6 = "4ezo"
	this.item3_0_7 = "VE1zo"
	
	this.icon_rel3_0_0 = 1
	this.icon_rel3_0_1 = 1
	this.icon_rel3_0_2 = 1
	this.icon_rel3_0_3 = 1
	this.icon_rel3_0_4 = 1
	this.icon_rel3_0_5 = 1
	this.icon_rel3_0_6 = 1
	this.icon_rel3_0_7 = 1
	
	this.url3_0_0 = 'http://svommoord.slclubsite.nl/index.php?option=com_content&view=category&layout=blog&id=460&Itemid=511'
	this.url3_0_1 = 'http://svommoord.slclubsite.nl/index.php?option=com_content&view=category&layout=blog&id=461&Itemid=531'
	this.url3_0_2 = 'http://svommoord.slclubsite.nl/index.php?option=com_content&view=category&layout=blog&id=660&Itemid=131'
	this.url3_0_3 = 'http://svommoord.slclubsite.nl/index.php?option=com_content&view=category&layout=blog&id=463&Itemid=517'
	this.url3_0_4 = 'http://svommoord.slclubsite.nl/index.php?option=com_content&view=category&layout=blog&id=464&Itemid=538'
	this.url3_0_5 = 'http://svommoord.slclubsite.nl/index.php?option=com_content&view=category&layout=blog&id=465&Itemid=545'
	this.url3_0_6 = 'http://svommoord.slclubsite.nl/index.php?option=com_content&view=category&layout=blog&id=466&Itemid=552'
	this.url3_0_7 = 'http://svommoord.slclubsite.nl/index.php?option=com_content&view=category&layout=blog&id=467&Itemid=559'
	
   //Sub Menu 4
	
	this.menu_xy3_1 = "-20,-45"
	this.menu_width3_1 = 65
	
	this.item3_1_0 = "A-jun."
	this.item3_1_1 = "B-jun."
	this.item3_1_2 = "C-jun."
	this.item3_1_3 = "D-pup."
	this.item3_1_4 = "E-pup."
	this.item3_1_5 = "F-pup."
	this.item3_1_6 = "M-jun"

	this.icon_rel3_1_0 = 1
	this.icon_rel3_1_1 = 1
	this.icon_rel3_1_2 = 1
	this.icon_rel3_1_3 = 1
	this.icon_rel3_1_4 = 1
	this.icon_rel3_1_5 = 1
	this.icon_rel3_1_6 = 1

   //Sub Menu 4_1

	this.menu_xy3_1_0 = "-7,-10"
	this.menu_width3_1_0 = 45

	this.item3_1_0_0 = "A1"

	this.icon_rel3_1_0_0 = 1

	this.url3_1_0_0 = 'http://svommoord.slclubsite.nl/index.php?option=com_content&view=category&layout=blog&id=424&Itemid=499'
	
   //Sub Menu 4_2

	this.menu_xy3_1_1 = "-7,-10"
	this.menu_width3_1_1 = 45

	this.item3_1_1_0 = "B1"
	this.item3_1_1_1 = "B2"

	this.icon_rel3_1_1_0 = 1
	this.icon_rel3_1_1_1 = 1

	this.url3_1_1_0 = 'http://svommoord.slclubsite.nl/index.php?option=com_content&view=category&layout=blog&id=426&Itemid=495'
	this.url3_1_1_1 = 'http://svommoord.slclubsite.nl/index.php?option=com_content&view=category&layout=blog&id=427&Itemid=606'
		
   //Sub Menu 4_3

	this.menu_xy3_1_2 = "-7,-28"
	this.menu_width3_1_2 = 45

	this.item3_1_2_0 = "C1"
	this.item3_1_2_1 = "C2"
	this.item3_1_2_2 = "C3"
	this.item3_1_2_3 = "C4"

	this.icon_rel3_1_2_0 = 1
	this.icon_rel3_1_2_1 = 1
	this.icon_rel3_1_2_2 = 1
	this.icon_rel3_1_2_3 = 1

	this.url3_1_2_0 = 'http://svommoord.slclubsite.nl/index.php?option=com_content&view=category&layout=blog&id=430&Itemid=425'
	this.url3_1_2_1 = 'http://svommoord.slclubsite.nl/index.php?option=com_content&view=category&layout=blog&id=431&Itemid=418'
	this.url3_1_2_2 = 'http://svommoord.slclubsite.nl/index.php?option=com_content&view=category&layout=blog&id=440&Itemid=457'
	this.url3_1_2_3 = 'http://svommoord.slclubsite.nl/index.php?option=com_content&view=category&layout=blog&id=446&Itemid=480'
		
   //Sub Menu 4_4

	this.menu_xy3_1_3 = "-7,-28"
	this.menu_width3_1_3 = 45

	this.item3_1_3_0 = "D1"
	this.item3_1_3_1 = "D2"
	this.item3_1_3_2 = "D3"

	this.icon_rel3_1_3_0 = 1
	this.icon_rel3_1_3_1 = 1
	this.icon_rel3_1_3_2 = 1

	this.url3_1_3_0 = 'http://svommoord.slclubsite.nl/index.php?option=com_content&view=category&layout=blog&id=425&Itemid=717'
	this.url3_1_3_1 = 'http://svommoord.slclubsite.nl/index.php?option=com_content&view=category&layout=blog&id=429&Itemid=724'
	this.url3_1_3_2 = 'http://svommoord.slclubsite.nl/index.php?option=com_content&view=category&layout=blog&id=452&Itemid=731'
		
   //Sub Menu 4_5

	this.menu_xy3_1_4 = "-7,-28"
	this.menu_width3_1_4 = 45

	this.item3_1_4_0 = "E1"
	this.item3_1_4_1 = "E2"
	this.item3_1_4_2 = "E3"
	this.item3_1_4_3 = "E4"
	this.item3_1_4_4 = "E5"
	this.item3_1_4_5 = "E6"

	this.icon_rel3_1_4_0 = 1
	this.icon_rel3_1_4_1 = 1
	this.icon_rel3_1_4_2 = 1
	this.icon_rel3_1_4_3 = 1
	this.icon_rel3_1_4_4 = 1
	this.icon_rel3_1_4_5 = 1

	this.url3_1_4_0 = 'http://svommoord.slclubsite.nl/index.php?option=com_content&view=category&layout=blog&id=432&Itemid=661'
	this.url3_1_4_1 = 'http://svommoord.slclubsite.nl/index.php?option=com_content&view=category&layout=blog&id=428&Itemid=668'
	this.url3_1_4_2 = 'http://svommoord.slclubsite.nl/index.php?option=com_content&view=category&layout=blog&id=433&Itemid=675'
	this.url3_1_4_3 = 'http://svommoord.slclubsite.nl/index.php?option=com_content&view=category&layout=blog&id=434&Itemid=682'
	this.url3_1_4_4 = 'http://svommoord.slclubsite.nl/index.php?option=com_content&view=category&layout=blog&id=435&Itemid=689'
	this.url3_1_4_5 = 'http://svommoord.slclubsite.nl/index.php?option=com_content&view=category&layout=blog&id=436&Itemid=696'
			
   //Sub Menu 4_6

	this.menu_xy3_1_5 = "-7,-45"
	this.menu_width3_1_5 = 50

	this.item3_1_5_0 = "F1"
	this.item3_1_5_1 = "F2"
	this.item3_1_5_2 = "F3"
	this.item3_1_5_3 = "F4"
	this.item3_1_5_4 = "MP1"

	this.icon_rel3_1_5_0 = 1
	this.icon_rel3_1_5_1 = 1
	this.icon_rel3_1_5_2 = 1
	this.icon_rel3_1_5_3 = 1
	this.icon_rel3_1_5_4 = 1

	this.url3_1_5_0 = 'http://svommoord.slclubsite.nl/index.php?option=com_content&view=category&layout=blog&id=441&Itemid=441'
	this.url3_1_5_1 = 'http://svommoord.slclubsite.nl/index.php?option=com_content&view=category&layout=blog&id=442&Itemid=626'
	this.url3_1_5_2 = 'http://svommoord.slclubsite.nl/index.php?option=com_content&view=category&layout=blog&id=444&Itemid=633'
	this.url3_1_5_3 = 'http://svommoord.slclubsite.nl/index.php?option=com_content&view=category&layout=blog&id=447&Itemid=640'
	this.url3_1_5_4 = 'http://svommoord.slclubsite.nl/index.php?option=com_content&view=category&layout=blog&id=457&Itemid=651'
	
   //Sub Menu 4_7

	this.menu_xy3_1_6 = "-7,-10"
	this.menu_width3_1_6 = 50

	this.item3_1_6_0 = "MB1"

	this.icon_rel3_1_6_0 = 1

	this.url3_1_6_0 = 'http://svommoord.slclubsite.nl/index.php?option=com_content&view=category&layout=blog&id=449&Itemid=613'

   //Sub Menu 5

	this.menu_xy3_3 = "-7,-95"
	this.menu_width3_3 = 50

	this.item3_3_0 = "DA1"
	this.item3_3_1 = "1e"
	this.item3_3_2 = "2e"
	this.item3_3_3 = "3e"
	this.item3_3_4 = "4e"
	this.item3_3_5 = "5e"
	this.item3_3_6 = "6e"
	this.item3_3_7 = "7e"
	this.item3_3_8 = "8e"

	this.icon_rel3_3_0 = 1
	this.icon_rel3_3_1 = 1
	this.icon_rel3_3_2 = 1
	this.icon_rel3_3_3 = 1
	this.icon_rel3_3_4 = 1
	this.icon_rel3_3_5 = 1
	this.icon_rel3_3_6 = 1
	this.icon_rel3_3_7 = 1
	this.icon_rel3_3_8 = 1

	this.url3_3_0 = 'http://svommoord.slclubsite.nl/index.php?option=com_content&view=category&layout=blog&id=476&Itemid=564'
	this.url3_3_1 = 'http://svommoord.slclubsite.nl/index.php?option=com_content&view=category&layout=blog&id=469&Itemid=571'
	this.url3_3_2 = 'http://svommoord.slclubsite.nl/index.php?option=com_content&view=category&layout=blog&id=470&Itemid=578'
	this.url3_3_3 = 'http://svommoord.slclubsite.nl/index.php?option=com_content&view=category&layout=blog&id=471&Itemid=585'
	this.url3_3_4 = 'http://svommoord.slclubsite.nl/index.php?option=com_content&view=category&layout=blog&id=472&Itemid=592'
	this.url3_3_5 = 'http://svommoord.slclubsite.nl/index.php?option=com_content&view=category&layout=blog&id=473&Itemid=599'
	this.url3_3_6 = 'http://svommoord.slclubsite.nl/index.php?option=com_content&view=category&layout=blog&id=474&Itemid=1000'
	this.url3_3_7 = 'http://svommoord.slclubsite.nl/index.php?option=com_content&view=category&layout=blog&id=475&Itemid=1352'
	this.url3_3_8 = 'http://svommoord.slclubsite.nl/index.php?option=com_content&view=category&layout=blog&id=668&Itemid=1361'
	
	
	//Sub Menu 6

	this.menu_xy4 = "-25,-17"
	this.menu_width4 = 110

	this.item4_0 = "Jeugdafdeling"
    this.item4_1 = "Voetbalwijzer"
	this.item4_2 = "Leeftijdgrens"
	
	this.icon_rel4_0 = 1
	this.icon_rel4_1 = 1
	this.icon_rel4_2 = 1
	
	this.url4_0 = 'http://svommoord.slclubsite.nl/'
	this.url4_1 = 'http://www.svommoord.nl/html/voetbalw.pdf'
	this.url4_2 = 'http://www.svommoord.nl/html/leeftijdgrensjeugd.htm'
	
	
	//Sub Menu 7

	this.menu_xy5 = "-35,-17"
	this.menu_width5 = 125

	this.item5_0 = "Bewaarnummer"
	this.item5_1 = "Reglementen"
	
	this.icon_rel5_0 = 1
	this.icon_rel5_1 = 1

	this.url5_0 = 'http://www.svommoord.nl/html/bewaarnr.pdf'
	this.url5_1 = 'http://www.svommoord.nl/html/knvb_regl.pdf'
	
	
	}///////////////////////// END Menu Data /////////////////////////////////////////

