//  QuickMenu Pro, Copyright (c) 1998 - 2003, OpenCube Inc. - http://www.opencube.com


/*-------------------------------------------
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 = 0

	dqm__border_color = "#666666"		//Hex color or 'transparent'
	dqm__menu_bgcolor = "#A9D0F5"		//Hex color or 'transparent'
	dqm__hl_bgcolor = "#e6e6e6"		

	dqm__mouse_off_delay = 150		//defined in milliseconds (activated after mouse stops)
	dqm__nn4_mouse_off_delay = 500		//defined in milliseconds (activated after leaving sub)

//Absolute positioned icon images (coordinate positioned, sub menus only)

	dqm__2nd_icon_image0 = "http://www.lakeshorefire.com/script/arrow.gif"
	dqm__2nd_icon_rollover0 = "http://www.lakeshorefire.com/script/arrow.gif"
	dqm__2nd_icon_image_wh0 = "13,10"
	dqm__2nd_icon_image_xy0 = "0,4"

/*-------------------------------------------
Font settings and margins
--------------------------------------------*/
   

    //Font settings

	dqm__textcolor = "#003399"
	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_bgcolor ="#3333cc"
	dqm__hl_textcolor = "#FFFFFF"
	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

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

	dqm__show_urls_statusbar = true
   
	dqm__status_text0_0 = "Community Events"	
	dqm__status_text0_1 = "Fire Prevention"
	dqm__status_text0_2 = "Facility Rental"
	dqm__status_text0_3 = "Join Us / Application"
	dqm__status_text0_4 = "History of Lake Shore VFC"
	
	dqm__status_text1_0 = "Active Members"
	dqm__status_text1_1 = "Exempt Association"
	dqm__status_text1_2 = "Exempts Benevolent"
        dqm__status_text1_3 = "Ladies Auxiliary"
	dqm__status_text1_4 = "Junior Firefighters"
	dqm__status_text1_5 = "Drum Corps"
	dqm__status_text1_6 = "Sportsmen's Club"
       
	dqm__status_text3_0 = "Firefighter E-Mail"
	dqm__status_text3_1 = "Member News"
        dqm__status_text3_2 = "Roster"
        dqm__status_text3_3 = "Event Calendar"
	dqm__status_text3_4 = "Facility Use Schedule"
        dqm__status_text3_5 = "Policies"
        dqm__status_text3_6 = "Downloadable Forms"
	dqm__status_text3_7 = "Newsletter"
	dqm__status_text3_8 = "Exempt Association"
        dqm__status_text3_9 = "Exempts Benevolent Association"
	dqm__status_text3_10 = "Ladies Auxiliary"
	dqm__status_text3_11 = "Junior Firefighters"
	dqm__status_text3_12 = "Drum Corps"
	dqm__status_text3_13 = "Sportsmen's Club"
	


/*-------------------------------------------
Internet Explorer Transition Effects
--------------------------------------------*/
   //Options include - none |  | pixelate |iris | slide | gradientwipe | checkerboard | radialwipe | randombars | randomdissolve |stretch

	dqm__sub_menu_effect = "stretch"
	dqm__sub_item_effect = "fade"

    //Define the effect duration in seconds below.
   
	dqm__sub_menu_effect_duration = .2
	dqm__sub_item_effect_duration = .2

    //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__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 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."
   
    //Set to true if the menu is the only item on the HTML page.

	dqm__use_opera_div_detect_fix = false

    //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
----------------------------------------------*/
 //The 'X' indicates the index number of the sub menu group or 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 = "#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' represents the index number of the sub menu item.

	dqm__hl_subdescX = "custom highlight text"
	dqm__urltargetX = "_new"

/**********************************************************************************************
**********************************************************************************************

                           Main Menu Rollover Images and Links  

**********************************************************************************************
**********************************************************************************************/
    //Main Menu Item 0

	dqm__rollover_image0 = "http://www.lakeshorefire.com/images/over_06.gif"
	dqm__rollover_wh0 = "66,25"
	dqm__url0 = "http://www.lakeshorefire.com/index.php";   

    //Main Menu Item 1

	dqm__rollover_image1 = "http://www.lakeshorefire.com/images/over_07.gif"
	dqm__rollover_wh1 = "84,25"

    //Main Menu Item 2

	dqm__rollover_image2 = "http://www.lakeshorefire.com/images/over_08.gif" 
	dqm__rollover_wh2 = "90,25"

    //Main Menu Item 3

	dqm__rollover_image3 = "http://www.lakeshorefire.com/images/over_09.gif" 
	dqm__rollover_wh3 = "76,25"
  
	//Main Menu Item 4

	dqm__rollover_image4 = "http://www.lakeshorefire.com/images/over_10.gif" 
	dqm__rollover_wh4 = "85,25"
	
	//Main Menu Item 5

	dqm__rollover_image5 = "http://www.lakeshorefire.com/images/over_11.gif" 
	dqm__rollover_wh5 = "69,25"
	dqm__url5 = "http://www.lakeshorefire.com/gallery/";   
	
	//Main Menu Item 6

	dqm__rollover_image6 = "http://www.lakeshorefire.com/images/over_12.gif" 
	dqm__rollover_wh6 = "82,25"
	dqm__url6 = "http://www.lakeshorefire.com/contacts.htm";
	
	//Main Menu Item 7

	dqm__rollover_image7 = "http://www.lakeshorefire.com/images/over_13.gif" 
	dqm__rollover_wh7 = "83,25"

	//Main Menu Item 8

	dqm__rollover_image8 = "http://www.lakeshorefire.com/images/over_14.gif" 
	dqm__rollover_wh8 = "125,25"
/**********************************************************************************************
**********************************************************************************************

                              Sub Menu Structure and Text  

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

	dqm__sub_xy1 = "-50,22"
	dqm__sub_menu_width1 = 120

	dqm__subdesc1_0 = "Location"
	dqm__subdesc1_1 = "Mission Statement"
	dqm__subdesc1_2 = "History"

	dqm__url1_0 = "http://www.lakeshorefire.com/location.htm"
	dqm__url1_1 = "http://www.lakeshorefire.com/mission.htm"
    dqm__url1_2 = "http://www.lakeshorefire.com/history.htm"
    
	//Sub Menu 2

	dqm__sub_xy2 = "-50,22"
	dqm__sub_menu_width2 = 140

	dqm__subdesc2_0 = "News"
	dqm__subdesc2_1 = "Community Events"
	dqm__subdesc2_2 = "Fire Safety"
	dqm__subdesc2_3 = "Facility Rental"
	dqm__subdesc2_4 = "Join Us / Application"
	dqm__subdesc2_5 = "Links"
        dqm__subdesc2_6 = "Convention 2011"


	dqm__url2_0 = "http://www.lakeshorefire.com/news.php"
	dqm__url2_1 = "http://www.lakeshorefire.com/ce/community.php"
	dqm__url2_2 = "http://www.lakeshorefire.com/prevention.htm"
        dqm__url2_3 = "http://www.lakeshorefire.com/rental.htm"
        dqm__url2_4 = "http://www.lakeshorefire.com/join.htm"
	dqm__url2_5 = "http://www.lakeshorefire.com/links.htm"
        dqm__url2_6 = "http://www.lakeshorefire.com/convention2011.htm"

    
	//Sub Menu 3

	dqm__sub_xy3 = "-50,22"
	dqm__sub_menu_width3 = 150

	dqm__subdesc3_0 = "Administrative Officers"
	dqm__subdesc3_1 = "Board of Directors"
	dqm__subdesc3_2 = "Line Officers"
	dqm__subdesc3_3 = "EMS Officers"
	dqm__subdesc3_4 = "Past Chiefs"
	dqm__subdesc3_5 = "Past Presidents"


	dqm__url3_0 = "http://www.lakeshorefire.com/admin.htm"
	dqm__url3_1 = "http://www.lakeshorefire.com/board.htm"
        dqm__url3_2 = "http://www.lakeshorefire.com/lineoff.htm"
        dqm__url3_3 = "http://www.lakeshorefire.com/emsoff.htm"
  	dqm__url3_4 = "http://www.lakeshorefire.com/pastchief.htm"
	dqm__url3_5 = "http://www.lakeshorefire.com/pastpres.htm"
		
	//Sub Menu 4

	dqm__sub_xy4 = "-60,22"
	dqm__sub_menu_width4 = 145

	dqm__subdesc4_0 = "Active Firefighters"
	dqm__subdesc4_1 = "Life Members"
	dqm__subdesc4_2 = "Honorary Life Members"
	dqm__subdesc4_3 = "Honorary Members"
	dqm__subdesc4_4 = "Charter Members"
	dqm__subdesc4_5 = "In Memoriam"
			
	dqm__url4_0 = "http://www.lakeshorefire.com/active.htm"
	dqm__url4_1 = "http://www.lakeshorefire.com/lifemem.htm"
	dqm__url4_2 = "http://www.lakeshorefire.com/honorarylife.htm"
	dqm__url4_3 = "http://www.lakeshorefire.com/honorarymem.htm"
	dqm__url4_4 = "http://www.lakeshorefire.com/charter.htm"
	dqm__url4_5 ="http://www.lakeshorefire.com/memoriam.htm"
	
   //Sub Menu 5
   
   dqm__sub_xy5 = "-60,22"
   dqm__sub_menu_width5 = 145
   
   dqm__subdesc5_0 = "Photo Gallery"
   dqm__subdesc5_1 = "Apparatus"
   
   dqm__url5_0 = "http://www.lakeshorefire.com/gallery/"
   dqm__url5_1 = "http://www.lakeshorefire.com/apparatus.htm"
   //Sub Menu 7

	dqm__sub_xy7 = "-45,22"
	dqm__sub_menu_width7 = 145

	dqm__subdesc7_0 = "Athletics" 
	dqm__subdesc7_1 = "Exempt Association"
	dqm__subdesc7_2 = "Exempts Benevolent"
        dqm__subdesc7_3 = "Ladies Auxiliary"
	dqm__subdesc7_4 = "Junior Firefighters"
	dqm__subdesc7_5 = "Drum Corps"
	dqm__subdesc7_6 = "Sportsmen's Club"
	dqm__subdesc7_7 = "Water Rescue"
	
	dqm__icon_index7_5 = 0
	dqm__2nd_icon_index7_5 = 0
		
	dqm__url7_0 = "http://www.lakeshorefire.com/athletics.htm"
	dqm__url7_1 = "http://www.lakeshorefire.com/exempts.htm"
	dqm__url7_2 = "http://www.lakeshorefire.com/benevolent.htm"
        dqm__url7_3 = "http://www.lakeshorefire.com/ladiesaux.htm"
	dqm__url7_4 = "http://www.lakeshorefire.com/juniors.htm"
	dqm__url7_5 = ""
	dqm__url7_6 = "http://www.lakeshorefire.com/sportsman.htm"
	dqm__url7_7 = "http://www.lakeshorefire.com/waterescue.htm"
           
   //Sub Menu 7_4

	dqm__sub_xy7_5 = "-4,2"
	dqm__sub_menu_width7_4 = 140

	dqm__subdesc7_5_0 = "Exempts Drum Corps"
	dqm__subdesc7_5_1 = "Lake Shorettes"
		
	dqm__url7_5_0 = "http://www.lakeshorefire.com/drumcorps.htm"
	dqm__url7_5_1 = "http://www.lakeshorefire.com/shorettes.htm"
	  
    //Sub Menu 8

	dqm__sub_xy8 = "-90,22"
	dqm__sub_menu_width8 = 150

        dqm__subdesc8_0 = "Member E-Mail"
       	dqm__subdesc8_1 = "Fire Company Calendar" 
	dqm__subdesc8_2 = "Fire Company Events"
	dqm__subdesc8_3 = "Members News"
        dqm__subdesc8_4 = "Newsletter"
        dqm__subdesc8_5 = "Rosters" 
        dqm__subdesc8_6 = "Member Blog" 
	dqm__subdesc8_7 = "Downloadable Forms"
	dqm__subdesc8_8 = "Policies"
	dqm__subdesc8_9 = "Company Minutes"
        dqm__subdesc8_10 = "Exempt Association"
        dqm__subdesc8_11 = "Exempts Benevolent"
	dqm__subdesc8_12 = "Ladies Auxiliary"
	dqm__subdesc8_13 = "Junior Firefighters"
	dqm__subdesc8_14 = "Drum Corps"
	dqm__subdesc8_15 = "Sportsmen's Club"
        dqm__subdesc8_16 = "Pilot Recert CME"

			
	dqm__2nd_icon_index8_5 = 0
	
	dqm__url8_0 = "http://www.lakeshorefire.com/webmail/"
	dqm__url8_1 = "http://www.lakeshorefire.com/members/calendar/index.php"
	dqm__url8_2 = "http://www.lakeshorefire.com/members/events.htm"
	dqm__url8_3 = "http://www.lakeshorefire.com/members/news/" 
	dqm__url8_4 = "http://www.lakeshorefire.com/members/pdfnews/index.php"
        dqm__url8_5 = "" 
	dqm__url8_6 = "http://www.lakeshorefire.com/members/news/" 
        dqm__url8_7 = "http://www.lakeshorefire.com/members/forms/index.php"
	dqm__url8_8 = "http://www.lakeshorefire.com/members/policies/index.php"
        dqm__url8_9 = "http://www.lakeshorefire.com/members/minutes/index.php"
        dqm__url8_10 = "http://www.lakeshorefire.com/members/exempts.htm"
        dqm__url8_11 = "http://www.lakeshorefire.com/members/benevolent.htm"
	dqm__url8_12 = "http://www.lakeshorefire.com/members/ladiesaux.htm"
	dqm__url8_13 = "http://www.lakeshorefire.com/juniors.htm"
	dqm__url8_14 = "http://www.lakeshorefire.com/members/drum.htm"
	dqm__url8_15 = "http://www.lakeshorefire.com/members/sportsman.htm"
        dqm__url8_16 = "http://www.lakeshorefire.com/members/emscme.htm"

		
//Sub Menu 8_1

	dqm__sub_xy8_5 = "-4,2"
	dqm__sub_menu_width8_2 = 130

	dqm__subdesc8_5_0 = "Active Members"
	dqm__subdesc8_5_1 = "Life Members"
	dqm__subdesc8_5_2 = "H. Life Members"
	dqm__subdesc8_5_3 = "Exempts"
	dqm__subdesc8_5_4 = "Ladies Auxiliary"
	dqm__subdesc8_5_5 = "Juniors"
		
	dqm__url8_5_0 = "http://www.lakeshorefire.com/members/roster.htm"
	dqm__url8_5_1 = "http://www.lakeshorefire.com/members/life.htm"
	dqm__url8_5_2 = "http://www.lakeshorefire.com/members/honorary.htm"
	dqm__url8_5_3 = "http://www.lakeshorefire.com/members/exemptsroster.htm"
	dqm__url8_5_4 = "http://www.lakeshorefire.com/members/ladiesauxroster.htm"
	dqm__url8_5_5 = "http://www.lakeshorefire.com/members/juniorsroster.htm"

