/*-------------------------------------------
Copyright Notice
--------------------------------------------*/

   DQM_Notice = "DHTML QuickMenu, Copyright (c) - 2001, OpenCube Inc. - www.opencube.com"
   


/*-------------------------------------------
Required menu Settings
--------------------------------------------*/

   DQM_sub_menu_width = 100

  
   DQM_urltarget = "_self"
   
   DQM_onload_statement = "preloadMenu();"
   DQM_codebase = "js/"

   DQM_border_color = "#DAD7D2"
   
   DQM_menu_bgcolor = "#A0978B"
   DQM_hl_bgcolor = "#A0978B"

   DQM_sub_xy = "0,0"
   DQM_border_width = 0
   DQM_divider_height = 1

   /*---IE5-MAC Offset Fix - The following two
   -----parameters correct a position reporting
   -----bug in IE5 on the Mac platform. Adjust
   -----the offsets below untill the first level
   -----sub menus pop up in the correct location.*/
   
   DQM_ie5mac_offset_X = 0
   DQM_ie5mac_offset_Y = -2


/*-------------------------------------------
Required font Settings
--------------------------------------------*/
   

   DQM_textcolor = "#FFFFFF"
   DQM_fontfamily = "Verdana"
   DQM_fontsize = 9
   DQM_textdecoration = "normal"
   DQM_fontweight = "bold"
   DQM_fontstyle = "normal"
   DQM_hl_textcolor = "#FCBE02"
   DQM_hl_textdecoration = "normal"

   DQM_margin_top = 4
   DQM_margin_bottom = 3
   DQM_margin_left = 7



/*-------------------------------------------
Optional main menu rollover images
--------------------------------------------*/
  
   DQM_rollover_image0 = "../img/menu02_over.gif"
   DQM_rollover_wh0 = "91,16"

   DQM_rollover_image1 = "../img/menu03_over.gif"
   DQM_rollover_wh1 = "78,16"

   DQM_rollover_image2 = "../img/menu06_over.gif" 
   DQM_rollover_wh2 = "104,16"

  
  







/*---------------------------------------------
Sub Menu Item Settings
-----------------------------------------------*/



DQM_sub_xy0 = "-91,12"
DQM_sub_menu_width0 = 90;
DQM_subdesc0_0 = "All About Sundour"
DQM_subdesc0_1 = "Different By Design"
DQM_subdesc0_2 = "The Fabric Of Ideas"
DQM_subdesc0_3 = "Innovation In Action"
DQM_subdesc0_4 = "Press"
DQM_url0_0 = "../all_about.htm"
DQM_url0_1 = "../diff_design.htm"
DQM_url0_2 = "../fabric_ideas.htm"
DQM_url0_3 = "../inn_action.htm"
DQM_url0_4 = "../press.htm"


DQM_sub_xy1 = "-78,12"
DQM_sub_menu_width1 = 78

DQM_subdesc1_0 = "Goodnight"
DQM_subdesc1_1 = "Room"
DQM_subdesc1_2 = "Plush"
DQM_subdesc1_3 = "Easyline"

DQM_url1_0 = "../goodnight.htm"
DQM_url1_1 = "../room.htm"
DQM_url1_2 = "../plush.htm"
DQM_url1_3 = "../easyline.htm"

