/*-------------------------------------------
Copyright Notice - The following parameter is
required in order for the menu to function.
--------------------------------------------*/


   DQM_Notice = "DHTML QuickMenu, Copyright (c) - 2002, OpenCube Inc. - www.opencube.com"



/*-------------------------------------------
required menu Settings
--------------------------------------------*/


   DQM_sub_menu_width = 90      //default sub menu widths
   DQM_sub_xy = "0,0"            //default sub x,y coordinates

   DQM_codebase = "script/"  
   DQM_urltarget = "_self"       //set to: _self, _parent, _new, or "my frame name"

   DQM_border_width = 1
   DQM_divider_height = 0

   DQM_border_color = "#000000"  //Hex color value or 'transparent'
   DQM_menu_bgcolor = "#1B70C2"  //Hex color value or 'transparent'
   DQM_hl_bgcolor = "#1B70C2"    //Hex color value
   

   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)



/*---------------------------------------
Browser Bug Fixes
----------------------------------------*/

   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

   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."

   DQM_use_opera_div_detect_fix = false;



/*---------------------------------------
Transition Effects (ie5.5 &up)
----------------------------------------*/

   /*----Options include - none | fade | pixelate |
   ------iris | slide | gradientwipe | checkerboard |
   ------radialwipe | randombars | randomdissolve |stretch */

   DQM_sub_menu_effect = "pixelate"
   DQM_sub_item_effect = "none"

   DQM_sub_menu_effect_duration = .5
   DQM_sub_item_effect_duration = .5


   /*----Customization option settings for the various effect
   ------transitions may be defined below---*/

   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 is defined with a value between
   ------1 and 100 with 100 being opaque---*/

   DQM_dropshadow_color = "#CCCCCC"             //Hex color value or 'none'
   DQM_sub_menu_opacity = 75			//1 to 100
   DQM_dropshadow_offx = 3                      //drop shadow width
   DQM_dropshadow_offy = 3	                //drop shadow height



/*---------------------------------------------
Optional event triggered custom function calls
----------------------------------------------*/


   /*----This menu uses the documents onload event to
   ------initially generate the menus. If your HTML page requires
   ------the onload statement for calling other script functions
   ------or statements you may execute your code using the
   ------parameter below------*/

   //DQM_onload_code = "alert('custom function - onload')"


   /*----the following parameters may be used to execute
   ------custom code upon menu pop-up and hide.
   ------These are useful for hiding drop down boxes which
   ------may not be displayed under the menus due to
   ------browser limitations with certain form fields.---*/

   //DQM_showmenu_code0 = "status = 'custom show menu function call - menu0'"
   //DQM_showmenu_code1 = "status = 'custom show menu function call - menu1'"

   //DQM_hidemenu_code0 = "status = 'custom hide menu function call - menu0'"
   //DQM_hidemenu_code1 = "status = 'custom hide menu function call - menu1'"


   /*----the following parameters may be used to execute
   ------custom code upon clicking a menu item. If a URL link
   ------and custom code are both defined the code will be
   ------executed first, then the URL link will be loaded. This
   ------parameter option is useful for opening custom pop up windows.---*/

   //DQM_clickitem_code0_0 = "alert('custom Function - Menu Item 0_0')"
   //DQM_clickitem_code1_0 = "alert('custom Function - Menu Item 1_0')"



/*-------------------------------------------
Required font Settings
--------------------------------------------*/

//Font settings
   DQM_textcolor = "#FFFFFF"
   DQM_fontfamily = "Verdana"            //Any available system font
   DQM_fontsize = 10		         //Defined with pixel sizing
   DQM_fontsize_ie4 = 8		         //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 = "none"   //set to: 'normal', or 'underline'


//Margins and text alignment
   DQM_margin_top = 1
   DQM_margin_bottom = 2
   DQM_margin_left = 5
   DQM_margin_right = 4

   DQM_text_alignment = "center"           //set to: 'left', 'center' or 'right'
   
   
   
   

/*---------------------------------------------
Optional Status Bar Text

Note: Custom defined status bar text for a menu item
will be displayed in place of the URL when the
'DQM_show_urls_statusbar' parameter is set to true.
-----------------------------------------------*/

   DQM_show_urls_statusbar = false

   DQM_status_text0 = "Home"
   DQM_status_text1 = "About us"
   DQM_status_text2 = "Wedding attendants"
   DQM_status_text3 = "Schedules and directions"
   DQM_status_text4 = "Our wedding photo album"
   DQM_status_text5 = "Send your response here via The Knot"
   DQM_status_text6 = "Bridal registry"
   DQM_status_text7 = "Wishes and thoughts"

   //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"




/*********************************************************************/
/*                                                                   */
/*                       MAIN MENU CUSTOMIZATION                     */
/*                                                                   */
/*********************************************************************/

/*---------------------------------------------
Main Menu Settings
-----------------------------------------------*/

   DQM_rollover_image0 = "/images/btnhome2.gif"
   DQM_rollover_wh0 = "54,20"
   DQM_url0 = "/index.html"

   DQM_rollover_image1 = "/images/btnus2.gif"
   DQM_rollover_wh1 = "69,20"
   DQM_url1 = "/ourstory/index.shtml"

   DQM_rollover_image2 = "/images/btncast2.gif"
   DQM_rollover_wh2 = "54,20"
   DQM_url2 = "/cast/index.shtml"

   DQM_rollover_image3 = "/images/btndetails2.gif"
   DQM_rollover_wh3 = "75,20"
   DQM_url3 = "/details/index.shtml"

   DQM_rollover_image4 = "/images/btnalbum2.gif"
   DQM_rollover_wh4 = "60,20"
   DQM_url4 = "/album/index.shtml"

   DQM_rollover_image5 = "/images/btnrsvp2.gif"
   DQM_rollover_wh5 = "54,20"
   DQM_url5 = "http://weddings.theknot.com/pwp/view/co_rsvp.aspx?coupleid=3211433755046875&guestpassword="
   DQM_urltarget5 = "_new" 
   
   
   
   DQM_rollover_image6 = "/images/btnregistry2.gif"
   DQM_rollover_wh6 = "78,20"
   DQM_url6 = "/registry/index.shtml"
   
   DQM_rollover_image7 = "/images/btngb2.gif"
   DQM_rollover_wh7 = "71,20"
   DQM_url7 = "/gb/index.shtml"
   
   
   //DQM_urltarget5= "_self"



/*********************************************************************/
/*                                                                   */
/*                       SUB MENU CUSTOMIZATION                      */
/*                                                                   */
/*********************************************************************/

/************************************************
*********-------Sub Menu 0--------***************
************************************************/

DQM_sub_xy0 = "-80, 16"
DQM_sub_menu_width0 = 90

DQM_subdesc0_0 = "Back to the main page"
DQM_url0_0 = "/index.html"


/************************************************
*********-------Sub Menu 1--------***************
************************************************/

DQM_sub_xy1 = "-80, 16"
DQM_sub_menu_width1 = 90

DQM_subdesc1_0 = "Just the two of us"
DQM_url1_0 = "/ourstory/index.shtml"


/************************************************
*********-------Sub Menu 2--------***************
************************************************/

DQM_sub_xy2 = "-80, 16"
DQM_sub_menu_width2_0 = 90


DQM_subdesc2_0 = "The Bridal Party"
DQM_url2_0 = "/cast/index.shtml"


/************************************************
*********-------Sub Menu 3--------***************
************************************************/

DQM_sub_xy3 = "-90, 16"
DQM_sub_menu_width3_0 = 90

DQM_subdesc3_0 = "For your information"
DQM_url3_0 = "/details/index.shtml"



/************************************************
*********-------Sub Menu 4--------***************
************************************************/

DQM_sub_xy4 = "-80, 16"
DQM_sub_menu_width4_0 = 90

DQM_subdesc4_0 = "Color or black and white"
DQM_url4_0 = "/album/index.shtml"


/************************************************
*********-------Sub Menu 5--------***************
************************************************/

DQM_sub_xy5 = "-80, 16"
DQM_sub_menu_width5_0 = 90

DQM_subdesc5_0 = "Répondez s'il vous plaît?"
DQM_url5_0 = "http://weddings.theknot.com/pwp/view/co_rsvp.aspx?coupleid=3211433755046875&guestpassword="
DQM_urltarget5_0 = "_new" 

/************************************************
*********-------Sub Menu 6--------***************
************************************************/

DQM_sub_xy6 = "-90, 16"
DQM_sub_menu_width6_0 = 90

DQM_subdesc6_0 = "Our pleasure"
DQM_url6_0 = "/registry/index.shtml"

/************************************************
*********-------Sub Menu 7--------***************
************************************************/

DQM_sub_xy7 = "-80, 16"
DQM_sub_menu_width7_0 = 90

DQM_subdesc7_0 = "Put in a word or two"
DQM_url7_0 = "/gb/index.shtml"

limit_users = true
