dqm__sub_menu_width = 130      		//default sub menu widths
dqm__sub_xy = "0,0"            		//default sub x,y coordinates   
dqm__urltarget = "_self"		//default URL target: _self, _parent, _new, or "my frame name"
dqm__border_width = 1
dqm__divider_height = 1
dqm__border_color = "#FBCA1C"		//Hex color or 'transparent'
dqm__menu_bgcolor = "#000000"		//Hex color or 'transparent'
dqm__hl_bgcolor = "#ffffff"		
dqm__mouse_off_delay = 60		//defined in milliseconds (activated after mouse stops)
dqm__nn4_mouse_off_delay = 60		//defined in milliseconds (activated after leaving sub)
    //Font settings
dqm__textcolor = "#ffffff"
dqm__fontfamily = "Verdana"		//Any available system font     
dqm__fontsize = 12			//Defined with pixel sizing  	
dqm__fontsize_ie4 = 10			//Defined with point sizing
dqm__textdecoration = "normal"		//set to: 'normal', or 'underline'
dqm__fontweight = "bold"		//set to: 'normal', or 'bold'
dqm__fontstyle = "normal"		//set to: 'normal', or 'italic' 
    //Rollover font settings
dqm__hl_textcolor = "#ff2400"
dqm__hl_textdecoration = "normal"	//set to: 'normal', or 'underline'
    //Margins and text alignment
dqm__text_alignment = "left"   //set to: 'left', 'center' or 'right'
dqm__margin_top = 2
dqm__margin_bottom = 3
dqm__margin_left = 5
dqm__margin_right = 4 
    //Relative positioned icon images (flow with sub item text)
dqm__icon_image0 = "./MenuPics/bullet.gif"
dqm__icon_rollover0 = "./MenuPics/bullet_hl.gif"
dqm__icon_image_wh0 = "13,8"	
    //Absolute positioned icon images (coordinate poitioned)
dqm__2nd_icon_image0 = "./MenuPics/arrow.gif"
dqm__2nd_icon_rollover0 = "./MenuPics/arrow.gif"
dqm__2nd_icon_image_wh0 = "13,10"
dqm__2nd_icon_image_xy0 = "0,4"

dqm__show_urls_statusbar = true   

//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 = .05
	dqm__sub_item_effect_duration = .25
//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 = "none"			//Hex color value or 'none'
	dqm__dropshadow_offx = 5			//drop shadow width
	dqm__dropshadow_offy = 5			//drop shadow height
//Mac offset fixes, adjust until sub menus position correctly.   
	dqm__os9_ie5mac_offset_X = 10
	dqm__os9_ie5mac_offset_Y = 15
	dqm__osx_ie5mac_offset_X = 10
	dqm__osx_ie5mac_offset_Y = 15
	dqm__ie4mac_offset_X = -8
	dqm__ie4mac_offset_Y = -50
//Netscape 4 resize bug workaround.
dqm__nn4_reaload_after_resize = true
dqm__nn4_resize_prompt_user = true
dqm__nn4_resize_prompt_message = "To reload the menu please click the 'Reload' button."
//Opera 5 & 6, 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.
	dqm__escape_item_height = 20
	dqm__escape_item_height0_0 = 70
	dqm__escape_item_height0_1 = 70

//The 'X' indicates the index number of the sub menu group or item.
//The 'X_X' indicates the index number of the sub menu item.
	dqm__showmenu_codeX = "status = 'custom show menu function call - menu0'"
	dqm__hidemenu_codeX = "status = 'custom hide menu function call - menu0'"
	dqm__clickitem_codeX_X = "alert('custom Function - Menu Item 0_0')"
//The following settings may be defined for specific sub menu groups.
//The 'X' represents the index number of the sub menu group.
	dqm__border_widthX = 10;
	dqm__divider_heightX = 5;		
	dqm__border_colorX = "#0000ff";     
	dqm__menu_bgcolorX = "#ff0000"
	dqm__hl_bgcolorX = "#00ff00"
	dqm__hl_textcolorX = "#ff0000"
	dqm__text_alignmentX = "left"
//The following settings may be defined for specific sub menu items.
//The 'X_X' represents the index number of the sub menu item.
	dqm__hl_subdescX_X = "custom highlight text"
	dqm__urltargetX_X = "_new"

/***************************  Preload Rollover Images and Links  **************************/
    //Main Menu Item 0
dqm__rollover_image0 = "./MenuPics/nav_home_over.jpg"
dqm__rollover_wh0 = "149,27"
dqm__url0 = "index.cfm"; 
    //Main Menu Item 1
dqm__rollover_image1 = "./MenuPics/nav_links_over.jpg"
dqm__rollover_wh1 = "149,27"
dqm__url1 = "links.cfm";
    //Main Menu Item 2
dqm__rollover_image2 = "./MenuPics/nav_BizMan_over.jpg" 
dqm__rollover_wh2 = "149,27"
dqm__url2 = "fact_sheet.cfm"; 
    //Main Menu Item 3
dqm__rollover_image3 = "./MenuPics/nav_marketing_over.jpg" 
dqm__rollover_wh3 = "149,27"
dqm__url3 = "produce_packing.cfm";	
	//Main Menu Item 4
dqm__rollover_image4 = "./MenuPics/nav_education_over.jpg" 
dqm__rollover_wh4 = "149,27"
dqm__url4 = "production_ppt.cfm";	
	//Main Menu Item 5
dqm__rollover_image5 = "./MenuPics/nav_market_over.jpg" 
dqm__rollover_wh5 = "149,27"
dqm__url5 = "classified.cfm";
	//Main Menu Item 6
dqm__rollover_image6 = "./MenuPics/nav_websites_over.jpg" 
dqm__rollover_wh6 = "149,27"
dqm__url6 = "list_farms.cfm?categoryid=1";
	//Main Menu Item 7
dqm__rollover_image7 = "./MenuPics/nav_about_over.jpg" 
dqm__rollover_wh7 = "149,27"
dqm__url7 = "About_Us.cfm";	
	//Main Menu Item 8
dqm__rollover_image8 = "./MenuPics/nav_farmer_over.jpg" 
dqm__rollover_wh8 = "149,27"
dqm__url8 = "Profiles.cfm"; 
	//Main Menu Item 9
dqm__rollover_image9 = "./MenuPics/nav_grants_over.jpg" 
dqm__rollover_wh9 = "149,27"
dqm__url9 = "About.cfm"; 
	//Main Menu Item 10
dqm__rollover_image10 = "./MenuPics/nav_Innovation_over.jpg" 
dqm__rollover_wh10 = "149,20"
dqm__url10 = "farm_innovations.cfm"; 
	//Main Menu Item 11
dqm__rollover_image11 = "./MenuPics/nav_onfarm_over.jpg" 
dqm__rollover_wh11 = "149,20"
dqm__url11 = "marketing_on_farm.cfm";
	//Main Menu Item 12
dqm__rollover_image12 = "./MenuPics/nav_off_farm_over.jpg" 
dqm__rollover_wh12 = "149,20"
dqm__url12 = "marketing_offfarm.cfm";
	//Main Menu Item 13
dqm__rollover_image13 = "./MenuPics/nav_over_pubs.jpg" 
dqm__rollover_wh13 = "149,27"
dqm__url13 = "publications.cfm";
	//Main Menu Item 14
dqm__rollover_image14 = "./MenuPics/nav_over_events.jpg" 
dqm__rollover_wh14 = "149,27"
dqm__url14 = "events.cfm";

/************************************* LEFT SIDE MENU ***********************************/
    //Main Menu 0 - HOME
	dqm__sub_xy0 = "0,0"
	dqm__sub_menu_width0 = 180
	//dqm__subdesc0_0 = "Small Farm Home"    
	//dqm__icon_index0_0 = 0	    
	//dqm__url0_0 = "index.cfm"

    //Main Menu 1 - SMALL FARM LINKS
	dqm__sub_xy1 = "0,0"
	dqm__sub_menu_width1 = 200
	dqm__subdesc1_0 = "Recommended Sites"
	dqm__2nd_icon_index1_0 = 0  
	dqm__subdesc1_1 = "Sustainable Ag Sites"
    dqm__2nd_icon_index1_1 = 0
    dqm__subdesc1_2 = "University Extension Sites"
	dqm__2nd_icon_index1_2 = 0	
    dqm__subdesc1_3 = "SHOW MORE LINKS..."
	dqm__url1_3 = "links.cfm"
    //Sub Menu 1_0 - Recommended Sites (sub-category 1 of 3)
      dqm__sub_xy1_0 = "0,0"
      dqm__sub_menu_width1_0 = 300
	  dqm__subdesc1_0_0 = "Accokeek Foundation at Piscataway Park"
      dqm__subdesc1_0_1 = "Future Harvest - Chesapeake Alliance for<BR>Sustainable Agriculture (CASA)"
      dqm__subdesc1_0_2 = "Henry A. Wallace Center for Agricultural &<BR>Environmental Policy"
	  dqm__subdesc1_0_3 = "Pennsylvania Association for Sustainable<BR>Agriculture (PASA)"
	  dqm__subdesc1_0_4 = "SheepGoatMarketing.info"
      dqm__subdesc1_0_5 = "USDA-Beltsville Agricultural Research<BR>Center (BARC)"
      dqm__url1_0_0 = "http://www.accokeek.org/"
	  dqm__url1_0_1 = "http://www.futureharvestcasa.org/"
      dqm__url1_0_2 = "http://www.winrock.org/what/wallace_center.cfm"
	  dqm__url1_0_3 = "http://www.pasafarming.org/"
	  dqm__url1_0_4 = "http://www.sheepgoatmarketing.info"
      dqm__url1_0_5 = "http://www.barc.usda.gov/"
    //Sub Menu 1_1 - SUSTAINABLE AGRICULTURE LINKS (sub-categoiy 2 0f 3)
	  dqm__sub_xy1_1 = "0,0"
	  dqm__sub_menu_width1_1 = 400
	  dqm__subdesc1_1_0 = "(ATTRA) Appropriate Technology Transfer for Rural Areas"
	  dqm__subdesc1_1_1 = "Leopold Center for Sustainable Agriculture"
	  dqm__subdesc1_1_2 = "(NCAT) National Center for Appropriate Technology"
	  dqm__subdesc1_1_3 = "Sustainable Farming Connection"
	  dqm__subdesc1_1_4 = "Sustainable Agriculture Network"
	  dqm__url1_1_0 = "http://www.attra.org/"
	  dqm__url1_1_1 = "http://www.leopold.iastate.edu/"
	  dqm__url1_1_2 = "http://www.ncat.org/"
	  dqm__url1_1_3 = "http://www.ibiblio.org/farming-connection/"
	  dqm__url1_1_4 = "http://www.sare.org/"
    //Sub Menu 1_2 - State LINKS (sub-Category 3 of 3)
	  dqm__sub_xy1_2 = "0,0"
	  dqm__sub_menu_width1_2 = 250
	  dqm__subdesc1_2_0 = "Cornell University Extension (NY)"
	  dqm__subdesc1_2_1 = "Penn State University Extension"
	  dqm__subdesc1_2_2 = "Rutgers University Extension (NJ)"
	  dqm__subdesc1_2_3 = "University of Delaware Extension"
	  dqm__subdesc1_2_4 = "University of Maryland Extension"
	  dqm__subdesc1_2_5 = "Virginia Tech Extension"
	  dqm__subdesc1_2_6 = "West Virginia University Extension"
	  dqm__subdesc1_2_7 = "<i>MAP OF ALL EXTENSIONS IN USA</i>"
	  dqm__url1_2_0 = "http://www.cce.cornell.edu/"
      dqm__url1_2_1 = "http://www.extension.psu.edu/default.html"
	  dqm__url1_2_2 = "http://www.rce.rutgers.edu/"
	  dqm__url1_2_3 = "http://ag.udel.edu/extension/"
	  dqm__url1_2_4 = "http://www.agnr.umd.edu/MCE/index.cfm"
	  dqm__url1_2_5 = "http://www.ext.vt.edu/index.html"
	  dqm__url1_2_6 = "http://www.wvu.edu/~exten/"
	  dqm__url1_2_7 = "http://www.reeusda.gov/1700/statepartners/usa.htm"

   //Main Menu 2 - BUSINESS MANAGEMENT LINKS
	dqm__sub_xy2 = "0,0"
	dqm__sub_menu_width2 = 305
	dqm__subdesc2_0 = "Order <em>Small Farm Business Plan Workbook</em>"
    dqm__subdesc2_1 = "Financial & Budgeting Fact Sheets"
	dqm__subdesc2_2 = "Leadership & Management Fact Sheets"
	dqm__subdesc2_3 = "SHOW ALL FACT SHEETS..."
	dqm__url2_0 = "workbook_form.cfm"
	dqm__2nd_icon_index2_1 = 0  
	dqm__2nd_icon_index2_2 = 0  
	dqm__url2_3 = "fact_sheet.cfm"
   //Sub Menu 2_1 - Financial & Budgeting Fact Sheets (sub-menu 1 of 3)
      dqm__sub_xy2_1 = "0,0"
      dqm__sub_menu_width2_1 = 387
	  dqm__subdesc2_1_0 = "Analyze Investment Opportunities: Time Value of Money"
	  dqm__subdesc2_1_1 = "Assessing and Improving Farm Cash Flow"
	  dqm__subdesc2_1_2 = "Assessing and Improving Farm Profitability"
	  dqm__subdesc2_1_3 = "Assessing and Improving Farm Solvency"
 	  dqm__subdesc2_1_4 = "Cost/Revenue Considerations in Farm Management"
	  dqm__subdesc2_1_5 = "Developing and Improving Your Farm Records"
	  dqm__subdesc2_1_6 = "Diagnosing Your Farm's Financial Health"
	  dqm__subdesc2_1_7 = "Enterprise Budgets in Farm Management Decisionmaking"
	  dqm__subdesc2_1_8 = "Marketing: Critical for Effective Farm Management"
 	  dqm__subdesc2_1_9 = "Milk Production Costs: How Much Does It Cost You?"
	  dqm__subdesc2_1_10 = "Using Economic Principles To Manage Your Farm"
	  dqm__subdesc2_1_11 = "Using the Partial Budget To Analyze Farm Change"
      dqm__url2_1_0 = "FactSheet_543.cfm"
      dqm__url2_1_1 = "FactSheet_541.cfm"
      dqm__url2_1_2 = "FactSheet_539.cfm"
      dqm__url2_1_3 = "FactSheet_540.cfm"
      dqm__url2_1_4 = "FactSheet_546.cfm"
      dqm__url2_1_5 = "FactSheet_542.cfm"
      dqm__url2_1_6 = "FactSheet_538.cfm"
      dqm__url2_1_7 = "FactSheet_545.cfm"
      dqm__url2_1_8 = "FactSheet_544.cfm"
      dqm__url2_1_9 = "FactSheet_790.cfm"
      dqm__url2_1_10 = "FactSheet_548.cfm"
      dqm__url2_1_11 = "FactSheet_547.cfm"
   //Sub Menu 2_2 - PRO-FARM Leadership & Management Fact Sheets (sub-menu 2 of 3)
      dqm__sub_xy2_2 = "0,0"
      dqm__sub_menu_width2_2 = 389
	  dqm__subdesc2_2_0 = "Discover Your Priorities: Develop a Needs Assessment"
	  dqm__subdesc2_2_1 = "Focusing Your Dreams: Creating a Mission Statement"
	  dqm__subdesc2_2_2 = "Leadership And Management of Farm Businesses"
	  dqm__subdesc2_2_3 = "Strategic Planning: Drafting a Business Blueprint"
 	  dqm__subdesc2_2_4 = "Time Management: Making the Most of Limited Resources"
      dqm__url2_2_0 = "FactSheet_669.cfm"
      dqm__url2_2_1 = "FactSheet_668.cfm"
      dqm__url2_2_2 = "FactSheet_667.cfm"
      dqm__url2_2_3 = "FactSheet_670.cfm"
      dqm__url2_2_4 = "FactSheet_671.cfm"

    //Main Menu 3 - MARKETING
	dqm__sub_xy3 = "0,0"
	dqm__sub_menu_width3 = 270
	//dqm__subdesc3_0 = "Maryland Sheep and Goat Directory"
	dqm__subdesc3_0 = "SheepGoatMarketing.info"
	dqm__subdesc3_1 = "Produce Packing Guidelines"
	dqm__subdesc3_2 = "Local Harvest Online Market"
	dqm__subdesc3_3 = "www.buylocalpa.org"
	dqm__subdesc3_4 = "www.farmersmarketonline.com"
	dqm__subdesc3_5 = "Frederick Co. Virtual Farmers' Market"
	//dqm__url3_0 = "sheepandgoat.cfm"
	dqm__url3_0 = "http://www.sheepgoatmarketing.info"			
	dqm__url3_1 = "produce_packing.cfm"		
	dqm__url3_2 = "http://www.localharvest.org/products.jsp"		
	dqm__url3_3 = "http://www.buylocalpa.org/"		
	dqm__url3_4 = "http://www.farmersmarketonline.com/"
	dqm__url3_5 = "http://www.discoverfrederickmd.com/farmersmarket/html/homegrownhere.htm"			
	
	//Main Menu 4 - PRODUCTION
	dqm__sub_xy4 = "0,0"
	dqm__sub_menu_width4 = 240
	dqm__subdesc4_0 = "Farming PowerPoint Slide Shows" 
	dqm__subdesc4_1 = "Teaching Materials Resource List" 
 	dqm__url4_0 = "production_ppt.cfm"
 	dqm__url4_1 = "teaching.cfm"
	  
	//Main Menu 5 - CLASSIFIED ADS
	dqm__sub_xy5 = "0,0"
	dqm__sub_menu_width5 = 250
	dqm__subdesc5_0 = "VIEW the Classified Ads"
	dqm__subdesc5_1 = "REGISTER to open an Account"
	dqm__subdesc5_2 = "LOGIN to your Account"
	dqm__subdesc5_3 = "ADD a new Classified Ad"
	dqm__subdesc5_4 = "EDIT your account information"
	dqm__url5_0 = "view_listing.cfm"		
	dqm__url5_1 = "market_register.cfm"		
	dqm__url5_2 = "market_login.cfm?goto=classified.cfm"		
	dqm__url5_3 = "add_listing.cfm?goto=add_listing.cfm"		
	dqm__url5_4 = "account.cfm?goto=account.cfm"		
	
	//Main Menu 6 - FARMER WEBSITES
	dqm__sub_xy6 = "0,-150"
	dqm__sub_menu_width6 = 170
	dqm__subdesc6_0 = "Delaware Farms"
	dqm__subdesc6_1 = "Maryland Farms"
	dqm__subdesc6_2 = "New Jersey Farms"
	dqm__subdesc6_3 = "Pennsylvania Farms"
	dqm__subdesc6_4 = "Virginia Farms"
	dqm__subdesc6_5 = "Washington DC Farms"
	dqm__subdesc6_6 = "West Virginia Farms"		
	dqm__subdesc6_7 = "SHOW ALL STATES..."		
	dqm__subdesc6_8 = "ADD your own Farm"		
	dqm__url6_0 = "list_farms.cfm?categoryid=1&state=DE"
	dqm__url6_1 = "list_farms.cfm?categoryid=1&state=MD"
	dqm__url6_2 = "list_farms.cfm?categoryid=1&state=NJ"
	dqm__url6_3 = "list_farms.cfm?categoryid=1&state=PA"
	dqm__url6_4 = "list_farms.cfm?categoryid=1&state=VA"
	dqm__url6_5 = "list_farms.cfm?categoryid=1&state=DC"
	dqm__url6_6 = "list_farms.cfm?categoryid=1&state=WV"
	dqm__url6_7 = "list_farms.cfm?categoryid=1"
	dqm__url6_8 = "site_form.cfm"
	
/************************************** RIGHT SIDE MENU ******************************/	
	//Main Menu 7 - ABOUT US
	dqm__sub_xy7 = "-360,0"
	dqm__sub_menu_width7 = 215
	
	//Main Menu 8 - FARMER PROFILES
	dqm__sub_xy8 = "-380,0"
	dqm__sub_menu_width8 = 240
	dqm__subdesc8_0 = "Community Supported Agriculture"
	dqm__subdesc8_1 = "High Tunnels in the Mid-Atlantic"
	dqm__subdesc8_2 = "Profiles of Rural Innovation"
	dqm__subdesc8_3 = "Sustainable Farming Systems"
	dqm__subdesc8_4 = "SHOW ALL PROFILES..."	
	dqm__url8_0 = "CSA_profiles.cfm"	
	dqm__url8_1 = "HT_profiles.cfm"	
	dqm__url8_2 = "RI_profiles.cfm"
	dqm__url8_3 = "SFS_profiles.cfm"
	dqm__url8_4 = "dbProfile.cfm"
	
	//Main Menu 9 - SMALL FARM GRANTS
	dqm__sub_xy9 = "-360,0"
	dqm__sub_menu_width9 = 215
	//dqm__subdesc9_0 = "About the Grant Project"		
	//dqm__icon_index9_0 = 0		
	//dqm__url9_0 = "About.cfm"
	
	//Main Menu 10 - FARM INNOVATIONS
	dqm__sub_xy10 = "-550,0"
	dqm__sub_menu_width10 = 410
	dqm__subdesc10_0 = "A Resource Manual for Start-up Food Processors in MD"
	dqm__subdesc10_1 = "Establishing Financial Feasibility: Certified Organic Products"
	dqm__subdesc10_2 = "Expanding Production and Marketing Opportunities"
	dqm__subdesc10_3 = "Increasing Early Spring Sales: Unheated High Tunnel"
	dqm__subdesc10_4 = "Investigation of Retail Packaging: Farmstead Cheesemakers"
	dqm__subdesc10_5 = "Using Modified Rowcovers as Season Extenders"
	dqm__subdesc10_6 = "Water Resource Improvement: Developing a Spring House"
	dqm__subdesc10_7 = "...SHOW ALL ARTICLES..."	
	dqm__url10_0 = "food_processing.cfm"
	dqm__url10_1 = "organic_products.cfm"
	dqm__url10_2 = "expanding.cfm"
	dqm__url10_3 = "high_tunnel.cfm"
	dqm__url10_4 = "cheesemakers.cfm"
	dqm__url10_5 = "mod_Rowcover.cfm"
	dqm__url10_6 = "spring_house.cfm"
	dqm__url10_7 = "farm_innovations.cfm"
		

    //Main Menu 11 - MARKETING ON-FARM
	dqm__sub_xy11 = "-570,-60"
	dqm__sub_menu_width11 = 430
	dqm__subdesc11_0 = "Advertising a CSA through Community Group Presentations"
	dqm__subdesc11_1 = "Annual Event: Family Day on the Farm"
	dqm__subdesc11_2 = "Central Susquehanna Valley Direct Farm Marketer's Directory"
	dqm__subdesc11_3 = "Educational Display: Circle of Seeds"
	dqm__subdesc11_4 = "Greensgrow CSA/Co-op Marketing Plan"
	dqm__subdesc11_5 = "Howard County Farms and Family Fun Coupon Book"
	dqm__subdesc11_6 = "Improving CSA Visibility, Membership, and Retention"
	dqm__subdesc11_7 = "Marketing and Outreach: Southeast Pennsylvania CSA Network"	
	dqm__subdesc11_8 = "Marketing Brochure: Recruiting Restaurant/Individual Buyers"
	dqm__subdesc11_9 = "Mountain State Farm Tours: Buyers of Lavender & Lemon Balm"	
	dqm__subdesc11_10 = "Quiet Creek Herb Farm Brochure"
	dqm__subdesc11_11 = "Shenandoah's Virtual Store Front"
	dqm__subdesc11_12 = "...SHOW ALL ON-FARM ARTICLES..."
	dqm__url11_0 = "marketing_on_farm.cfm#advert"
	dqm__url11_1 = "marketing_on_farm.cfm#family"
	dqm__url11_2 = "marketing_on_farm.cfm#valley"
	dqm__url11_3 = "marketing_on_farm.cfm#circle"
	dqm__url11_4 = "marketing_on_farm.cfm#greens"
	dqm__url11_5 = "marketing_on_farm.cfm#coupon"
    dqm__url11_6 = "marketing_on_farm.cfm#improve"
	dqm__url11_7 = "marketing_on_farm.cfm#outreach"
	dqm__url11_8 = "marketing_on_farm.cfm#brochure"
	dqm__url11_9 = "marketing_on_farm.cfm#balm"
	dqm__url11_10 = "marketing_on_farm.cfm#quiet"
	dqm__url11_11 = "marketing_on_farm.cfm#virtual"
	dqm__url11_12 = "marketing_on_farm.cfm"
	
	//Main Menu 12 - MARKETING OFF-FARM
	dqm__sub_xy12 = "-560,-195"
	dqm__sub_menu_width12 = 420
	dqm__subdesc12_0 = "Creating a Brand Name and Awareness for Arvg&aring;rden"
	dqm__subdesc12_1 = "Demonstrating Grass Fed Milk: Products Expo"
	dqm__subdesc12_2 = "Education for Farmers on forming a Regional Organic Grain &amp; Forage Marketing Agency"	                   
	dqm__subdesc12_3 = "Farmers' Market Planning and Operation: CSA Support and Product Expansion"
	dqm__subdesc12_4 = "Fulton Acres Hydroponic Tomato Brochure"
	dqm__subdesc12_5 = "Grown in Nelson Restaurant Market Outreach &amp; Distribution"
	dqm__subdesc12_6 = "Increasing Markets for Farm Products in Southeast Pennsylvania (Winter Harvest Evaluation)"
	dqm__subdesc12_7 = "Increasing Regional Visibility in South Central Pennsylvania"
	dqm__subdesc12_8 = "Introducing Double Cream Yogurt Cheese: Products Expo"
	dqm__subdesc12_9 = "Kiwi Berries (Hardy Kiwi) Consumer Education"
	dqm__subdesc12_10 = "Local Distribution Pilot Project"
	dqm__subdesc12_11 = "Marketing Log-Cultivated Shiitake Mushrooms"
	dqm__subdesc12_12 = "Marketing Regional Food to an Urban Audience: Ad Campaign"
	dqm__subdesc12_13 = "School Fund Raiser"
	dqm__subdesc12_14 = "Season Extension for Flower Growers"	
	dqm__subdesc12_15 = "Selling to Local Restaurants: Urban vs. Rural"
	dqm__subdesc12_16 = "Starting a New Farmers' Market in Mount Pleasant (D.C.)"	                   
	dqm__subdesc12_17 = "...SHOW ALL OFF-FARM ARTICLES..."	                   
	dqm__url12_0= "marketing_offfarm.cfm#brandname"
	dqm__url12_1= "marketing_offfarm.cfm#milk"
	dqm__url12_2= "marketing_offfarm.cfm#forage"
	dqm__url12_3= "marketing_offfarm.cfm#expansion"
	dqm__url12_4= "marketing_offfarm.cfm#fulton"
	dqm__url12_5= "marketing_offfarm.cfm#nelson"
	dqm__url12_6= "marketing_offfarm.cfm#winter"
	dqm__url12_7= "marketing_offfarm.cfm#visible"
	dqm__url12_8= "marketing_offfarm.cfm#yogurt"
	dqm__url12_9= "marketing_offfarm.cfm#kiwi"
	dqm__url12_10= "marketing_offfarm.cfm#pilot"
	dqm__url12_11= "marketing_offfarm.cfm#mushroom"
	dqm__url12_12= "marketing_offfarm.cfm#ads"
	dqm__url12_13= "marketing_offfarm.cfm#school"
	dqm__url12_14= "marketing_offfarm.cfm#flower"
	dqm__url12_15= "marketing_offfarm.cfm#local"
	dqm__url12_16 = "marketing_offfarm.cfm#DC"
	dqm__url12_17= "marketing_offfarm.cfm"
	
	//Main Menu 13 - GRANT PUBLICATIONS
	dqm__sub_xy13 = "-500,-100"
	dqm__sub_menu_width13 = 350
	dqm__subdesc13_0 = "Characteristics of Sustainable Farmers"
	dqm__subdesc13_1 = "CSA in the Mid-Atlantic (.pdf File):<BR>Shareholder Survey &amp; Farmer Interviews"
	dqm__subdesc13_2 = "Land-Based Apprenticeships for Small Farms:<BR>Accokeek Foundation's Ecosystem Farm"
	dqm__subdesc13_3 = "NEWS RELEASE: CSA in the Mid-Atlantic"
	dqm__subdesc13_4 = "High Tunnels in the Mid-Atlantic Region"
	dqm__subdesc13_5 = "Producer-Only Farmers' Markets Survey (.pdf File)"
	dqm__subdesc13_6 = "NEWS RELEASE:<BR>Farmers' Markets in the Mid-Atlantic Region"
	dqm__subdesc13_7 = "Farmers' Market Nutrition Programs"
	dqm__subdesc13_8 = "<i>Phacelia tanacetifolia</i>: (researcher's version)"
	dqm__subdesc13_9 = "<i>Phacelia tanacetifolia</i>: (farmer's version)"
	dqm__subdesc13_10 = "Pollinator-Friendly Cut Flower Plants"
	dqm__subdesc13_11 = "Produce Packing Guidelines"
	dqm__subdesc13_12 = "...SHOW ALL PUBLICATIONS"
	dqm__url13_0 = "Characteristics.cfm"
	dqm__url13_1 = "CSA_Report.pdf"
	dqm__url13_2 = "apprentice.cfm"
	dqm__url13_3 = "CSA_Report.cfm"
	dqm__url13_4 = "HT_profiles.cfm?mode=pub"
	dqm__url13_5 = "FM_Report.pdf"
	dqm__url13_6 = "FM_Report.cfm"
	dqm__url13_7 = "FMNP.cfm"
	dqm__url13_8 = "Phacelia_research.cfm"
	dqm__url13_9 = "Phacelia_farmer.cfm"
	dqm__url13_10 = "poll_friendly.cfm"
	dqm__url13_11 = "produce_packing.cfm"
	dqm__url13_12 = "publications.cfm"
	
	//Main Menu 14 - GRANT RELATED EVENTS
	dqm__sub_xy14 = "-390,0"
	dqm__sub_menu_width14 = 240
	dqm__subdesc14_0 = "Future Harvest CASA Calendar"
	dqm__subdesc14_1 = "PASA's Events Calendar"
	dqm__subdesc14_2 = "Upcoming Events"
	dqm__subdesc14_3 = "ADD YOUR OWN EVENT"
	dqm__url14_0 = "http://www.futureharvestcasa.org/calendar.html"
	dqm__url14_1 = "http://www.pasafarming.org/eventCalendar.html"
	dqm__url14_2 = "events.cfm"
	dqm__url14_3 = "event_add.cfm"
