dqm__onload_code = "alert('custom function - onload')"
dqm__onload_code = "setStat();populate();"


/*-------------------------------------------
Colors, Borders, Dividers, and more...
--------------------------------------------*/

	dqm__sub_menu_width = 50      		//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 = "#69394F"		//Hex color or 'transparent'
	dqm__menu_bgcolor = "#FEFEFE"		//Hex color or 'transparent'
	dqm__hl_bgcolor = "ECE8E8"     //Hex color or 'transparent'       

	dqm__mouse_off_delay = 200		//defined in milliseconds (activated after mouse stops)
	dqm__nn4_mouse_off_delay = 100	//defined in milliseconds (activated after leaving sub)

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

    //Font settings

	dqm__textcolor = "#004040"
	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 = "#004040"
	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 = 6
	dqm__margin_bottom = 6
	dqm__margin_left = 8
	dqm__margin_right = 4

/*-------------------------------------------
Internet Explorer Transition Effects
--------------------------------------------*/

    //Options include - none | fade | pixelate |iris | slide | gradientwipe | checkerboard | radialwipe | randombars | randomdissolve | stretch

	dqm__sub_menu_effect = "radialwipe"
	dqm__sub_item_effect = "none"


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


    //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 = 4			//drop shadow width
	dqm__dropshadow_offy = 4			//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 = 10
	dqm__osx_ie5mac_offset_Y = 15

	dqm__ie4mac_offset_X = -8
	dqm__ie4mac_offset_Y = -50


    //Netscape 4 resize bug workaround.

	dqm__nn4_reaload_after_resize = true
	dqm__nn4_resize_prompt_user = 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

/*-------------------------------------------
Main Menu Rollover Images and Links  
----------------------------------------------*/

    //Main Menu Item 0
	dqm__rollover_image0 = "home2.gif"
	dqm__rollover_wh0 = "92,42"
	dqm__url0 = "index.html";
	dqm__status_text0 = "First Strides ~ Home"

    //Main Menu Item 1
	dqm__rollover_image1 = "allentown2.gif"
	dqm__rollover_wh1 = "92,42"
	dqm__status_text1 = "First Strides ~ Allentown"

    //Sub Menu 1
	dqm__sub_xy1 = "-92,42"
	dqm__sub_menu_width1 = 92

	dqm__subdesc1_0 = "Tuesday"
	dqm__url1_0 = "allentown_tuesday.html";
	dqm__status_text1_0 = "Allentown - Tuesday"
        dqm__urltarget1_0 = "_self"

	dqm__subdesc1_1 = "Wednesday"
	dqm__url1_1 = "allentown_wednesday.html";
	dqm__status_text1_1 = "Allentown - Wednesday"
        dqm__urltarget1_1 = "_self"


    //Main Menu Item 2
	dqm__rollover_image2 = "bsi2.gif"
	dqm__rollover_wh2 = "92,42"
	dqm__url2 = "bsi.html";
	dqm__status_text2 = "First Strides ~ Bethlehem Sand Island"


    //Main Menu Item 3
	dqm__rollover_image3 = "btcc2.gif"
	dqm__rollover_wh3 = "92,42"
	dqm__url3 = "";
	dqm__status_text3 = "First Strides ~ Bethlehem Township Community Center"

    //Sub Menu 3
	dqm__sub_xy3 = "-92,42"
	dqm__sub_menu_width3 = 92

	dqm__subdesc3_0 = "Morning"
	dqm__url3_0 = "bttc_morning.html";
	dqm__status_text3_0 = "Bethlehem Township Community Center - Morning"
        dqm__urltarget3_0 = "_self"

	dqm__subdesc3_1 = "Evening"
	dqm__url3_1 = "bttc_evening.html";
	dqm__status_text3_1 = "Bethlehem Township Community Center - Evening"


    //Main Menu Item 4
	dqm__rollover_image4 = "htcc2.gif"
	dqm__rollover_wh4 = "92,42"
	dqm__url4 = "htcc.html";
	dqm__status_text4 = "First Strides ~ Hanover Township Community Center"


    //Main Menu Item 5
	dqm__rollover_image5 = "stroudsburg2.gif"
	dqm__rollover_wh5 = "92,42"
	dqm__url5 = "stroudsburg.html";
	dqm__status_text5 = "First Strides ~ Stroudsburg"


    //Main Menu Item 6
	dqm__rollover_image6 = "faqs2.gif"
	dqm__rollover_wh6 = "92,42"
	dqm__url6 = "";
	dqm__status_text6 = "First Strides ~ FAQ's"


    //Sub Menu 6
	dqm__sub_xy6 = "-218,42"
	dqm__sub_menu_width6 = 218

        dqm__subdesc6_0 = "How can I find a beginner's walk/run program near me ?<br></font>"
	dqm__url6_0 = "findprogram.html";
	dqm__status_text6_0 = "First Strides ~ Find a program"
        dqm__urltarget6_0 = "_self"

	dqm__subdesc6_1 = "How can I get started on a walking or running training program for myself ?<br></font>"
	dqm__url6_1 = "startmyself.html";
	dqm__status_text6_1 = "First Strides ~ Start my own program"
        dqm__urltarget6_1 = "_self"

	dqm__subdesc6_2 = "How can we start a 'First Strides' program in our area ?</font>"
	dqm__url6_2 = "startprogram.html";
	dqm__status_text6_2 = "First Strides ~ Start a program"
        dqm__urltarget6_2 = "_self"


    //Main Menu Item 7
	dqm__rollover_image7 = "handouts2.gif"
	dqm__rollover_wh7 = "92,42"
	dqm__url7 = "handouts.html";
	dqm__status_text7 = "First Strides ~ Class Handouts"

         


limit_multiple_users = true
sequence = "9x88_4"
