
m_codebase = "lib/";

/*---------------------------------------------
Main Item Widths and Heights
-----------------------------------------------*/
	
	m_main_width = 0			//default main item widths
	m_main_height = 13			//default main item heights

/*---------------------------------------------
Main Menu Borders Dividers and Layout
-----------------------------------------------*/


	m_main_horizontal =true		//align menu bar horizontally or vertically

	m_main_border_width = 0;		//the thickness of the border in pixels, 0 = no border
	m_main_border_color = "transparent"	//HEX color or set to 'transparent'


	m_main_use_dividers = false		//When true the item gap setting is ignored
						//and the border width and color are used to
						//separate each main menu item.
						
							
	m_main_item_gap = 7			//the gap between main menu items in pixels
	

	m_align_items_bottom_and_right = false	//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

/*---------------------------------------------
Menu Item Background and Text Colors
-----------------------------------------------*/


	m_main_bgcolor = "transparent"		//default color for all items, HEX or 'transparent'
	m_main_bgcolorX = "transparent"		//specific menu item color, HEX or 'transparent'
	
	m_main_hl_bgcolor = "transparent"	//HEX color value or set to 'transparent'
	m_main_hl_bgcolorX = "transparent"

	m_main_textcolor = "#000000"
	m_main_textcolorX = "#000000"

	m_main_hl_textcolor = "#000000"
	m_main_hl_textcolorX = "#000000"



/*---------------------------------------------
Menu Item Font Settings
-----------------------------------------------*/


	m_main_fontfamily = "Verdana, Arial, Helvetica, sans-serif"	//Any available system font     
	m_main_fontsize = 13			//Defined with pixel sizing  	
	m_main_textdecoration = "underline"	//set to: 'normal', or 'underline'
	m_main_fontweight = "normal"		//set to: 'normal', or 'bold'
	m_main_fontstyle = "normal"		//set to: 'normal', or 'italic' 	


	//rollover effect
	
	m_main_hl_textdecoration = "underline"



/*---------------------------------------------
Main Menu Margins and Text Alignment
-----------------------------------------------*/


	m_main_text_alignment = "left"		//set to: 'left', 'center' or 'right'
	m_main_margin_top = 0
	m_main_margin_bottom = 0
	m_main_margin_left = 0
	m_main_margin_right = 0



	//specific settings

	m_main_text_alignmentX = "left"		//set to: 'left', 'center' or 'right'
	m_main_margin_topX = 0
	m_main_margin_bottomX = 0


/****** Sub Menu Settings  ******/


/*-------------------------------------------
Colors, Borders, Dividers, and more...
--------------------------------------------*/


	m_sub_menu_width = 0      		//default sub menu widths
	m_sub_xy = "0,0"            		//default sub x,y coordinates - defined relative
						//to the top-left corner of parent image or sub menu
   

	m_urltarget = "_self"		//default URL target: _self, _parent, _new, or "my frame name"

	m_border_width = 2
	m_divider_height = 0

	m_border_color = "#024801"		//Hex color or 'transparent'
	m_menu_bgcolor = "#ccdacc"		//Hex color or 'transparent'
	m_hl_bgcolor = "transparent"		

	m_mouse_off_delay = 150		//defined in milliseconds (activated after mouse stops)
	m_nn4_mouse_off_delay = 500		//defined in milliseconds (activated after leaving sub)



/*-------------------------------------------
Font settings and margins
--------------------------------------------*/
   

    //Font settings

	m_textcolor = "#000000"
	m_fontfamily = "Verdana, Arial, Helvetica, sans-serif"		//Any available system font     
	m_fontsize = 13			//Defined with pixel sizing  	
	m_fontsize_ie4 = 11			//Defined with point sizing
	m_textdecoration = "underline"		//set to: 'normal', or 'underline'
	m_fontweight = "normal"		//set to: 'normal', or 'bold'
	m_fontstyle = "normal"		//set to: 'normal', or 'italic' 	


    //Rollover font settings

	m_hl_textcolor = "#000000"
	m_hl_textdecoration = "underline"	//set to: 'normal', or 'underline'



    //Margins and text alignment

	m_text_alignment = "left"		//set to: 'left', 'center' or 'right'
	m_margin_top = 0
	m_margin_bottom = 2
	m_margin_left = 2
	m_margin_right = 0


	m_show_urls_statusbar = false;


/*-------------------------------------------
Internet Explorer Transition Effects
--------------------------------------------*/


    //Options include - none | fade | pixelate |iris | slide | gradientwipe | checkerboard | radialwipe | randombars | randomdissolve |stretch

	m_sub_menu_effect = "none"
	m_sub_item_effect = "none"


    //Define the effect duration in seconds below.
   
	m_sub_menu_effect_duration = .4
	m_sub_item_effect_duration = .4


    //Specific settings for various transitions.

	m_effect_pixelate_maxsqare = 25
	m_effect_iris_irisstyle = "CIRCLE"		//CROSS, CIRCLE, PLUS, SQUARE, or STAR
	m_effect_checkerboard_squaresx = 14
	m_effect_checkerboard_squaresY = 14
	m_effect_checkerboard_direction = "RIGHT"	//UP, DOWN, LEFT, RIGHT


    //Opacity and drop shadows.

	m_sub_menu_opacity = 100			//1 to 100
	m_dropshadow_color = "none"			//Hex color value or 'none'
	m_dropshadow_offx = 5			//drop shadow width
	m_dropshadow_offy = 5			//drop shadow height



/*-------------------------------------------
Browser Bug fixes and Workarounds
--------------------------------------------*/


    //Mac offset fixes, adjust until sub menus position correctly.
   
	m_os9_ie5mac_offset_x = 5
	m_os9_ie5mac_offset_Y = 10

	m_osx_ie5mac_offset_x = 5
	m_osx_ie5mac_offset_Y = 10

	m_ie4mac_offset_x = -10
	m_ie4mac_offset_Y = -45


    //Mac offset fixes, adjust until main menu items line up correctly

	m_mainitems_os9_ie5mac_offset_x = 10
	m_mainitems_os9_ie5mac_offset_y = 15

	m_mainitems_osx_ie5mac_offset_x = 10
	m_mainitems_osx_ie5mac_offset_y = 15


    //Netscape 4 resize bug workaround.

	m_nn4_reaload_after_resize = true
	m_nn4_resize_prompt_user = false
	m_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.

	m_use_opera_div_detect_fix = false


    //Pre-defined sub menu item heights for the Espial Escape browser.

	m_escape_item_height = 20
	m_escape_item_height0_0 = 70
	m_escape_item_height0_1 = 70


/*---------------------------------------------
Exposed menu events
----------------------------------------------*/


    //Reference additional onload statements here.

	//m_onload_code = "alert('custom function - onload')"


    //The 'X' indicates the index number of the sub menu group.
    //The 'X_X' indicates the index number of the sub menu item.

	m_showmenu_codeX = "status = 'custom show menu function call - menu0'"
	m_hidemenu_codeX = "status = 'custom hide menu function call - menu0'"
	m_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.

	m_border_widthX = 0;
	m_divider_heightX = 0;		
	m_border_colorX = "transparent";     
	m_menu_bgcolorX = "transparent"
	m_hl_bgcolorX = "transparent"
	m_hl_textcolorX = "#000000"
	m_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.

	m_hl_subdescX_X = "custom highlight text"
	m_urltargetX_X = "_new"


/*---------------------------------------------
Menu Data
----------------------------------------------*/


     // Welcome

	m_maindesc0 = "Welcome"
	m_url0 = "/"
        m_status_text0 = "Welcome"
        m_main_width0 = 60


     // About

	m_maindesc1 = "About The School"
	m_url1 = "about.html"
	m_status_text1 = "About The School"
	m_main_width1 = 118

	m_sub_xy1 = "-122,16"
	m_sub_menu_width1 = 60

	m_subdesc1_0 = "About"
	m_subdesc1_1 = "Staff"
	m_subdesc1_2 = "Awards"

	m_url1_0 = "about.html"
	m_url1_1 = "about_staff.html"
	m_url1_2 = "about_awards.html"


     // Classes

	m_maindesc2 = "Classes"
	m_url2 = "classes_available.html"
	m_status_text2 = "Classes"
	m_main_width2 = 48

	m_sub_xy2 = "-52,16"
	m_sub_menu_width2 = 145

	m_subdesc2_0 = "Classes Available"
	m_subdesc2_1 = "Choosing a Class"
	m_subdesc2_2 = "Exams and Awards"
	m_subdesc2_3 = "Uniform"
	m_subdesc2_4 = "Fees"
	m_subdesc2_5 = "Timetable"
	m_subdesc2_6 = "Brochure"

	m_url2_0 = "classes_available.html"
	m_url2_1 = "classes_choosing.html"
	m_url2_2 = "classes_exams.html"
	m_url2_3 = "classes_uniform.html"
	m_url2_4 = "classes_fees.html"
	m_url2_5 = "classes_timetable.html"
	m_url2_6 = "brochure.pdf"


     // ITG

	m_maindesc3 = "In The Groove"
	m_url3 = "groove.html"
	m_status_text3 = "In The Groove"
	m_main_width3 = 94

	m_sub_xy3 = "-98,16"
	m_sub_menu_width3 = 125

	m_subdesc3_0 = "Welcome"
	m_subdesc3_1 = "About"
        m_subdesc3_2 = "Classes Available"
	m_subdesc3_3 = "Exams"
	m_subdesc3_4 = "Uniform"
	m_subdesc3_5 = "Fees"
	m_subdesc3_6 = "Timetable"
	m_subdesc3_7 = "Brochure"

	m_url3_0 = "groove.html"
	m_url3_1 = "groove_about.html"
	m_url3_2 = "groove_available.html"
	m_url3_3 = "groove_exams.html"
	m_url3_4 = "groove_uniform.html"
	m_url3_5 = "classes_fees.html"
	m_url3_6 = "classes_timetable.html"
	m_url3_7 = "brochure.pdf"


     // Noticeboard

	m_maindesc4 = "Noticeboard"
	m_url4 = "notice.html"
	m_status_text4 = "Noticeboard"
	m_main_width4 = 78

	m_sub_xy4 = "-82,16"
	m_sub_menu_width4 = 155

	m_subdesc4_0 = "News"
	m_subdesc4_1 = "Gallery"
	m_subdesc4_2 = "Scrapbook"
	//m_subdesc4_3 = "Forum"
        m_subdesc4_3 = "Links"
	m_subdesc4_4 = "Terms and Conditions"

	m_url4_0 = "notice.html"
	m_url4_1 = "notice_gallery.html"
	m_url4_2 = "notice_scrapbook.html"
	//m_url4_3 = "forum.php"
	m_url4_3 = "notice_links.html"
	m_url4_4 = "notice_terms.html"


     // Contact

	m_maindesc5 = "Contact Us"
	m_url5 = "contact.html"
	m_status_text5 = "Contact Us"
	m_main_width5 = 74

	m_sub_xy5 = "-78,16"
	m_sub_menu_width5 = 95

	m_subdesc5_0 = "Details"
	m_subdesc5_1 = "Registration"

	m_url5_0 = "contact.html"
	m_url5_1 = "contact_register.html"