 
//  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).         




limit_multiple_users = true
restrict_access = true
sequence = '9x44_5'

/*-------------------------------------------
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 = "#25A8D4"    //summer: dqm__border_color = "#25A8D4" winter: "#1A4501" fall: CC9900	//Hex color or 'transparent'
	dqm__menu_bgcolor = "#ffffff"		//Hex color or 'transparent'
	dqm__hl_bgcolor = "#25A8D4" // fall: "#FFC20B" summer: "#25A8D4" winter #6484ca		

	dqm__mouse_off_delay = 100		//defined in milliseconds (activated after mouse stops)
	dqm__nn4_mouse_off_delay = 500		//defined in milliseconds (activated after leaving sub)


/*-------------------------------------------
Font settings and margins
--------------------------------------------*/
   

    //Font settings

	dqm__textcolor = "#3573BC" //fall: "#1A4501" summer: "#3573BC" winter "#012F45"
   dqm__fontfamily = "Arial"         //Any available system font     
   dqm__fontsize = 10		      //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 = "#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

   


/*-------------------------------------------
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.
--------------------------------------------*/


    //Relative positioned icon images (flow with sub item text)

	dqm__icon_image0 = "/images/transparent.gif"
	dqm__icon_rollover0 = "/images/circle_nav_left.gif"
	dqm__icon_image_wh0 = "10,6"

	dqm__icon_image1 = "/images/arrow.gif"
   dqm__icon_rollover1 = "/images/arrow.gif"
   dqm__icon_image_wh1 = "13,10"

   dqm__icon_image2 = "/images/transparent.gif"
   //dqm__icon_rollover2 = "/images/circle_nav3_fall.gif"
   //dqm__icon_rollover2 = "/images/circle_nav3_win.gif" 
   dqm__icon_rollover2 = "/images/circle_nav3.gif"
   dqm__icon_image_wh2 = "10,6"

    //Absolute positioned icon images (coordinate poitioned)

	//dqm__2nd_icon_image0 = "/images/transparent.gif"
	//dqm__2nd_icon_rollover0 = "/images/circle_nav_left.gif"
	//dqm__2nd_icon_image_wh0 = "13,10"
	//dqm__2nd_icon_image_xy0 = "0,4"
	
	dqm__2nd_icon_image1 = "/images/arrow3.gif" 
   //arrow3_win.gif arrow3_fall.gif arrow3.gif
   dqm__2nd_icon_rollover1 = "/images/arrow3.gif"
   //dqm__2nd_icon_rollover1 = "/images/arrow3_fall.gif"
   dqm__2nd_icon_image_wh1 = "13,10"
   dqm__2nd_icon_image_xy1 = "0,4"



/*---------------------------------------------
Optional Status Bar Text
-----------------------------------------------*/

	dqm__show_urls_statusbar = true
   
	//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 = 95			//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 = "#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"




/**********************************************************************************************
**********************************************************************************************

                           Main Menu Rollover Images and Links  

**********************************************************************************************
**********************************************************************************************/



       //Main Menu Item 0 Home

   dqm__rollover_image0 = "/images/menu_home_down.gif"
	//dqm__rollover_image0 = "/images/menu_home_fall_down.gif"
   //dqm__rollover_image0 = "/images/menu_home_win_down.gif"
   dqm__rollover_wh0 = "90,20"
   dqm__url0 = "/index.asp";   
   dqm__urltarget0 = "_self"   


    //Main Menu Item 1 Parks

	dqm__rollover_image1 = "/images/menu_parks_down.gif"
	//dqm__rollover_image1 = "/images/menu_parks_fall_down.gif"
	//dqm__rollover_image1 = "/images/menu_parks_win_down.gif"
   dqm__rollover_wh1 = "90,20"
   dqm__url1 = "/content/anmviewer.asp?a=101&z=11";
   dqm__urltarget1 = "_self" 


    //Main Menu Item 2 Facilities

	dqm__rollover_image2 = "/images/menu_facilities_down.gif"
	//dqm__rollover_image2 = "/images/menu_facilities_fall_down.gif"
	//dqm__rollover_image2 = "/images/menu_facilities_win_down.gif"
   dqm__rollover_wh2 = "90,20"
   //dqm__url2 =  "/index.asp";
   dqm__urltarget2 = "_self"   


    //Main Menu Item 3 Programs

	dqm__rollover_image3 = "/images/menu_programs_down.gif"
	//dqm__rollover_image3 = "/images/menu_programs_fall_down.gif"
	//dqm__rollover_image3 = "/images/menu_programs_win_down.gif"
  dqm__rollover_wh3 = "90,20"
  //dqm__url3 = "/content/anmviewer.asp?a=74&z=7";   
  dqm__text_alignment3 = "left"

  dqm__margin_left3 = 4
  dqm__margin_right3 = 5

  dqm__icon_image3 = "/images/circle_nav3.gif"
  //dqm__icon_image3 = "/images/circle_nav3_fall.gif"
  //dqm__icon_image3 = "/images/circle_nav3_win.gif"
  //dqm__icon_rollover3 = "/images/circle_nav3_win.gif"
  //dqm__icon_rollover3 = "/images/circle_nav3_fall.gif"
  dqm__icon_rollover3 = "/images/circle_nav3.gif" 
  dqm__icon_image_wh3 = "13,8"

  dqm__icon_image3 = "/images/transparent.gif"
  dqm__icon_rollover3 = "/images/circle_nav3.gif"
  //dqm__icon_rollover3 = "/images/circle_nav3_win.gif"
  //dqm__icon_rollover3 = "/images/circle_nav3_fall.gif"
  dqm__icon_image_wh3 = "10,6"   
  
	//Main Menu Item 4 What's New
	
     dqm__rollover_image4 = "/images/menu_new_down.gif"
	//dqm__rollover_image4 = "/images/menu_new_fall_down.gif"
	//dqm__rollover_image4 = "/images/menu_new_win_down.gif"
  dqm__rollover_wh4 = "90,20"
  //dqm__url4 = "/index.asp";
  dqm__text_alignment4 = "left"
  
  dqm__margin_left4 = 4
  dqm__margin_right4 = 5

  dqm__icon_image4 = "/images/circle_nav3.gif"
  //dqm__icon_image4 = "/images/circle_nav3_fall.gif"
  //dqm__icon_image4 = "/images/circle_nav3_win.gif"
  dqm__icon_rollover4 = "/images/circle_nav3.gif"
  //dqm__icon_rollover4 = "/images/circle_nav3_fall.gif"
  //dqm__icon_rollover4 = "/images/circle_nav3_win.gif"
  dqm__icon_image_wh4 = "13,8"

  dqm__icon_image4 = "/images/arrow3.gif"
  //dqm__icon_image4 = "/images/arrow3_fall.gif"
  //dqm__icon_image4 = "/images/arrow3_win.gif"
  dqm__icon_rollover4 = "/images/arrow3.gif"
  //dqm__icon_rollover4 = "/images/arrow3_fall.gif"
  //dqm__icon_rollover4 = "/images/arrow3_win.gif"
  dqm__icon_image_wh4 = "13,10"

	//Main Menu Item 5 Calendar
	
	dqm__rollover_image5 = "/images/menu_calendar_down.gif" 
	//dqm__rollover_image5 = "/images/menu_calendar_fall_down.gif" 
	//dqm__rollover_image5 = "/images/menu_calendar_win_down.gif"
   dqm__rollover_wh5 = "90,20"
   dqm__urltarget5 = "_self"
   dqm__url5 =  "/calendar.asp"; 
   
   	//Main Menu Item 6 Info
	
	dqm__rollover_image6 = "/images/menu_info_down.gif" 
	//dqm__rollover_image6 = "/images/menu_info_fall_down.gif" 
	//dqm__rollover_image6 = "/images/menu_info_win_down.gif"
   dqm__rollover_wh6 = "90,20"
   dqm__urltarget6 = "_self"
   //dqm__url6 =  "/index.asp";
   
     	//Main Menu Item 7 Board & Staff
	
	dqm__rollover_image7 = "/images/menu_board_down.gif" 
	//dqm__rollover_image7 = "/images/menu_board_fall_down.gif" 
	//dqm__rollover_image7 = "/images/menu_board_win_down.gif"
   dqm__rollover_wh7 = "90,20"
   dqm__urltarget7 = "_self"
   //dqm__url7 =  "/index.asp";

/**********************************************************************************************
**********************************************************************************************

                              Sub Menu Structure and Text  

**********************************************************************************************
**********************************************************************************************/
   


    //Sub Menu 0 HOME

	dqm__sub_xy0 = "-86,22"
	dqm__sub_menu_width0 = 90



    //Sub Menu 1 PARKS

	//dqm__sub_xy1 = "-70,20"
	//dqm__sub_menu_width1 = 175
	
	//dqm__subdesc1_0 = " Chesterfield Park"
	//dqm__subdesc1_1 = " Courtland Park"
	//dqm__subdesc1_2 = " Golf Mill Park"
	//dqm__subdesc1_3 = " Greenwood Park"
	//dqm__subdesc1_4 = " Grennan Heights Park"
	//dqm__subdesc1_5 = " Jonquil Terrace Park"
	//dqm__subdesc1_6 = " Kirk Lane Park"
	//dqm__subdesc1_7 = " N.I.C.O. Park"
	//dqm__subdesc1_8 = " Oak Park"
	//dqm__subdesc1_9 = " Oakton Manor Park"
	//dqm__subdesc1_10 = " Pioneer Park"
	//dqm__subdesc1_11 = " Point Park"
	//dqm__subdesc1_12 = " Rec. Center/Oasis Waterpark"
	//dqm__subdesc1_13 = " Shermer Park"
	//dqm__subdesc1_14 = " Washington Terrace Park"
	//dqm__subdesc1_15 = " Wetlands"

	
	//dqm__icon_index1_0 = 2
	//dqm__icon_index1_1 = 2
	//dqm__icon_index1_2 = 2
	//dqm__icon_index1_3 = 2
	//dqm__icon_index1_4 = 2
	//dqm__icon_index1_5 = 2
	//dqm__icon_index1_6 = 2
	//dqm__icon_index1_7 = 2
	//dqm__icon_index1_8 = 2
	//dqm__icon_index1_9 = 2
	//dqm__icon_index1_10 = 2
	//dqm__icon_index1_11 = 2
	//dqm__icon_index1_12 = 2
	//dqm__icon_index1_13 = 2
	//dqm__icon_index1_14 = 2
	//dqm__icon_index1_15 = 2
	
	//dqm__2nd_icon_index1_0 = 1
	//dqm__2nd_icon_index1_1 = 1
	//dqm__2nd_icon_index1_2 = 1
	//dqm__2nd_icon_index1_3 = 1
	//dqm__2nd_icon_index1_4 = 1
	//dqm__2nd_icon_index1_5 = 1
	//dqm__2nd_icon_index1_6 = 1
	//dqm__2nd_icon_index1_7 = 1
	//dqm__2nd_icon_index1_8 = 1
	//dqm__2nd_icon_index1_9 = 1
	//dqm__2nd_icon_index1_10 = 1

    

	
    //Sub Menu 2 - FACILITIES

	dqm__sub_xy2 = "-80,20"
	dqm__sub_menu_width2 = 175
	//dqm__urltarget2_0 = "_self"
	//dqm__urltarget2_1 = "_self"
	//dqm__urltarget2_2 = "_new"
	//dqm__urltarget2_3 = "_self"
	//dqm__urltarget2_4 = "_new"
	//dqm__urltarget2_5 = "_self"
	//dqm__urltarget2_6 = "_new"
	//dqm__urltarget2_7 = "_self"
	//dqm__urltarget2_8 = "_self"
	//dqm__urltarget2_9 = "_new"
	dqm__urltarget2_12 = "_new"
	dqm__urltarget2_13 = "_new"
	
	dqm__subdesc2_0 = " Grennan Heights"
	dqm__subdesc2_1 = " Golf Maintenance"
	dqm__subdesc2_2 = " Golf View Recreation Center"
	dqm__subdesc2_3 = " Howard Leisure Center"
	dqm__subdesc2_4 = " IceLand Skate & Swim"
	dqm__subdesc2_5 = " Oakton Manor"
	dqm__subdesc2_6 = " Oasis Fun Center"
	dqm__subdesc2_7 = " Park Services Department"
	dqm__subdesc2_8 = " Pioneer Park"
	dqm__subdesc2_9 = " Tam O’Shanter Golf Course"
	dqm__subdesc2_10 = " Tam Tennis Club"
	dqm__subdesc2_11 = " Teen Center"
	dqm__subdesc2_12 = " Fairway Banquets"
	dqm__subdesc2_13 = " Howard Street Inn"
	dqm__subdesc2_14 = " Facility Rentals"
	
	dqm__icon_index2_0 = 2
	dqm__icon_index2_1 = 2
	dqm__icon_index2_2 = 2
	dqm__icon_index2_3 = 2
	dqm__icon_index2_4 = 2
	dqm__icon_index2_5 = 2
	dqm__icon_index2_6 = 2
	dqm__icon_index2_7 = 2
	dqm__icon_index2_8 = 2
	dqm__icon_index2_9 = 2
	dqm__icon_index2_10 = 2
	dqm__icon_index2_11 = 2
	dqm__icon_index2_12 = 2
	dqm__icon_index2_13 = 2
	dqm__icon_index2_14 = 2
	
	//dqm__2nd_icon_index2_5 = 1
	
	dqm__url2_0 = "/content/anmviewer.asp?a=6&z=4"
	dqm__url2_1 = "/content/anmviewer.asp?a=88&z=4"
	dqm__url2_2 = "/content/anmviewer.asp?a=205&z=15"
	dqm__url2_3 = "/content/anmviewer.asp?a=5&z=4"
	dqm__url2_4 = "/content/anmviewer.asp?a=7&z=4"
	dqm__url2_5 = "/content/anmviewer.asp?a=89&z=4"
	dqm__url2_6 = "/content/anmviewer.asp?a=9&z=4"
	dqm__url2_7 = "/content/anmviewer.asp?a=10&z=4"
	dqm__url2_8 = "/content/anmviewer.asp?a=11&z=4"
	dqm__url2_9 = "/content/anmviewer.asp?a=13&z=4"
	dqm__url2_10 = "/content/anmviewer.asp?a=14&z=4"
	dqm__url2_11 = "http://www.nilesyc.org"
	dqm__url2_12 = "http://www.fairwaybanquets.com/"
	dqm__url2_13 = "http://www.fairwaybanquets.com/howard.asp"
	dqm__url2_14 = "/content/anmviewer.asp?a=15&z=4"

	/************************************************
	****-------Sub 2 - Item 6 Sub Menu---govt-township---*******
	************************************************/
	
	//dqm__sub_xy2_5 = "-5,2"
	//dqm__sub_menu_width2_5 = 130
	//dqm__text_alignment2_5 = "right"
	
	//dqm__subdesc2_5_0 = " Maine Township"
	//dqm__subdesc2_5_1 = " Niles Township"
	
	//dqm__icon_index2_5_0 = 2
	//dqm__icon_index2_5_1 = 2
	
	//dqm__urltarget2_5_0 = "_new"
	//dqm__urltarget2_5_1 = "_new"
	
	//dqm__url2_5_0 = "http://www.mainetownship.com/"
	//dqm__url2_5_1 = "http://www.nilestownshipgov.org/"

    //Sub Menu 3 - PROGRAMS

	dqm__sub_xy3 = "-80,20"
	dqm__sub_menu_width3 = 170
	
	//dqm__icon_index3_0 = 2
	
	//dqm__2nd_icon_index3_2 = 1
	
	//dqm__urltarget3_1 = "_new"
	dqm__subdesc3_0 = " Summer 2010"
	dqm__subdesc3_1 = " Summer Camps 2010"
	dqm__subdesc3_2 = " Winter/Spring 09/10"	
	dqm__subdesc3_3 = " Bright Beginnings Preschool"
	dqm__subdesc3_4 = " League Standings"
	dqm__subdesc3_5 = " Fitness"
	//dqm__subdesc3_4 = " Special Events"
	dqm__url3_0 = "/content/anmviewer.asp?a=537&z=16"
	dqm__url3_1 = "/content/anmviewer.asp?a=60&z=16"
	dqm__url3_2 = "/content/anmviewer.asp?a=577&z=7"
	dqm__url3_3 = "/content/anmviewer.asp?a=72&z=7"
	dqm__url3_4 = "/content/anmviewer.asp?a=83&z=7"
	dqm__url3_5 = "/content/anmviewer.asp?a=177&z=7"
	//dqm__url3_4 = "/content/anmviewer.asp?a=160&z=7"
	
	dqm__icon_index3_0 = 2
	dqm__icon_index3_1 = 2
	dqm__icon_index3_2 = 2
	dqm__icon_index3_3 = 2
	dqm__icon_index3_4 = 2
	dqm__icon_index3_5 = 2
	//dqm__icon_index3_6 = 2

	/************************************************
	****-------Sub 3 - Item 3 Sub Menu---comm-histsoc----*******
	************************************************/
	
	//dqm__sub_xy3_2 = "-5,2"
	//dqm__sub_menu_width3_2 = 190
	//dqm__text_alignment3_2 = "right"
	
	//dqm__subdesc3_2_0 = " Historical Museum - Main Floor"
	//dqm__subdesc3_2_1 = " Historical Museum - Second Floor"
	//dqm__subdesc3_2_2 = " Historical Museum - Third Floor"
	//dqm__subdesc3_2_3 = " Historical Society Membership"
	//dqm__subdesc3_2_4 = " Village History"
	
	//dqm__icon_index3_2_0 = 2
	//dqm__icon_index3_2_1 = 2
	//dqm__icon_index3_2_2 = 2
	//dqm__icon_index3_2_3 = 2
	//dqm__icon_index3_2_4 = 2
	
	//dqm__url3_2_0 =  "/pages/historical%20museum%20-%20main%20floor.asp"
	//dqm__url3_2_1 =  "/pages/historical%20museum%20-%20second%20floor.asp"
	//dqm__url3_2_2 =  "/pages/historical%20museum%20-%20third%20floor.asp"
	//dqm__url3_2_3 =  "/pages/historical%20society%20membership.asp"
	//dqm__url3_2_4 =  "/pages/Village%20History.asp"
	
	
	//Sub Menu 4 - WHAT'S NEW!
	
	dqm__sub_xy4 = "-160,20"
	dqm__sub_menu_width4 = 150
	dqm__text_alignment4 = "left"
	
	//dqm__subdesc4_0 = " New Programs"
	//dqm__subdesc4_1 = " New Events"
	dqm__subdesc4_0 = " Park Projects"
	dqm__subdesc4_1 = " Press Releases"
	
	dqm__icon_index4_0 = 2
	dqm__icon_index4_1 = 2
	//dqm__icon_index4_2 = 2
	//dqm__icon_index4_3 = 2
	
	//dqm__2nd_icon_index4_0 = 1
	dqm__2nd_icon_index4_0 = 1
	//dqm__2nd_icon_index4_2 = 1
	//dqm__2nd_icon_index4_3 = 1
	
	//dqm__url4_0 =  "/pages/free%20branch%20pickup.asp"
	//dqm__url4_1 =  "/pages/Free%20Bus.asp"
	//dqm__url4_2 =  "/pages/free%20leaf%20pickup.asp"
	dqm__url4_1 =  "/content/anmviewer.asp?a=178&z=12"
	
	/************************************************
	****-------Sub 4 - Item 0 Sub Menu---NEW PROGRAMS----*******
	************************************************/
	
	//dqm__sub_xy4_0 = "-5,2"
	//dqm__sub_menu_width4_0 = 160
	//dqm__text_alignment4_0 = "right"
	
	//dqm__subdesc4_0_0 = " Beading"
	//dqm__subdesc4_0_1 = " Cheerleading"
	//dqm__subdesc4_0_2 = " Chess Classes"
	//dqm__subdesc4_0_3 = " Guitar"
	//dqm__subdesc4_0_4 = " Piano Lessons"
	//dqm__subdesc4_0_5 = " Mad Science"
	//dqm__subdesc4_0_6 = " Theatre"
	//dqm__subdesc4_0_7 = " Golf View Recreation Center"
	//dqm__subdesc4_0_8 = " "
	//dqm__subdesc4_0_9 = " "
	
	//dqm__icon_index4_0_0 = 2
	//dqm__icon_index4_0_1 = 2
	//dqm__icon_index4_0_2 = 2
	//dqm__icon_index4_0_3 = 2
	//dqm__icon_index4_0_4 = 2
	//dqm__icon_index4_0_5 = 2
	//dqm__icon_index4_0_6 = 2
	//dqm__icon_index4_0_7 = 2
	//dqm__icon_index4_0_8 = 2
	//dqm__icon_index4_0_9 = 2
	
	//dqm__url4_0_0 =  "/content/anmviewer.asp?a=168&z=7"
	//dqm__url4_0_1 =  "/content/anmviewer.asp?a=130&z=7"
	//dqm__url4_0_2 =  "/content/anmviewer.asp?a=228&z=7#chess"
	//dqm__url4_0_3 =  "/content/anmviewer.asp?a=170&z=7"
	//dqm__url4_0_4 =  "/content/anmviewer.asp?a=166&z=7"
	//dqm__url4_0_5 =  "/content/anmviewer.asp?a=169&z=7"
	//dqm__url4_0_6 =  "/content/anmviewer.asp?a=172&z=4"
	//dqm__url4_0_7 =  "/content/anmviewer.asp?a=222&z=7"
	//dqm__url4_0_8 =  "/content/anmviewer.asp?a=&z=7"
	//dqm__url4_0_9 =  "/content/anmviewer.asp?a=&z=7"
	
	/************************************************
	****-------Sub 4 - Item 1 Sub Menu---NEW EVENTS----*******
	************************************************/
	
	//dqm__sub_xy4_1 = "-5,2"
	//dqm__sub_menu_width4_1 = 190
	//dqm__text_alignment4_1 = "right"
	
	//dqm__subdesc4_1_0 = " Flick n’ Float"
	//dqm__subdesc4_1_1 = " Clown Nite"
	//dqm__subdesc4_1_0 = " Pioneer Park Classic Car Shows"
	
	//dqm__icon_index4_1_0 = 2
	//dqm__icon_index4_1_1 = 2
	//dqm__icon_index4_1_2 = 2
	
	//dqm__url4_1_0 =  "/content/anmviewer.asp?a=99&z=12"
	//dqm__url4_1_1 =  "/content/anmviewer.asp?a=103&z=12"
	//dqm__url4_1_0 =  "/content/anmviewer.asp?a=100&z=12"
	
	/************************************************
	****-------Sub 4 - Item 2 Sub Menu---NEW PROJECTS----*******
	************************************************/
	
	dqm__sub_xy4_1 = "-5,2"
	dqm__sub_menu_width4_0 = 190
	dqm__text_alignment4_0 = "right"
	
	//dqm__subdesc4_1_0 = " "
	dqm__subdesc4_0_0 = " Oasis Waterpark/Rec Center"
	//dqm__subdesc4_1_2 = " "
	//dqm__subdesc4_0_1 = " Lighting Upgrade Project"
	
	dqm__icon_index4_0_0 = 2
	//dqm__icon_index4_0_1 = 2
	//dqm__icon_index4_1_2 = 2
	//dqm__icon_index4_1_3 = 2
	
	//dqm__url4_1_0 =  ""
	dqm__url4_0_0 =  "/content/anmviewer.asp?a=429&z=12"
	//dqm__url4_1_2 =  ""
	//dqm__url4_0_1 =  "/content/anmviewer.asp?a=98&z=4"
	
	//Sub Menu 5 - CALENDAR
	
	dqm__sub_xy5 = "-155,20"
	dqm__sub_menu_width5 = 90
	//dqm__urltarget5_5 = "_new"
	
	
	//Sub Menu 6 - INFO

	dqm__sub_xy6 = "-180,20"
	dqm__sub_menu_width6 = 210
	dqm__urltarget6_0 = "_new"
	//dqm__urltarget2_0 = "_self"
	//dqm__urltarget2_1 = "_self"
	//dqm__urltarget2_2 = "_new"
	//dqm__urltarget2_3 = "_self"
	//dqm__urltarget2_4 = "_new"
	//dqm__urltarget2_5 = "_self"
	//dqm__urltarget2_6 = "_new"
	//dqm__urltarget2_7 = "_self"
	//dqm__urltarget2_8 = "_self"
	//dqm__urltarget2_9 = "_new"
	
	dqm__subdesc6_0 = " 2008 Annual Financial Report"
	dqm__subdesc6_1 = " Banquets"
	dqm__subdesc6_2 = " Birthday Parties"
	dqm__subdesc6_3 = " Board Meetings"
	dqm__subdesc6_4 = " Code of Conduct"
	dqm__subdesc6_5 = " Cooperative Facilities"
	dqm__subdesc6_6 = " Donate-a-Tree"
	//dqm__subdesc6_6 = " Employment Opportunities"
	dqm__subdesc6_7 = " Evaluation Forms"
	dqm__subdesc6_8 = " Facility Rentals"
	//dqm__subdesc6_9 = " Forms"
	dqm__subdesc6_9 = " From the Director"
	dqm__subdesc6_10 = " Gift Certificates"
	dqm__subdesc6_11 = " League Standings"
	dqm__subdesc6_12 = " Park Bench News"
	dqm__subdesc6_13 = " Photo Privileges"
	dqm__subdesc6_14 = " President's Message"
	dqm__subdesc6_15 = " Registration"
	dqm__subdesc6_16 = " Meet Our Sponsors"
	dqm__subdesc6_17 = " Sponsorships"
	dqm__subdesc6_18 = " Thor Guard Lightning Warning System"
	dqm__subdesc6_19 = " Volunteers"
	
	dqm__icon_index6_0 = 2
	dqm__icon_index6_1 = 2
	dqm__icon_index6_2 = 2
	dqm__icon_index6_3 = 2
	dqm__icon_index6_4 = 2
	dqm__icon_index6_5 = 2
	dqm__icon_index6_6 = 2
	dqm__icon_index6_7 = 2
	dqm__icon_index6_8 = 2
	dqm__icon_index6_9 = 2
	dqm__icon_index6_10 = 2
	dqm__icon_index6_11 = 2
	dqm__icon_index6_12 = 2
	dqm__icon_index6_13 = 2
	dqm__icon_index6_14 = 2
	dqm__icon_index6_15 = 2
	dqm__icon_index6_16 = 2
	dqm__icon_index6_17 = 2
	dqm__icon_index6_18 = 2
	dqm__icon_index6_19 = 2
	
	//dqm__2nd_icon_index2_5 = 1
	
	dqm__url6_0 = "/docs/npdfinance2008.pdf"
	dqm__url6_1 = "http://www.fairwaybanquets.com/" 
	dqm__url6_2 = "/content/anmviewer.asp?a=73&z=7"
	dqm__url6_3 = "/content/anmviewer.asp?a=21&z=5"
	dqm__url6_4 = "/content/anmviewer.asp?a=22&z=5"
	dqm__url6_5 = "/content/anmviewer.asp?a=23&z=5"
	dqm__url6_6 = "/content/anmviewer.asp?a=24&z=5"
	//dqm__url6_6 = "/content/anmviewer.asp?a=25&z=5"
	dqm__url6_7 = "/content/anmviewer.asp?a=18&z=5"
	dqm__url6_8 = "/content/anmviewer.asp?a=15&z=4"
	//dqm__url6_9 = "/content/anmviewer.asp?a=259&z=5"
	dqm__url6_9 = "/content/anmviewer.asp?a=19&z=5"
	dqm__url6_10 = "/content/anmviewer.asp?a=26&z=5"
	dqm__url6_11 = "/content/anmviewer.asp?a=83&z=7"
	dqm__url6_12 = "/content/anmviewer.asp?a=87&z=5"
	dqm__url6_13 = "/content/anmviewer.asp?a=27&z=5"
	dqm__url6_14 = "/content/anmviewer.asp?a=20&z=5"
	dqm__url6_15 = "/content/anmviewer.asp?a=28&z=5"
	dqm__url6_16 = "/content/anmviewer.asp?a=281&z=5"
	dqm__url6_17 = "/content/anmviewer.asp?a=16&z=5"
	dqm__url6_18 = "/content/anmviewer.asp?a=4&z=3"
	dqm__url6_19 = "/content/anmviewer.asp?a=17&z=5"

	/************************************************
	****-------Sub 4 - Item 2 Sub Menu---BOARD MEETINGS----*******
	************************************************/
	
	dqm__sub_xy6_3 = "-5,2"
	dqm__sub_menu_width6_3 = 120
	dqm__text_alignment6_3 = "right"
	
	dqm__subdesc6_3_0 = " Park Board Agendas"
	dqm__subdesc6_3_1 = " Board Minutes"
	
	dqm__icon_index6_3_0 = 2
	dqm__icon_index6_3_1 = 2
	
	dqm__url6_3_0 =  "/content/anmviewer.asp?a=273&z=6"
	dqm__url6_3_1 =  "/content/anmviewer.asp?a=274&z=6"
	
	dqm__2nd_icon_index6_3 = 1
	//dqm__2nd_icon_index4_1 = 1
	
	//Sub Menu 7 - BOARD & STAFF

	dqm__sub_xy7 = "-180,20"
	dqm__sub_menu_width7 = 175
	//dqm__urltarget2_0 = "_self"
	//dqm__urltarget2_1 = "_self"
	//dqm__urltarget2_2 = "_new"
	//dqm__urltarget2_3 = "_self"
	//dqm__urltarget2_4 = "_new"
	//dqm__urltarget2_5 = "_self"
	//dqm__urltarget2_6 = "_new"
	//dqm__urltarget2_7 = "_self"
	//dqm__urltarget2_8 = "_self"
	//dqm__urltarget2_9 = "_new"
	
	dqm__subdesc7_0 = " Park Board of Commissioners"
	dqm__subdesc7_1 = " Administration and Finance"
	dqm__subdesc7_2 = " Aquatics"
	dqm__subdesc7_3 = " Athletics"
	dqm__subdesc7_4 = " Bright Beginnings Preschool"
	dqm__subdesc7_5 = " Golf View Recreation Center"
	dqm__subdesc7_6 = " Iceland Skate and Swim"
	dqm__subdesc7_7 = " Park Services"
	dqm__subdesc7_8 = " Pioneer Park"
	dqm__subdesc7_9 = " Recreation and Registration"
	dqm__subdesc7_10 = " Tam O'Shanter Golf Course"
	dqm__subdesc7_11 = " Tam Tennis Club"
	
	dqm__icon_index7_0 = 2
	dqm__icon_index7_1 = 2
	dqm__icon_index7_2 = 2
	dqm__icon_index7_3 = 2
	dqm__icon_index7_4 = 2
	dqm__icon_index7_5 = 2
	dqm__icon_index7_6 = 2
	dqm__icon_index7_7 = 2
	dqm__icon_index7_8 = 2
	dqm__icon_index7_9 = 2
	dqm__icon_index7_10 = 2
	dqm__icon_index7_11 = 2
	//dqm__icon_index7_12 = 2

	dqm__url7_0 = "/content/anmviewer.asp?a=29&z=6"
	dqm__url7_1 = "/content/anmviewer.asp?a=30&z=6"
	dqm__url7_2 = "/content/anmviewer.asp?a=32&z=6"
	dqm__url7_3 = "/content/anmviewer.asp?a=33&z=6"
	dqm__url7_4 = "/content/anmviewer.asp?a=84&z=6"
	dqm__url7_5 = "/content/anmviewer.asp?a=226&z=6"
	dqm__url7_6 = "/content/anmviewer.asp?a=34&z=6"
	dqm__url7_7 = "/content/anmviewer.asp?a=37&z=6"
	dqm__url7_8 = "/content/anmviewer.asp?a=36&z=6"
	dqm__url7_9 = "/content/anmviewer.asp?a=31&z=6"
	dqm__url7_10 = "/content/anmviewer.asp?a=38&z=6"
	dqm__url7_11 = "/content/anmviewer.asp?a=39&z=6"
