//  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 = 1

	dqm__border_color = "#000000"		//Hex color or 'transparent'
	dqm__menu_bgcolor = "#E6F002"		//Hex color or 'transparent'
	dqm__hl_bgcolor = "#FFCC00"		

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


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

    //Font settings

	dqm__textcolor = "#333333"
	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 = "#000000"
	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/sample2_bullet.gif"
//	dqm__icon_rollover0 = "images/sample2_bullet_hl.gif"
//	dqm__icon_image_wh0 = "13,8"

	

    //Absolute positioned icon images (coordinate poitioned)

	dqm__2nd_icon_image0 = "images/sample2_arrow.gif"
	dqm__2nd_icon_rollover0 = "images/sample2_arrow.gif"
	dqm__2nd_icon_image_wh0 = "13,10"
	dqm__2nd_icon_image_xy0 = "0,4"



/*---------------------------------------------
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 = "none"
	dqm__sub_item_effect = "none"


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


    //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__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
----------------------------------------------*/


    //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 Pool Tables

	dqm__rollover_image0 = "images/right_17.gif"
	dqm__rollover_wh0 = "102,16"
	dqm__url0 = "#";   


    //Main Menu Item 1 Service

	dqm__rollover_image1 = "images/right_18.gif"
	dqm__rollover_wh1 = "71,16"
	dqm__url1 = "Service.shtml";


    //Main Menu Item 2 History

	dqm__rollover_image2 = "images/right_19.gif"
	dqm__rollover_wh2 = "77,16"
	dqm__url2 = "#";   


    //Main Menu Item 3 Accessories

	dqm__rollover_image3 = "images/right_20.gif"
	dqm__rollover_wh3 = "110,16"
	dqm__url3 = "#";   
  
    //Main Menu Item 4 Game Tables

	dqm__rollover_image4 = "images/right_21.gif"
	dqm__rollover_wh4 = "120,16"
	dqm__url4 = "#";   

dqm__icon_image0 = "images/small/excalibur.jpg"; dqm__icon_rollover0 = dqm__icon_image0; dqm__icon_image_wh0 = "64,33";
dqm__icon_image1 = "images/small/luis.jpg"; dqm__icon_rollover1 = dqm__icon_image1; dqm__icon_image_wh1 = "64,33";
dqm__icon_image2 = "images/small/rococo.jpg"; dqm__icon_rollover2 = dqm__icon_image2; dqm__icon_image_wh2 = "64,33";
dqm__icon_image3 = "images/small/standrews.jpg"; dqm__icon_rollover3 = dqm__icon_image3; dqm__icon_image_wh3 = "64,33";
dqm__icon_image4 = "images/small/stleone.jpg"; dqm__icon_rollover4 = dqm__icon_image4; dqm__icon_image_wh4 = "64,33";
dqm__icon_image5 = "images/small/symphony.jpg"; dqm__icon_rollover5 = dqm__icon_image5; dqm__icon_image_wh5 = "64,33";
dqm__icon_image6 = "images/small/augusta.jpg"; dqm__icon_rollover6 = dqm__icon_image6; dqm__icon_image_wh6 = "64,33";
dqm__icon_image7 = "images/small/dona.jpg"; dqm__icon_rollover7 = dqm__icon_image7; dqm__icon_image_wh7 = "64,33";
dqm__icon_image8 = "images/small/innsbruck.jpg"; dqm__icon_rollover8 = dqm__icon_image8; dqm__icon_image_wh8 = "64,33";
dqm__icon_image9 = "images/small/lafayette.jpg"; dqm__icon_rollover9 = dqm__icon_image9; dqm__icon_image_wh9 = "64,33";
dqm__icon_image10 = "images/small/montra.jpg"; dqm__icon_rollover10 = dqm__icon_image10; dqm__icon_image_wh10 = "64,33";
dqm__icon_image11 = "images/small/orleans.jpg"; dqm__icon_rollover11 = dqm__icon_image11; dqm__icon_image_wh11 = "64,33";
dqm__icon_image12 = "images/small/remington.jpg"; dqm__icon_rollover12 = dqm__icon_image12; dqm__icon_image_wh12 = "64,33";
dqm__icon_image13 = "images/small/royale.jpg"; dqm__icon_rollover13 = dqm__icon_image13; dqm__icon_image_wh13 = "64,33";
dqm__icon_image14 = "images/small/santa.jpg"; dqm__icon_rollover14 = dqm__icon_image14; dqm__icon_image_wh14 = "64,33";
dqm__icon_image15 = "images/small/seville.jpg"; dqm__icon_rollover15 = dqm__icon_image15; dqm__icon_image_wh15 = "64,33";
dqm__icon_image16 = "images/small/wentworth.jpg"; dqm__icon_rollover16 = dqm__icon_image16; dqm__icon_image_wh16 = "64,33";
dqm__icon_image17 = "images/small/eclipse.jpg"; dqm__icon_rollover17 = dqm__icon_image17; dqm__icon_image_wh17 = "64,33";
dqm__icon_image18 = "images/small/gem.jpg"; dqm__icon_rollover18 = dqm__icon_image18; dqm__icon_image_wh18 = "64,33";
dqm__icon_image19 = "images/small/gibraltor.jpg"; dqm__icon_rollover19 = dqm__icon_image19; dqm__icon_image_wh19 = "64,33";
dqm__icon_image20 = "images/small/provincial.jpg"; dqm__icon_rollover20 = dqm__icon_image20; dqm__icon_image_wh20 = "64,33";
dqm__icon_image21 = "images/small/reno.jpg"; dqm__icon_rollover21 = dqm__icon_image21; dqm__icon_image_wh21 = "64,33";
dqm__icon_image22 = "images/small/southern.jpg"; dqm__icon_rollover22 = dqm__icon_image22; dqm__icon_image_wh22 = "64,33";
dqm__icon_image23 = "images/small/virginian.jpg"; dqm__icon_rollover23 = dqm__icon_image23; dqm__icon_image_wh23 = "64,33";
dqm__icon_image24 = "images/small/drake.jpg"; dqm__icon_rollover24 = dqm__icon_image24; dqm__icon_image_wh24 = "64,33";
dqm__icon_image25 = "images/small/sherraton.jpg"; dqm__icon_rollover25 = dqm__icon_image25; dqm__icon_image_wh25 = "64,33";
dqm__icon_image26 = "images/small/monarch.jpg"; dqm__icon_rollover26 = dqm__icon_image26; dqm__icon_image_wh26 = "64,33";
dqm__icon_image27 = "images/small/monterey.jpg"; dqm__icon_rollover27 = dqm__icon_image27; dqm__icon_image_wh27 = "64,33";
dqm__icon_image28 = "images/small/sahara.jpg"; dqm__icon_rollover28 = dqm__icon_image28; dqm__icon_image_wh28 = "64,33";
dqm__icon_image29 = "images/small/york.jpg"; dqm__icon_rollover29 = dqm__icon_image29; dqm__icon_image_wh29 = "64,33";
dqm__icon_image30 = "images/small/champ.jpg"; dqm__icon_rollover30 = dqm__icon_image30; dqm__icon_image_wh30 = "64,33";
dqm__icon_image31 = "images/small/grand.jpg"; dqm__icon_rollover31 = dqm__icon_image31; dqm__icon_image_wh31 = "64,33";
dqm__icon_image32 = "images/small/chrome.jpg"; dqm__icon_rollover32 = dqm__icon_image32; dqm__icon_image_wh32 = "64,33";
dqm__icon_image33 = "images/small/harley.jpg"; dqm__icon_rollover33 = dqm__icon_image33; dqm__icon_image_wh33 = "64,33";
dqm__icon_image34 = "images/small/bud.jpg"; dqm__icon_rollover34 = dqm__icon_image34; dqm__icon_image_wh34 = "64,33";
dqm__icon_image35 = "images/small/pubh.jpg"; dqm__icon_rollover35 = dqm__icon_image35; dqm__icon_image_wh35 = "64,33";
dqm__icon_image36 = "images/small/cpub.jpg"; dqm__icon_rollover36 = dqm__icon_image36; dqm__icon_image_wh36 = "64,33";
dqm__icon_image37 = "images/small/pub.jpg"; dqm__icon_rollover37 = dqm__icon_image37; dqm__icon_image_wh37 = "64,33";
dqm__icon_image38 = "images/small/ballrack.jpg"; dqm__icon_rollover38 = dqm__icon_image38; dqm__icon_image_wh38 = "64,33";
dqm__icon_image39 = "images/small/mballrack.jpg"; dqm__icon_rollover39 = dqm__icon_image39; dqm__icon_image_wh39 = "64,33";
dqm__icon_image40 = "images/small/mfballrack.jpg"; dqm__icon_rollover40 = dqm__icon_image40; dqm__icon_image_wh40 = "64,33";
dqm__icon_image41 = "images/small/cuecab.jpg"; dqm__icon_rollover41 = dqm__icon_image41; dqm__icon_image_wh41 = "64,33";
dqm__icon_image42 = "images/small/standc.jpg"; dqm__icon_rollover42 = dqm__icon_image42; dqm__icon_image_wh42 = "64,33";
dqm__icon_image43 = "images/small/stands.jpg"; dqm__icon_rollover43 = dqm__icon_image43; dqm__icon_image_wh43 = "64,33";
dqm__icon_image44 = "images/small/chalk.jpg"; dqm__icon_rollover44 = dqm__icon_image44; dqm__icon_image_wh44 = "64,33";
dqm__icon_image45 = "images/small/dchalk.jpg"; dqm__icon_rollover45 = dqm__icon_image45; dqm__icon_image_wh45 = "64,33";
dqm__icon_image46 = "images/small/dine.jpg"; dqm__icon_rollover46 = dqm__icon_image46; dqm__icon_image_wh46 = "64,33";
dqm__icon_image47 = "images/small/gametable.jpg"; dqm__icon_rollover47 = dqm__icon_image47; dqm__icon_image_wh47 = "64,33";
  



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

                              Sub Menu Structure and Text  

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


    //Sub Menu 0 Pool Tables

	dqm__sub_xy0 = "-102,19"
	dqm__sub_menu_width0 = 135

dqm__subdesc0_0 = "Olhausen"
dqm__2nd_icon_index0_0 = "0"
dqm__subdesc0_0_0 = "Select Series"
dqm__sub_xy0_0 = "0,0"
dqm__sub_menu_width0_0 = "180"
dqm__2nd_icon_index0_0_0 = "0"
dqm__sub_menu_width0_0_0 = "200"
dqm__subdesc0_0_0_0 = "Excalibur"; dqm__icon_index0_0_0_0 = "0";
dqm__subdesc0_0_0_1 = "Louis XIV"; dqm__icon_index0_0_0_1 = "1";
dqm__subdesc0_0_0_2 = "Rococo"; dqm__icon_index0_0_0_2 = "2";
dqm__subdesc0_0_0_3 = "St. Andrews"; dqm__icon_index0_0_0_3 = "3";
dqm__subdesc0_0_0_4 = "St. Leone"; dqm__icon_index0_0_0_4 = "4";
dqm__subdesc0_0_0_5 = "Symphony"; dqm__icon_index0_0_0_5 = "5";
dqm__url0_0_0_0 = "OlhSelExc.shtml"; 
dqm__url0_0_0_1 = "OlhSelLou.shtml"; 
dqm__url0_0_0_2 = "OlhSelRoc.shtml"; 
dqm__url0_0_0_3 = "OlhSelSta.shtml"; 
dqm__url0_0_0_4 = "OlhSelStl.shtml"; 
dqm__url0_0_0_5 = "OlhSelSym.shtml"; 
dqm__subdesc0_0_1 = "Solid Wood A-M"
dqm__sub_xy0_1 = "0,0"
dqm__sub_menu_width0_1 = "180"
dqm__2nd_icon_index0_0_1 = "0"
dqm__sub_menu_width0_0_1 = "200"
dqm__subdesc0_0_1_0 = "Augusta"; dqm__icon_index0_0_1_0 = "6";
dqm__subdesc0_0_1_1 = "Dona Marie"; dqm__icon_index0_0_1_1 = "7";
dqm__subdesc0_0_1_2 = "Innsbruck"; dqm__icon_index0_0_1_2 = "8";
dqm__subdesc0_0_1_3 = "Lafayette"; dqm__icon_index0_0_1_3 = "9";
dqm__subdesc0_0_1_4 = "Montrachet"; dqm__icon_index0_0_1_4 = "10";
dqm__url0_0_1_0 = "OlhSWAAug.shtml"; 
dqm__url0_0_1_1 = "OlhSWADon.shtml"; 
dqm__url0_0_1_2 = "OlhSWAInn.shtml"; 
dqm__url0_0_1_3 = "OlhSWALaf.shtml"; 
dqm__url0_0_1_4 = "OlhSWAMon.shtml"; 
dqm__subdesc0_0_2 = "Solid Wood N-Z"
dqm__sub_xy0_2 = "0,0"
dqm__sub_menu_width0_2 = "180"
dqm__2nd_icon_index0_0_2 = "0"
dqm__sub_menu_width0_0_2 = "200"
dqm__subdesc0_0_2_0 = "New Orleans"; dqm__icon_index0_0_2_0 = "11";
dqm__subdesc0_0_2_1 = "Remington"; dqm__icon_index0_0_2_1 = "12";
dqm__subdesc0_0_2_2 = "Royale"; dqm__icon_index0_0_2_2 = "13";
dqm__subdesc0_0_2_3 = "Santa Ana"; dqm__icon_index0_0_2_3 = "14";
dqm__subdesc0_0_2_4 = "Seville"; dqm__icon_index0_0_2_4 = "15";
dqm__subdesc0_0_2_5 = "Wentworth"; dqm__icon_index0_0_2_5 = "16";
dqm__url0_0_2_0 = "OlhSWNNew.shtml"; 
dqm__url0_0_2_1 = "OlhSWNRem.shtml"; 
dqm__url0_0_2_2 = "OlhSWNRoy.shtml"; 
dqm__url0_0_2_3 = "OlhSWNSan.shtml"; 
dqm__url0_0_2_4 = "OlhSWNSev.shtml"; 
dqm__url0_0_2_5 = "OlhSWNWen.shtml"; 
dqm__subdesc0_0_3 = "Veneer Tables"
dqm__sub_xy0_3 = "0,0"
dqm__sub_menu_width0_3 = "180"
dqm__2nd_icon_index0_0_3 = "0"
dqm__sub_menu_width0_0_3 = "200"
dqm__subdesc0_0_3_0 = "Eclipse"; dqm__icon_index0_0_3_0 = "17";
dqm__subdesc0_0_3_1 = "Jem"; dqm__icon_index0_0_3_1 = "18";
dqm__subdesc0_0_3_2 = "Oak Gibraltar"; dqm__icon_index0_0_3_2 = "19";
dqm__subdesc0_0_3_3 = "Provincial"; dqm__icon_index0_0_3_3 = "20";
dqm__subdesc0_0_3_4 = "Reno"; dqm__icon_index0_0_3_4 = "21";
dqm__subdesc0_0_3_5 = "Southern"; dqm__icon_index0_0_3_5 = "22";
dqm__subdesc0_0_3_6 = "Virginian"; dqm__icon_index0_0_3_6 = "23";
dqm__url0_0_3_0 = "OlhVenEcl.shtml"; 
dqm__url0_0_3_1 = "OlhVenGem.shtml"; 
dqm__url0_0_3_2 = "OlhVenOak.shtml"; 
dqm__url0_0_3_3 = "OlhVenPro.shtml"; 
dqm__url0_0_3_4 = "OlhVenRen.shtml"; 
dqm__url0_0_3_5 = "OlhVenSou.shtml"; 
dqm__url0_0_3_6 = "OlhVenVir.shtml"; 
dqm__subdesc0_0_4 = "Laminate Tables"
dqm__sub_xy0_4 = "0,0"
dqm__sub_menu_width0_4 = "180"
dqm__2nd_icon_index0_0_4 = "0"
dqm__sub_menu_width0_0_4 = "200"
dqm__subdesc0_0_4_0 = "Drake II"; dqm__icon_index0_0_4_0 = "24";
dqm__subdesc0_0_4_1 = "Sheraton"; dqm__icon_index0_0_4_1 = "25";
dqm__url0_0_4_0 = "OlhLamDra.shtml"; 
dqm__url0_0_4_1 = "OlhLamShe.shtml"; 
dqm__subdesc0_0_5 = "Modern Tables"
dqm__sub_xy0_5 = "0,0"
dqm__sub_menu_width0_5 = "180"
dqm__2nd_icon_index0_0_5 = "0"
dqm__sub_menu_width0_0_5 = "200"
dqm__subdesc0_0_5_0 = "Monarch"; dqm__icon_index0_0_5_0 = "26";
dqm__subdesc0_0_5_1 = "Monterey"; dqm__icon_index0_0_5_1 = "27";
dqm__subdesc0_0_5_2 = "Sahara"; dqm__icon_index0_0_5_2 = "28";
dqm__subdesc0_0_5_3 = "York"; dqm__icon_index0_0_5_3 = "29";
dqm__url0_0_5_0 = "OlhModMona.shtml"; 
dqm__url0_0_5_1 = "OlhModMont.shtml"; 
dqm__url0_0_5_2 = "OlhModSah.shtml"; 
dqm__url0_0_5_3 = "OlhModYor.shtml"; 
dqm__subdesc0_0_6 = "Championship Series"
dqm__sub_xy0_6 = "0,0"
dqm__sub_menu_width0_6 = "180"
dqm__2nd_icon_index0_0_6 = "0"
dqm__sub_menu_width0_0_6 = "200"
dqm__subdesc0_0_6_0 = "Champion Pro"; dqm__icon_index0_0_6_0 = "30";
dqm__subdesc0_0_6_1 = "Grand Champion"; dqm__icon_index0_0_6_1 = "31";
dqm__url0_0_6_0 = "OlhChaCha.shtml"; 
dqm__url0_0_6_1 = "OlhChaGra.shtml"; 
dqm__subdesc0_0_7 = "Specialty Tables"
dqm__sub_xy0_7 = "0,0"
dqm__sub_menu_width0_7 = "180"
dqm__2nd_icon_index0_0_7 = "0"
dqm__sub_menu_width0_0_7 = "200"
dqm__subdesc0_0_7_0 = "Chrome Harley"; dqm__icon_index0_0_7_0 = "32";
dqm__subdesc0_0_7_1 = "Harley Custom"; dqm__icon_index0_0_7_1 = "33";
dqm__subdesc0_0_7_2 = "Budweiser Special"; dqm__icon_index0_0_7_2 = "34";
dqm__url0_0_7_0 = "OlhSpeChr.shtml"; 
dqm__url0_0_7_1 = "OlhSpeHar.shtml"; 
dqm__url0_0_7_2 = "OlhSpeBud.shtml"; 
dqm__subdesc0_0_8 = "Pub Tables"
dqm__sub_xy0_8 = "0,0"
dqm__sub_menu_width0_8 = "180"
dqm__2nd_icon_index0_0_8 = "0"
dqm__sub_menu_width0_0_8 = "200"
dqm__subdesc0_0_8_0 = "Half-Round Pub"; dqm__icon_index0_0_8_0 = "35";
dqm__subdesc0_0_8_1 = "Corner Pub"; dqm__icon_index0_0_8_1 = "36";
dqm__subdesc0_0_8_2 = "Pub Table"; dqm__icon_index0_0_8_2 = "37";
dqm__url0_0_8_0 = "OlhPubHal.shtml"; 
dqm__url0_0_8_1 = "OlhPubCor.shtml"; 
dqm__url0_0_8_2 = "OlhPubPub.shtml"; 
dqm__subdesc0_0_9 = "Ball Racks"
dqm__sub_xy0_9 = "0,0"
dqm__sub_menu_width0_9 = "180"
dqm__2nd_icon_index0_0_9 = "0"
dqm__sub_menu_width0_0_9 = "200"
dqm__subdesc0_0_9_0 = "Ball Rack"; dqm__icon_index0_0_9_0 = "38";
dqm__subdesc0_0_9_1 = "Mirrored Ball Rack"; dqm__icon_index0_0_9_1 = "39";
dqm__subdesc0_0_9_2 = "Deluxe Ball Rack"; dqm__icon_index0_0_9_2 = "40";
dqm__url0_0_9_0 = "OlhBalBal.shtml"; 
dqm__url0_0_9_1 = "OlhBalMir.shtml"; 
dqm__url0_0_9_2 = "OlhBalDel.shtml"; 
dqm__subdesc0_0_10 = "Cue Stands"
dqm__sub_xy0_10 = "0,0"
dqm__sub_menu_width0_10 = "180"
dqm__2nd_icon_index0_0_10 = "0"
dqm__sub_menu_width0_0_10 = "200"
dqm__subdesc0_0_10_0 = "Cue Cabinets"; dqm__icon_index0_0_10_0 = "41";
dqm__subdesc0_0_10_1 = "Corner Cue Stand"; dqm__icon_index0_0_10_1 = "42";
dqm__subdesc0_0_10_2 = "Deluxe Wall Stand"; dqm__icon_index0_0_10_2 = "43";
dqm__url0_0_10_0 = "OlhCueCue.shtml"; 
dqm__url0_0_10_1 = "OlhCueCor.shtml"; 
dqm__url0_0_10_2 = "OlhCueDel.shtml"; 
dqm__subdesc0_0_11 = "Accessories"
dqm__sub_xy0_11 = "0,0"
dqm__sub_menu_width0_11 = "180"
dqm__2nd_icon_index0_0_11 = "0"
dqm__sub_menu_width0_0_11 = "200"
dqm__subdesc0_0_11_0 = "Chalk Holder"; dqm__icon_index0_0_11_0 = "44";
dqm__subdesc0_0_11_1 = "Deluxe Chalk holder"; dqm__icon_index0_0_11_1 = "45";
dqm__subdesc0_0_11_2 = "Wood Dining Top"; dqm__icon_index0_0_11_2 = "46";
dqm__subdesc0_0_11_3 = "2-in-1 Game Tables"; dqm__icon_index0_0_11_3 = "47";
dqm__url0_0_11_0 = "OlhAccCha.shtml"; 
dqm__url0_0_11_1 = "OlhAccDel.shtml"; 
dqm__url0_0_11_2 = "OlhAccWoo.shtml"; 
dqm__url0_0_11_3 = "OlhAcc2in1.shtml"; 
dqm__subdesc0_1 = "Playing Package";
dqm__subdesc0_2 = "Cloth Covers";
dqm__subdesc0_3 = "Room Size Chart";
dqm__url0_1 = "PlayingPackage.shtml";
dqm__url0_2 = "ClothColors.shtml";
dqm__url0_3 = "RoomSize.shtml";

    //Sub Menu 1 Service

	dqm__sub_xy1 = "-71,19"
	dqm__sub_menu_width1 = 145

	dqm__subdesc1_0 = "Billiard Cloth Replacing"
	dqm__subdesc1_1 = "Set Ups"
	dqm__subdesc1_2 = "Leveling"
	dqm__subdesc1_3 = "Moving"
	dqm__subdesc1_4 = "Disassembles"
	dqm__subdesc1_5 = "Cue Repair"

	dqm__url1_0 = "Service.shtml#recover"
	dqm__url1_1 = "Service.shtml#setups"
	dqm__url1_2 = "Service.shtml#leveling"
	dqm__url1_3 = "Service.shtml#moves"
	dqm__url1_4 = "Service.shtml#disassemble"
	dqm__url1_5 = "Service.shtml#cuerepair"

    //Sub Menu 2 History

	dqm__sub_xy2 = "-77,19"
	dqm__sub_menu_width2 = 145

	dqm__subdesc2_0 = "How We Got Started" 
	dqm__subdesc2_1 = "Past Jobs"

	dqm__2nd_icon_index2_1 = 0

	dqm__url2_0 = "history.shtml"

		//Sub Menu 2_1 Past Jobs
	
		dqm__sub_xy2_1 = "0,0"
		dqm__sub_menu_width2_1 = 150
	
		dqm__subdesc2_1_0 = "Hearst Castle"
		dqm__subdesc2_1_1 = "The Jewel"
		dqm__subdesc2_1_2 = "Unique Ball Return"
		dqm__subdesc2_1_3 = "The Madison"
	
		dqm__url2_1_0 = "hearst.shtml"
		dqm__url2_1_1 = "jewel.shtml"
		dqm__url2_1_2 = "unique.shtml"
		dqm__url2_1_3 = "madison.shtml"


    //Sub Menu 3 Accessories

	dqm__sub_xy3 = "-110,19"
	dqm__sub_menu_width3 = 150

	dqm__subdesc3_0 = "Ball and Ball Sets"
		dqm__sub_xy3_0 = "0,0"
		dqm__sub_menu_width3_0 = "150"
		dqm__2nd_icon_index3_0 = "0"
		dqm__subdesc3_0_0 = "Aramith Cue Balls"
		dqm__subdesc3_0_1 = "Aramith Ball Sets"
		dqm__subdesc3_0_2 = "Aramith Team Balls"
		dqm__subdesc3_0_3 = "Epco Ball Sets"
		dqm__url3_0_0 = "BallSets.shtml#cue"
		dqm__url3_0_1 = "BallSets.shtml#Aramith"
		dqm__url3_0_2 = "BallSets.shtml#team"
		dqm__url3_0_3 = "BallSets.shtml#Epco"
	dqm__subdesc3_1 = "Wall Décor"
	dqm__subdesc3_2 = "Playing Accessories"
	dqm__subdesc3_3 = "Cues"
	dqm__subdesc3_4 = "Cue Maintenance"
	dqm__subdesc3_5 = "Table Maintenance"
	dqm__subdesc3_6 = "Lighting"
	dqm__url3_1 = "Decor.shtml"
	dqm__url3_2 = "PlayingAcc.shtml"
	dqm__url3_3 = "CueLineup.shtml"
	dqm__url3_4 = "CueMaintenanceAcc.shtml"
	dqm__url3_5 = "TableMaintenanceAcc.shtml"
	dqm__url3_6 = "lighting.shtml"

    //Sub Menu 4 Game Tables

	dqm__sub_xy4 = "-120,19"
	dqm__sub_menu_width4 = 120

	dqm__subdesc4_0 = "3-in-1 Game Tables"
	dqm__subdesc4_1 = "Table Tennis"
	dqm__subdesc4_2 = "Air Hockey Tables"
	dqm__subdesc4_3 = "Table Soccer"
	dqm__url4_0 = "3in1GameTables.shtml"
	dqm__url4_1 = "TableTennis.shtml"
	dqm__url4_2 = "AirHockey.shtml"
	dqm__url4_3 = "TableSoccer.shtml"
