//  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 Images

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

dqm__icon_image0 = "images/small/tn_Excalibur.jpg"; dqm__icon_rollover0 = dqm__icon_image0; dqm__icon_image_wh0 = "64,33";
dqm__icon_image1 = "images/small/tn_LouisXIV.jpg"; dqm__icon_rollover1 = dqm__icon_image1; dqm__icon_image_wh1 = "64,33";
dqm__icon_image2 = "images/small/tn_Rococo.jpg"; dqm__icon_rollover2 = dqm__icon_image2; dqm__icon_image_wh2 = "64,33";
dqm__icon_image3 = "images/small/tn_StAndrews.jpg"; dqm__icon_rollover3 = dqm__icon_image3; dqm__icon_image_wh3 = "64,33";
dqm__icon_image4 = "images/small/tn_StLeone.jpg"; dqm__icon_rollover4 = dqm__icon_image4; dqm__icon_image_wh4 = "64,33";
dqm__icon_image5 = "images/small/tn_Symphony.jpg"; dqm__icon_rollover5 = dqm__icon_image5; dqm__icon_image_wh5 = "64,33";
dqm__icon_image6 = "images/small/tn_Augusta.jpg"; dqm__icon_rollover6 = dqm__icon_image6; dqm__icon_image_wh6 = "64,33";
dqm__icon_image7 = "images/small/tn_DonaMarie.jpg"; dqm__icon_rollover7 = dqm__icon_image7; dqm__icon_image_wh7 = "64,33";
dqm__icon_image8 = "images/small/tn_Innsbruck.jpg"; dqm__icon_rollover8 = dqm__icon_image8; dqm__icon_image_wh8 = "64,33";
dqm__icon_image9 = "images/small/tn_Lafayette.jpg"; dqm__icon_rollover9 = dqm__icon_image9; dqm__icon_image_wh9 = "64,33";
dqm__icon_image10 = "images/small/tn_Montrachet.jpg"; dqm__icon_rollover10 = dqm__icon_image10; dqm__icon_image_wh10 = "64,33";
dqm__icon_image11 = "images/small/tn_NewOrleans.jpg"; dqm__icon_rollover11 = dqm__icon_image11; dqm__icon_image_wh11 = "64,33";
dqm__icon_image12 = "images/small/tn_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/tn_SantaAna.jpg"; dqm__icon_rollover14 = dqm__icon_image14; dqm__icon_image_wh14 = "64,33";
dqm__icon_image15 = "images/small/tn_Seville.jpg"; dqm__icon_rollover15 = dqm__icon_image15; dqm__icon_image_wh15 = "64,33";
dqm__icon_image16 = "images/small/tn_Wentworth.jpg"; dqm__icon_rollover16 = dqm__icon_image16; dqm__icon_image_wh16 = "64,33";
dqm__icon_image17 = "images/small/tn_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/tn_GibraltarVeneer.jpg"; dqm__icon_rollover19 = dqm__icon_image19; dqm__icon_image_wh19 = "64,33";
dqm__icon_image20 = "images/small/tn_Provincial.jpg"; dqm__icon_rollover20 = dqm__icon_image20; dqm__icon_image_wh20 = "64,33";
dqm__icon_image21 = "images/small/tn_RenoVeneer.jpg"; dqm__icon_rollover21 = dqm__icon_image21; dqm__icon_image_wh21 = "64,33";
dqm__icon_image22 = "images/small/tn_Southern.jpg"; dqm__icon_rollover22 = dqm__icon_image22; dqm__icon_image_wh22 = "64,33";
dqm__icon_image23 = "images/small/tn_Virginian.jpg"; dqm__icon_rollover23 = dqm__icon_image23; dqm__icon_image_wh23 = "64,33";
dqm__icon_image24 = "images/small/tn_DrakeII.jpg"; dqm__icon_rollover24 = dqm__icon_image24; dqm__icon_image_wh24 = "64,33";
dqm__icon_image25 = "images/small/tn_SheratonLaminate.jpg"; dqm__icon_rollover25 = dqm__icon_image25; dqm__icon_image_wh25 = "64,33";
dqm__icon_image26 = "images/small/tn_Monarch.jpg"; dqm__icon_rollover26 = dqm__icon_image26; dqm__icon_image_wh26 = "64,33";
dqm__icon_image27 = "images/small/tn_Monterey.jpg"; dqm__icon_rollover27 = dqm__icon_image27; dqm__icon_image_wh27 = "64,33";
dqm__icon_image28 = "images/small/tn_Sahara.jpg"; dqm__icon_rollover28 = dqm__icon_image28; dqm__icon_image_wh28 = "64,33";
dqm__icon_image29 = "images/small/tn_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/tn_HDMidnightChrome.jpg"; dqm__icon_rollover32 = dqm__icon_image32; dqm__icon_image_wh32 = "64,33";
dqm__icon_image33 = "images/small/tn_HDLogo.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";
dqm__icon_image48 = "images/small/tn_CavalierII.jpg"; dqm__icon_rollover48 = dqm__icon_image48; dqm__icon_image_wh48 = "64,33";
dqm__icon_image49 = "images/small/tn_StGeorge.jpg"; dqm__icon_rollover49 = dqm__icon_image49; dqm__icon_image_wh49 = "64,33";
dqm__icon_image50 = "images/small/tn_Venetian.jpg"; dqm__icon_rollover50 = dqm__icon_image50; dqm__icon_image_wh50 = "64,33";
dqm__icon_image51 = "images/small/tn_6LegInnsbruck.jpg"; dqm__icon_rollover51 = dqm__icon_image51; dqm__icon_image_wh51 = "64,33";
dqm__icon_image52 = "images/small/tn_BelleMeade.jpg"; dqm__icon_rollover52 = dqm__icon_image52; dqm__icon_image_wh52 = "64,33";
dqm__icon_image53 = "images/small/tn_Brentwood.jpg"; dqm__icon_rollover53 = dqm__icon_image53; dqm__icon_image_wh53 = "64,33";
dqm__icon_image54 = "images/small/tn_Charleston.jpg"; dqm__icon_rollover54 = dqm__icon_image54; dqm__icon_image_wh54 = "64,33";
dqm__icon_image55 = "images/small/tn_Chicago.jpg"; dqm__icon_rollover55 = dqm__icon_image55; dqm__icon_image_wh55 = "64,33";
dqm__icon_image56 = "images/small/tn_Coronado.jpg"; dqm__icon_rollover56 = dqm__icon_image56; dqm__icon_image_wh56 = "64,33";
dqm__icon_image57 = "images/small/tn_Fairfax.jpg"; dqm__icon_rollover57 = dqm__icon_image57; dqm__icon_image_wh57 = "64,33";
dqm__icon_image58 = "images/small/tn_Franklin.jpg"; dqm__icon_rollover58 = dqm__icon_image58; dqm__icon_image_wh58 = "64,33";
dqm__icon_image59 = "images/small/tn_Huntington.jpg"; dqm__icon_rollover59 = dqm__icon_image59; dqm__icon_image_wh59 = "64,33";
dqm__icon_image60 = "images/small/tn_Blackhawk.jpg"; dqm__icon_rollover60 = dqm__icon_image60; dqm__icon_image_wh60 = "64,33";
dqm__icon_image61 = "images/small/tn_Classic.jpg"; dqm__icon_rollover61 = dqm__icon_image61; dqm__icon_image_wh61 = "64,33";
dqm__icon_image62 = "images/small/tn_Hampton.jpg"; dqm__icon_rollover62 = dqm__icon_image62; dqm__icon_image_wh62 = "64,33";
dqm__icon_image63 = "images/small/tn_Stratford.jpg"; dqm__icon_rollover63 = dqm__icon_image63; dqm__icon_image_wh63 = "64,33";
dqm__icon_image64 = "images/small/tn_SheratonVeneer.jpg"; dqm__icon_rollover64 = dqm__icon_image64; dqm__icon_image_wh64 = "64,33";
dqm__icon_image65 = "images/small/tn_RenoLaminate.jpg"; dqm__icon_rollover65 = dqm__icon_image65; dqm__icon_image_wh65 = "64,33";
dqm__icon_image66 = "images/small/tn_SpringfieldBlack.jpg"; dqm__icon_rollover66 = dqm__icon_image66; dqm__icon_image_wh66 = "64,33";
dqm__icon_image67 = "images/small/tn_SpringfieldCherry.jpg"; dqm__icon_rollover67 = dqm__icon_image67; dqm__icon_image_wh67 = "64,33";
dqm__icon_image68 = "images/small/tn_Madison.jpg"; dqm__icon_rollover68 = dqm__icon_image68; dqm__icon_image_wh68 = "64,33";
dqm__icon_image69 = "images/small/tn_maxim.jpg"; dqm__icon_rollover69 = dqm__icon_image69; dqm__icon_image_wh69 = "64,33";
dqm__icon_image70 = "images/small/tn_Plaza.jpg"; dqm__icon_rollover70 = dqm__icon_image70; dqm__icon_image_wh70 = "64,33";
dqm__icon_image71 = "images/small/tn_Waterfall.jpg"; dqm__icon_rollover71 = dqm__icon_image71; dqm__icon_image_wh71 = "64,33";
dqm__icon_image72 = "images/small/tn_ChampionPro2.jpg"; dqm__icon_rollover72 = dqm__icon_image72; dqm__icon_image_wh72 = "64,33";
dqm__icon_image73 = "images/small/tn_ChampionPro3.jpg"; dqm__icon_rollover73 = dqm__icon_image73; dqm__icon_image_wh73 = "64,33";
dqm__icon_image74 = "images/small/tn_GrandChampion2.jpg"; dqm__icon_rollover74 = dqm__icon_image74; dqm__icon_image_wh74 = "64,33";
dqm__icon_image75 = "images/small/tn_GrandChampion3.jpg"; dqm__icon_rollover75 = dqm__icon_image75; dqm__icon_image_wh75 = "64,33";
dqm__icon_image76 = "images/small/tn_GrandChampionWaterfall.jpg"; dqm__icon_rollover76 = dqm__icon_image76; dqm__icon_image_wh76 = "64,33";
dqm__icon_image77 = "images/small/tn_BudweiserLogo.jpg"; dqm__icon_rollover77 = dqm__icon_image77; dqm__icon_image_wh77 = "64,33";
dqm__icon_image78 = "images/small/tn_BudweiserMaple.jpg"; dqm__icon_rollover78 = dqm__icon_image78; dqm__icon_image_wh78 = "64,33";
dqm__icon_image79 = "images/small/tn_BudweiserSelect.jpg"; dqm__icon_rollover79 = dqm__icon_image79; dqm__icon_image_wh79 = "64,33";
dqm__icon_image80 = "images/small/tn_HDMaple.jpg"; dqm__icon_rollover80 = dqm__icon_image80; dqm__icon_image_wh80 = "64,33";
dqm__icon_image81 = "images/small/tn_JackDanielsLogo.jpg"; dqm__icon_rollover81 = dqm__icon_image81; dqm__icon_image_wh81 = "64,33";
dqm__icon_image82 = "images/small/tn_JohnDeereLogo.jpg"; dqm__icon_rollover82 = dqm__icon_image82; dqm__icon_image_wh82 = "64,33";
dqm__icon_image83 = "images/small/tn_BrushedAluminumMaxim.jpg"; dqm__icon_rollover83 = dqm__icon_image83; dqm__icon_image_wh83 = "64,33";
dqm__icon_image84 = "images/small/tn_BrushedAluminumMonarch.jpg"; dqm__icon_rollover84 = dqm__icon_image84; dqm__icon_image_wh84 = "64,33";
dqm__icon_image85 = "images/small/tn_BrushedAluminumWaterfall.jpg"; dqm__icon_rollover85 = dqm__icon_image85; dqm__icon_image_wh85 = "64,33";
dqm__icon_image86 = "images/small/tn_Americana.jpg"; dqm__icon_rollover86 = dqm__icon_image86; dqm__icon_image_wh86 = "64,33";
dqm__icon_image87 = "images/small/tn_Belmont.jpg"; dqm__icon_rollover87 = dqm__icon_image87; dqm__icon_image_wh87 = "64,33";
dqm__icon_image88 = "images/small/tn_Ponderosa.jpg"; dqm__icon_rollover88 = dqm__icon_image88; dqm__icon_image_wh88 = "64,33";
dqm__icon_image89 = "images/small/tn_Franklin.jpg"; dqm__icon_rollover89 = dqm__icon_image89; dqm__icon_image_wh89 = "64,33";
dqm__icon_image90 = "images/small/tn_Madison_Drawer.jpg"; dqm__icon_rollover90 = dqm__icon_image90; dqm__icon_image_wh90 = "64,33";
dqm__icon_image91 = "images/small/tn_Seville_Drawer.jpg"; dqm__icon_rollover91 = dqm__icon_image91; dqm__icon_image_wh91 = "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 = "Cavalier II"; dqm__icon_index0_0_0_0 = "48";
dqm__subdesc0_0_0_1 = "Excalibur"; dqm__icon_index0_0_0_1 = "0";
dqm__subdesc0_0_0_2 = "Louis XIV"; dqm__icon_index0_0_0_2 = "1";
dqm__subdesc0_0_0_3 = "Rococo"; dqm__icon_index0_0_0_3 = "2";
dqm__subdesc0_0_0_4 = "St. Andrews"; dqm__icon_index0_0_0_4 = "3";
dqm__subdesc0_0_0_5 = "St. George"; dqm__icon_index0_0_0_5 = "49";
dqm__subdesc0_0_0_6 = "St. Leone"; dqm__icon_index0_0_0_6 = "4";
dqm__subdesc0_0_0_7 = "Symphony"; dqm__icon_index0_0_0_7 = "5";
dqm__subdesc0_0_0_8 = "Venetian"; dqm__icon_index0_0_0_8 = "50";
dqm__url0_0_0_0 = "Olh_Select_CavalierII.shtml"; 
dqm__url0_0_0_1 = "Olh_Select_Excalibur.shtml"; 
dqm__url0_0_0_2 = "Olh_Select_LouisXIV.shtml"; 
dqm__url0_0_0_3 = "Olh_Select_Rococo.shtml"; 
dqm__url0_0_0_4 = "Olh_Select_StAndrews.shtml"; 
dqm__url0_0_0_5 = "Olh_Select_StGeorge.shtml"; 
dqm__url0_0_0_6 = "Olh_Select_StLeone.shtml"; 
dqm__url0_0_0_7 = "Olh_Select_Symphony.shtml"; 
dqm__url0_0_0_8 = "Olh_Select_Venetian.shtml"; 

dqm__subdesc0_0_1 = "Signature Series A-F"
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 = "6 Leg Innsbruck"; dqm__icon_index0_0_1_0 = "51";
dqm__subdesc0_0_1_1 = "Augusta"; dqm__icon_index0_0_1_1 = "6";
dqm__subdesc0_0_1_2 = "Belle Meade"; dqm__icon_index0_0_1_2 = "52";
dqm__subdesc0_0_1_3 = "Brentwood"; dqm__icon_index0_0_1_3 = "53";
dqm__subdesc0_0_1_4 = "Charleston"; dqm__icon_index0_0_1_4 = "54";
dqm__subdesc0_0_1_5 = "Chicago"; dqm__icon_index0_0_1_5 = "55";
dqm__subdesc0_0_1_6 = "Coronado"; dqm__icon_index0_0_1_6 = "56";
dqm__subdesc0_0_1_7 = "Dona Marie"; dqm__icon_index0_0_1_7 = "7";
dqm__subdesc0_0_1_8 = "Fairfax"; dqm__icon_index0_0_1_8 = "57";
dqm__subdesc0_0_1_9 = "Franklin"; dqm__icon_index0_0_1_9 = "58";
dqm__url0_0_1_0 = "Olh_Signature_6LegInnsbruck.shtml"; 
dqm__url0_0_1_1 = "Olh_Signature_Augusta.shtml"; 
dqm__url0_0_1_2 = "Olh_Signature_BelleMeade.shtml"; 
dqm__url0_0_1_3 = "Olh_Signature_Brentwood.shtml"; 
dqm__url0_0_1_4 = "Olh_Signature_Charleston.shtml"; 
dqm__url0_0_1_5 = "Olh_Signature_Chicago.shtml"; 
dqm__url0_0_1_6 = "Olh_Signature_Coronado.shtml"; 
dqm__url0_0_1_7 = "Olh_Signature_DonaMarie.shtml"; 
dqm__url0_0_1_8 = "Olh_Signature_Fairfax.shtml"; 
dqm__url0_0_1_9 = "Olh_Signature_Franklin.shtml"; 

dqm__subdesc0_0_2 = "Signature Series G-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 = "Huntington"; dqm__icon_index0_0_2_0 = "59";
dqm__subdesc0_0_2_1 = "Innsbruck"; dqm__icon_index0_0_2_1 = "8";
dqm__subdesc0_0_2_2 = "Lafayette"; dqm__icon_index0_0_2_2 = "9";
dqm__subdesc0_0_2_3 = "Montrachet"; dqm__icon_index0_0_2_3 = "10";
dqm__subdesc0_0_2_4 = "New Orleans"; dqm__icon_index0_0_2_4 = "11";
dqm__subdesc0_0_2_5 = "Remington"; dqm__icon_index0_0_2_5 = "12";
dqm__subdesc0_0_2_6 = "Santa Ana"; dqm__icon_index0_0_2_6 = "14";
dqm__subdesc0_0_2_7 = "Seville"; dqm__icon_index0_0_2_7 = "15";
dqm__subdesc0_0_2_8 = "Wentworth"; dqm__icon_index0_0_2_8 = "16";
dqm__url0_0_2_0 = "Olh_Signature_Huntington.shtml"; 
dqm__url0_0_2_1 = "Olh_Signature_Innsbruck.shtml"; 
dqm__url0_0_2_2 = "Olh_Signature_Lafayette.shtml"; 
dqm__url0_0_2_3 = "Olh_Signature_Montrachet.shtml"; 
dqm__url0_0_2_4 = "Olh_Signature_NewOrleans.shtml"; 
dqm__url0_0_2_5 = "Olh_Signature_Remington.shtml"; 
dqm__url0_0_2_6 = "Olh_Signature_SantaAna.shtml"; 
dqm__url0_0_2_7 = "Olh_Signature_Seville.shtml"; 
dqm__url0_0_2_8 = "Olh_Signature_Wentworth.shtml"; 

dqm__subdesc0_0_3 = "Portland Series"
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 = "Blackhawk"; dqm__icon_index0_0_3_0 = "60";
dqm__subdesc0_0_3_1 = "Classic"; dqm__icon_index0_0_3_1 = "61";
dqm__subdesc0_0_3_2 = "Eclipse"; dqm__icon_index0_0_3_2 = "17";
dqm__subdesc0_0_3_3 = "Hampton"; dqm__icon_index0_0_3_3 = "62";
dqm__subdesc0_0_3_4 = "Provincial"; dqm__icon_index0_0_3_4 = "20";
dqm__subdesc0_0_3_5 = "Southern"; dqm__icon_index0_0_3_5 = "22";
dqm__subdesc0_0_3_6 = "Stratford"; dqm__icon_index0_0_3_6 = "63";
dqm__subdesc0_0_3_7 = "Virginian"; dqm__icon_index0_0_3_7 = "23";
dqm__url0_0_3_0 = "Olh_Portland_Blackhawk.shtml"; 
dqm__url0_0_3_1 = "Olh_Portland_Classic.shtml"; 
dqm__url0_0_3_2 = "Olh_Portland_Eclipse.shtml"; 
dqm__url0_0_3_3 = "Olh_Portland_Hampton.shtml"; 
dqm__url0_0_3_4 = "Olh_Portland_Provincial.shtml"; 
dqm__url0_0_3_5 = "Olh_Portland_Southern.shtml"; 
dqm__url0_0_3_6 = "Olh_Portland_Stratford.shtml"; 
dqm__url0_0_3_7 = "Olh_Portland_Virginian.shtml"; 

dqm__subdesc0_0_4 = "V Series"
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 = "Gibraltar - Veneer"; dqm__icon_index0_0_4_0 = "19";
dqm__subdesc0_0_4_1 = "Reno - Veneer"; dqm__icon_index0_0_4_1 = "21";
dqm__subdesc0_0_4_2 = "Sheraton - Veneer"; dqm__icon_index0_0_4_2 = "64";
dqm__url0_0_4_0 = "Olh_V_Gibraltar.shtml"; 
dqm__url0_0_4_1 = "Olh_V_Reno.shtml"; 
dqm__url0_0_4_2 = "Olh_V_Sheraton.shtml"; 

dqm__subdesc0_0_5 = "L Series"
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 = "Drake II"; dqm__icon_index0_0_5_0 = "24";
dqm__subdesc0_0_5_1 = "Reno - Laminate"; dqm__icon_index0_0_5_1 = "65";
dqm__subdesc0_0_5_2 = "Sheraton - Laminate"; dqm__icon_index0_0_5_2 = "25";
dqm__subdesc0_0_5_3 = "Springfield - Black"; dqm__icon_index0_0_5_3 = "66";
dqm__subdesc0_0_5_4 = "Springfield - Cherry"; dqm__icon_index0_0_5_4 = "67";
dqm__url0_0_5_0 = "Olh_L_DrakeII.shtml"; 
dqm__url0_0_5_1 = "Olh_L_Reno.shtml"; 
dqm__url0_0_5_2 = "Olh_L_Sheraton.shtml"; 
dqm__url0_0_5_3 = "Olh_L_SpringfieldBlack.shtml"; 
dqm__url0_0_5_4 = "Olh_L_SpringfieldCherry.shtml"; 

dqm__subdesc0_0_6 = "Modern 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 = "Madison"; dqm__icon_index0_0_6_0 = "68";
dqm__subdesc0_0_6_1 = "Maxim"; dqm__icon_index0_0_6_1 = "69";
dqm__subdesc0_0_6_2 = "Monarch"; dqm__icon_index0_0_6_2 = "26";
dqm__subdesc0_0_6_3 = "Monterey"; dqm__icon_index0_0_6_3 = "27";
dqm__subdesc0_0_6_4 = "Plaza"; dqm__icon_index0_0_6_4 = "70";
dqm__subdesc0_0_6_5 = "Sahara"; dqm__icon_index0_0_6_5 = "28";
dqm__subdesc0_0_6_6 = "Waterfall"; dqm__icon_index0_0_6_6 = "71";
dqm__subdesc0_0_6_7 = "York"; dqm__icon_index0_0_6_7 = "29";
dqm__url0_0_6_0 = "Olh_Modern_Madison.shtml"; 
dqm__url0_0_6_1 = "Olh_Modern_Maxim.shtml"; 
dqm__url0_0_6_2 = "Olh_Modern_Monarch.shtml"; 
dqm__url0_0_6_3 = "Olh_Modern_Monterey.shtml"; 
dqm__url0_0_6_4 = "Olh_Modern_Plaza.shtml"; 
dqm__url0_0_6_5 = "Olh_Modern_Sahara.shtml"; 
dqm__url0_0_6_6 = "Olh_Modern_Waterfall.shtml"; 
dqm__url0_0_6_7 = "Olh_Modern_York.shtml"; 

dqm__subdesc0_0_7 = "Tournament Series"
dqm__sub_xy0_7 = "0,0"
dqm__sub_menu_width0_7 = "200"
dqm__2nd_icon_index0_0_7 = "0"
dqm__sub_menu_width0_0_7 = "220"
dqm__subdesc0_0_7_0 = "Champion Pro 2"; dqm__icon_index0_0_7_0 = "72";
dqm__subdesc0_0_7_1 = "Champion Pro 3"; dqm__icon_index0_0_7_1 = "73";
dqm__subdesc0_0_7_2 = "Grand Champion 2"; dqm__icon_index0_0_7_2 = "74";
dqm__subdesc0_0_7_3 = "Grand Champion 3"; dqm__icon_index0_0_7_3 = "75";
dqm__subdesc0_0_7_4 = "Grand Champ Waterfall"; dqm__icon_index0_0_7_4 = "76";
dqm__url0_0_7_0 = "Olh_Tournament_ChampionPro2.shtml"; 
dqm__url0_0_7_1 = "Olh_Tournament_ChampionPro3.shtml"; 
dqm__url0_0_7_2 = "Olh_Tournament_GrandChampion2.shtml"; 
dqm__url0_0_7_3 = "Olh_Tournament_GrandChampion3.shtml"; 
dqm__url0_0_7_4 = "Olh_Tournament_GrandChampionWaterfall.shtml"; 

dqm__subdesc0_0_8 = "Specialty 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 = "Budweiser Logo"; dqm__icon_index0_0_8_0 = "77";
dqm__subdesc0_0_8_1 = "Budweiser - Maple"; dqm__icon_index0_0_8_1 = "78";
dqm__subdesc0_0_8_2 = "Budweiser Select"; dqm__icon_index0_0_8_2 = "79";
dqm__subdesc0_0_8_3 = "Chrome Harley"; dqm__icon_index0_0_8_3 = "32";
dqm__subdesc0_0_8_4 = "Harley Logo"; dqm__icon_index0_0_8_4 = "33";
dqm__subdesc0_0_8_5 = "Harley - Maple"; dqm__icon_index0_0_8_5 = "80";
dqm__subdesc0_0_8_6 = "Jack Daniels Logo"; dqm__icon_index0_0_8_6 = "81";
dqm__subdesc0_0_8_7 = "John Deere Logo"; dqm__icon_index0_0_8_7 = "82";
dqm__url0_0_8_0 = "Olh_Specialty_BudLogo.shtml"; 
dqm__url0_0_8_1 = "Olh_Specialty_BudMaple.shtml"; 
dqm__url0_0_8_2 = "Olh_Specialty_BudSelect.shtml"; 
dqm__url0_0_8_3 = "Olh_Specialty_HDChrome.shtml"; 
dqm__url0_0_8_4 = "Olh_Specialty_HDLogo.shtml"; 
dqm__url0_0_8_5 = "Olh_Specialty_HDMaple.shtml"; 
dqm__url0_0_8_6 = "Olh_Specialty_JDLogo.shtml"; 
dqm__url0_0_8_7 = "Olh_Specialty_JohnDeereLogo.shtml"; 

dqm__subdesc0_0_9 = "Brushed Aluminum"
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 = "Maxim"; dqm__icon_index0_0_9_0 = "83";
dqm__subdesc0_0_9_1 = "Monarch"; dqm__icon_index0_0_9_1 = "84";
dqm__subdesc0_0_9_2 = "Waterfall"; dqm__icon_index0_0_9_2 = "85";
dqm__url0_0_9_0 = "Olh_Brushed_Maxim.shtml"; 
dqm__url0_0_9_1 = "Olh_Brushed_Monarch.shtml"; 
dqm__url0_0_9_2 = "Olh_Brushed_Waterfall.shtml"; 

dqm__subdesc0_0_10 = "Americana Series"
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 = "Americana"; dqm__icon_index0_0_10_0 = "86";
dqm__subdesc0_0_10_1 = "Belmont"; dqm__icon_index0_0_10_1 = "87";
dqm__url0_0_10_0 = "Olh_Americana_Americana.shtml"; 
dqm__url0_0_10_1 = "Olh_Americana_Belmont.shtml"; 

dqm__subdesc0_0_11 = "Rustic Series"
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 = "Ponderosa"; dqm__icon_index0_0_11_0 = "88";
dqm__url0_0_11_0 = "Olh_Rustic_Ponderosa.shtml"; 

dqm__subdesc0_0_12 = "Pool Tables with Drawers"
dqm__sub_xy0_12 = "0,0"
dqm__sub_menu_width0_12 = "180"
dqm__2nd_icon_index0_0_12 = "0"
dqm__sub_menu_width0_0_12 = "200"
dqm__subdesc0_0_12_0 = "Franklin"; dqm__icon_index0_0_12_0 = "89";
dqm__subdesc0_0_12_1 = "Madison"; dqm__icon_index0_0_12_1 = "90";
dqm__subdesc0_0_12_2 = "Seville"; dqm__icon_index0_0_12_2 = "91";
dqm__url0_0_12_0 = "Olh_Drawer_Franklin.shtml"; 
dqm__url0_0_12_1 = "Olh_Drawer_Madison.shtml"; 
dqm__url0_0_12_2 = "Olh_Drawer_Seville.shtml"; 

dqm__subdesc0_0_13 = "Pub Tables"
dqm__sub_xy0_13 = "0,0"
dqm__sub_menu_width0_13 = "180"
dqm__2nd_icon_index0_0_13 = "0"
dqm__sub_menu_width0_0_13 = "200"
dqm__subdesc0_0_13_0 = "Half-Round Pub"; dqm__icon_index0_0_13_0 = "35";
dqm__subdesc0_0_13_1 = "Corner Pub"; dqm__icon_index0_0_13_1 = "36";
dqm__subdesc0_0_13_2 = "Pub Table"; dqm__icon_index0_0_13_2 = "37";
dqm__url0_0_13_0 = "OlhPubHal.shtml"; 
dqm__url0_0_13_1 = "OlhPubCor.shtml"; 
dqm__url0_0_13_2 = "OlhPubPub.shtml"; 

dqm__subdesc0_0_14 = "Ball Racks"
dqm__sub_xy0_14 = "0,0"
dqm__sub_menu_width0_14 = "180"
dqm__2nd_icon_index0_0_14 = "0"
dqm__sub_menu_width0_0_14 = "200"
dqm__subdesc0_0_14_0 = "Ball Rack"; dqm__icon_index0_0_14_0 = "38";
dqm__subdesc0_0_14_1 = "Mirrored Ball Rack"; dqm__icon_index0_0_14_1 = "39";
dqm__subdesc0_0_14_2 = "Deluxe Ball Rack"; dqm__icon_index0_0_14_2 = "40";
dqm__url0_0_14_0 = "OlhBalBal.shtml"; 
dqm__url0_0_14_1 = "OlhBalMir.shtml"; 
dqm__url0_0_14_2 = "OlhBalDel.shtml"; 

dqm__subdesc0_0_15 = "Cue Stands"
dqm__sub_xy0_15 = "0,0"
dqm__sub_menu_width0_15 = "180"
dqm__2nd_icon_index0_0_15 = "0"
dqm__sub_menu_width0_0_15 = "200"
dqm__subdesc0_0_15_0 = "Cue Cabinets"; dqm__icon_index0_0_15_0 = "41";
dqm__subdesc0_0_15_1 = "Corner Cue Stand"; dqm__icon_index0_0_15_1 = "42";
dqm__subdesc0_0_15_2 = "Deluxe Wall Stand"; dqm__icon_index0_0_15_2 = "43";
dqm__url0_0_15_0 = "OlhCueCue.shtml"; 
dqm__url0_0_15_1 = "OlhCueCor.shtml"; 
dqm__url0_0_15_2 = "OlhCueDel.shtml"; 

dqm__subdesc0_0_16 = "Accessories"
dqm__sub_xy0_16 = "0,0"
dqm__sub_menu_width0_16 = "180"
dqm__2nd_icon_index0_0_16 = "0"
dqm__sub_menu_width0_0_16 = "200"
dqm__subdesc0_0_16_0 = "Chalk Holder"; dqm__icon_index0_0_16_0 = "44";
dqm__subdesc0_0_16_1 = "Deluxe Chalk holder"; dqm__icon_index0_0_16_1 = "45";
dqm__subdesc0_0_16_2 = "Wood Dining Top"; dqm__icon_index0_0_16_2 = "46";
dqm__subdesc0_0_16_3 = "2-in-1 Game Tables"; dqm__icon_index0_0_16_3 = "47";
dqm__url0_0_16_0 = "OlhAccCha.shtml"; 
dqm__url0_0_16_1 = "OlhAccDel.shtml"; 
dqm__url0_0_16_2 = "OlhAccWoo.shtml"; 
dqm__url0_0_16_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"
