
//  QuickMenu Pro, Copyright (c) - 2002, OpenCube Inc. - http://www.opencube.com
//  
//  QuickMenu Pro - (QuickMenu v3.0) Works With....
//
//      IE4, IE5.x, IE6 (Win 95, 98, ME, 2000, NT, XP)
//      IE4, IE5.x, &up (Mac)
//      NS4.x (All Platforms)
//      NS5/6.x (All Platforms)
//      ns7 - beta (All Platforms)
//      Opera 5 & 6 (All Platforms)
//      Mozilla 1.0 & up
//  
//  To customize QuickMenu Pro open this file in a simple text 
//  editor (Notepad or similar). Modify and add parameters (all 
//  customizable parameters start with 'DQM_'), save this file,
//  and open 'sample.htm' in a browser to view your menu. View
//  the source for sample.htm for information on connecting 
//  sub menus to HTML images or build your page around the
//  included sample.htm file.
//
//  QuickMenu conditionally loads the necessary JavaScript
//  files (.js) depending on the browser and platform the user
//  is viewing the menu on. The total file size for each
//  browser / platform scenario is no larger than 12K.
//
//  This sample data file contains comments and help information
//  to assist in the initial customization of your drop down 
//  menu. If you base your implementation on this documented template
//  we recommend the removal of the comments before using on the web, as 
//  to optimize the overall file size and load time of the menu for 
//  the end user.  With the comments removed, this sample data files
//  size may be reduced by as much as 70%. Note: To simplify comment 
//  removal there is a uncommented version of this sample template
//  offered in the 'samples' folder.
//
//  NOTE: Parameters with an appended '//' are commented out,
//        delete the '//' to activate the parameter. 
//
//        Commenting out required parameters will cause errors.
//
//        Text values, except TRUE and FALSE statements, must be
//        enclosed by double quotes (").
//  
//        Each parameter value should appear on its own line.
//
//        This data file may also be placed within your HTML page
//        by enclosing between JavaScript tags.
//
//        Due to browser limitations, DHTML menus will not appear
//        on top of Flash objects, across frames, or over certain
//        form field elements. A hide and show workaround for form
//        fields is included with this menu (see the 'Menu event 
//        triggered custom function calls' section below).         

/*-------------------------------------------
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"
limit_users = true 


/*-------------------------------------------
required menu Settings
--------------------------------------------*/

   DQM_sub_menu_width = 200      //default sub menu widths
   DQM_sub_xy = "0,0"            //default sub x,y coordinates
   DQM_codebase = "http://www.councilscienceeditors.org/"  //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 = "#0A386A"  //Hex color value or 'transparent'
   DQM_menu_bgcolor = "#A9B9C8"  //Hex color value or 'transparent'
   DQM_hl_bgcolor = "#0A386A"    //Hex color value
   DQM_mouse_off_delay = 500
   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;
   DQM_sub_menu_effect = "stretch"
   DQM_sub_item_effect = "fade"
   DQM_sub_menu_effect_duration = .4
   DQM_sub_item_effect_duration = .3
   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 = "LEFT"   //UP, DOWN, LEFT, RIGHT
   DQM_sub_menu_opacity = 100
   DQM_dropshadow_color = "none"                //Hex color value or 'none'
   DQM_dropshadow_offx = 3                      //drop shadow width
   DQM_dropshadow_offy = 3	                //drop shadow height

/*-------------------------------------------
Required font Settings
--------------------------------------------*/

   DQM_textcolor = "#0A386A"
   DQM_fontfamily = "Verdana"            //Any available system font     
   DQM_fontsize = 12		         //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 = "#FFFFFF"
   DQM_hl_textdecoration = "normal"   //set to: 'normal', or 'underline'

   DQM_margin_top = 3
   DQM_margin_bottom = 3
   DQM_margin_left = 3
   DQM_margin_right = 4
   DQM_text_alignment = "left"           //set to: 'left', 'center' or 'right'
   DQM_show_urls_statusbar = true

   /************************************************
   *********-------Main Menus --------**************
   ************************************************/
	
   DQM_rollover_image0 = "http://www.councilscienceeditors.org/images/btn-ac-on.jpg"
   DQM_rollover_wh0 = "154,17"
   DQM_url0 = "http://www.councilscienceeditors.org/about/index.cfm";   

   DQM_rollover_image1 = "http://www.councilscienceeditors.org/images/btn-p-on.jpg"
   DQM_rollover_wh1 = "154,17"
   DQM_url1 = "http://www.councilscienceeditors.org/publications/index.cfm";

   DQM_rollover_image2 = "http://www.councilscienceeditors.org/images/btn-ple-on.jpg"
   DQM_rollover_wh2 = "154,17"
   DQM_url2 = "http://www.councilscienceeditors.org/about/pl.cfm";

   DQM_rollover_image3 = "http://www.councilscienceeditors.org/images/btn-gti-on.jpg"
   DQM_rollover_wh3 = "154,17"
   DQM_url3 = "http://www.councilscienceeditors.org/globalthemeissue.cfm";

   DQM_rollover_image4 = "http://www.councilscienceeditors.org/images/btn-e-on.jpg"
   DQM_rollover_wh4 = "154,17"
   DQM_url4 = "http://www.councilscienceeditors.org/events/index.cfm";

   DQM_rollover_image5 = "http://www.councilscienceeditors.org/images/btn-am10-on.jpg"
   DQM_rollover_wh5 = "154,17"
   DQM_url5 = "http://www.resourcenter.net/Scripts/4Disapi07.dll/4DCGI/events/245.html?Action=Conference_Detail&ConfID_W=245";
   
   DQM_rollover_image6 = "http://www.councilscienceeditors.org/images/btn-soc-on.jpg"
   DQM_rollover_wh6 = "154,17"
   DQM_url6 = "http://www.councilscienceeditors.org/services/bboard1/index.cfm";
   
   DQM_rollover_image7 = "http://www.councilscienceeditors.org/images/btn-amp-on.jpg"
   DQM_rollover_wh7 = "154,28"
   DQM_url7 = "http://www.councilscienceeditors.org/events/2008_presentations.cfm";
   
   DQM_rollover_image8 = "http://www.councilscienceeditors.org/images/btn-ep-on.jpg"
   DQM_rollover_wh8 = "154,17"
   DQM_url8 = "http://www.councilscienceeditors.org/editorial_policies/policies.cfm";

   DQM_rollover_image18 = "http://www.councilscienceeditors.org/images/btn-adv-on.jpg"
   DQM_rollover_wh18 = "154,17"
   DQM_url18 = "http://www.councilscienceeditors.org/advertising/home.cfm";
   
   DQM_rollover_image9 = "http://www.councilscienceeditors.org/images/btn-s-on.jpg"
   DQM_rollover_wh9 = "154,17"
   DQM_url9 = "http://www.councilscienceeditors.org/services/index.cfm";   
   
   DQM_rollover_image10 = "http://www.councilscienceeditors.org/images/btn-mo-on.jpg"
   DQM_rollover_wh10 = "154,17"
   DQM_url10 = "https://www.resourcenter.net/Scripts/4Disapi07.dll/4DCGI/members/index.html";   
   
   DQM_rollover_image11 = "http://www.councilscienceeditors.org/images/btn-jb-on.jpg"
   DQM_rollover_wh11 = "154,17"
   DQM_url11 = "http://www.councilscienceeditors.org/jobbank/index.cfm";   

   DQM_rollover_image12 = "http://www.councilscienceeditors.org/images/btn-rl-on.jpg"
   DQM_rollover_wh12 = "154,17"
   DQM_url12 = "http://www.councilscienceeditors.org/links.cfm";   

   DQM_rollover_image13 = "http://www.councilscienceeditors.org/images/btn-jro-on.jpg"
   DQM_rollover_wh13 = "154,17"
   DQM_url13 = "https://www.resourcenter.net/Scripts/4Disapi07.dll/4DCGI/join/intro.html?Action=Join&";   

   DQM_rollover_image14 = "http://www.councilscienceeditors.org/images/btn-cu-on.jpg"
   DQM_rollover_wh14 = "154,17"
   DQM_url14 = "http://www.councilscienceeditors.org/contact.cfm";  
	 
   DQM_rollover_image15 = "http://www.councilscienceeditors.org/images/btn-sm-on.jpg"
   DQM_rollover_wh15 = "154,17"
   DQM_url15 = "http://www.councilscienceeditors.org/sitemap.cfm";  
	 
   DQM_rollover_image16 = "http://www.councilscienceeditors.org/images/btn-h-on.jpg"
   DQM_rollover_wh16 = "154,17"
   DQM_url16 = "http://www.councilscienceeditors.org/index.cfm";  
	 
   DQM_rollover_image17 = "http://www.councilscienceeditors.org/images/btn-spon-off.jpg"
   DQM_rollover_wh17 = "154,17"
   DQM_url17 = "http://www.councilscienceeditors.org/events/sponsorinfo.cfm";  
	 
/**********************************************************
 **** -- Sub Menu 0 - About the Council --             ****
 **********************************************************/
DQM_sub_xy0 = "2,0"
DQM_sub_menu_width0 = 200

DQM_subdesc0_0 = "Vision and Mission"	
DQM_icon_index0_0 = 0   
DQM_url0_0 = "http://www.councilscienceeditors.org/about/mission.cfm"

DQM_subdesc0_1 = "History of CSE"	
DQM_icon_index0_1 = 0   
DQM_url0_1 = "http://www.councilscienceeditors.org/about/history.cfm"

DQM_subdesc0_2 = "Past Presidents"	
DQM_icon_index0_2 = 0   
DQM_url0_2 = "http://www.councilscienceeditors.org/about/pastpresidents.cfm"

DQM_subdesc0_3 = "Board"	
DQM_icon_index0_3 = 0   
DQM_url0_3 = "http://www.councilscienceeditors.org/about/board.cfm"

DQM_subdesc0_4 = "Recent Board Actions"	
DQM_icon_index0_4 = 0   
DQM_url0_4 = "http://www.councilscienceeditors.org/about/actions.cfm"

DQM_subdesc0_5 = "Committees"	
DQM_icon_index0_5 = 0   
DQM_url0_5 = "http://www.councilscienceeditors.org/about/committees.cfm"

DQM_subdesc0_6 = "Membership"	
DQM_icon_index0_6 = 0   
DQM_url0_6 = "http://www.councilscienceeditors.org/about/membership.cfm"

DQM_subdesc0_7 = "Application"	
DQM_icon_index0_7 = 0   
DQM_url0_7 = "https://www.resourcenter.net/Scripts/4Disapi07.dll/4DCGI/join/intro.html?Action=Join&Time"

DQM_subdesc0_8 = "Awards"	
DQM_icon_index0_8 = 0   
DQM_url0_8 = "http://www.councilscienceeditors.org/about/awards.cfm"

	DQM_sub_xy0_8 = "-75,15"
	DQM_sub_menu_width0_8 = 300

	DQM_subdesc0_8_0 = "Recipients of CSE Award for Meritorious Achievement"	
	DQM_icon_index0_8_0 = 0   
	DQM_url0_8_0 = "http://www.councilscienceeditors.org/about/cseawardsformerit.cfm"

	DQM_subdesc0_8_1 = "Recipients of CSE Distinguished Service Awards and Certificates of Appreciation"	
	DQM_icon_index0_8_1 = 0   
	DQM_url0_8_1 = "http://www.councilscienceeditors.org/about/cseserviceawards.cfm"

DQM_subdesc0_9 = "Advertising in Science Editor"	
DQM_icon_index0_9 = 0   
DQM_url0_9 = "http://www.resourcenter.net/images/CSE/files/CSEAdAgreement.pdf"

DQM_subdesc0_10 = "Advertising on this Website"	
DQM_icon_index0_10 = 0   
DQM_url0_10 = "http://www.councilscienceeditors.org/advertising/index.cfm"

	/*DQM_sub_xy0_9 = "-75,15"
	DQM_sub_menu_width0_10 = 180

	DQM_subdesc0_9_0 = "Online classified ads"	
	DQM_icon_index0_9_0 = 0   
	DQM_url0_9_0 = "http://www.councilscienceeditors.org/jobbank/advertising.cfm"

	DQM_subdesc0_9_1 = "Science Editor display ads"	
	DQM_icon_index0_9_1 = 0   
	DQM_url0_9_1 = "http://www.councilscienceeditors.org/pdf/pubs_advertising.pdf"*/

DQM_subdesc0_11 = "Contact Information"	
DQM_icon_index0_11 = 0   
DQM_url0_11 = "http://www.councilscienceeditors.org/about/contactinfo.cfm"

DQM_subdesc0_12 = "Council News"	
DQM_icon_index0_12 = 0   
DQM_url0_12 = "http://www.councilscienceeditors.org/about/councilnews.cfm"

DQM_subdesc0_13 = "Members' Journals"	
DQM_icon_index0_13 = 0   
DQM_url0_13 = "http://www.councilscienceeditors.org/about/membjournals.cfm"

/**********************************************************
 **** -- Sub Menu 1 - Publications --                  ****
 **********************************************************/
DQM_sub_xy1 = "2,0"
DQM_sub_menu_width1 = 200

DQM_subdesc1_0 = "Science Editor/CBE Views"	
DQM_icon_index1_0 = 0   
DQM_url1_0 = "http://www.councilscienceeditors.org/publications/cbeviews.cfm"

DQM_subdesc1_1 = "Advertising Rates"	
DQM_icon_index1_1 = 0   
DQM_url1_1 = "http://www.resourcenter.net/images/CSE/files/CSEAdAgreement.pdf"

DQM_subdesc1_2 = "GuideLine Series"	
DQM_icon_index1_2 = 0   
DQM_url1_2 = "http://www.councilscienceeditors.org/publications/guideline.cfm"

DQM_subdesc1_3 = "Catalog"	
DQM_icon_index1_3 = 0   
DQM_url1_3 = "http://www.councilscienceeditors.org/publications/catalog.cfm"

DQM_subdesc1_4 = "Scientific Style and Format"	
DQM_icon_index1_4 = 0   
DQM_url1_4 = "http://www.resourcenter.net/Scripts/4Disapi07.dll/4DCGI/store/item.html?Action=StoreItem&Item=13693&LoginPref=1"

DQM_subdesc1_5 = "Books Written and Edited by CSE members"	
DQM_icon_index1_5 = 0   
DQM_url1_5 = "http://www.councilscienceeditors.org/books/viewbooks.cfm"


DQM_subdesc1_6 = "White Paper on Promoting Integrity in Scientific Journal Publications"	
DQM_icon_index1_6 = 0   
DQM_url1_6 = "http://www.councilscienceeditors.org/editorial_policies/white_paper.cfm"

/**********************************************************
 **** -- Sub Menu 2- President's Letter --          ****
 **********************************************************/
DQM_sub_xy2 = "2,0"
DQM_sub_menu_width1 = 200

DQM_subdesc2_0 = "2010"	
DQM_icon_index2_0 = 0   
DQM_url2_0 = "http://www.councilscienceeditors.org/about/2010pl.cfm"

DQM_subdesc2_1 = "2009"	
DQM_icon_index2_1 = 0   
DQM_url2_1 = "http://www.councilscienceeditors.org/about/2009pl.cfm"

DQM_subdesc2_2 = "2008"	
DQM_icon_index2_2 = 0   
DQM_url2_2 = "http://www.councilscienceeditors.org/about/presletter_november2008.cfm"

/**********************************************************
 **** -- Sub Menu 3- Global Theme issue --          ****
 **********************************************************/
DQM_sub_xy3 = "2,0"
DQM_sub_menu_width3 = 200

/**********************************************************
 **** -- Sub Menu 4 - Events --                        ****
 **********************************************************/
DQM_sub_xy4 = "2,0"
DQM_sub_menu_width4 = 250

DQM_subdesc4_0 = "Calendar"	
DQM_icon_index4_0 = 0   
DQM_url4_0 = "http://www.councilscienceeditors.org/events/calendar.cfm"

DQM_subdesc4_1 = "2010 Annual Meeting"	
DQM_icon_index4_1 = 0   
DQM_url4_1 = "http://www.resourcenter.net/Scripts/4Disapi07.dll/4DCGI/events/245.html?Action=Conference_Detail&ConfID_W=245"

DQM_subdesc4_2 = "2009 Annual Meeting"	
DQM_icon_index4_2 = 0   
DQM_url4_2 = "http://www.councilscienceeditors.org/events/annualmeeting09/index.cfm"

DQM_subdesc4_3 = "2009 Annual Meeting Presentations"	
DQM_icon_index4_3 = 0   
DQM_url4_3 = "http://www.councilscienceeditors.org/events/2009_presentations.cfm"

DQM_subdesc4_4= "Annual Meeting Sponsors & Exhibitors"	
DQM_icon_index4_4 = 0   
DQM_url4_4 = "http://www.councilscienceeditors.org/events/sponsors.cfm"

DQM_subdesc4_5= "Short Courses"	
DQM_icon_index4_5= 0   
DQM_url4_5 = "http://www.councilscienceeditors.org/events/shortcourses09/index.cfm"

DQM_subdesc4_6 = "Previous Annual Meetings"	
DQM_icon_index4_6 = 0   
DQM_url4_6 = "http://www.councilscienceeditors.org/events/previous.cfm"

DQM_subdesc4_7 = "Previous Educational Retreats"	
DQM_icon_index4_7 = 0   
DQM_url4_7 = "http://www.councilscienceeditors.org/events/retreats.cfm"

/**********************************************************
 **** -- Sub Menu 5 - 2006 Annual Meeting --          ****
 **********************************************************/
DQM_sub_xy5 = "2,0"
DQM_sub_menu_width5 = 200

/**********************************************************
 **** -- Sub Menu 6 - Social Media --          ****
 **********************************************************/
DQM_sub_xy6 = "2,0"
DQM_sub_menu_width6 = 200

/**********************************************************
 **** -- Sub Menu 7- Annual Meeting Presentations --          ****
 **********************************************************/
DQM_sub_xy7 = "2,0"
DQM_sub_menu_width7 = 75

DQM_subdesc7_0 = "2009"	
DQM_icon_index7_0 = 0   
DQM_url7_0 = "http://www.councilscienceeditors.org/events/2009_presentations.cfm"

DQM_subdesc7_1 = "2008"	
DQM_icon_index7_1 = 0   
DQM_url7_1 = "http://www.councilscienceeditors.org/events/2008_presentations.cfm"

DQM_subdesc7_2 = "2007"	
DQM_icon_index7_2 = 0   
DQM_url7_2 = "http://www.councilscienceeditors.org/events/2007_presentations.cfm"

/**********************************************************
 **** -- Sub Menu 8- Editorial Policies --          ****
 **********************************************************/
DQM_sub_xy8 = "2,0"
DQM_sub_menu_width8 = 250

DQM_subdesc8_0 = "CSE White Paper on Promoting Integrity in Scientific Journal Publications"	
DQM_icon_index8_0 = 0   
DQM_url8_0 = "http://www.councilscienceeditors.org/editorial_policies/white_paper.cfm"

DQM_subdesc8_1 = "CSE Policies and Endorsement"	
DQM_icon_index8_1 = 0   
DQM_url8_1 = "http://www.councilscienceeditors.org/editorial_policies/policies_endorsement.cfm"

DQM_subdesc8_2 = "Other Organizations"	
DQM_icon_index8_2 = 0   
DQM_url8_2 = "http://www.councilscienceeditors.org/editorial_policies/other_organization.cfm"

// DQM_subdesc8_3 = "Science Journals, Poverty, and Human Development "	
// DQM_icon_index8_3 = 0   
// DQM_url8_3 = "http://www.councilscienceeditors.org/services/taskforce.cfm"

DQM_subdesc8_3 = "About CSE Editorial Policies"	
DQM_icon_index8_3 = 0   
DQM_url8_3 = "http://www.councilscienceeditors.org/editorial_policies/about_editorial_policies.cfm"

DQM_subdesc8_4 = "Sample Correspondence for an Editorial Office"	
DQM_icon_index8_4 = 0   
DQM_url8_4 = "http://www.councilscienceeditors.org//editorial_policies/sample_correspondence.cfm"

/**********************************************************
 **** -- Sub Menu 9 - Services --                      ****
 **********************************************************/
DQM_sub_xy9 = "2,0"
DQM_sub_menu_width9 = 200

DQM_subdesc9_0 = "CSE Forum"	
DQM_icon_index9_0 = 0   
DQM_url9_0 = "http://www.councilscienceeditors.org/services/bboard1/index.cfm"

DQM_subdesc9_1 = "Society Links"	
DQM_icon_index9_1 = 0   
DQM_url9_1 = "http://www.councilscienceeditors.org/services/societylinks.cfm"

DQM_subdesc9_2 = "Reference Links"	
DQM_icon_index9_2 = 0   
DQM_url9_2 = "http://www.councilscienceeditors.org/links.cfm"

DQM_subdesc9_3 = "Books Written and Edited by CSE members"	
DQM_icon_index9_3 = 0   
DQM_url9_3 = "http://www.councilscienceeditors.org/books/viewbooks.cfm"

/**********************************************************
 **** -- Sub Menu 10 - Members Only --                  ****
 **********************************************************/
DQM_sub_xy10 = "2,0"
DQM_sub_menu_width10 = 225

DQM_subdesc10_0 = "Send suggestions to the Nominations Committee"	
DQM_icon_index10_0 = 0   
DQM_url10_0 = "http://www.councilscienceeditors.org/members/nominations_form.cfm "

DQM_subdesc10_1 = "Send suggestions to the Awards and Honors Committee"	
DQM_icon_index10_1 = 0   
DQM_url10_1 = "http://www.councilscienceeditors.org/members/cseawardnom.cfm"

DQM_subdesc10_2 = "Member Directory"	
DQM_icon_index10_2 = 0   
DQM_url10_2 = "https://www.resourcenter.net/Scripts/4Disapi07.dll/4DCGI/directory/personmembers.html"

DQM_subdesc10_3 = "Update Personal Information"	
DQM_icon_index10_3 = 0   
DQM_url10_3 = "https://www.resourcenter.net/Scripts/4Disapi07.dll/4DCGI/person/Detail.html"

DQM_subdesc10_4 = "Order Scientific Style and Format at the member price"	
DQM_icon_index10_4 = 0   
DQM_url10_4 = "http://www.resourcenter.net/Scripts/4Disapi07.dll/4DCGI/store/item.html?Action=StoreItem&Item=13693"

DQM_subdesc10_5 = "List books that you have written or edited"	
DQM_icon_index10_5 = 0   
DQM_url10_5 = "http://www.councilscienceeditors.org/members/newfeatures.cfm"

DQM_subdesc10_6 = "Renew Membership"
DQM_icon_index10_6 = 0   
DQM_url10_6 = "https://www.resourcenter.net/Scripts/4Disapi07.dll/4DCGI/join/intro.html?Action=Join&Time"

/*DQM_subdesc10_2 = "Complete Member Directory (.pdf)"	
DQM_icon_index10_2 = 0   
DQM_url10_2= "http://www.councilscienceeditors.org/members/memberdirectory.cfm"*/

//DQM_subdesc10_2 = "Poverty Task Force"	
//DQM_icon_index10_2 = 0   
//DQM_url10_2 = "http://www.councilscienceeditors.org/taskForce/index.cfm"

//DQM_subdesc10_5 = "Vote for 2009-2010 officers"	
//DQM_icon_index10_5 = 0   
//DQM_url10_5 = "http://www.councilscienceeditors.org/members/ballotinstructions.cfm"

// DQM_subdesc10_0 = "Bulletin Board"	
// DQM_icon_index10_0 = 0   
// DQM_url10_0 = "http://www.councilscienceeditors.org/thissite/bulletinboard.cfm"


/**********************************************************
 **** -- Sub Menu 11 - Job Bank --                      ****
 **********************************************************/
DQM_sub_xy11 = "2,0"
DQM_sub_menu_width11 = 200

DQM_subdesc11_0 = "Read All Jobs"	
DQM_icon_index11_0 = 0   
DQM_url11_0 = "http://www.councilscienceeditors.org/jobbank/position_available.cfm"

DQM_subdesc11_1 = "Register"	
DQM_icon_index11_1 = 0   
DQM_url11_1 = "http://www.councilscienceeditors.org/jobbank/register.cfm"

DQM_subdesc11_2 = "Manuscript Services"	
DQM_icon_index11_2 = 0   
DQM_url11_2 = "http://www.councilscienceeditors.org/jobbank/services.cfm"

DQM_subdesc11_3 = "Submit a Job Posting"	
DQM_icon_index11_3 = 0   
DQM_url11_3 = "http://www.councilscienceeditors.org/jobbank/submit.cfm"

DQM_subdesc11_4 = "Advertising"	
DQM_icon_index11_4 = 0   
DQM_url11_4 = "http://www.councilscienceeditors.org/advertising/index.cfm"


/**********************************************************
 **** -- Sub Menu 12 - Reference Links --               ****
 **********************************************************/
DQM_sub_xy12 = "2,0"
DQM_sub_menu_width12 = 200

/**********************************************************
 **** -- Sub Menu 13 - Join or Renew Online --          ****
 **********************************************************/
DQM_sub_xy13 = "2,0"
DQM_sub_menu_width13 = 200

/**********************************************************
 **** -- Sub Menu 14 - Contact Us --                    ****
 **********************************************************/
DQM_sub_xy14 = "2,0"
DQM_sub_menu_width14 = 200

/**********************************************************
 **** -- Sub Menu 15 - Site Map --                      ****
 **********************************************************/
DQM_sub_xy15 = "2,0"
DQM_sub_menu_width15 = 200
 
/**********************************************************
 **** -- Sub Menu 16 - Home Page --                    ****
 **********************************************************/
DQM_sub_xy16 = "2,0"
DQM_sub_menu_width16 = 200
 
/**********************************************************
 **** -- Sub Menu 17 - Ann. Mtg Sponsors & Exh. --     ****
 **********************************************************/
DQM_sub_xy17 = "2,0"
DQM_sub_menu_width17 = 200

DQM_subdesc17_0 = "Information for 2010 Sponsors and Exhibitors"	
DQM_icon_index17_0 = 0   
DQM_url16_0 = "http://www.councilscienceeditors.org/events/sponsorinfo.cfm"

DQM_subdesc17_1 = "2009"	
DQM_icon_index17_1 = 0   
DQM_url17_1 = "http://www.councilscienceeditors.org/events/2009sponsors.cfm"

DQM_subdesc17_2 = "2008"	
DQM_icon_index17_2 = 0   
DQM_url17_2 = "http://www.councilscienceeditors.org/events/2008sponsors.cfm"

/**********************************************************
 **** -- Sub Menu 18 - Advertising --                    ****
 **********************************************************/
DQM_sub_xy18 = "2,0"
DQM_sub_menu_width18 = 200