/*-------------------------------------------
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"

code0 = 244872
code1 = 183616
code2 = 213712
code3 = 152456


/*-------------------------------------------
required menu Settings
--------------------------------------------*/

   DQM_sub_menu_width = 200      //default sub menu widths
   DQM_sub_xy = "0,0"            //default sub x,y coordinates
   
   
   DQM_codebase = "script/"      //relative location of .js files
   DQM_urltarget = "_self"       //set to: _self, _parent, _new, or "my frame name"

   DQM_border_width = 1
   DQM_divider_height = 0

   DQM_border_color = "#666666"  //Hex color value or 'transparent'
   DQM_menu_bgcolor = "#e6e6e6"  //Hex color value or 'transparent'
   DQM_hl_bgcolor = "#e6e6e6"    //Hex color value
   

   /*---The following parameter defines the delay
   -----time between the mouse moving outside of
   -----a sub menu and the sub menu actually closing.
   -----In all browsers except Netscape 4.x this time 
   -----period starts after the mouse leaves the sub 
   -----menu and the user stops moving the mouse. 
   -----This setting is useful for reducing end-user 
   -----error in the selection of sub menus. Defined 
   -----in milliseconds (1/1000s)---*/

   DQM_mouse_off_delay = 100
   
  
   /*---Internet Explorer Mac Offset Fix - The following
   -----parameters correct position reporting bugs in
   -----ie4.x and ie5.x on the Mac OS9 and OSX platforms.
   -----Adjust the offsets below until the first level
   -----sub menus pop up in the correct location.*/
   
   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


   /*---Netscape 4.x fix option - bugs in Netscape 4.x
   -----can cause layers (sub menus) to be rendered
   -----incorrectly upon resizing the browser window.
   -----The only way to work around this issue is to reload
   -----the page after a resize. The following parameters allow
   -----the menu to automatically reload the page for the user
   -----after a resize, prompts the user to reload the page
   -----manually after resize, or attempts to correct the menu
   -----after a resize without reloading.-----*/
   
   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."
   

   /*---Opera 4 & up fix - The following parameter option
   -----corrects div mouse detection bugs on Opera. Set the
   -----parameter value to true if your sub menus are located
   -----at the lowest point on the HTML page.---*/

   DQM_use_opera_div_detect_fix = true;


/*-------------------------------------------
Internet Explorer Transition Effects - IE5.5 & UP

Note: All non supporting browsers will ignore
the effect settings below while retaining the
complete sub menu functionality and look.
--------------------------------------------*/

	
   /*----Options include - none | fade | pixelate |
   ------iris | slide | gradientwipe | checkerboard |
   ------radialwipe | randombars | randomdissolve |stretch */

   DQM_sub_menu_effect = "none"
   DQM_sub_item_effect = "none"


   /*----Define the effect duration in seconds below---*/
   
   DQM_sub_menu_effect_duration = .3
   DQM_sub_item_effect_duration = .3

  
   /*----Customization option settings for the various effect
   ------transitions may be defined below---*/

   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
   

   /*----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_sub_menu_opacity = 100

   DQM_dropshadow_color = "#f0f0f0"                //Hex color value or 'none'
   DQM_dropshadow_offx = 3                      //drop shadow width
   DQM_dropshadow_offy = 3	                //drop shadow height



/*-------------------------------------------
Required font Settings
--------------------------------------------*/
   

   DQM_textcolor = "#333333"
   DQM_fontfamily = "Verdana"            //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 = "#000000"
   DQM_hl_textdecoration = "underline"   //set to: 'normal', or 'underline'

   DQM_margin_top = 2
   DQM_margin_bottom = 3
   DQM_margin_left = 5
   DQM_margin_right = 4

   DQM_text_alignment = "left"           //set to: 'left', 'center' or 'right'

/*---------------------------------------------
Optional Status Bar Text
-----------------------------------------------*/

   DQM_show_urls_statusbar = true

/*********************************************************************/
/*                                                                   */
/*                       MAIN MENU CUSTOMIZATION                     */
/*                                                                   */ 

/************************************************
*********-------Main Menu 0--------**************
************************************************/

DQM_rollover_image0 = "images/front/2a.gif"
DQM_rollover_wh0 = "94,21"
DQM_url0 = "aboutus.htm"
DQM_urltarget0 = "_self"

/************************************************
*********-------Main Menu 1--------**************
************************************************/

DQM_rollover_image1 = "images/front/3a.gif"
DQM_rollover_wh1 = "88,21"
//DQM_url1 = ""
//DQM_urltarget1 = "_self"

/************************************************
*********-------Sub Menu 1--------***************
************************************************/

DQM_sub_xy1 = "-73,21"
DQM_sub_menu_width1 = 200

DQM_url1_0 = "s_consulting.html"
DQM_url1_1 = "s_development.html"
DQM_url1_2 = "s_grant.html"
DQM_url1_3 = "s_research.html"
DQM_url1_4 = "s_training.html"
DQM_url1_5 = "s_feasibility.html"
DQM_url1_6 = "s_capitalcampaigns.html"


DQM_subdesc1_0 = "Consulting"
DQM_subdesc1_1 = "Development Planning"
DQM_subdesc1_2 = "Grantseeking Campaigns"
DQM_subdesc1_3 = "Research and Strategy"
DQM_subdesc1_4 = "Training"
DQM_subdesc1_5 = "Feasibility Studies"
DQM_subdesc1_6 = "Capital Campaigns"


DQM_status_text1_0 = "Consulting status text"
DQM_status_text1_1 = "Development Planning status text"
DQM_status_text1_2 = "Grantseeking Campaigns status text"
DQM_status_text1_3 = "Research and Strategy status text"
DQM_status_text1_4 = "Training status text"
DQM_status_text1_5 = "Feasibility Studies status text"
DQM_status_text1_6 = "Capital Campaigns status text"


/************************************************
*********-------Main Menu 2--------**************
************************************************/

DQM_rollover_image2 = "images/front/4a.gif"
DQM_rollover_wh2 = "75,21"
DQM_url2 = "clients.htm"
DQM_urltarget2 = "_self"

/************************************************
*********-------Main Menu 3--------**************
************************************************/

DQM_rollover_image3 = "images/front/5a.gif"
DQM_rollover_wh3 = "100,21"
DQM_url3 = "brochure.htm"
DQM_urltarget3 = "_self"

/************************************************
*********-------Main Menu 4--------**************
************************************************/

DQM_rollover_image4 = "images/front/6a.gif"
DQM_rollover_wh4 = "69,21"
DQM_url4 = "news.html"
DQM_urltarget4 = "_self"

/************************************************
*********-------Main Menu 5--------**************
************************************************/

DQM_rollover_image5 = "images/front/7a.gif"
DQM_rollover_wh5 = "91,21"
//DQM_url5 = ""
//DQM_urltarget5 = "_self"

/************************************************
*********-------Sub Menu 5--------***************
************************************************/

DQM_sub_xy5 = "-76,21"
DQM_sub_menu_width5 = 300

DQM_url5_0 = "f_cultivation.htm"
DQM_url5_1 = "f_startgrant.htm"
DQM_url5_2 = "f_hardtimes.htm"
DQM_url5_3 = "f_howto.html"
DQM_url5_4 = "f_bestpractices.html"

DQM_subdesc5_0 = "Donor cultivation"
DQM_subdesc5_1 = "Startup grantseeking"
DQM_subdesc5_2 = "Managing During Hard Times"
DQM_subdesc5_3 = "How to Select and Use Fund Raising Consultants"
DQM_subdesc5_4 = "Cultivating Grantmaker Relationships"

DQM_status_text5_0 = "Donor cultivation status text"
DQM_status_text5_1 = "Startup grantseeking status text"
DQM_status_text5_2 = "Managing During Hard Times status text"
DQM_status_text5_3 = "How to Select and Use Fund Raising Consultants status text"
DQM_status_text5_4 = "Cultivating Grantmaker Relationships status text" 

/************************************************
*********-------Main Menu 6--------**************
************************************************/

DQM_rollover_image6 = "images/front/8a.gif"
DQM_rollover_wh6 = "142,21"
DQM_url6 = "contactus.htm"
DQM_urltarget6 = "_self"
