//**** comments and urls added by Glen Peck 1-8-2005 ****
// original menu construction by Embolden with GUI editor
// revised layout to facilitate documentation and manual editing

restrict_access = true
sequence = "9x445"

/************************************
            ToolBar Settings
************************************/

	dqm__menu_title = "OpenCube Template"
	dqm__icon_image = vqm__database+"requires%2520visual%2520gobar%2520version"
	// gp - is it possible to delete quoted above

	dqm__instance_id = "Visual GoBar"
	dqm__instance_code = "1234"

	dqm__hide_from_bar = false
	dqm__hide_from_document = false

	dqm__default_document = "http://"
	// gp - should this be home page
	
	// gp - is the following necessary could not find in example
	dqm__default_title = "[Your Menu Title Here]"

/************************************
    Bullet and Icon Image Library
************************************/

    //Relative positioned icon images (flow with main menu or sub item text)

	dqm__icon_image0 = vqm__database+""
	dqm__icon_rollover0 = vqm__database+"gray_bullet_hl.gif"
	dqm__icon_image_wh0 = "1,1"

	dqm__icon_image1 = vqm__database+"arrow_gray.gif"
	dqm__icon_rollover1 = vqm__database+"arrow_gray.gif"
	dqm__icon_image_wh1 = "13,10"

/************************************
            Menu Settings
************************************/

/*-----------------------------------
Widths, Heights, Positioning
-----------------------------------*/

    //Main menu width and height

	dqm__main_width = 120	//default main item widths
	dqm__main_height = 31	//default main item heights

    //specific settings (top level)

	dqm__main_width0 = 156
	dqm__main_height0 = 31
	
	dqm__main_width1 = 124
	dqm__main_height1 = 31
	
	dqm__main_width2 = 121
	dqm__main_height2 = 31
	
	dqm__main_width3 = 60
	dqm__main_height3 = 31
	
	dqm__main_width4 = 69
	dqm__main_height4 = 31
	
	dqm__main_width5 = 71
	dqm__main_height5 = 31

    //sub menu width and height

	dqm__sub_menu_width = 130	//default sub menu widths
	dqm__sub_xy = "0,0"		//default sub x,y coordinates - defined relative to the top-left corner of parent image or sub menu
	
	
    //specific settings (sub menus)
	dqm__sub_xy0 = "-139,31"
	dqm__sub_menu_width0 = 140

	dqm__sub_xy1 = "-159,31"
	dqm__sub_menu_width1 = 160

	dqm__sub_xy2 = "-144,31"
	dqm__sub_menu_width2 = 145

	dqm__sub_xy3 = "-119,31"
	dqm__sub_menu_width3 = 120

	dqm__sub_xy4 = "-149,31"
	dqm__sub_menu_width4 = 150

	dqm__sub_xy5 = "-119,31"
	dqm__sub_menu_width5 = 120

/*-----------------------------------
Borders, Dividers and Layout
-----------------------------------*/

    //main menu settings
	
	dqm__main_horizontal = true			//align menu bar horizontally or vertically
	dqm__main_border_width = 1			//the thickness of the border in pixels
	dqm__main_use_dividers = true			//Optionally use a divider between each main menu item
	dqm__main_item_gap = 5				//the gap between main menu items in pixels
	dqm__align_items_bottom_and_right = true	//Main item alignment

    //sub menu settings
	
	dqm__border_width = 1			//Border thickness of all sub menus, value > 0
	dqm__border_color = "transparent"	//Hex color or 'transparent'
	
	dqm__divider_height = 0			//Divider height between all sub menu items. Same color as border.
	
/*-----------------------------------
Menu Colors
-----------------------------------*/

    //main menu colors
	
	dqm__main_bgcolor = "#712525"		//Main Background Color (transparent optional)
	dqm__main_hl_bgcolor = "#712525"	//Main Rollover Background Color (transparent optional)
	dqm__main_textcolor = "#ffffff"		//Main Text Color
	dqm__main_hl_textcolor = "#000000"	//Main Rollover Text Color
	dqm__main_border_color = "#8f6b62"	//HEX color or set width to 0 for no borders (transparent optional)

    //specific top level colors
	
	dqm__main_bgcolor0 = "#712525"
	dqm__main_hl_bgcolor0 = "#712525"
	dqm__main_textcolor0 = "#ffffff"
	dqm__main_hl_textcolor0 = "#c2d099"
	dqm__main_border_color0 = "#8f6b62"

	dqm__main_bgcolor1 = "#712525"
	dqm__main_hl_bgcolor1 = "#712525"
	dqm__main_textcolor1 = "#ffffff"
	dqm__main_hl_textcolor1 = "#c2d099"
	dqm__main_border_color1 = "#8f6b62"

	dqm__main_bgcolor2 = "#712525"
	dqm__main_hl_bgcolor2 = "#712525"
	dqm__main_textcolor2 = "#ffffff"
	dqm__main_hl_textcolor2 = "#c2d099"
	dqm__main_border_color2 = "#8f6b62"

	dqm__main_bgcolor3 = "#712525"
	dqm__main_hl_bgcolor3 = "#712525"
	dqm__main_textcolor3 = "#ffffff"
	dqm__main_hl_textcolor3 = "#c2d099"
	dqm__main_border_color3 = "#8f6b62"

	dqm__main_bgcolor4 = "#712525"
	dqm__main_hl_bgcolor4 = "#712525"
	dqm__main_textcolor4 = "#ffffff"
	dqm__main_hl_textcolor4 = "#c2d099"
	dqm__main_border_color4 = "#8f6b62"

	dqm__main_bgcolor5 = "#712525"
	dqm__main_hl_bgcolor5 = "#712525"
	dqm__main_textcolor5 = "#ffffff"
	dqm__main_hl_textcolor5 = "#c2d099"
	dqm__main_border_color5 = "#8f6b62"

	dqm__main_bgcolor6 = "#712525"
	dqm__main_hl_bgcolor6 = "#712525"
	dqm__main_textcolor6 = "#ffffff"
	dqm__main_hl_textcolor6 = "#c2d099"
	dqm__main_border_color6 = "#8f6b62"

    //sub menu colors
	
	dqm__menu_bgcolor = "#712525"		//Hex color or 'transparent'
	dqm__hl_bgcolor = "#c2d099"		//Hex color or 'transparent'

/*-----------------------------------
Font Settings
-----------------------------------*/

    //Main Menu

	dqm__main_fontfamily = "Arial"		//Any available system font
	dqm__main_fontsize = 11			//Defined with pixel sizing 
	dqm__main_textdecoration = "none"	//set to: 'none', or 'underline'
	dqm__main_fontweight = "bold"		//set to: 'normal', or 'bold'
	dqm__main_fontstyle = "normal"		//set to: 'normal', or 'italic

	dqm__main_hl_textdecoration = "none"	//Rollover effect, set to: 'none', or 'underline'

    //Sub Menu

	dqm__textcolor = "#ffffff"		//Hex color value.
	dqm__textcolor0 = "#ffffff"		// gp - can this be deleted
	dqm__fontfamily = "Arial"		//Any available system font.
	dqm__fontsize = 11			//Defined with pixel sizing.
	dqm__fontsize_ie4 = 9			//Defined with point sizing.
	dqm__textdecoration = "none"		//set to: 'normal', or 'underline'
	dqm__fontweight = "bold"		//set to: 'normal', or 'bold'
	dqm__fontstyle = "normal"		//set to: 'normal', or 'italic'

	dqm__hl_textcolor = "#000000"		//Rollover text color
	dqm__hl_textdecoration = "none"		//Rollover effect,set to: 'none', 'normal', or 'underline'

/*-----------------------------------
Margins and Text Alignment
-----------------------------------*/

    //Main Menu

	dqm__main_text_alignment = "center"	//set to: 'left', 'center' or 'right
	dqm__main_margin_top = 9
	dqm__main_margin_bottom = 2
	dqm__main_margin_left = 0
	dqm__main_margin_right = 0

    //Sub Menus

	dqm__text_alignment = "left"			//set to: 'left', 'center' or 'right
	dqm__margin_top = 2
	dqm__margin_bottom = 3
	dqm__margin_left = 16
	dqm__margin_right = 0

/*-----------------------------------
Sub Menu Behavior
-----------------------------------*/

	dqm__urltarget = "_self"		//default URL target: _self, _parent, _new, or 'my frame name'

	dqm__mouse_off_delay = 150		//defined in milliseconds (activated after mouse stops)
	dqm__nn4_mouse_off_delay = 500		//defined in milliseconds (activated after leaving sub)

/*-----------------------------------
Optional Status Bar Text
-----------------------------------*/

/************************************
           Menu Definitions
************************************/

/*------------ gp added -------------
maindesc is menu text or image
hl_maindesc is optional rollover text or image
micon_index is icon id
-----------------------------------*/

/*----
Menu 0
----*/

    //Main Menu 0

	dqm__maindesc0 = "Undergraduate Education"
	dqm__micon_index0 = 0
	dqm__url0 ="../undergrad.php"

    //Sub Menu 0
	
dqm__subdesc0_0 = "Concentration in Education Studies"
dqm__icon_index0_0 = 0
dqm__url0_0 = "../conc.php"

dqm__border_width0_0 = 2
dqm__border_color0_0 = "#8f6b62"
dqm__sub_xy0_0 = "-10,3"
dqm__sub_menu_width0_0 = 175

dqm__subdesc0_0_0 = "History & Policy Emphasis"
dqm__icon_index0_0_0 = 0
dqm__url0_0_0 = "../conc.php?view=detail&emp=hp"

dqm__subdesc0_0_1 = "Human Development Emphasis"
dqm__icon_index0_0_1 = 0
dqm__url0_0_1 = "../conc.php?view=detail&emp=hd"

dqm__subdesc0_0_2 = "Concentration Requirements"
dqm__icon_index0_0_2 = 0
dqm__url0_0_2 = "../conc.php?view=detail"

dqm__subdesc0_0_3 = "Honors"
dqm__icon_index0_0_3 = 0
dqm__url0_0_3 = "../conc.php?view=detail#honors"

dqm__subdesc0_0_3 = "Double Concentration in Education and Public Policy"
dqm__icon_index0_0_3 = 0
dqm__url0_0_3 = "../conc.php?view=detail#double"

dqm__subdesc0_1 = "Teacher Education"
dqm__icon_index0_1 = 0
dqm__url0_1 = "../teached.php"

dqm__border_width0_1 = 2
dqm__border_color0_1 = "#8f6b62"
dqm__sub_xy0_1 = "-10,3"
dqm__sub_menu_width0_1 = 175

dqm__subdesc0_1_0 = "Undergraduate Teacher Education Program"
dqm__icon_index0_1_0 = 0
dqm__url0_1_0 = "../te_utep.php"

dqm__subdesc0_1_1 = "B-MAT in Elementary Education"
dqm__icon_index0_1_1 = 0
dqm__url0_1_1 = "../te_abmat.php"

dqm__subdesc0_2 = "Course Offerings"
dqm__icon_index0_2 = 0
dqm__url0_2 = "../courses.php"


/*----
Menu 1
----*/

    //Main Menu 1

	dqm__maindesc1 = "Graduate Education"
	dqm__micon_index1 = 0
	dqm__url1 ="../grad.php"

    //Sub Menu 1
dqm__subdesc1_0 = "Teacher Education Programs"
dqm__icon_index1_0 = 0
dqm__url1_0 = "../teached.php"

dqm__border_width1_0 = 2
dqm__border_color1_0 = "#8f6b62"
dqm__sub_xy1_0 = "-10,3"
dqm__sub_menu_width1_0 = 205

dqm__subdesc1_0_0 = "MAT in Elementary Education"
dqm__icon_index1_0_0 = 0
dqm__url1_0_0 = "elem.php"

dqm__subdesc1_0_1 = "MAT in Secondary Education"
dqm__icon_index1_0_1 = 0
dqm__url1_0_1 = "sec.php"

dqm__subdesc1_0_2 = "B-MAT in Elementary Education"
dqm__icon_index1_0_2 = 0
dqm__url1_0_2 = "../te_abmat.php"

dqm__subdesc1_1 = "Urban Education Policy"
dqm__icon_index1_1 = 0
dqm__url1_1 = "../uep_intro.php"

dqm__subdesc1_2 = "Course Offerings"
dqm__icon_index1_2 = 0
dqm__url1_2 = "../courses.php#200"

/*----
Menu 2
----*/

    //Main Menu 2

	dqm__maindesc2 = "Partners & Links"
	dqm__micon_index2 = 0
	dqm__url2 ="affiliates.php"

    //Sub Menu 2
	
dqm__subdesc2_0 = "Partners in Education"
dqm__icon_index2_0 = 0
dqm__url2_0 = "../affiliates.php#partners"

dqm__border_width2_0 = 2
dqm__border_color2_0 = "#8f6b62"
dqm__sub_xy2_0 = "-10,3"
dqm__sub_menu_width2_0 = 175

dqm__subdesc2_0_0 = "Annenberg Institute for School Reform"
dqm__icon_index2_0_0 = 0
dqm__url2_0_0 = "../affiliates.php#ann"

dqm__subdesc2_0_1 = "Education Alliance"
dqm__icon_index2_0_1 = 0
dqm__url2_0_1 = "../affiliates.php#ed_all"

dqm__subdesc2_1 = "Major Departmental Projects"
dqm__icon_index2_1 = 0
dqm__url2_1 = "../affiliates.php#dept"

dqm__border_width2_1 = 2
dqm__border_color2_1 = "#8f6b62"
dqm__sub_xy2_1 = "-10,3"
dqm__sub_menu_width2_1 = 190

dqm__subdesc2_1_0 = "ArtsLiteracy Project"
dqm__icon_index2_1_0 = 0
dqm__url2_1_0 = "../affiliates.php#alp"

dqm__subdesc2_1_1 = "Brown Summer High School"
dqm__icon_index2_1_1 = 0
dqm__url2_1_1 = "../affiliates.php#bshs"

dqm__subdesc2_2 = "Others @ Brown"
dqm__icon_index2_2 = 0
dqm__url2_2 = "../affiliates.php#others"

dqm__border_width2_2 = 2
dqm__border_color2_2 = "#8f6b62"
dqm__sub_xy2_2 = "-10,3"
dqm__sub_menu_width2_2 = 175

dqm__subdesc2_2_0 = "Summer Studies"
dqm__icon_index2_2_0 = 0
dqm__url2_2_0 = "../affiliates.php#smmr"

dqm__subdesc2_2_1 = "Center for the Study of Human Development"
dqm__icon_index2_2_1 = 0
dqm__url2_2_1 = "../affiliates.php#cshd"

dqm__subdesc2_2_2 = "Taubman Center"
dqm__icon_index2_2_2 = 0
dqm__url2_2_2 = "../affiliates.php#taubman"



/*----
Menu 3
----*/

    //Main Menu 3

	dqm__maindesc3 = "People"
	dqm__micon_index3 = 0
	dqm__url3 ="../personnel.php"

    //Sub Menu 3
	
dqm__subdesc3_0 = "Core Faculty"
dqm__icon_index3_0 = 0
dqm__url3_0 = "../personnel.php?view=res_fac"

dqm__subdesc3_1 = "Adjunct Faculty"
dqm__icon_index3_1 = 0
dqm__url3_1 = "../personnel.php?view=aff_fac"

dqm__subdesc3_2 = "All Faculty"
dqm__icon_index3_2 = 0
dqm__url3_2 = "../personnel.php?view=faculty"

dqm__subdesc3_3 = "Faculty by Area of Expertise"
dqm__icon_index3_3 = 0
dqm__url3_3 = "../fac_expert.php"

dqm__subdesc3_4 = "Faculty by Program Area"
dqm__icon_index3_4 = 0
dqm__url3_4 = "../fac_by_prog.php"

dqm__subdesc3_5 = "Staff"
dqm__icon_index3_5 = 0
dqm__url3_5 = "../personnel.php?view=staff"

dqm__subdesc3_6 = "All Personnel"
dqm__icon_index3_6 = 0
dqm__url3_6 = "../personnel.php?view=all"



/*----
Menu 4
----*/

    //Main Menu 4

	dqm__maindesc4 = "Research"
	dqm__micon_index4 = 0
	dqm__url4 ="../research.php"
	
    //Sub Menu 4
	
dqm__subdesc4_0 = "Research by Name"
dqm__icon_index4_0 = 0
dqm__url4_0 = "../research.php"

dqm__subdesc4_1 = "Research by Topic"
dqm__icon_index4_1 = 0
dqm__url4_1 = "../research.php"

dqm__subdesc4_2 = "Research by Faculty "
dqm__icon_index4_2 = 0
dqm__url4_2 = "../research.php"



/*----
Menu 5
----*/

    //Main Menu 5

	dqm__maindesc5 = "Internal"
	dqm__micon_index5 = 0		// gp added
	dqm__url5 ="internal/index.php"
   
   //Sub Menu 5

dqm__subdesc5_0 = "For Faculty"
dqm__icon_index5_0 = 0
dqm__url5_0 = "internal/index.php"

dqm__subdesc5_1 = "For Staff"
dqm__icon_index5_1 = 0
dqm__url5_1 = "internal/index.php"

dqm__subdesc5_2 = "For Students"
dqm__icon_index5_2 = 0
dqm__url5_2 = "students/index.php"


/************************************
    Miscellaneous Browser Settings
************************************/

/*-----------------------------------
Internet Explorer Transition Effects
-----------------------------------*/

    //Options include - none | fade | pixelate |iris | slide | gradientwipe | checkerboard | radialwipe | randombars | randomdissolve |stretch

	dqm__sub_menu_effect = "fade"
	dqm__sub_item_effect = "fade"

    //Define the effect duration in seconds below.

	dqm__sub_menu_effect_duration = 0.4
	dqm__sub_item_effect_duration = 0.4

    //Specific settings for various transitions.

	dqm__effect_pixelate_maxsqare = 25
	dqm__effect_iris_irisstyle = "CIRCLE"		//CROSS, CIRCLE, PLUS, SQUARE, or STAR
	dqm__effect_checkerboard_squaresx = 14
	dqm__effect_checkerboard_squaresY = 14
	dqm__effect_checkerboard_direction = "RIGHT"	//UP, DOWN, LEFT, RIGHT

    //Opacity and drop shadows.

	dqm__sub_menu_opacity = 100			//1 to 100
	dqm__dropshadow_color = "transparent"		//Hex value or 'transparent'
	dqm__dropshadow_offx = 1			//drop shadow width
	dqm__dropshadow_offy = 1			//drop shadow height

/*-----------------------------------
Browser Bug fixes and Workarounds
-----------------------------------*/

    //Mac offset fixes, adjust until sub menus position correctly.

	dqm__ie4mac_offset_x = -10
	dqm__ie4mac_offset_Y = -45

    //Netscape 4 resize bug workaround.

	dqm__nn4_reaload_after_resize = true
	dqm__nn4_resize_prompt_user = false
	dqm__nn4_resize_prompt_message = "NN4 - Custom Alert Message"

    //Set to true if the menu is the only item on the HTML page.

	dqm__use_opera_div_detect_fix = true

    //Pre-defined sub menu item heights for the Espial Escape browser. May be indexed.

	dqm__escape_item_height = 20

/*-----------------------------------
Exposed menu events
-----------------------------------*/

    //Reference additional onload statements here.

	dqm__onload_code = ""

    //X = Sub menu group index, XX = Item index

	dqm__showmenu_codeX = "status = 'custom show menu function call - menu0'"
	dqm__hidemenu_codeX = "status = 'custom hide menu function call - menu0'"
	dqm__clickitem_codeXX = "alert('custom Function - Menu Item 0_0')"