//  QuickMenu Pro, Copyright (c) 1998 - 2003, OpenCube Inc. - http://www.opencube.com

isIE = ( navigator.userAgent && navigator.userAgent.indexOf("MSIE") >= 0 && typeof document.documentElement.style.maxHeight == "undefined" );

limit_multiple_users = true
restrict_access = true
sequence = '9x44_5'

dqm__sub_menu_width = 193
dqm__sub_xy = "0,0"
dqm__urltarget = "_self"
dqm__border_width = 1
dqm__divider_height = 1
dqm__border_color = "#eeeeee"
dqm__menu_bgcolor = "#f2f2f2"
dqm__hl_bgcolor = "#eb5824"
dqm__mouse_off_delay = 150
dqm__nn4_mouse_off_delay = 250
dqm__textcolor = "#eb5824"
dqm__fontfamily = "Trebuchet MS"
dqm__fontsize = 12
dqm__fontsize_ie4 = 11
dqm__textdecoration = "normal"
dqm__fontweight = "normal"
dqm__fontstyle = "normal"
dqm__hl_textcolor = "#ffffff"
dqm__hl_textdecoration = "normal"
dqm__text_alignment = "left"
dqm__margin_top = 1
dqm__margin_bottom = 1
dqm__margin_left = 5
dqm__margin_right = 5

dqm__2nd_icon_image0 = "/includes/menu/images/white-arrow.gif"
dqm__2nd_icon_rollover0 = "/includes/menu/images/white-arrow.gif"
dqm__2nd_icon_image_wh0 = "13,10"
dqm__2nd_icon_image_xy0 = "0,4"
dqm__show_urls_statusbar = false

//Options include - none | fade | pixelate |iris | slide | gradientwipe | checkerboard | radialwipe | randombars | randomdissolve |stretch

dqm__sub_menu_effect = "none"
dqm__sub_item_effect = "none"
dqm__sub_menu_effect_duration = .2
dqm__sub_item_effect_duration = .2

//Specific settings for various transitions.

dqm__effect_pixelate_maxsqare = 25
dqm__effect_iris_irisstyle = "CIRCLE"		//CROSS, CIRCLE, PLUS, SQUARE, or STAR
dqm__effect_checkerboard_squaresx = 14
dqm__effect_checkerboard_squaresY = 14
dqm__effect_checkerboard_direction = "RIGHT"	//UP, DOWN, LEFT, RIGHT


//Opacity and drop shadows.

dqm__sub_menu_opacity = 100			//1 to 100
dqm__dropshadow_color = "none"		//Hex color value or 'none'
dqm__dropshadow_offx = 5			//drop shadow width
dqm__dropshadow_offy = 5			//drop shadow height


/*-------------------------------------------
Browser Bug fixes and Workarounds
--------------------------------------------*/

//Mac offset fixes, adjust until sub menus position correctly.

dqm__ie4mac_offset_X = -8
dqm__ie4mac_offset_Y = -50

//Netscape 4 resize bug workaround.

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."

//Set to true if the menu is the only item on the HTML page.

dqm__use_opera_div_detect_fix = false

//Pre-defined sub menu item heights for the Espial Escape browser.

dqm__escape_item_height = 20
dqm__escape_item_height0_0 = 70
dqm__escape_item_height0_1 = 70

/*---------------------------------------------
Exposed menu events
----------------------------------------------*/

//Reference additional onload statements here.

//dqm__onload_code = "alert('custom function - onload')"

//The 'X' indicates the index number of the sub menu group or item.

dqm__showmenu_codeX = "status = 'custom show menu function call - menu0'"
dqm__hidemenu_codeX = "status = 'custom hide menu function call - menu0'"
dqm__clickitem_codeX_X = "alert('custom Function - Menu Item 0_0')"

function autoHide() {
  if(!isIE) return;
  for (x = 0; x < document.forms.length; x++) {
    for (y = 0; y < document.forms[x].elements.length; y++) {
      if (document.forms[x].elements[y].type.substr(0,6) == "select") {
        document.forms[x].elements[y].style.visibility = 'hidden';
      }
    }
  }
}

function autoShow() {
  if(!isIE) return;
  for (x = 0; x < document.forms.length; x++) {
    for (y = 0; y < document.forms[x].elements.length; y++) {
      if (document.forms[x].elements[y].type.substr(0,6) == "select") {
        document.forms[x].elements[y].style.visibility = 'visible';
      }
    }
  }
}


//Main Items
/*

	//Main Menu Item 0

	dqm__rollover_image0 = "/images/global/nav/sales-over.gif"
	dqm__rollover_wh0 = "84,28"
	dqm__url0 = "/sales/";


	//Main Menu Item 1

	dqm__rollover_image1 = "/images/global/nav/rentals-over.gif"
	dqm__rollover_wh1 = "101,28"
	dqm__url1 = "/rentals/";


	//Main Menu Item 2

	dqm__rollover_image2 = "/images/global/nav/aboutus-over.gif"
	dqm__rollover_wh2 = "112,28"
	dqm__url2 = "/about/";


	//Main Menu Item 3

	dqm__rollover_image3 = "/images/global/nav/listproperty-over.gif"
	dqm__rollover_wh3 = "193,28"
	dqm__url3 = "/listproperty/";


	//Main Menu Item 4

	dqm__rollover_image4 = "/images/global/nav/contactus-over.gif"
	dqm__rollover_wh4 = "107,28"
	dqm__url4 = "/contact/";


//Sub Menus


	//Sub Menu 0
	dqm__sub_xy0 = "-112,34"
    dqm__sub_menu_width0 = 193


	//Sub Menu 1


	//Sub Menu 2

	dqm__sub_xy2 = "-112,34"
	dqm__sub_menu_width2 = 193
		dqm__showmenu_code2 = "autoHide()"
	dqm__hidemenu_code2 = "autoShow()"

	dqm__subdesc2_0 = "This Is A Sub Page"
	dqm__subdesc2_1 = "Another Sub Page"
	dqm__subdesc2_2 = "And Another A Sub Page"
	dqm__subdesc2_3 = "Another Test"

	dqm__url2_0 = "/foo/"
	dqm__url2_1 = "/foo/"
	dqm__url2_2 = "/foo/"




	//Sub Menu 3

	dqm__sub_xy3 = "-193,34"
	dqm__sub_menu_width3 = 193

	dqm__subdesc3_0 = "This Is A Sub Page"
	dqm__subdesc3_1 = "Another Sub Page"
	dqm__subdesc3_2 = "And Another A Sub Page"

	dqm__url3_0 = "/foo/"
	dqm__url3_1 = "/foo/"
	dqm__url3_2 = "/foo/"

	dqm__showmenu_code3 = "autoHide()"
	dqm__hidemenu_code3 = "autoShow()"


	//Sub Menu 4
*/