/*-------------------------------------------
Copyright Notice
--------------------------------------------*/
   DQM_Notice = "DHTML QuickMenu, Copyright (c) - 2001, OpenCube Inc. - www.opencube.com"
/*-------------------------------------------
Required menu Settings
--------------------------------------------*/

   DQM_sub_menu_width = 130
  
   DQM_urltarget = "_self"
   
   DQM_onload_statement = ""
   DQM_codebase = ""

   DQM_border_color = "transparent"
  
   DQM_menu_bgcolor = "#ffffff"
   DQM_hl_bgcolor = "#ffffff"
  
   DQM_sub_xy = "0,0"
   DQM_border_width = 0 //1
   DQM_divider_height = -2 //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 = "#333333"
   DQM_fontfamily = "Verdana"
   DQM_fontsize = 11
   DQM_textdecoration = "normal"
   DQM_fontweight = "normal"
   DQM_fontstyle = "normal"
   DQM_hl_textcolor = "#000000"
   DQM_hl_textdecoration = "normal"

   DQM_margin_top = 0	//3
   DQM_margin_bottom = 0 //3
   DQM_margin_left = 0  //5

/*-------------------------------------------
Optional main menu rollover images
--------------------------------------------*/
   DQM_rollover_image0 = "../images/top-hosting-over.gif"
   DQM_rollover_wh0 = "100,37"
  
/*---------------------------------------------
Optional Icon Images
-----------------------------------------------*/
   DQM_icon_image0 = "../images/bullet.gif"
   DQM_icon_rollover0 = "../images/bullet_hl.gif"
   DQM_icon_image_wh0 = "13,8"
   
   DQM_icon_image1 = "../images/drop-shared.gif"
   DQM_icon_rollover1 = "../images/drop-shared-over.gif"
   DQM_icon_image_wh1 = "125,17"
  
   DQM_icon_image2 = "../images/drop-shared-unix.gif"
   DQM_icon_rollover2 = "../images/drop-shared-unix-over.gif"
   DQM_icon_image_wh2 = "125,17"
   
   DQM_icon_image3 = "../images/drop-semi.gif"
   DQM_icon_rollover3 = "../images/drop-semi-over.gif"
   DQM_icon_image_wh3 = "125,17"
   
   DQM_icon_image4 = "../images/drop-ecomm.gif"
   DQM_icon_rollover4 = "../images/drop-ecomm-over.gif"
   DQM_icon_image_wh4 = "125,17"
   
   
/*---------------------------------------------
Sub Menu Item Settings
-----------------------------------------------*/
// HOME
// DQM_sub_xy0 = "-42,19"
//DQM_sub_xy0 = "0,0"
//DQM_sub_menu_width0 = 150
//DQM_subdesc0_0 = ""
//DQM_icon_index0_0 = 0
//DQM_url0_0 = "http://www.opencube.com/effect_dqm.asp"

// HOSTING
DQM_url0 ="index.asp"
DQM_sub_xy0 = "-100,36"
DQM_sub_menu_width0 = 100;
DQM_subdesc0_0 = " "
DQM_subdesc0_1 = " "
DQM_subdesc0_2 = " "
DQM_subdesc0_3 = " "

//DQM_subdesc0_5 = "Applet Effects"
DQM_icon_index0_0 = 1
DQM_icon_index0_1 = 2
DQM_icon_index0_2 = 3
DQM_icon_index0_3 = 4

//DQM_icon_index0_5 = 0
DQM_url0_0 = "shared-windows.asp"
DQM_url0_1 = "shared-unix.asp"
DQM_url0_2 = "semi-dedicated.asp"
DQM_url0_3 = "win-ecommerce.asp"

// DESIGN
// MAINT
// PROMOTION
// SIGNUP
// CONTACT

