
//  QuickMenu Pro, Copyright (c) 1998 - 2003, OpenCube Inc. - http://www.opencube.com
//
//


	limit_multiple_users = true

/*-------------------------------------------
Colors, Borders, Dividers, and more...
--------------------------------------------*/


	dqm__sub_menu_width = 180      		//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 = "#C0C0C0"		//Hex color or 'transparent'
	dqm__menu_bgcolor = "#EEEEEE"		//Hex color or 'transparent'
	dqm__hl_bgcolor = "#FFFFFF"

	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)


/*-------------------------------------------
Font settings and margins
--------------------------------------------*/


    //Font settings

	dqm__textcolor = "#4A4A4A"
	dqm__fontfamily = "Arial"		//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 = "bold"		//set to: 'normal', or 'bold'
	dqm__fontstyle = "normal"		//set to: 'normal', or 'italic'


    //Rollover font settings

	dqm__hl_textcolor = "#800000"
	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 = 4
	dqm__margin_bottom = 4
	dqm__margin_left = 3
	dqm__margin_right = 3




/*-------------------------------------------
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 = ""
	dqm__icon_rollover0 = ""
	dqm__icon_image_wh0 = ""



    //Absolute positioned icon images (coordinate poitioned)

	//dqm__2nd_icon_image0 = ""
	//dqm__2nd_icon_rollover0 = ""
	//dqm__2nd_icon_image_wh0 = ""
	//dqm__2nd_icon_image_xy0 = ""



/*---------------------------------------------
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 = "fade"
	dqm__sub_item_effect = "none"


    //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 = 98			//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 = 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.

	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 = "images/fnav/mnu1-on.gif"
	dqm__rollover_wh0 = "150,20"
	dqm__url0 = "catalogue.html";


    //Main Menu Item 1

	dqm__rollover_image1 = "images/fnav/mnu2-on.gif"
	dqm__rollover_wh1 = "150,20"
	dqm__url1 = "prices.html";


    //Main Menu Item 2

	dqm__rollover_image2 = "images/fnav/mnu3-on.gif"
	dqm__rollover_wh2 = "150,20"
	dqm__url2 = "faqs.html";


    //Main Menu Item 3

	dqm__rollover_image3 = "images/fnav/mnu4-on.gif"
	dqm__rollover_wh3 = "150,20"
	dqm__url3 = "galleries.html";


    //Main Menu Item 4

	dqm__rollover_image4 = "images/fnav/mnu5-on.gif"
	dqm__rollover_wh4 = "150,20"
	dqm__url4 = "about.html";


    //Main Menu Item 5

	dqm__rollover_image5 = "images/fnav/mnu6-on.gif"
	dqm__rollover_wh5 = "150,21"
	dqm__url5 = "contactus.html";





/**********************************************************************************************
**********************************************************************************************

                              Sub Menu Structure and Text

**********************************************************************************************
**********************************************************************************************/



    //Menu 0

	dqm__sub_xy0 = "1,0"
	dqm__sub_menu_width0 = 120

	dqm__subdesc0_0 = "Sauna Kits"
	dqm__subdesc0_1 = "Modular Saunas"
	dqm__subdesc0_2 = "Infra-Red Saunas"
	dqm__subdesc0_3 = "Log Saunas"
	dqm__subdesc0_4 = "Barrel Sauna"
	dqm__subdesc0_5 = "Door Upgrades"
	dqm__subdesc0_6 = "Heaters"
	dqm__subdesc0_7 = "Accessories"
	

	dqm__icon_index0_0 = 0
	dqm__icon_index0_1 = 0
	dqm__icon_index0_2 = 0
	dqm__icon_index0_3 = 0
	dqm__icon_index0_4 = 0
	dqm__icon_index0_5 = 0
	dqm__icon_index0_6 = 0
	dqm__icon_index0_7 = 0

	dqm__url0_0 = "cat-kits.html"
	dqm__url0_1 = "cat-modular.html"
	dqm__url0_2 = "cat-infrared.html"
	dqm__url0_3 = "cat-log.html"
	dqm__url0_4 = "barrel-sauna.html"
	dqm__url0_5 = "cat-door-upgrades.html"
	dqm__url0_6 = "cat-heaters.html"
	dqm__url0_7 = "cat-accessories.html"
	
	
	    //Sub Menu 0_1

	//dqm__sub_xy0_0 = "-1,-1"
	//dqm__sub_menu_width0_0 = 130

	//dqm__subdesc0_0_0 = "The Barrel Sauna"
	//dqm__icon_index0_0_0 = 0
	//dqm__url0_0_0 = "barrel-sauna.html"


    //Menu 1

	dqm__sub_xy1 = "1,0"
	dqm__sub_menu_width1 = 140

	dqm__subdesc1_0 = "Barrel Sauna"
	dqm__subdesc1_1 = "DIY Kit packages"
	dqm__subdesc1_2 = "Infrared sauna "
	dqm__subdesc1_3 = "Log sauna..Indoor"
	dqm__subdesc1_4 = "Log sauna..outdoor"
	dqm__subdesc1_5 = "Modular sauna..indoor"
	dqm__subdesc1_6 = "Modular sauna...outdoor"
	dqm__subdesc1_7 = "International Shipping"

	dqm__icon_index1_0 = 0
	dqm__icon_index1_1 = 0
	dqm__icon_index1_2 = 0
	dqm__icon_index1_3 = 0
	dqm__icon_index1_4 = 0
	dqm__icon_index1_5 = 0
	dqm__icon_index1_6 = 0
	dqm__icon_index1_7 = 0

	dqm__2nd_icon_index1_0 = 0
	dqm__2nd_icon_index1_1 = 0
	dqm__2nd_icon_index1_2 = 0
	dqm__2nd_icon_index1_3 = 0
	dqm__2nd_icon_index1_4 = 0
	dqm__2nd_icon_index1_5 = 0
	dqm__2nd_icon_index1_6 = 0
	dqm__2nd_icon_index1_7 = 0

	dqm__url1_0 = "barrel-sauna.html"
	dqm__url1_1 = "price-list.html"
	dqm__url1_2 = "cat-infrared.html"
	dqm__url1_3 = "cat-log.html"
	dqm__url1_4 = "cat-log.html"
	dqm__url1_5 = "cat-modular.html"
	dqm__url1_6 = "cat-modular.html"
	dqm__url1_7 = "price-int-shipping.html"



   
    //Sub Menu 1_0

	//dqm__sub_xy1_0 = "-1,-1"
	//dqm__sub_menu_width1_1 = 140

	//dqm__subdesc1_0_0 = "Modular Saunas"
	//dqm__subdesc1_0_1 = "Infra-red Saunas"
	//dqm__subdesc1_0_2 = "Log Saunas"
   // dqm__subdesc1_0_3 = "Barrel Saunas"

	//dqm__icon_index1_0_0 = 0
	//dqm__icon_index1_0_1 = 0
	//dqm__icon_index1_0_2 = 0
   // dqm__icon_index1_0_3 = 0

	//dqm__url1_0_0 = "cat-modular.html"
	//dqm__url1_0_1 = ""
	//dqm__url1_0_2 = "price-list.html"
   // dqm__url1_0_3 = "barrel-sauna.html"



    //Sub Menu 1_1

	//dqm__sub_xy1_1 = "-1,-1"
	//dqm__sub_menu_width1_1 = 140

	//dqm__subdesc1_1_0 = "Western Red Cedar"
	//dqm__subdesc1_1_1 = ""
	//dqm__subdesc1_1_2 = ""


	//dqm__icon_index1_1_0 = 0
	//dqm__icon_index1_1_1 = 0
	//dqm__icon_index1_1_2 = 0


	//dqm__url1_1_0 = "calc-wrc.html"
	//dqm__url1_1_1 = ""
	//dqm__url1_1_2 = ""



    //Menu 2

	dqm__sub_xy2 = "1,0"
	dqm__sub_menu_width2 = 140

	dqm__subdesc2_0 = "What is a Sauna"
	dqm__subdesc2_1 = "Health & Relaxation"
	dqm__subdesc2_2 = "Sauna Building"
	dqm__subdesc2_3 = "How to Select a Sauna"
	dqm__subdesc2_4 = "Ask the Sauna Builder"

	dqm__icon_index2_0 = 0
	dqm__icon_index2_1 = 0
	dqm__icon_index2_2 = 0
	dqm__icon_index2_3 = 0
	dqm__icon_index2_4 = 0

	dqm__url2_0 = "faq-sauna.html"
	dqm__url2_1 = "faq-health-relaxation.html"
	dqm__url2_2 = "faq-building.html"
	dqm__url2_3 = "faq-howselect.html"
	dqm__url2_4 = "ask-the-sauna-builder.html"

	 //Sub Menu 2_2

	//dqm__sub_xy2_2 = "-1,-1"
	//dqm__sub_menu_width2_2 = 120

	//dqm__subdesc2_2_0 = "Kit Contents"
	//dqm__subdesc2_2_1 = "Tools You Will Need"

	//dqm__icon_index2_2_0 = 0
	//dqm__icon_index2_2_1 = 0

	//dqm__url2_2_0 = "faq-kit-contents.html"
	//dqm__url2_2_1 = "faq-tools.html"



    //Menu 3

	//dqm__sub_xy3 = "1,0"
	//dqm__sub_menu_width3 = 120

//	dqm__subdesc3_0 = "Gallery #1"
//	dqm__subdesc3_1 = "Gallery #2"
	//dqm__subdesc3_2 = "Gallery #3"
//	dqm__subdesc3_3 = "Gallery #4"

//	dqm__icon_index3_0 = 0
	//dqm__icon_index3_1 = 0
	//dqm__icon_index3_2 = 0
	//dqm__icon_index3_3 = 0

	//dqm__url3_0 = "gallery1.html"
	//dqm__url3_1 = "gallery2.html"
	//dqm__url3_2 = "gallery3.html"
	//dqm__url3_3 = "gallery4.html"

	//Menu 4

	dqm__sub_xy4 = "1,0"
	dqm__sub_menu_width4 = 150

	dqm__subdesc4_0 = "About Saunakits"
	dqm__subdesc4_1 = "The Saunakits Advantage"
	dqm__subdesc4_2 = "Presidents Message"
	dqm__subdesc4_3 = "Testimonials"

	dqm__icon_index4_0 = 0
	dqm__icon_index4_1 = 0
	dqm__icon_index4_2 = 0
	dqm__icon_index4_3 = 0

	dqm__url4_0 = "about.html"
	dqm__url4_1 = "about-advantage.html"
	dqm__url4_2 = "about-presmessage.html"
	dqm__url4_3 = "about-testimonials.html"


	//Menu 5

	dqm__sub_xy5 = "1,0"
	dqm__sub_menu_width5 = 140

	dqm__subdesc5_0 = "Contact Saunakits"
	dqm__subdesc5_1 = "Request Information"


	dqm__icon_index5_0 = 0
	dqm__icon_index5_1 = 0


	dqm__url5_0 = "contactus.html"
	dqm__url5_1 = "contact-rfi.html"

