/*-------------------------------------------
Copyright Notice
--------------------------------------------*/

   DQM_Notice = "DHTML QuickMenu, Copyright (c) - 2001, OpenCube Inc. - www.opencube.com"
   


/*-------------------------------------------
Required menu Settings
--------------------------------------------*/

   DQM_sub_menu_width = 110
   DQM_urltarget = "_self"
   DQM_onload_statement = ""
   DQM_codebase = ""
   DQM_border_color = "#666666"

   DQM_sub_xy = "0,0"
   DQM_border_width = 1 
   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 = 10


/*-------------------------------------------
Required font Settings
--------------------------------------------*/
   
   DQM_textcolor = "#000000"
   DQM_fontfamily = "Arial"
   DQM_fontsize = 12
   DQM_textdecoration = "normal"
   DQM_fontweight = "none"
   DQM_fontstyle = "normal"
   DQM_hl_textcolor = "#ffffff"
   DQM_hl_textdecoration = "normal"

   DQM_margin_top = 3
   DQM_margin_bottom = 3
   DQM_margin_left = 8
 
   	

/*-------------------------------------------
Optional main menu rollover images
--------------------------------------------*/
  
   DQM_rollover_image0 = "images/company.jpg"
   DQM_rollover_wh0 = "94,24"

   DQM_rollover_image1 = "images/products.jpg"
   DQM_rollover_wh1 = "92,24"

/*---------------------------------------------
Sub Menu Item Settings
-----------------------------------------------*/

//Products Menu

DQM_sub_xy0= "-94,23"
DQM_Sub_menu_width0 = 110
DQM_subdesc0_0 = "Company Profile"
DQM_subdesc0_1 = "Introduction"

DQM_icon_index0_0 = 0
DQM_icon_index1_1 = 0

DQM_url0_0 = "companyprofile.html"
DQM_url0_1 = "introduction.html"

DQM_menu_bgcolor0_0 = "#E3EDF2"
DQM_menu_bgcolor0_1 = "#E3EDF2"

DQM_hl_bgcolor0_0 = "#00689F"
DQM_hl_bgcolor0_1 = "#00689F"

// Dealers menu

DQM_sub_xy1 = "-92,23"
DQM_sub_menu_width1 = 165
DQM_subdesc1_0 = "Fusing Press Machine"
DQM_subdesc1_1 = "Liquid Ring Vaccum Pump"
DQM_subdesc1_2 = "Timing Belt Pulley"

DQM_icon_index1_0 = 0
DQM_icon_index1_1 = 0
DQM_icon_index1_2 = 0

DQM_url1_0 = "fusing_press_machine_industrialmodel.html"
DQM_url1_1 = "liquid_ring_vaccum_pump.html"
DQM_url1_2 = "timing_belt_pulley.html"

DQM_menu_bgcolor1_0 = "#E3EDF2"
DQM_menu_bgcolor1_1 = "#E3EDF2"
DQM_menu_bgcolor1_2 = "#E3EDF2"

DQM_hl_bgcolor1_0 = "#00689F"
DQM_hl_bgcolor1_1 = "#00689F"
DQM_hl_bgcolor1_2 = "#00689F"
