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

	dqm__sub_menu_width = 120     		//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 = "#FFFFFF"		//Hex color or 'transparent'
	dqm__divider_color = "#FFFFFF"
	dqm__menu_bgcolor = "#827A6D"		//Hex color or 'transparent'
	dqm__hl_bgcolor = "#534736"		

	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)

	limit_multiple_users = true
	restrict_access = true
	sequence = '9x44_5'

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

	dqm__textcolor = "#FFFFFF"
	dqm__fontfamily = "Arial, Helvetica, sans-serif"		//Any available system font     
	dqm__fontsize = 11			//Defined with pixel sizing  	
	dqm__fontsize_ie4 = 10			//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 = 2
	dqm__margin_left = 6
	dqm__margin_right = 4

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

	dqm__show_urls_statusbar = false


/*-------------------------------------------
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 = 2			//drop shadow width
	dqm__dropshadow_offy = 2			//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 = -300

    //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_code3_3 = "MM_openBrWindow('http://www.bluejackets.com/ice/hive/popup.html','','width=580,height=480')"




/*---------------------------------------------
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_width10 = 1;
	//dqm__divider_height10 = 1;		
	//dqm__border_color10 = "#FFFFFF";     
	//dqm__menu_bgcolor10 = "#000000"
	//dqm__hl_bgcolor10 = "#cccccc"
	//dqm__hl_textcolor10 = "#ffffff"
	//dqm__text_alignment10 = "left"
	//dqm__textcolor10 = "#ffffff"


    //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__urltarget0_7 = "_new"
	//dqm__urltarget1_8 = "_new"	
	//dqm__urltarget3_8 = "_new"
	//dqm__urltarget5_5 = "_new"
	//dqm__urltarget6_0 = "_new"
	//dqm__urltarget6_2 = "_new"




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

                           Main Menu Rollover Images and Links  

**********************************************************************************************
**********************************************************************************************/
    //Main Menu Item 0 - Locator
	dqm__rollover_image0 = "/graphics/nav/locator.gif"
	dqm__rollover_wh0 = "86,22"
	dqm__url0 = "/locator/";  
	
    //Main Menu Item 1 - About Gold's
	dqm__rollover_image1 = "/graphics/nav/about.gif"
	dqm__rollover_wh1 = "87,22"
	dqm__url1 = "/golds/"; 

    //Main Menu Item 2 - Get Healthy
	dqm__rollover_image2 = "/graphics/nav/healthy.gif"
	dqm__rollover_wh2 = "107,22"
	dqm__url2 = "/healthy/";   

    //Main Menu Item 3 - Customer Care
	dqm__rollover_image3 = "/graphics/nav/customer.gif"
	dqm__rollover_wh3 = "98,22"
	dqm__url3 = "/customer/contact_us.php";

    //Main Menu Item 4 - Gold's Gear
	dqm__rollover_image4 = "/graphics/nav/gear.gif"
	dqm__rollover_wh4 = "85,22"
	dqm__url4 = "http://www.goldsgear.com/cgi-bin/frontrunner.cgi?ri=0&rc=GGYM&ro=T&rs=&bu=0&ki=&ctc=1&os=GOLDSGYM";   
	dqm__urltarget4 = "_new"
	
	//Main Menu Item 5 - Franchising
	dqm__rollover_image5 = "/graphics/nav/franchising.gif"
	dqm__rollover_wh5 = "81,22"
	dqm__url5 = "/golds/franchising/";   
	
	


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

                              Sub Menu Structure and Text  

**********************************************************************************************
**********************************************************************************************/  
//Sub Menu 0 - Gym Locator
	dqm__sub_xy0 = "-56,25"
	dqm__sub_menu_width0 = 130

//Sub Menu 1 - All About Gold's
	dqm__sub_xy1 = "-92,24"
	dqm__sub_menu_width1 = 97

	dqm__subdesc1_0 = "Gold's Story"
	dqm__subdesc1_1 = "Press Room"
	dqm__subdesc1_2 = "National Events"
	dqm__subdesc1_3 = "National Promotions"
	dqm__subdesc1_4 = "Gold's VIPs"
	dqm__subdesc1_5 = "Careers"
 	dqm__subdesc1_6 = "Corporate Wellness"
 	dqm__subdesc1_7 = "Contact Gold's"

	dqm__url1_0 = "/golds/index.php"
	dqm__url1_1 = "/golds/pressroom/index.php"
	dqm__url1_2 = "/golds/events.php"
	dqm__url1_3 = "/golds/promotions.php"
	dqm__url1_4 = "/golds/vip.php"
	dqm__url1_5 = "/golds/jobs.php"
	dqm__url1_6 = "/golds/wellness.php"
 	dqm__url1_7 = "/golds/contact.php"
	
//Sub Menu 2 - Healthy
	dqm__sub_xy2 = "-111,24"
	dqm__sub_menu_width2 = 117

	dqm__subdesc2_0 = "Recent Articles"
	dqm__subdesc2_1 = "Workout"
	dqm__subdesc2_2 = "Nutrition"
	dqm__subdesc2_3 = "Health"
	dqm__subdesc2_4 = "Fight Diabetes with Fitness"

	dqm__url2_0 = "/healthy/index.php"	
	dqm__url2_1 = "/healthy/workout.php"
	dqm__url2_2 = "/healthy/nutrition.php"
	dqm__url2_3 = "/healthy/health.php"
	dqm__url2_4 = "/healthy/diabetes.php"


//Sub Menu 3 - Customer Care
	dqm__sub_xy3 = "-109,24"
	dqm__sub_menu_width3 = 120

//Sub Menu 4 - Gold's Gear
	dqm__sub_xy4 = "-85,24"
	dqm__sub_menu_width4 = 130


//Sub Menu 5 - Franchising
	dqm__sub_xy5 = "-100,24"
	dqm__sub_menu_width1 = 97

	dqm__subdesc5_0 = "Why Gold's Gym?"
	dqm__subdesc5_1 = "Why The Fitness Industry?"
	dqm__subdesc5_2 = "Why Franchise?"
	dqm__subdesc5_3 = "Franchise Support"
	dqm__subdesc5_4 = "Next Steps"

	dqm__url5_0 = "/golds/franchising/index.php"
	dqm__url5_1 = "/golds/franchising/facts.php"
	dqm__url5_2 = "/golds/franchising/master.php"
	dqm__url5_3 = "/golds/franchising/support.php"
	dqm__url5_4 = "/golds/franchising/steps.php"
