limit_multiple_users = true
restrict_access = true
sequence = "9x44_5"
//  QuickMenu Pro, Copyright (c) 1998 - 2003, OpenCube Inc. - http://www.opencube.com
//  
//
//  QuickMenu Pro is Compatible With....
//
//      IE4, IE5.x, IE6 (Win 95, 98, ME, 2000, NT, XP)
//      IE4, IE5.x, &up (Mac)
//      IE4 & up (other platforms)
//      NS4.x (All Platforms)
//      NS5/6.x (All Platforms)
//      NS7 (All Platforms)
//      Opera 5,6,7 (All Platforms)
//      Mozilla 0.6 & up (All Platforms)
//      Konqueror 2.2 & up (Linux)
//      Espial Escape 4.x & up (All Platforms)
//      Ice Browser 5.x & up (All Platforms)
//      Safari 1.0 (Mac only browser)
//      Degrades gracefully in older browsers 
//
//  
//  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 50%. Note: To simplify comment 
//  removal there is a uncommented version of this sample template
//  offered in the 'samples' folder.
//
//
//  NOTE: Parameters prefixed with '//' 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 (unless the flash objects 'wmode'
//        parameter is set to transparent, however this may be buggy), 
//        across frames, or over certain form field elements. A hide 
//        and show workaround for form fields is included with this menu
//        (see the FAQ for additional information).         



/*-------------------------------------------
Colors, Borders, Dividers, and more...
--------------------------------------------*/


	dqm__sub_menu_width = 130      		//default sub menu widths
	dqm__sub_xy = "0,0"            		//default sub x,y coordinates - defined relative
						//to the top-left corner of parent image or sub menu
   

	dqm__urltarget = "_self"		//default URL target: _self, _parent, _new, or "my frame name"

	dqm__border_width = 1
	dqm__divider_height = 1

	dqm__border_color = "#666666"		//Hex color or 'transparent'
	dqm__menu_bgcolor = "#ffffff"		//Hex color or 'transparent'
	dqm__hl_bgcolor = "#eeeeee"		

	dqm__mouse_off_delay = 000		//defined in milliseconds (activated after mouse stops)
	dqm__nn4_mouse_off_delay = 000		//defined in milliseconds (activated after leaving sub)


/*-------------------------------------------
Font settings and margins
--------------------------------------------*/
   

    //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' 	


    //Rollover font settings

	dqm__hl_textcolor = "#000000"
	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

   


/*-------------------------------------------
Bullet and Icon image library - Unlimited bullet
or icon images may be defined below and then associated
with any sub menu items within the 'Sub Menu Structure 
and Text' section of this data file.
--------------------------------------------*/


	dqm__icon_image0 = "/Images/00DHTMLMenus/bullet.gif"
	dqm__icon_rollover0 = "/Images/00DHTMLMenus/bullet_hl.gif"
	dqm__icon_image_wh0 = "13,8"

	dqm__icon_image1 = "/Images/00DHTMLMenus/arrow.gif"
	dqm__icon_rollover1 = "/Images/00DHTMLMenus/arrow.gif"
	dqm__icon_image_wh1 = "13,10"

    
/*---------------------------------------------
Optional Status Bar Text
-----------------------------------------------*/

	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"	




/*-------------------------------------------
Internet Explorer Transition Effects
--------------------------------------------*/


    //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 = .4
	dqm__sub_item_effect_duration = .4


    //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



/*-------------------------------------------
Browser Bug fixes and Workarounds
--------------------------------------------*/


    //Mac offset fixes, adjust until sub menus position correctly.
   
	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 = false
	dqm__nn4_resize_prompt_message = "To reinitialize the navigation 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


/*---------------------------------------------
Exposed menu events
----------------------------------------------*/


    //Reference additional onload statements here.

	//dqm__onload_code = "alert('custom function - onload')"


    //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')"



/*---------------------------------------------
Specific Sub Menu Settings
----------------------------------------------*/


    //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 = "#666666";     
	dqm__menu_bgcolorX = "#ffffff"
	dqm__hl_bgcolorX = "#c2bca7"
	dqm__hl_textcolorX = "#000000"
	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"




/**********************************************************************************************
**********************************************************************************************

                           Main Menu Rollover Images and Links  

**********************************************************************************************
**********************************************************************************************/


	dqm__rollover_image0 = "http://elections.harpweek.com/Images/DHTMLMenus/Elec2_Leftnav_Elec-over.gif" 
    dqm__rollover_wh0 = "100,27"

    dqm__rollover_image1 = "http://elections.harpweek.com/Images/DHTMLMenus/Electns2_hom1860-over.gif" 
    dqm__rollover_wh1 = "52,44"

    dqm__rollover_image2 = "http://elections.harpweek.com/Images/DHTMLMenus/Electns2_hom1864-over.gif" 
    dqm__rollover_wh2 = "52,42"

    dqm__rollover_image3 = "http://elections.harpweek.com/Images/DHTMLMenus/Electns2_hom1868-over.gif" 
    dqm__rollover_wh3 = "52,44"   

    dqm__rollover_image4 = "http://elections.harpweek.com/Images/DHTMLMenus/Electns2_hom1872-over.gif" 
    dqm__rollover_wh4 = "52,41" 

    dqm__rollover_image5 = "http://elections.harpweek.com/Images/DHTMLMenus/Electns2_hom1876-over.gif" 
    dqm__rollover_wh5 = "52,43"

    dqm__rollover_image6 = "http://elections.harpweek.com/Images/DHTMLMenus/Electns2_hom1880-over.gif" 
    dqm__rollover_wh6 = "52,42"  

    dqm__rollover_image7 = "http://elections.harpweek.com/Images/DHTMLMenus/Electns2_hom1884-over.gif" 
    dqm__rollover_wh7 = "52,42"

    dqm__rollover_image8 = "http://elections.harpweek.com/Images/DHTMLMenus/Electns2_hom1888-over.gif" 
    dqm__rollover_wh8 = "55,44"

    dqm__rollover_image9 = "http://elections.harpweek.com/Images/DHTMLMenus/Electns2_hom1892-over.gif" 
    dqm__rollover_wh9 = "55,42"

    dqm__rollover_image10 = "http://elections.harpweek.com/Images/DHTMLMenus/Electns2_hom1896-over.gif" 
    dqm__rollover_wh10 = "55,44"

    dqm__rollover_image11 = "http://elections.harpweek.com/Images/DHTMLMenus/Electns2_hom1900-over.gif"
    dqm__rollover_wh11 = "55,41"

    dqm__rollover_image12 = "http://elections.harpweek.com/Images/DHTMLMenus/Electns2_hom1904-over.gif"
    dqm__rollover_wh12 = "55,43"

    dqm__rollover_image13 = "http://elections.harpweek.com/Images/DHTMLMenus/Electns2_hom1908-over.gif"
    dqm__rollover_wh13 = "55,42"

    dqm__rollover_image14 = "http://elections.harpweek.com/Images/DHTMLMenus/Electns2_hom1912-over.gif"
    dqm__rollover_wh14 = "55,42"

    dqm__rollover_image15 = "http://elections.harpweek.com/Images/DHTMLMenus/Elec2_Leftnav_Warn-over.gif"
    dqm__rollover_wh15 = "100,30"
 
    dqm__rollover_image16 = "http://elections.harpweek.com/Images/DHTMLMenus/Elec2_Leftnav_Issu-over.gif"
    dqm__rollover_wh16 = "100,25"

    dqm__rollover_image17 = "http://elections.harpweek.com/Images/DHTMLMenus/Elec2_Leftnav_Camp-over.gif"
    dqm__rollover_wh17 = "100,27"

    dqm__rollover_image18 = "http://elections.harpweek.com/Images/DHTMLMenus/Elec2_Leftnav_Intro-o.gif"
    dqm__rollover_wh18 = "100,25"

    dqm__rollover_image19 = "http://elections.harpweek.com/Images/DHTMLMenus/Elec2_Leftnav_Visit-over.gif"
    dqm__rollover_wh19 = "100,38"

  


/**********************************************************************************************
**********************************************************************************************

                              Sub Menu Structure and Text  

**********************************************************************************************
**********************************************************************************************/


	/************************************************
*********-------Sub Menu 0--------***************
************************************************/

dqm__sub_xy0 = "-5,-101"
dqm__sub_menu_width0 = 65;
dqm__subdesc0_0 = "1860"
dqm__subdesc0_1 = "1864"
dqm__subdesc0_2 = "1868"
dqm__subdesc0_3 = "1872"
dqm__subdesc0_4 = "1876"
dqm__subdesc0_5 = "1880"
dqm__subdesc0_6 = "1884"
dqm__subdesc0_7 = "1888"
dqm__subdesc0_8 = "1892"
dqm__subdesc0_9 = "1896"
dqm__subdesc0_10 = "1900"
dqm__subdesc0_11 = "1904"
dqm__subdesc0_12 = "1908"
dqm__subdesc0_13 = "1912"
dqm__icon_index0_0 = 1
dqm__icon_index0_1 = 1
dqm__icon_index0_2 = 1
dqm__icon_index0_3 = 1
dqm__icon_index0_4 = 1
dqm__icon_index0_5 = 1
dqm__icon_index0_6 = 1
dqm__icon_index0_7 = 1
dqm__icon_index0_8 = 1
dqm__icon_index0_9 = 1
dqm__icon_index0_10 = 1
dqm__icon_index0_11 = 1
dqm__icon_index0_12 = 1
dqm__icon_index0_13 = 1

dqm__sub_xy0_0 = "-5,-45"
dqm__sub_menu_width0_0 = 100;
dqm__subdesc0_0_0 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1860/Overview-1860-1.htm'>Overview</a>"
dqm__subdesc0_0_1 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1860/cartoons-1860-list.asp?Year=1860'>Cartoons</a>"
dqm__subdesc0_0_2 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1860/bio-1860-list.asp?UniqueID=1&Year=1860'>Biographies</a>"
dqm__subdesc0_0_3 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1860/Events-1860.htm'>Events</a>"
dqm__icon_index0_0_0 = 0
dqm__icon_index0_0_1 = 0
dqm__icon_index0_0_2 = 0
dqm__icon_index0_0_3 = 0

dqm__sub_xy0_1 = "-5,-45"
dqm__sub_menu_width0_1 = 100;
dqm__subdesc0_1_0 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1864/Overview-1864-1.htm'>Overview</a>"
dqm__subdesc0_1_1 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1864/cartoons-1864-list.asp?Year=1864'>Cartoons</a>"
dqm__subdesc0_1_2 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1864/bio-1864-list.asp?UniqueID=1&Year=1864'>Biographies</a>"
dqm__subdesc0_1_3 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1864/Events-1864.htm'>Events</a>"
dqm__icon_index0_1_0 = 0
dqm__icon_index0_1_1 = 0
dqm__icon_index0_1_2 = 0
dqm__icon_index0_1_3 = 0

dqm__sub_xy0_2 = "-5,-45"
dqm__sub_menu_width0_2 = 100;
dqm__subdesc0_2_0 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1868/Overview-1868-1.htm'>Overview</a>"
dqm__subdesc0_2_1 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1868/cartoons-1868-list.asp?Year=1868'>Cartoons</a>"
dqm__subdesc0_2_2 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1868/bio-1868-list.asp?UniqueID=1&Year=1868'>Biographies</a>"
dqm__subdesc0_2_3 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1868/Events-1868.htm'>Events</a>"
dqm__icon_index0_2_0 = 0
dqm__icon_index0_2_1 = 0
dqm__icon_index0_2_2 = 0
dqm__icon_index0_2_3 = 0

dqm__sub_xy0_3 = "-5,-45"
dqm__sub_menu_width0_3 = 100;
dqm__subdesc0_3_0 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1872/Overview-1872-1.htm'>Overview</a>"
dqm__subdesc0_3_1 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1872/cartoons-1872-list.asp?Year=1872'>Cartoons</a>"
dqm__subdesc0_3_2 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1872/bio-1872-list.asp?UniqueID=1&Year=1872'>Biographies</a>"
dqm__subdesc0_3_3 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1872/Events-1872.htm'>Events</a>"
dqm__icon_index0_3_0 = 0
dqm__icon_index0_3_1 = 0
dqm__icon_index0_3_2 = 0
dqm__icon_index0_3_3 = 0

dqm__sub_xy0_4 = "-5,-45"
dqm__sub_menu_width0_4 = 100;
dqm__subdesc0_4_0 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1876/Overview-1876-1.htm'>Overview</a>"
dqm__subdesc0_4_1 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1876/cartoons-1876-list.asp?Year=1876'>Cartoons</a>"
dqm__subdesc0_4_2 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1876/bio-1876-list.asp?UniqueID=1&Year=1876'>Biographies</a>"
dqm__subdesc0_4_3 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1876/Events-1876.htm'>Events</a>"
dqm__icon_index0_4_0 = 0
dqm__icon_index0_4_1 = 0
dqm__icon_index0_4_2 = 0
dqm__icon_index0_4_3 = 0

dqm__sub_xy0_5 = "-5,-45"
dqm__sub_menu_width0_5 = 100;
dqm__subdesc0_5_0 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1880/Overview-1880-1.htm'>Overview</a>"
dqm__subdesc0_5_1 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1880/cartoons-1880-list.asp?Year=1880'>Cartoons</a>"
dqm__subdesc0_5_2 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1880/bio-1880-list.asp?UniqueID=1&Year=1880'>Biographies</a>"
dqm__subdesc0_5_3 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1880/Events-1880.htm'>Events</a>"
dqm__icon_index0_5_0 = 0
dqm__icon_index0_5_1 = 0
dqm__icon_index0_5_2 = 0
dqm__icon_index0_5_3 = 0

dqm__sub_xy0_6 = "-5,-45"
dqm__sub_menu_width0_6 = 100;
dqm__subdesc0_6_0 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1884/Overview-1884-1.htm'>Overview</a>"
dqm__subdesc0_6_1 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1884/cartoons-1884-list.asp?Year=1884'>Cartoons</a>"
dqm__subdesc0_6_2 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1884/bio-1884-list.asp?UniqueID=1&Year=1884'>Biographies</a>"
dqm__subdesc0_6_3 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1884/Events-1884.htm'>Events</a>"
dqm__icon_index0_6_0 = 0
dqm__icon_index0_6_1 = 0
dqm__icon_index0_6_2 = 0
dqm__icon_index0_6_3 = 0

dqm__sub_xy0_7 = "-5,-45"
dqm__sub_menu_width0_7 = 100;
dqm__subdesc0_7_0 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1888/Overview-1888-1.htm'>Overview</a>"
dqm__subdesc0_7_1 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1888/cartoons-1888-list.asp?Year=1888'>Cartoons</a>"
dqm__subdesc0_7_2 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1888/bio-1888-list.asp?UniqueID=1&Year=1888'>Biographies</a>"
dqm__subdesc0_7_3 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1888/Events-1888.htm'>Events</a>"
dqm__icon_index0_7_0 = 0
dqm__icon_index0_7_1 = 0
dqm__icon_index0_7_2 = 0
dqm__icon_index0_7_3 = 0

dqm__sub_xy0_8 = "-5,-45"
dqm__sub_menu_width0_8 = 100;
dqm__subdesc0_8_0 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1892/Overview-1892-1.htm'>Overview</a>"
dqm__subdesc0_8_1 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1892/cartoons-1892-list.asp?Year=1892'>Cartoons</a>"
dqm__subdesc0_8_2 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1892/bio-1892-list.asp?UniqueID=1&Year=1892'>Biographies</a>"
dqm__subdesc0_8_3 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1892/Events-1892.htm'>Events</a>"
dqm__icon_index0_8_0 = 0
dqm__icon_index0_8_1 = 0
dqm__icon_index0_8_2 = 0
dqm__icon_index0_8_3 = 0

dqm__sub_xy0_9 = "-5,-45"
dqm__sub_menu_width0_9 = 100;
dqm__subdesc0_9_0 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1896/Overview-1896-1.htm'>Overview</a>"
dqm__subdesc0_9_1 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1896/cartoons-1896-list.asp?Year=1896'>Cartoons</a>"
dqm__subdesc0_9_2 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1896/bio-1896-list.asp?UniqueID=1&Year=1896'>Biographies</a>"
dqm__subdesc0_9_3 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1896/Events-1896.htm'>Events</a>"
dqm__icon_index0_9_0 = 0
dqm__icon_index0_9_1 = 0
dqm__icon_index0_9_2 = 0
dqm__icon_index0_9_3 = 0

dqm__sub_xy0_10 = "-5,-45"
dqm__sub_menu_width0_10 = 100;
dqm__subdesc0_10_0 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1900/Overview-1900-1.htm'>Overview</a>"
dqm__subdesc0_10_1 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1900/cartoons-1900-list.asp?Year=1900'>Cartoons</a>"
dqm__subdesc0_10_2 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1900/bio-1900-list.asp?UniqueID=1&Year=1900'>Biographies</a>"
dqm__subdesc0_10_3 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1900/Events-1900.htm'>Events</a>"
dqm__icon_index0_10_0 = 0
dqm__icon_index0_10_1 = 0
dqm__icon_index0_10_2 = 0
dqm__icon_index0_10_3 = 0

dqm__sub_xy0_11 = "-5,-45"
dqm__sub_menu_width0_11 = 100;
dqm__subdesc0_11_0 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1904/Overview-1904-1.htm'>Overview</a>"
dqm__subdesc0_11_1 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1904/cartoons-1904-list.asp?Year=1904'>Cartoons</a>"
dqm__subdesc0_11_2 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1904/bio-1904-list.asp?UniqueID=1&Year=1904'>Biographies</a>"
dqm__subdesc0_11_3 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1904/Events-1904.htm'>Events</a>"
dqm__icon_index0_11_0 = 0
dqm__icon_index0_11_1 = 0
dqm__icon_index0_11_2 = 0
dqm__icon_index0_11_3 = 0

dqm__sub_xy0_12 = "-5,-45"
dqm__sub_menu_width0_12 = 100;
dqm__subdesc0_12_0 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1908/Overview-1908-1.htm'>Overview</a>"
dqm__subdesc0_12_1 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1908/cartoons-1908-list.asp?Year=1908'>Cartoons</a>"
dqm__subdesc0_12_2 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1908/bio-1908-list.asp?UniqueID=1&Year=1908'>Biographies</a>"
dqm__subdesc0_12_3 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1908/Events-1908.htm'>Events</a>"
dqm__icon_index0_12_0 = 0
dqm__icon_index0_12_1 = 0
dqm__icon_index0_12_2 = 0
dqm__icon_index0_12_3 = 0

dqm__sub_xy0_13 = "-5,-45"
dqm__sub_menu_width0_13 = 100;
dqm__subdesc0_13_0 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1912/Overview-1912-1.htm'>Overview</a>"
dqm__subdesc0_13_1 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1912/cartoons-1912-list.asp?Year=1912'>Cartoons</a>"
dqm__subdesc0_13_2 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1912/bio-1912-list.asp?UniqueID=1&Year=1912'>Biographies</a>"
dqm__subdesc0_13_3 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1912/Events-1912.htm'>Events</a>"
dqm__icon_index0_13_0 = 0
dqm__icon_index0_13_1 = 0
dqm__icon_index0_13_2 = 0
dqm__icon_index0_13_3 = 0

dqm__sub_xy1 = "-5,-45"
dqm__sub_menu_width1 = 100;
dqm__subdesc1_0 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1860/Overview-1860-1.htm'>Overview</a>"
dqm__subdesc1_1 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1860/cartoons-1860-list.asp?Year=1860'>Cartoons</a>"
dqm__subdesc1_2 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1860/bio-1860-list.asp?UniqueID=1&Year=1860'>Biographies</a>"
dqm__subdesc1_3 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1860/Events-1860.htm'>Events</a>"
dqm__icon_index1_0 = 0
dqm__icon_index1_1 = 0
dqm__icon_index1_2 = 0
dqm__icon_index1_3 = 0

dqm__sub_xy2 = "-5,-45"
dqm__sub_menu_width2 = 100;
dqm__subdesc2_0 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1864/Overview-1864-1.htm'>Overview</a>"
dqm__subdesc2_1 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1864/cartoons-1864-list.asp?Year=1864'>Cartoons</a>"
dqm__subdesc2_2 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1864/bio-1864-list.asp?UniqueID=1&Year=1864'>Biographies</a>"
dqm__subdesc2_3 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1864/Events-1864.htm'>Events</a>"
dqm__icon_index2_0 = 0
dqm__icon_index2_1 = 0
dqm__icon_index2_2 = 0
dqm__icon_index2_3 = 0

dqm__sub_xy3 = "-5,-45"
dqm__sub_menu_width3 = 100;
dqm__subdesc3_0 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1868/Overview-1868-1.htm'>Overview</a>"
dqm__subdesc3_1 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1868/cartoons-1868-list.asp?Year=1868'>Cartoons</a>"
dqm__subdesc3_2 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1868/bio-1868-list.asp?UniqueID=1&Year=1868'>Biographies</a>"
dqm__subdesc3_3 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1868/Events-1868.htm'>Events</a>"
dqm__icon_index3_0 = 0
dqm__icon_index3_1 = 0
dqm__icon_index3_2 = 0
dqm__icon_index3_3 = 0

dqm__sub_xy4 = "-5,-45"
dqm__sub_menu_width4 = 100;
dqm__subdesc4_0 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1872/Overview-1872-1.htm'>Overview</a>"
dqm__subdesc4_1 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1872/cartoons-1872-list.asp?Year=1872'>Cartoons</a>"
dqm__subdesc4_2 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1872/bio-1872-list.asp?UniqueID=1&Year=1872'>Biographies</a>"
dqm__subdesc4_3 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1872/Events-1872.htm'>Events</a>"
dqm__icon_index4_0 = 0
dqm__icon_index4_1 = 0
dqm__icon_index4_2 = 0
dqm__icon_index4_3 = 0

dqm__sub_xy5 = "-5,-45"
dqm__sub_menu_width5 = 100;
dqm__subdesc5_0 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1876/Overview-1876-1.htm'>Overview</a>"
dqm__subdesc5_1 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1876/cartoons-1876-list.asp?Year=1876'>Cartoons</a>"
dqm__subdesc5_2 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1876/bio-1876-list.asp?UniqueID=1&Year=1876'>Biographies</a>"
dqm__subdesc5_3 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1876/Events-1876.htm'>Events</a>"
dqm__icon_index5_0 = 0
dqm__icon_index5_1 = 0
dqm__icon_index5_2 = 0
dqm__icon_index5_3 = 0

dqm__sub_xy6 = "-5,-45"
dqm__sub_menu_width6 = 100;
dqm__subdesc6_0 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1880/Overview-1880-1.htm'>Overview</a>"
dqm__subdesc6_1 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1880/cartoons-1880-list.asp?Year=1880'>Cartoons</a>"
dqm__subdesc6_2 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1880/bio-1880-list.asp?UniqueID=1&Year=1880'>Biographies</a>"
dqm__subdesc6_3 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1880/Events-1880.htm'>Events</a>"
dqm__icon_index6_0 = 0
dqm__icon_index6_1 = 0
dqm__icon_index6_2 = 0
dqm__icon_index6_3 = 0

dqm__sub_xy7 = "-5,-45"
dqm__sub_menu_width7 = 100;
dqm__subdesc7_0 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1884/Overview-1884-1.htm'>Overview</a>"
dqm__subdesc7_1 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1884/cartoons-1884-list.asp?Year=1884'>Cartoons</a>"
dqm__subdesc7_2 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1884/bio-1884-list.asp?UniqueID=1&Year=1884'>Biographies</a>"
dqm__subdesc7_3 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1884/Events-1884.htm'>Events</a>"
dqm__icon_index7_0 = 0
dqm__icon_index7_1 = 0
dqm__icon_index7_2 = 0
dqm__icon_index7_3 = 0

dqm__sub_xy8 = "-5,-45"
dqm__sub_menu_width8 = 100;
dqm__subdesc8_0 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1888/Overview-1888-1.htm'>Overview</a>"
dqm__subdesc8_1 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1888/cartoons-1888-list.asp?Year=1888'>Cartoons</a>"
dqm__subdesc8_2 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1888/bio-1888-list.asp?UniqueID=1&Year=1888'>Biographies</a>"
dqm__subdesc8_3 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1888/Events-1888.htm'>Events</a>"
dqm__icon_index8_0 = 0
dqm__icon_index8_1 = 0
dqm__icon_index8_2 = 0
dqm__icon_index8_3 = 0

dqm__sub_xy9 = "-5,-45"
dqm__sub_menu_width9 = 100;
dqm__subdesc9_0 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1892/Overview-1892-1.htm'>Overview</a>"
dqm__subdesc9_1 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1892/cartoons-1892-list.asp?Year=1892'>Cartoons</a>"
dqm__subdesc9_2 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1892/bio-1892-list.asp?UniqueID=1&Year=1892'>Biographies</a>"
dqm__subdesc9_3 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1892/Events-1892.htm'>Events</a>"
dqm__icon_index9_0 = 0
dqm__icon_index9_1 = 0
dqm__icon_index9_2 = 0
dqm__icon_index9_3 = 0

dqm__sub_xy10 = "-5,-45"
dqm__sub_menu_width10 = 100;
dqm__subdesc10_0 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1896/Overview-1896-1.htm'>Overview</a>"
dqm__subdesc10_1 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1896/cartoons-1896-list.asp?Year=1896'>Cartoons</a>"
dqm__subdesc10_2 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1896/bio-1896-list.asp?UniqueID=1&Year=1896'>Biographies</a>"
dqm__subdesc10_3 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1896/Events-1896.htm'>Events</a>"
dqm__icon_index10_0 = 0
dqm__icon_index10_1 = 0
dqm__icon_index10_2 = 0
dqm__icon_index10_3 = 0

dqm__sub_xy11 = "-5,-45"
dqm__sub_menu_width11 = 100;
dqm__subdesc11_0 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1900/Overview-1900-1.htm'>Overview</a>"
dqm__subdesc11_1 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1900/cartoons-1900-list.asp?Year=1900'>Cartoons</a>"
dqm__subdesc11_2 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1900/bio-1900-list.asp?UniqueID=1&Year=1900'>Biographies</a>"
dqm__subdesc11_3 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1900/Events-1900.htm'>Events</a>"
dqm__icon_index11_0 = 0
dqm__icon_index11_1 = 0
dqm__icon_index11_2 = 0
dqm__icon_index11_3 = 0

dqm__sub_xy12 = "-5,-45"
dqm__sub_menu_width12 = 100;
dqm__subdesc12_0 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1904/Overview-1904-1.htm'>Overview</a>"
dqm__subdesc12_1 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1904/cartoons-1904-list.asp?Year=1904'>Cartoons</a>"
dqm__subdesc12_2 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1904/bio-1904-list.asp?UniqueID=1&Year=1904'>Biographies</a>"
dqm__subdesc12_3 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1904/Events-1904.htm'>Events</a>"
dqm__icon_index12_0 = 0
dqm__icon_index12_1 = 0
dqm__icon_index12_2 = 0
dqm__icon_index12_3 = 0

dqm__sub_xy13 = "-5,-45"
dqm__sub_menu_width13 = 100;
dqm__subdesc13_0 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1908/Overview-1908-1.htm'>Overview</a>"
dqm__subdesc13_1 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1908/cartoons-1908-list.asp?Year=1908'>Cartoons</a>"
dqm__subdesc13_2 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1908/bio-1908-list.asp?UniqueID=1&Year=1908'>Biographies</a>"
dqm__subdesc13_3 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1908/Events-1908.htm'>Events</a>"
dqm__icon_index13_0 = 0
dqm__icon_index13_1 = 0
dqm__icon_index13_2 = 0
dqm__icon_index13_3 = 0

dqm__sub_xy14 = "-5,-45"
dqm__sub_menu_width14 = 100;
dqm__subdesc14_0 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1912/Overview-1912-1.htm'>Overview</a>"
dqm__subdesc14_1 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1912/cartoons-1912-list.asp?Year=1912'>Cartoons</a>"
dqm__subdesc14_2 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1912/bio-1912-list.asp?UniqueID=1&Year=1912'>Biographies</a>"
dqm__subdesc14_3 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/1912/Events-1912.htm'>Events</a>"
dqm__icon_index14_0 = 0
dqm__icon_index14_1 = 0
dqm__icon_index14_2 = 0
dqm__icon_index14_3 = 0

dqm__sub_xy15 = "-2,-5"
dqm__sub_menu_width15 = 80;
dqm__subdesc15_0 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/Warning.htm'>Warning</a>"
dqm__icon_index15_0 = 0

dqm__sub_xy16 = "-2,-5"
dqm__sub_menu_width16 = 70;
dqm__subdesc16_0 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/Issues-1.htm'>Issues</a>"
dqm__icon_index16_0 = 0

dqm__sub_xy17 = "-2,-5"
dqm__sub_menu_width17 = 110;
dqm__subdesc17_0 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/Campaigning-1.htm'>Campaigning</a>"
dqm__icon_index17_0 = 0

dqm__sub_xy18 = "-2,-5"
dqm__sub_menu_width18 = 140;
dqm__subdesc18_0 = "<a style='text-decoration: none' target='_self' href='http://elections.harpweek.com/introduction.htm'>Site Introduction</a>"
dqm__icon_index18_0 = 0

dqm__sub_xy19 = "-2,-5"
dqm__sub_menu_width19 = 150;
dqm__subdesc19_0 = "<a style='text-decoration: none' target='_self' href='http://www.harpweek.com'>Visit HarpWeek.com</a>"
dqm__icon_index19_0 = 0


limit_multiple_users = true
