/*-------------------------------------------
Copyright Notice
--------------------------------------------*/

   DQM_Notice = "DHTML QuickMenu, Copyright (c) - 2001, OpenCube Inc. - www.opencube.com"
   limit_multiple_users = true

/*-------------------------------------------
Required menu Settings
--------------------------------------------*/

   DQM_sub_menu_width = 130;	 

  
   DQM_urltarget = "_self"
   
   DQM_onload_statement = ""
   DQM_codebase = ""

   DQM_border_color = "#000000";
      
   DQM_menu_bgcolor = "#CCCCCC";
   DQM_hl_bgcolor = "#FFFFFF";

   DQM_sub_xy = "0,0";
   DQM_border_width = 1;
   DQM_divider_height = 1;

   /*---IE5-MAC Offset Fix - The following two
   -----parameters correct a position reporting
   -----bug in IE5 on the Mac platform. Adjust
   -----the offsets below untill the first level
   -----sub menus pop up in the correct location.*/
   
   DQM_ie5mac_offset_X = 0;
   DQM_ie5mac_offset_Y = -3;


/*-------------------------------------------
Required font Settings
--------------------------------------------*/
   

   DQM_textcolor = "#990000"
   DQM_fontfamily = "Verdana"
   DQM_fontsize = 11
   DQM_fontsize_ie4 = 9	
   DQM_textdecoration = "normal"
   DQM_fontweight = "normal"
   DQM_fontstyle = "normal"
   DQM_hl_textcolor = "#000000"
   DQM_hl_textdecoration = "underline"

   DQM_margin_top = 2
   DQM_margin_bottom = 2
   DQM_margin_left = 5




/*---------------------------------------------
Optional Icon Images
-----------------------------------------------*/

   DQM_icon_image0 = DQM_codebase+"images/bullet.gif"
   DQM_icon_rollover0 =DQM_codebase+"images/bullet_hl.gif"
   DQM_icon_image_wh0 = "13,8"

   DQM_icon_image1 = DQM_codebase+"images/arrow.gif"
   DQM_icon_rollover1 = DQM_codebase+"images/arrow.gif"
   DQM_icon_image_wh1 = "13,10"


/*---------------------------------------------
Sub Menu Item Settings
-----------------------------------------------*/

DQM_sub_xy0 = "0,14"
DQM_sub_menu_width0 = 130;		// the foundation
DQM_subdesc0_0 = "History"
DQM_subdesc0_1 = "Philanthropic Leadership"
DQM_subdesc0_2 = "About Community Foundations"
DQM_subdesc0_3 = "National Standards"
DQM_subdesc0_4 = "Management and Staff"
DQM_subdesc0_5 = "Directors"
DQM_subdesc0_6 = "The Council"
DQM_subdesc0_7 = "Committees"
DQM_subdesc0_8 = "Affiliations"
DQM_url0_0 = DQM_codebase+"history.html"
DQM_url0_1 = DQM_codebase+"philanthropic.html"
DQM_url0_2 = DQM_codebase+"about_cf.html"
DQM_url0_3 = DQM_codebase+"nat_standards.html"
DQM_url0_4 = DQM_codebase+"management.html"
DQM_url0_5 = DQM_codebase+"directors.html"
DQM_url0_6 = DQM_codebase+"thecouncil.html"
DQM_url0_7 = DQM_codebase+"committees.html"
DQM_url0_8 = DQM_codebase+"affiliations.html"

DQM_sub_xy1 = "0,14"
DQM_sub_menu_width1 = 130;		// why sccf
DQM_subdesc1_0 = "Advantages for Individual Donors"
DQM_subdesc1_1 = "Advantages for Organizational Donors"
DQM_subdesc1_2 = "Advantages for Professional Advisors"
DQM_url1_0 = DQM_codebase+"individual_advantages.html"
DQM_url1_1 = DQM_codebase+"organizational_advantages.html"
DQM_url1_2 = DQM_codebase+"professional_advisor_advantages.html"

DQM_sub_xy2 = "0,14"		// donor information
DQM_sub_menu_width2 = 150;
DQM_subdesc2_0 = "Make a Donation"
DQM_subdesc2_1 = "How To Create a Fund"
DQM_subdesc2_2 = "Types of Funds"
DQM_subdesc2_3 = "Society of 1924"
DQM_subdesc2_4 = "Financial Management"
DQM_subdesc2_5 = "Costs"
DQM_subdesc2_6 = "Charitable Funds"
DQM_subdesc2_7 = "Scholarship Funds"
DQM_subdesc2_8 = "Forms and Donor Services"
DQM_subdesc2_9 = "The Community Endowment"
DQM_url2_0 = DQM_codebase+"donate_index.html"
DQM_url2_1 = DQM_codebase+"create_fund.html"
DQM_url2_2 = DQM_codebase+"types_of_funds.html"
DQM_url2_3 = DQM_codebase+"soc1924.html"
DQM_url2_4 = DQM_codebase+"financial_management.html"
DQM_url2_5 = DQM_codebase+"costs.html"
DQM_url2_6 = DQM_codebase+"charitablefunds.html"
DQM_url2_7 = DQM_codebase+"scholarshipfunds.html"
DQM_url2_8 = DQM_codebase+"forms.html"
DQM_url2_9 = DQM_codebase+"community_endowment.html"

DQM_sub_xy3 = "0,14"		// grant information
DQM_sub_menu_width3 = 160;
DQM_subdesc3_0 = "How To Apply For a Grant"
DQM_url3_0 = DQM_codebase+"grant_info.html"



