/* --------------------------------------
   Sirius Drop Down Menu Configuration
   --------------------------------------
*/


/* --------------------------------------
   The Top Level Images.
   --------------------------------------
*/

SDDM_image1_src = "SDDM_spacer.gif"
SDDM_image2_src = "SDDM_spacer.gif"
SDDM_image3_src = "SDDM_spacer.gif"
SDDM_image4_src = "SDDM_spacer.gif"

SDDM_image1_highlight_src = "SDDM_spacer.gif"
SDDM_image2_highlight_src = "SDDM_spacer.gif"
SDDM_image3_highlight_src = "SDDM_spacer.gif"
SDDM_image4_highlight_src = "SDDM_spacer.gif"

/* --------------------------------------
   General Submenu Settings.
   --------------------------------------
*/

SDDM_submenu_x = 163
SDDM_submenu_y = -13
SDDM_submenu_width = 169

SDDM_submenu_border = 1
SDDM_submenu_border_color = "#D9DBC8"
SDDM_submenu_item_indent = 5
SDDM_submenu_item_height = 18
SDDM_submenu_item_spacing = 1
SDDM_submenu_item_spacing_color = "#D9DBC8"
SDDM_submenu_background_color = "#A0A477"
SDDM_submenu_highlight_color = "#7C7147"

SDDM_submenu_font_face = "Verdana"
SDDM_submenu_font_size = 1
SDDM_submenu_font_color = "white"
SDDM_submenu_font_highlight_color = "white"
SDDM_submenu_url_target = "_top"
SDDM_hide_delay = 1000


/* --------------------------------------
   Submenu Items.
   --------------------------------------
*/


SDDM_submenu1_1_text = "<table border=0 cellpadding=0><td class=\"submenucell\">Overview</td></table>"
SDDM_submenu1_1_link = "/yoi/index.cfm?#"
SDDM_submenu1_2_text = "<table border=0 cellpadding=0><td class=\"submenucell\">Trainers</td></table>"
SDDM_submenu1_2_link = "/yoi/trainers.cfm?#"
SDDM_submenu1_3_text = "<table border=0 cellpadding=0><td class=\"submenucell\">Topics</td></table>"
SDDM_submenu1_3_link = "/yoi/topics.cfm?#"
SDDM_submenu1_4_text = "<table border=0 cellpadding=0><td class=\"submenucell\">Application Form</td></table>"
SDDM_submenu1_4_link = "/yoi/apply.cfm?#"
SDDM_submenu1_5_text = "<table border=0 cellpadding=0><td class=\"submenucell\"><a href=\"http://www.youthorganizing.net\" target=\"blank\"><font color=white>Alumni Network</font></a></td></table>"
SDDM_submenu1_5_link = ""

SDDM_submenu2_1_text = "<table border=0 cellpadding=0><td class=\"submenucell\">Overview</td></table>"
SDDM_submenu2_1_link = "/montenegro/index.cfm?#"
SDDM_submenu2_2_text = "<table border=0 cellpadding=0><td class=\"submenucell\">Goals and Vision</td></table>"
SDDM_submenu2_2_link = "/montenegro/goals.cfm?#"
SDDM_submenu2_3_text = "<table border=0 cellpadding=0><td class=\"submenucell\">Trainers</td></table>"
SDDM_submenu2_3_link = "/montenegro/trainers.cfm?#"
SDDM_submenu2_4_text = "<table border=0 cellpadding=0><td class=\"submenucell\">Calendar</td></table>"
SDDM_submenu2_4_link = "/montenegro/calendar.cfm?#"
SDDM_submenu2_5_text = "<table border=0 cellpadding=0><td class=\"submenucell\">Application Form</td></table>"
SDDM_submenu2_5_link = "/montenegro/apply.cfm?#"
SDDM_submenu2_6_text = "<table border=0 cellpadding=0><td class=\"submenucell\">About Montenegro</td></table>"
SDDM_submenu2_6_link = "/montenegro/monte.cfm?#"

/* 
This code does not appear to have been designed with the idea of multiple-layer menus in mind. However, to allow for the second menu level, 
publications > lecture series, it is necessary for the publications menu to stay visible when we are browsing the lecture series menu and vice versa.
The trick to accomplish this is by manually calling some of the functions in the SDDM_ie, _nn, etc files, leaving out the 'deactivate' function. As such, submenu 4 
is activating submenu 3, and vice versa. Not a very neat solution, but it does the trick

The single catch is that when the user is 'in between cells' in submenu 4 (hovering over the 1 px border), submenu 3 disappears briefly (not immediately, due to the Delay
set above, so one should hardly even notice 

Still to be tested using netscape...should work in theory, as the functions that are being called are the same and are being treated as a black box, the contents of which may
differ between IE and NN, but that does not concern us - if it works.
*/

SDDM_submenu3_1_text = "<table border=0 cellpadding=0><td class=\"submenucell\">Overview</td></table>"
SDDM_submenu3_1_link = "/publications/index.cfm?#"
SDDM_submenu3_2_text = "<table border=0 cellpadding=0 width=100% onMouseover=\"SDDM_over_submenu[4] = true; SDDM_showSubMenu(4);\" onMouseOut=\"SDDM_deactivate(4)\"><td><table cellspacing=0 cellpadding=0 border=0 width=100%><td class=\"submenucell\"><img name=\"SDDM_image4\" id=\"SDDM_image4\" src=\"SDDM_spacer.gif\" width=\"0\" height=\"0\" border=\"0\">CCSDD Lecture Series</td><td align=right valign=top><a href=\"#\" class=\"linkcell\">&#155;</a></td></table></td></table>"
SDDM_submenu3_2_link = "/publications/about.cfm?#"
SDDM_submenu3_3_text = "<table border=0 cellpadding=0><td class=\"submenucell\">Other Publications</td></table>"
SDDM_submenu3_3_link = "/publications/otherpublications.cfm?#"

SDDM_submenu4_1_text = "<table border=0 cellpadding=0 width=100% onMouseover=\"SDDM_over_submenu[3] = true; SDDM_showSubMenu(3);\" onMouseOut=\"SDDM_deactivate(3)\"><td class=\"submenucell\">About</td></table>"
SDDM_submenu4_1_link = "/publications/about.cfm?#"
SDDM_submenu4_2_text = "<table border=0 cellpadding=0 width=100% onMouseover=\"SDDM_over_submenu[3] = true; SDDM_showSubMenu(3);\" onMouseOut=\"SDDM_deactivate(3)\"><td class=\"submenucell\">Editors</td></table>"
SDDM_submenu4_2_link = "/publications/editors.cfm?#"
SDDM_submenu4_3_text = "<table border=0 cellpadding=0 width=100% onMouseover=\"SDDM_over_submenu[3] = true; SDDM_showSubMenu(3);\" onMouseOut=\"SDDM_deactivate(3)\"><td class=\"submenucell\">Current Issue</td></table>"
SDDM_submenu4_3_link = "/publications/product_details.cfm?id=95"
SDDM_submenu4_4_text = "<table border=0 cellpadding=0 width=100% onMouseover=\"SDDM_over_submenu[3] = true; SDDM_showSubMenu(3);\" onMouseOut=\"SDDM_deactivate(3)\"><td class=\"submenucell\">Archive</td></table>"
SDDM_submenu4_4_link = "/publications/archive.cfm?#"