//  QuickMenu Pro, Copyright (c) 1998 - 2003, OpenCube Inc. - http://www.opencube.com
 limit_multiple_users = true
 sequence = "9x88_4" 
/*-------------------------------------------
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 = 0
 dqm__border_color = "#B0935A"  //Hex color or 'transparent'
 dqm__menu_bgcolor = "#927641"  //Hex color or 'transparent'
 dqm__hl_bgcolor = "#927641"  
 dqm__mouse_off_delay = 150  //defined in milliseconds (activated after mouse stops)
 dqm__nn4_mouse_off_delay = 200  //defined in milliseconds (activated after leaving sub)
/*-------------------------------------------
Font settings and margins
--------------------------------------------*/
   
    //Font settings
 dqm__textcolor = "#FFFFFF"
 dqm__fontfamily = "Arial"  //Any available system font     
 dqm__fontsize = 12   //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 = "underline" //set to: 'normal', or 'underline'
    //Margins and text alignment
 dqm__text_alignment = "left"  //set to: 'left', 'center' or 'right'
 dqm__margin_top = 1
 dqm__margin_bottom = 2
 dqm__margin_left = 5
 dqm__margin_right = 4
   
/*-------------------------------------------
Bullet and Icon image library - Unlimited bullet
or icon media 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 media (flow with sub item text)
 dqm__icon_image0 = "media/sample3_bullet.gif"
 dqm__icon_rollover0 = "media/sample3_bullet_hl.gif"
 dqm__icon_image_wh0 = "13,8"
 
    //Absolute positioned icon media (coordinate poitioned)
 dqm__2nd_icon_image0 = "media/sample2_arrow.gif"
 dqm__2nd_icon_rollover0 = "media/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 = "pixelate"
 dqm__sub_item_effect = "fade"
    //Define the effect duration in seconds below.
   
 dqm__sub_menu_effect_duration = .75
 dqm__sub_item_effect_duration = .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__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 = false
    //Pre-defined sub menu item heights for the Espial Escape browser.
 dqm__escape_item_height = 20
/*---------------------------------------------
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 = "#fcc012"
 dqm__hl_bgcolorX = "#fcc012"
 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__urltarget4_9 = "_new"

/**********************************************************************************************
**********************************************************************************************
                           Main Menu Rollover media and Links  
**********************************************************************************************
**********************************************************************************************/

    //Titulni stranka
 dqm__rollover_image0 = "/en/images/menu1x.gif"
 dqm__rollover_wh0 = "200,18"
 dqm__url0 = "/en/index_FAE39918012C4EB3B4A6045D5BD4A320.htm";   

    //historie
 dqm__rollover_image1 = "/en/images/menu2.gif"
 dqm__rollover_wh1 = "200,18"
 dqm__url1 = "";   

    //unesco
 dqm__rollover_image2 = "/en/images/menu3x.gif"
 dqm__rollover_wh2 = "200,18"
 dqm__url2 = "/en/index_5AFCAFA29D084C98B587672C5E71E9A2.htm";   

    //santini
 dqm__rollover_image3 = "/en/images/menu4x.gif"
 dqm__rollover_wh3 = "200,18"
 dqm__url3 = "/en/index_C407DD6E4B954E0584C7238B9D3C573F.htm";

    //areal zamku
 dqm__rollover_image4 = "/en/images/menu5.gif"
 dqm__rollover_wh4 = "200,18"
 dqm__url4 = "";

    //vystavy
 dqm__rollover_image5 = "/en/images/menu6.gif"
 dqm__rollover_wh5 = "200,18"
 dqm__url5 = "";

    //kulturni akce
 dqm__rollover_image6 = "/en/images/menu7x.gif"
 dqm__rollover_wh6 = "200,18"
 dqm__url6 = "/en/index_11A00C30F32440598322601DBD0A4F7A.htm";

    //zamecke slavnosti
 dqm__rollover_image7 = "/en/images/menu8x.gif"
 dqm__rollover_wh7 = "200,18"
 dqm__url7 = "/en/index_D56B6FD4A8104B879278C0172BD05263.htm";

    //fotogalerie
 dqm__rollover_image8 = "/en/images/menu9x.gif"
 dqm__rollover_wh8 = "200,18"
 dqm__url8 = "/en/index_976D2A5EF5C24A50B8CCBA8AF7ADABB2.htm";

    //oteviraci doba
 dqm__rollover_image9 = "/en/images/menu10x.gif"
 dqm__rollover_wh9 = "200,18"
 dqm__url9 = "/en/index_3C9500D293E24CEC83B5E1D590B52C16.htm";

    //sluzby
 dqm__rollover_image10 = "/en/images/menu11x.gif"
 dqm__rollover_wh10 = "200,18"
 dqm__url10 = "/en/index_C93619545CD64B0AB59F1F848B3E0824.htm";

    //jak nas najdete
 dqm__rollover_image11 = "/en/images/menu12x.gif"
 dqm__rollover_wh11 = "200,18"
 dqm__url11 = "/en/index_20E5377964474E6A8A4045569FBAAD5A.htm";


    //blizke okoli
 dqm__rollover_image12 = "/en/images/menu13x.gif"
 dqm__rollover_wh12 = "200,18"
 dqm__url12 = "/en/index_FC07126BB3394B5DA30B77B1C7D795D5.htm";

    //zajimave odkazy
 dqm__rollover_image13 = "/en/images/menu14x.gif"
 dqm__rollover_wh13 = "200,18"
 dqm__url13 = "/en/index_1EA4A640183D4D04AFC12849CD0BDFC1.htm";


/**********************************************************************************************
**********************************************************************************************
                              Sub Menu Structure and Text  
**********************************************************************************************
**********************************************************************************************/


 //Sub Menu historie
 dqm__sub_xy1 = "-50,0"
 dqm__sub_menu_width1 = 180
 dqm__subdesc1_0 = "History of the Monastery"
 dqm__subdesc1_1 = "Remarkable Personalities"
 dqm__url1_0 = "/en/index_2BFFDA2494354375951CADF347E2BB4D.htm"
 dqm__url1_1 = "/en/index_D8C4FBFA38A74EEFA718B1F85BE20282.htm"

 //Sub Menu areal zamku
 dqm__sub_xy4 = "-50,0"
 dqm__sub_menu_width4 = 215
 dqm__subdesc4_0 = "Castle Premises"
 dqm__subdesc4_1 = "Zelená hora (Green Hill)"
 dqm__subdesc4_2 = "Convent Church"
 dqm__subdesc4_3 = "Monastery Premises"
 dqm__subdesc4_4 = "The Kinsky Gallery"
 dqm__subdesc4_5 = "Ceremonial Hall"
 dqm__subdesc4_6 = "Museum of Book"
 dqm__subdesc4_7 = "Parish Office"
 dqm__subdesc4_8 = "Castle Administration"
 dqm__subdesc4_9 = "The Boarding House in the Chappel"
// dqm__subdesc4_10 = "The Boarding House in the Chappel"
 dqm__url4_0 = "/en/index_04CAD33A97E4458AB282F62C747ADC4C.htm"
 dqm__url4_1 = "/en/index_051450F34EF940A68EAB8CCDFFAB5EB4.htm"
 dqm__url4_2 = "/en/index_EED011A52C5B4B90B04BA6040A8273E7.htm"
 dqm__url4_3 = "/en/index_63DCB464D357415E99E25319E471EB1D.htm"
 dqm__url4_4 = "/en/index_6B0EFABCDBA4415FBFD78F567B7B8B12.htm"
 dqm__url4_5 = "/en/index_E8673DB262374C329CC8CA74FA119C74.htm"
 dqm__url4_6 = "/en/index_42B02394F8AD4A15AE257622AE8575FB.htm" 
 dqm__url4_7 = "http://www.zdar2.farnost.cz/"
 dqm__url4_8 = "http://www.kinsky-zdar.cz/"
 dqm__url4_9 = "http://www.kaple.cz/en-index.html"
// dqm__url4_10 = "/en/index_78DEAB64586C42FEA59D2487CCDFADC1.htm"

 
  //Sub Menu vystavy
 dqm__sub_xy5 = "-50,0"
 dqm__sub_menu_width5 = 180
 dqm__subdesc5_0 = "Permanent Expositions &nbsp; &nbsp; >"
 dqm__subdesc5_1 = "Actual Expositions"
 dqm__url5_0 = ""
 dqm__url5_1 = "/en/index_99996F7C376346D8B68A25F4953C5799.htm"

    // sub sub menu vystavy
 dqm__sub_xy5_0 = "-20,0"
 dqm__sub_menu_width5_0 = 180
 dqm__subdesc5_0_0 = "Santini´s Exposition"
 dqm__subdesc5_0_1 = "Museum of Book"
 dqm__subdesc5_0_2 = "History of the Kinsky Family"
 dqm__url5_0_0 = "/en/index_E894B3B5A5644FB3AB95B30318DD7C0B.htm"
 dqm__url5_0_1 = "/en/index_4D97853423C94F2A81CC96BB8ECDAEB4.htm"
 dqm__url5_0_2= "/en/index_386C067315FE46A7BAF4EEC6783BE314.htm"