function initMenu() {

	//Relative positioned icon images (flow with main menu or sub item text)
	
	//ejb_icon_image0 = "../../images/bullet.gif";
	//ejb_icon_rollover0 = "../../images/bullet_hl.gif";
	//ejb_icon_image_wh0 = "13,8";
	
	//Absolute positioned icon images (coordinate positioned, sub menus only)
	
	//ejb_2nd_icon_image0 = "sample_images/arrow.gif";
	//ejb_2nd_icon_rollover0 = "sample_images/arrow.gif";
	//ejb_2nd_icon_image_wh0 = "13,10";
	//ejb_2nd_icon_image_xy0 = "0,4";
	
	/***** 	Hoofd Menu Settings *****/
		
	/***** Main Items widht and height *****/
	
	/* breedte van het hoofdmenu */
	ejb_main_width = 80;
	
	/* hoogte van het hoofdmenu */
	ejb_main_height = 20;
	
	//ejb_main_widthX
	//specific main item widths
	
	//ejb_main_heightX
	//specific main item heights
	
	/***** Main Menu Borders Dividers and Layout *****/
	
	/* horizontaal of verticaal navigatie menu */
	ejb_main_horizontal = true;
	
	/* dikte van de hoofdmenu border in pixels, 0 = 'no border' */
	ejb_main_border_width = 0;
	
	/* kleur van de hoofdmenu border, #hexidecimaal or set to 'transparent' */
	ejb_main_border_color = "transparant";
	
	ejb_main_use_dividers = true;
	//When true the item gap setting is ignored
	//and the border width and color are used to
	//separate each main menu item.
	
	ejb_main_item_gap = 0;
	//the gap between main menu items in pixels
	
	ejb_align_items_bottom_and_right = true;
	//align items of different size to the bottom
	//or right edge of the largest main menu item
	//depending on the horizontal or vertical layout
	//of the main menu bar - false aligns items to
	//the top and left
	
	/***** Hoofd Menu Item achtergrond en tekst kleur *****/
	
	/* achtergrond kleur hoofdmenu items, #hexidecimaal or set to 'transparent' */
	ejb_main_bgcolor = "transparent";
	ejb_main_bgcolorX = "transparent";
	
	/* rollover achtergrond kleur hoofdmenu, #hexidecimaal or set to 'transparent' */
	ejb_main_hl_bgcolor = "transparent";
	ejb_main_hl_bgcolorX = "transparent";
	
	/* tekstkleur van het hoofdmenu */
	ejb_main_textcolor = "#015071";
	ejb_main_textcolorX = "#111111";
	
	/* rollover tekstkleur van het hoofdmenu */
	ejb_main_hl_textcolor = "#015071";
	ejb_main_hl_textcolorX = "#ff0000";
	
	/***** Hoofd Menu Item Lettertype *****/
	
	/* lettertype van het hoofdmenu */
	ejb_main_fontfamily = "verdana";
	
	/* lettertype grootte in pixels */
	ejb_main_fontsize = 12; 
	
	/* textdecoration 'none', or 'underline' */
	ejb_main_textdecoration = "none";
	
	/* fontweight 'normal', or 'bold' */
	ejb_main_fontweight = "bold";
	
	/* fontstyle 'normal', or 'italic' */
	ejb_main_fontstyle = "normal"; 
	
	/* rollover effect */
	ejb_main_hl_textdecoration = "none";
	
	/***** Main Menu Margins and Text Alignment *****/
	
	/* tekst uitlijning 'left', 'center' or 'right' */
	ejb_main_text_alignment = "center";
	
	ejb_main_margin_top = 2;
	ejb_main_margin_bottom = 2;
	ejb_main_margin_left = 4;
	ejb_main_margin_right = 4;
	
	/* tekst uitlijning X 'left', 'center' or 'right' */
	ejb_main_text_alignmentX = "right";
	ejb_main_margin_topX = 4;
	ejb_main_margin_bottomX = 4;
	
	/* Optioneel Status Bar Text */
	ejb_status_text0 = "Sample text - Main Menu Item 0";
	ejb_status_text1 = "Sample text - Main Menu Item 1";
	
	//Main Menu Items (Text, URL's, and Icons)
	
	//Main Menu 0
	//ejb_maindesc0 = "QuickMenu";
	//ejb_micon_index0 = 0;
	//ejb_url0 = "documents/sample_link.htm";
	
	//Main Menu 1
	//ejb_maindesc1 = "Products";
	//ejb_micon_index1 = 0;
	//ejb_url1 = "documents/sample_link.htm";
	
	/***** Sub Menu Settings *****/
	
	/* Colors, Borders, Dividers, and more... */
	
	/* default breedte sub menu */
	ejb_sub_menu_width = 130;
	
	/* default sub x,y coordinates - defined relative to the top-left corner of parent image or sub menu */
	ejb_sub_xy = "0,0";
	
	/* default URL target: _self, _parent, _new, or "my frame name" */
	ejb_urltarget = "_self";
	
	ejb_border_width = 1;
	ejb_divider_height = 1;
	
	/* menu item border color, #hexidecimaal or set to 'transparent' */
	ejb_border_color = "#61678F";
	
	/* menu item achtergrond kleur, #hexidecimaal or set to 'transparent' */
	ejb_menu_bgcolor = "#CCDBE2";
	
	/* Rollover achtergrond kleur */
	ejb_hl_bgcolor = "#FFFFFF";		
	
	/* mouse_off_delay defined in milliseconds (activated after mouse stops) */
	ejb_mouse_off_delay = 150;
	
	/* mouse_off_delay defined in milliseconds (activated after leaving sub) */
	ejb_nn4_mouse_off_delay = 150;				
	
	/***** Font settings and margins *****/
	
	/* tekst kleur sub menu */ 
	ejb_textcolor = "#61678F";
	
	/* lettertyper sub menu */
	ejb_fontfamily = "verdana";					
	
	/* grootte lettertype sub menu in pixels */
	ejb_fontsize = 12;
	
	/* grootte lettertype in IE4 */ 
	ejb_fontsize_ie4 = 9;
	
	/* tekst decoratie 'none', or 'underline' */
	ejb_textdecoration = "none";				
	
	/* fontweight 'normal', or 'bold' */
	ejb_fontweight = "normal";					
	
	/* fontstyle 'normal', or 'italic' */
	ejb_fontstyle = "normal";					 	 
	
	/* Rollover tekst kleur */
	ejb_hl_textcolor = "#000000";
	
	/* Rollover tekst decoratie 'none', or 'underline' */
	ejb_hl_textdecoration = "none";			
	
	/***** Margins and text alignment *****/
	
	/* tekst uitlijning 'left', 'center' or 'right' */
	ejb_text_alignment = "left";				
	ejb_margin_top = 2;
	ejb_margin_bottom = 3;
	ejb_margin_left = 5;
	ejb_margin_right = 4;
	
	/* Optioneel Status Bar Text */
	ejb_show_urls_statusbar = false;
	
	//ejb_status_text1_0 = "Sample text - Main Menu Item 1, Sub Item 0";
	//ejb_status_text1_0 = "Sample text - Main Menu Item 1, Sub Item 1";	
	
	/* Internet Explorer Transition Effects */
	
	//Options include - none | fade | pixelate |iris | slide | gradientwipe | checkerboard | radialwipe | randombars | randomdissolve |stretch
	
	ejb_sub_menu_effect = "none";
	ejb_sub_item_effect = "";
	
	//Define the effect duration in seconds below.
	   
	ejb_sub_menu_effect_duration = .4;
	ejb_sub_item_effect_duration = .4;
	
	//Specific settings for various transitions.
	
	ejb_effect_pixelate_maxsqare = 25;
	ejb_effect_iris_irisstyle = "CIRCLE";		
	//CROSS, CIRCLE, PLUS, SQUARE, or STAR
	ejb_effect_checkerboard_squaresx = 14;
	ejb_effect_checkerboard_squaresY = 14;
	
	ejb_effect_checkerboard_direction = "RIGHT";
	//UP, DOWN, LEFT, RIGHT
	
	/* Opacity and drop shadows */
	
	ejb_sub_menu_opacity = 100;				
	//1 to 100
	
	ejb_dropshadow_color = "none";				
	//Hex color value or 'none'
	
	ejb_dropshadow_offx = 0;					
	//drop shadow width
	
	ejb_dropshadow_offy = 0;					
	//drop shadow height
	
	/* Browser Bug fixes and Workarounds */
	
	/* Mac offset fixes, adjust until sub menus position correctly */
	ejb_os9_ie5mac_offset_x = 5;
	ejb_os9_ie5mac_offset_Y = 10;
	
	ejb_osx_ie5mac_offset_x = 5;
	ejb_osx_ie5mac_offset_Y = 10;
	
	ejb_ie4mac_offset_x = -10;
	ejb_ie4mac_offset_Y = -45;
	
	
	/* Mac offset fixes, adjust until main menu items line up correctly */
	ejb_mainitems_os9_ie5mac_offset_x = 10;
	ejb_mainitems_os9_ie5mac_offset_y = 15;
	
	ejb_mainitems_osx_ie5mac_offset_x = 10;
	ejb_mainitems_osx_ie5mac_offset_y = 15;
	
	/* Netscape 4 resize bug workaround */
	ejb_nn4_reaload_after_resize = true;
	ejb_nn4_resize_prompt_user = false;
	ejb_nn4_resize_prompt_message = "To reinitialize the navigation menu please click the 'Reload' button.";
	
	/* Opera 5 & 6, set to true if the menu is the only item on the HTML page */
	ejb_use_opera_div_detect_fix = true;
	
	/* Pre-defined sub menu item heights for the Espial Escape browser */
	ejb_escape_item_height = 20;
	ejb_escape_item_height0_0 = 70;
	ejb_escape_item_height0_1 = 70;
	
	//Exposed menu events
	
	//Reference additional onload statements here.
	//ejb_onload_code = "alert('custom function - onload')";
	
	//The 'X' indicates the index number of the sub menu group or item.
	//The 'X_X' indicates the index number of the sub menu item.
	
	ejb_showmenu_codeX = "status = 'custom show menu function call - menu0'";
	ejb_hidemenu_codeX = "status = 'custom hide menu function call - menu0'";
	ejb_clickitem_codeX_X = "alert('custom Function - Menu Item 0_0')";
	
	/* Specific Sub Menu Settings */
	
	//The following settings may be defined for specific sub menu groups.
	//The 'X' represents the index number of the sub menu group.
	
	ejb_border_widthX = 10;
	ejb_divider_heightX = 5;		
	ejb_border_colorX = "#0000ff";     
	ejb_menu_bgcolorX = "#ff0000";
	ejb_hl_bgcolorX = "#00ff00";
	ejb_hl_textcolorX = "#ff0000";
	ejb_text_alignmentX = "left";
	
	//The following settings may be defined for specific sub menu items.
	//The 'X_X' represents the index number of the sub menu item.
	
	ejb_hl_subdescX_X = "custom highlight text";
	ejb_urltargetX_X = "_new";

}
