// QuickMenu Pro, Copyright (c) 1998 - 2003, OpenCube Inc. - http://www.opencube.com isIE = ( navigator.userAgent && navigator.userAgent.indexOf("MSIE") >= 0 ); limit_multiple_users = true restrict_access = true sequence = '9x44_5' dqm__sub_menu_width = 180 dqm__sub_xy = "0,0" dqm__urltarget = "_self" dqm__border_width = 1 dqm__divider_height = 1 dqm__border_color = "#a8cab4" dqm__menu_bgcolor = "#072f1d" dqm__hl_bgcolor = "#7caf8c" dqm__mouse_off_delay = 150 dqm__nn4_mouse_off_delay = 250 dqm__textcolor = "#ffffff" dqm__fontfamily = "Arial" dqm__fontsize = 11 dqm__fontsize_ie4 = 10 dqm__textdecoration = "normal" dqm__fontweight = "bold" dqm__fontstyle = "normal" dqm__hl_textcolor = "#101a16" dqm__hl_textdecoration = "normal" dqm__text_alignment = "left" dqm__margin_top = 3 dqm__margin_bottom = 4 dqm__margin_left = 5 dqm__margin_right = 4 //Optional positioned icon images (coordinate poitioned) to indicate //child menu exists dqm__2nd_icon_image0 = "/includes/menu/images/white-arrow.gif" dqm__2nd_icon_rollover0 = "/includes/menu/images/black-arrow.gif" dqm__2nd_icon_image_wh0 = "13,10" dqm__2nd_icon_image_xy0 = "0,4" dqm__show_urls_statusbar = false dqm__sub_menu_effect = "none" dqm__sub_item_effect = "none" dqm__sub_menu_effect_duration = .2 dqm__sub_item_effect_duration = .2 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 //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'; } } } } //Menu Settings //Main Menu Item 0 dqm__rollover_image0 = "/images/global/nav/homepage-on.gif" dqm__rollover_wh0 = "217,24" dqm__url0 = "/"; //Main Menu Item 1 dqm__rollover_image1 = "/images/global/nav/about-on.gif" dqm__rollover_wh1 = "217,24" dqm__url1 = "/about/"; //Main Menu Item 2 dqm__rollover_image2 = "/images/global/nav/services-on.gif" dqm__rollover_wh2 = "217,24" dqm__url2 = "/services/"; //Main Menu Item 3 dqm__rollover_image3 = "/images/global/nav/properties-on.gif" dqm__rollover_wh3 = "217,24" dqm__url3 = "/properties/"; //Main Menu Item 4 dqm__rollover_image4 = "/images/global/nav/representation-on.gif" dqm__rollover_wh4 = "217,24" dqm__url4 = "/representation/"; //Main Menu Item 5 dqm__rollover_image5 = "/images/global/nav/recent-on.gif" dqm__rollover_wh5 = "217,24" dqm__url5 = "/news/"; //Main Menu Item 6 dqm__rollover_image6 = "/images/global/nav/contact-on.gif" dqm__rollover_wh6 = "217,24" dqm__url6 = "/contact/"; //Sub Menu 0 //Sub Menu 1 dqm__sub_xy1 = "-15,-1" dqm__sub_menu_width1 = 130 dqm__subdesc1_0 = "About Our Company" dqm__subdesc1_1 = "About Our People" dqm__url1_0 = "/about/company.asp" dqm__url1_1 = "/about/people.asp" //Sub Menu 2 dqm__sub_xy2 = "-15,-1" dqm__sub_menu_width2 = 200 dqm__subdesc2_0 = "Land Acquisition and Assemblage" dqm__subdesc2_1 = "Tenant Representation" dqm__subdesc2_2 = "Leasing" dqm__subdesc2_3 = "Development/Entitlement Coordination" dqm__url2_0 = "/services/acquisition.asp" dqm__url2_1 = "/services/representation.asp" dqm__url2_2 = "/services/leasing.asp" dqm__url2_3 = "/services/coordination.asp" // to hide thte select menu dqm__showmenu_code2 = "autoHide()" dqm__hidemenu_code2 = "autoShow()" //Sub Menu 3 dqm__sub_xy3 = "-15,-1" dqm__sub_menu_width3 = 200 //dqm__2nd_icon_index3_1 = 0 //dqm__2nd_icon_index3_2 = 0 dqm__subdesc3_0 = "All Properties" dqm__subdesc3_1 = "Retail Space for Lease" dqm__subdesc3_2 = "Available Vacant Land" dqm__url3_0 = "/properties/" dqm__url3_1 = "/properties/index.asp?F_CATEGORY_ID=1" dqm__url3_2 = "/properties/index.asp?F_CATEGORY_ID=2" // to hide thte select menu dqm__showmenu_code3 = "autoHide()" dqm__hidemenu_code3 = "autoShow()" //Sub Menu 3_1 Retail Space for Lease // dqm__sub_xy3_1 = "-1,-1" // dqm__sub_menu_width3_1 = 250 // dqm__subdesc3_1_0 = "This Is A Retail Space" // dqm__subdesc3_1_1 = "Another Retail Space For Lease" // dqm__subdesc3_1_2 = "An Another Retail Space" // dqm__url3_1_0 = "/properties/" // dqm__url3_1_1 = "/properties/" // dqm__url3_1_2 = "/properties/" //Sub Menu 3_2 Available Vacant Land // dqm__sub_xy3_2 = "-1,-1" // dqm__sub_menu_width3_2 = 250 // dqm__subdesc3_2_0 = "Some Available Vacant Land" // dqm__subdesc3_2_1 = "More Vacant Land" // dqm__subdesc3_2_2 = "More Available Vacant Land" // dqm__subdesc3_2_3 = "Some Vacant Land That Is Available" // dqm__url3_2_0 = "/properties/" // dqm__url3_2_1 = "/properties/" // dqm__url3_2_2 = "/properties/" // dqm__url3_2_3 = "/properties/" //Sub Menu 4 //Sub Menu 5 //Sub Menu 6