/*-------------------------------------------
Copyright Notice
--------------------------------------------*/

   DQM_Notice = "DHTML QuickMenu, Copyright (c) - 2001, OpenCube Inc. - www.opencube.com"
   


/*-------------------------------------------
Required menu Settings
--------------------------------------------*/

   DQM_sub_menu_width = 88
   DQM_urltarget = "_self"
   DQM_onload_statement = ""
   DQM_codebase = ""
   DQM_border_color = "#000000"

   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 = 10
   DQM_ie5mac_offset_Y = 12


/*-------------------------------------------
Required font Settings
--------------------------------------------*/
   
   DQM_textcolor = "#000000"
   DQM_fontfamily = "Verdana"
   DQM_fontsize = 11
   DQM_fontsize_ie4 = 8
   DQM_textdecoration = "normal"
   DQM_fontweight = "none"
   DQM_fontstyle = "normal"
   DQM_hl_textcolor = "#000000"
   DQM_hl_textdecoration = "normal"

   DQM_margin_top = 3
   DQM_margin_bottom = 3
   DQM_margin_left = 10
 
   	

/*-------------------------------------------
Optional main menu rollover images
--------------------------------------------*/
  
   DQM_rollover_image0 = "../../images/b1on.gif"
   DQM_rollover_wh0 = "88,25"

   DQM_rollover_image1 = "../../images/b2on.gif"
   DQM_rollover_wh1 = "124,25"

   DQM_rollover_image2 = "../../images/b3on.gif"
   DQM_rollover_wh2 = "97,25"

   DQM_rollover_image3 = "../../images/b4on.gif"
   DQM_rollover_wh3 = "75,25"
  
   DQM_rollover_image4 = "../../images/b5on.gif"
   DQM_rollover_wh4 = "100,25"

   DQM_rollover_image5 = "../../images/b6on.gif"
   DQM_rollover_wh5 = "93,25"
   
/*---------------------------------------------
Sub Menu Item Settings
-----------------------------------------------*/

//About Menu

DQM_sub_xy0= "-88,25"
DQM_Sub_menu_width0 = 88
DQM_subdesc0_0 = "Welcome"
DQM_subdesc0_1 = "Registration"
DQM_subdesc0_2 = "About Us"
DQM_subdesc0_3 = "Trade Shows"
DQM_icon_index0_0 = 0
DQM_icon_index1_1 = 0
DQM_icon_index1_2 = 0
DQM_icon_index1_3 = 0
DQM_url0_0 = "main.php"
DQM_url0_1 = "main.php?BODY=registration"
DQM_url0_2 = "main.php?BODY=aboutus"
DQM_url0_3 = "main.php?BODY=tradeshows"

DQM_menu_bgcolor0_0 = "#FFD4D4"
DQM_menu_bgcolor0_1 = "#FFD4D4"
DQM_menu_bgcolor0_2 = "#FFD4D4"
DQM_menu_bgcolor0_3 = "#FFD4D4"

DQM_hl_bgcolor0_0 = "#C2E3F1"
DQM_hl_bgcolor0_1 = "#C2E3F1"
DQM_hl_bgcolor0_2 = "#C2E3F1"
DQM_hl_bgcolor0_3 = "#C2E3F1"

// Products Search menu

DQM_sub_xy1 = "-124,25"
DQM_sub_menu_width1 = 175
DQM_subdesc1_0 = "New Products"
DQM_subdesc1_1 = "Best Selling Products"
DQM_subdesc1_2 = "Product Specials"
DQM_icon_index1_0 = 0
DQM_icon_index1_1 = 0
DQM_icon_index1_2 = 0
DQM_url1_0 = "main.php?BODY=displayproducts&searchtype=newproducts"
DQM_url1_1 = "main.php?BODY=displayproducts&searchtype=bestsellers"
DQM_url1_2 = "main.php?BODY=displayproducts&searchtype=specials"


DQM_menu_bgcolor1_0 = "#FFD4D4"
DQM_menu_bgcolor1_1 = "#FFD4D4"
DQM_menu_bgcolor1_2 = "#FFD4D4"

DQM_hl_bgcolor1_0 = "#C2E3F1"
DQM_hl_bgcolor1_1 = "#C2E3F1"
DQM_hl_bgcolor1_2 = "#C2E3F1"


//ContactUS menu

DQM_sub_xy2 = "-97,25"
DQM_sub_menu_width2 = 97;
DQM_subdesc2_0 = "Contact Us"
DQM_subdesc2_1 = "Find a Store"

DQM_icon_index2_0 = 0
DQM_icon_index2_1 = 0


DQM_url2_0 = "main.php?BODY=contactus"
DQM_url2_1 = "main.php?BODY=findstore"


DQM_menu_bgcolor2_0 = "#FFD4D4"
DQM_menu_bgcolor2_1 = "#FFD4D4"

DQM_hl_bgcolor2_0 = "#C2E3F1"
DQM_hl_bgcolor2_1 = "#C2E3F1"

// Shopping Cart menu

DQM_sub_xy3 = "-75,25"
DQM_sub_menu_width3 = 80
DQM_subdesc3_0 = "View Cart" 


DQM_icon_index3_0 = 0

DQM_url3_0 = "main.php?BODY=viewcart"

DQM_menu_bgcolor3_0 = "#FFD4D4"

DQM_hl_bgcolor3_0 = "#C2E3F1"


//My Account

DQM_sub_xy4 = "-100,25"
DQM_sub_menu_width4 = 120

DQM_subdesc4_0 = "Edit Profile"
DQM_subdesc4_1 = "Change Password"
DQM_subdesc4_2 = "Purchase History"

DQM_icon_index4_0 = 0
DQM_icon_index4_1 = 0
DQM_icon_index4_2 = 0

DQM_url4_0 = "main.php?BODY=editprofile"
DQM_url4_1 = "main.php?BODY=changepassword"
DQM_url4_2 = "main.php?BODY=orderhistory"

   
DQM_menu_bgcolor4_0 = "#FFD4D4"
DQM_menu_bgcolor4_1 = "#FFD4D4"
DQM_menu_bgcolor4_2 = "#FFD4D4"

DQM_hl_bgcolor4_0 = "#C2E3F1"
DQM_hl_bgcolor4_1 = "#C2E3F1"
DQM_hl_bgcolor4_2 = "#C2E3F1"

//Baby Pics

DQM_sub_xy5 = "-120,25"
DQM_sub_menu_width5 = 120

DQM_subdesc5_0 = "Submit Baby Pics"
DQM_subdesc5_1 = "View Baby Pics"

DQM_icon_index5_0 = 0
DQM_icon_index5_1 = 0


DQM_url5_0 = "main.php?BODY=submitcustomerpics"
DQM_url5_1 = "main.php?BODY=viewcustomerpics"

DQM_menu_bgcolor5_0 = "#FFD4D4"
DQM_menu_bgcolor5_1 = "#FFD4D4"

DQM_hl_bgcolor5_0 = "#C2E3F1"
DQM_hl_bgcolor5_1 = "#C2E3F1"
