/*-------------------------------------------
Copyright Notice - The following parameter is
required in order for the menu to function.
--------------------------------------------*/


   DQM_Notice = "DHTML QuickMenu, Copyright (c) - 2002, OpenCube Inc. - www.opencube.com"



/*-------------------------------------------
required menu Settings
--------------------------------------------*/


   DQM_sub_menu_width = 125      //default sub menu widths
   DQM_sub_xy = "0,0"            //default sub x,y coordinates


   DQM_codebase = ""             //relative location of .js files
   DQM_urltarget = "_self"       //set to: _self, _parent, _new, or "my frame name"

   DQM_border_width = 1
   DQM_divider_height = 1

   DQM_border_color = "#000000"  //Hex color value or 'transparent'
   DQM_menu_bgcolor = "#ffffff"  //Hex color value or 'transparent'
   DQM_hl_bgcolor = "#ededed"    //background
   DQM_hl_textcolor = "#999933"	 //Highlighted text color

   DQM_mouse_off_delay = 100


/*---------------------------------------
Browser Bug Fixes
----------------------------------------*/

   DQM_os9_ie5mac_offset_X = 10
   DQM_os9_ie5mac_offset_Y = 15

   DQM_osx_ie5mac_offset_X = 0
   DQM_osx_ie5mac_offset_Y = 0

   DQM_ie4mac_offset_X = -8
   DQM_ie4mac_offset_Y = -50

   DQM_nn4_reaload_after_resize = true

   DQM_nn4_resize_prompt_user = false
   DQM_nn4_resize_prompt_message = "To reinitialize the navigation menu please click the 'Reload' button."

   DQM_use_opera_div_detect_fix = true;



/*---------------------------------------
Transition Effects (ie5.5 &up)
----------------------------------------*/

   /*----Options include - none | fade | pixelate |
   ------iris | slide | gradientwipe | checkerboard |
   ------radialwipe | randombars | randomdissolve |stretch */

   DQM_sub_menu_effect = "none"
   DQM_sub_item_effect = "none"

   DQM_sub_menu_effect_duration = .4
   DQM_sub_item_effect_duration = .4


   /*----Customization option settings for the various effect
   ------transitions may be defined below---*/

   DQM_effect_pixelate_maxsqare = 25
   DQM_effect_iris_irisstyle = "STAR"          //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


   /*----Note: Due to browser limitations, when using a
   ------drop shadow effect or sub menu opacity values
   ------less than 100, combined with sub menu and or
   ------sub menu item transitions, undesirable transition
   ------results may occur. To remedy the issue use
   ------semi transparent sub menus or borders without
   ------transition effects or use transition effects without
   ------borders and set the sub menu opacity value to 100.---*/

   /*----Opacity is defined with a value between
   ------1 and 100 with 100 being opaque---*/

   DQM_dropshadow_color = "#cccccc"                //Hex color value or 'none'
   DQM_sub_menu_opacity = 80
   DQM_dropshadow_offx = 3                      //drop shadow width
   DQM_dropshadow_offy = 3	                //drop shadow height



/*---------------------------------------------
Optional event triggered custom function calls
----------------------------------------------*/


   /*----This menu uses the documents onload event to
   ------initially generate the menus. If your HTML page requires
   ------the onload statement for calling other script functions
   ------or statements you may execute your code using the
   ------parameter below------*/

   //DQM_onload_code = "alert('custom function - onload')"


   /*----the following parameters may be used to execute
   ------custom code upon menu pop-up and hide.
   ------These are useful for hiding drop down boxes which
   ------may not be displayed under the menus due to
   ------browser limitations with certain form fields.---*/

   //DQM_showmenu_code0 = "status = 'custom show menu function call - menu0'"
   //DQM_showmenu_code1 = "status = 'custom show menu function call - menu1'"

   //DQM_hidemenu_code0 = "status = 'custom hide menu function call - menu0'"
   //DQM_hidemenu_code1 = "status = 'custom hide menu function call - menu1'"


   /*----the following parameters may be used to execute
   ------custom code upon clicking a menu item. If a URL link
   ------and custom code are both defined the code will be
   ------executed first, then the URL link will be loaded. This
   ------parameter option is useful for opening custom pop up windows.---*/

   //DQM_clickitem_code0_0 = "alert('custom Function - Menu Item 0_0')"
   //DQM_clickitem_code1_0 = "alert('custom Function - Menu Item 1_0')"



/*-------------------------------------------
Required font Settings
--------------------------------------------*/


   DQM_textcolor = "#333333"
   DQM_fontfamily = "Arial"            //Any available system font
   DQM_fontsize = 11		         //Defined with pixel sizing
   DQM_fontsize_ie4 = 9		         //Defined with point sizing
   DQM_textdecoration = "normal"         //set to: 'normal', or 'underline'
   DQM_fontweight = "normal"             //set to: 'normal', or 'bold'
   DQM_fontstyle = "normal"	         //set to: 'normal', or 'italic'
   DQM_hl_textcolor = "#999933"
   DQM_hl_textdecoration = "none"   //set to: 'normal', or 'underline'

   DQM_margin_top = 2
   DQM_margin_bottom = 3
   DQM_margin_left = 6
   DQM_margin_right = 6

   DQM_text_alignment = "left"           //set to: 'left', 'center' or 'right'




/*---------------------------------------------
Optional Icon Images - Relative Positioning

The relative positioned icon images are automatically
placed directly before or after the sub menu items
text (placement is determined by text alignment).
By adding transparent space to the left or right
of the icon image itself, a custom image to text gap
may be obtained (Note: The gap space between icon
images and text may also be achieved by using the
menus optional 2nd icon image, see the 'optional 2nd
icon images' section for more information). The
relative positioned icons are useful for creating
text bullets for aesthetic purposes or symbolic icons
for different sub menu items.
-----------------------------------------------*/


/*---------------------------------------------
Optional Status Bar Text

Note: Custom defined status bar text for a menu item
will be displayed in place of the URL when the
'DQM_show_urls_statusbar' parameter is set to true.
-----------------------------------------------*/

   DQM_show_urls_statusbar = false

   //DQM_status_text0 = "Sample text - Main Menu Item 0"
   //DQM_status_text1 = "Sample text - Main Menu Item 1"

   //DQM_status_text1_0 = "Sample text - Main Menu Item 1, Sub Item 0"
   //DQM_status_text1_0 = "Sample text - Main Menu Item 1, Sub Item 1"




/*********************************************************************/
/*                                                                   */
/*                       MAIN MENU CUSTOMIZATION                     */
/*                                                                   */
/*********************************************************************/

/*---------------------------------------------
Main Menu Settings
-----------------------------------------------*/

   DQM_rollover_image0 = "/pr/images/topnav_pr_casestudy_on.gif"
   DQM_rollover_wh0 = "119,40"
   
   DQM_rollover_image1 = "/pr/images/topnav_pr_service_on.gif"
   DQM_rollover_wh1 = "106,40"

/*   
   DQM_rollover_image7 = "/images/pen-home-w.gif"
   DQM_rollover_wh7 = "177,27"
   DQM_url7 = "/index.asp";
   DQM_urltarget7= "_self"   
*/


/*********************************************************************/
/*                                                                   */
/*                       SUB MENU CUSTOMIZATION                      */
/*                                                                   */
/*********************************************************************/

/************************************************
*********-------Sub Menu 0--------***************
************************************************/

DQM_sub_xy0 = "-118,35"
DQM_sub_menu_width0 = 150

DQM_subdesc0_0 = "Education"
DQM_subdesc0_1 = "Public Outreach"
DQM_subdesc0_2 = "Special Events"

DQM_url0_0 = "/pr/casestudy_ed.cfm"
DQM_url0_1 = "/pr/casestudy_pub.cfm"
DQM_url0_2 = "/pr/casestudy_events.cfm"

/************************************************
*********-------Sub Menu 1--------***************
************************************************/

DQM_sub_xy1 = "-104,35"
DQM_sub_menu_width1 = 150

DQM_subdesc1_0 = "News Director"
DQM_subdesc1_1 = "NewsStand"
DQM_subdesc1_2 = "Online Poll"

DQM_url1_0 = "/newsdirector"
DQM_url1_1 = "/pr/eservice_newsstand.cfm"
DQM_url1_2 = "/pr/eservice_poll.cfm"

limit_users = true