

limit_multiple_users = true


/*-------------------------------------------
Copyright Notice
--------------------------------------------*/

DQM_Notice = "DHTML QuickMenu, Copyright (c) - 2001, OpenCube Inc. - www.opencube.com"

/*---------------------------------------
General Settings
----------------------------------------*/

DQM_sub_menu_width = 195
DQM_sub_xy = "0,0"
  

DQM_codebase = "scripts/"
DQM_urltarget = "_self"


DQM_border_width = 1
DQM_divider_height = 1
DQM_border_color = "#ffffff"
DQM_menu_bgcolor = "#F0E0E7"
DQM_hl_bgcolor = "#ffffff"

DQM_mouse_off_delay = 100


/*---------------------------------------
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)
----------------------------------------*/

DQM_sub_menu_effect = "fade"
DQM_sub_item_effect = "none"
DQM_sub_menu_effect_duration = .3
DQM_sub_item_effect_duration = .1

DQM_effect_pixelate_maxsqare = 25
DQM_effect_iris_irisstyle = "CIRCLE"
DQM_effect_checkerboard_squaresx = 14
DQM_effect_checkerboard_squaresY = 14
DQM_effect_checkerboard_direction = "RIGHT"

DQM_sub_menu_opacity = 90
DQM_dropshadow_color = "#333333"
DQM_dropshadow_offx = 5
DQM_dropshadow_offy = 10	



/*---------------------------------------
Font, Margin, and Alignment
----------------------------------------*/
DQM_textcolor = "#333333"
DQM_fontfamily = "Tahoma"
DQM_fontsize = 11
DQM_fontsize_ie4 = 9
DQM_textdecoration = "normal"
DQM_fontweight = "normal"
DQM_fontstyle = "normal"
DQM_hl_textcolor = "#CC0000"
DQM_hl_textdecoration = "normal"


DQM_margin_top = 4
DQM_margin_bottom = 4
DQM_margin_left = 4
DQM_margin_right = 4
DQM_text_alignment = "left"



/*-------------------------------------------
Optional main menu rollover images
--------------------------------------------*/
   DQM_rollover_image0 = "images/corporate_b.jpg"
   DQM_rollover_wh0 = "88,27"

   DQM_rollover_image1 = "images/prices_b.jpg"
   DQM_rollover_wh1 = "67,27"
   
   DQM_rollover_image2 = "images/nycpickup_b.jpg"
   DQM_rollover_wh2 = "93,27"

/*---------------------------------------------
Sub Menu nycpickup
-----------------------------------------------*/
page = window.location.pathname.substr(window.location.pathname.lastIndexOf("/")+1)

DQM_sub_xy2 = "-93,27"
DQM_sub_menu_width2 = 144;
DQM_subdesc2_0 = "New Customer"

if(page.toLowerCase()=="olivia_index.asp"){
	DQM_subdesc2_1 = "Olivia Tenants";
	DQM_url2_1 = "pickup.asp?type=tenant"
}
else{
	DQM_subdesc2_1 = "Regular Customer";
	DQM_url2_1 = "pickup.asp?type=regular"	
}
DQM_subdesc2_2 = "Olivia Tenants"

DQM_url2_0 = "register.asp"
DQM_url2_2 = "http://www.u-rang.com/login.asp?type=tenant"


/*---------------------------------------------
Sub Menu Corporate Settings
-----------------------------------------------*/

DQM_sub_xy0 = "-88,27"
DQM_sub_menu_width0 = 144;
DQM_subdesc0_0 = "Corporate Info"
DQM_subdesc0_1 = "Corporate Price List"

DQM_url0_0 = "corporate.asp"
DQM_url0_1 = "corporate_price_list.asp"


/*---------------------------------------------
Sub Menu Products Settings
-----------------------------------------------*/
DQM_sub_xy1 = " -67,27"
DQM_sub_menu_width1 = 170;
DQM_subdesc1_0 = "Dry Cleaning Price List"
/*DQM_subdesc1_1 = "Wet Cleaning Price List"*/
/*DQM_subdesc1_2 = "Corporate Price List"*/

DQM_url1_0 = "dry_cleaning_price_list.asp"
/*DQM_url1_1 = "wet_cleaning_price_list.asp"*/
/*DQM_url1_2 = "corporate_price_list.asp"*/
