/*-------------------------------------------
Copyright Notice - The following parameter is 
required in order for the menu to function.
--------------------------------------------*/

   DQM_Notice = "DHTML QuickMenu, Copyright (c) - 2002, OpenCube Inc. - www.opencube.com"


/*-------------------------------------------
required menu Settings
--------------------------------------------*/

   DQM_sub_menu_width = 160      //default sub menu widths
   DQM_sub_xy = "0,0"            //default sub x,y coordinates
   
   DQM_codebase = HEADER_INCLUDES_DIR;			//relative location of .js files
   DQM_urltarget = "_self"						//set to: _self, _parent, _new, or "my frame name"

   DQM_border_width = 1
   DQM_divider_height = 0

   DQM_border_color = "#000000"					//Hex color value or 'transparent'
   DQM_menu_bgcolor = "#ffffff"					//Hex color value or 'transparent'
   DQM_hl_bgcolor = HEADER_BGCOLOR_ACTUAL;		//Hex color value
   

   /*---The following parameter defines the delay
   -----time between the mouse moving outside of
   -----a sub menu and the sub menu actually closing.
   -----In all browsers except Netscape 4.x this time 
   -----period starts after the mouse leaves the sub 
   -----menu and the user stops moving the mouse. 
   -----This setting is useful for reducing end-user 
   -----error in the selection of sub menus. Defined 
   -----in milliseconds (1/1000s)---*/

   DQM_mouse_off_delay = 100
   
  
   /*---Internet Explorer Mac Offset Fix - The following
   -----parameters correct position reporting bugs in
   -----ie4.x and ie5.x on the Mac OS9 and OSX platforms.
   -----Adjust the offsets below until the first level
   -----sub menus pop up in the correct location.*/
   
   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


   /*---Netscape 4.x fix option - bugs in Netscape 4.x
   -----can cause layers (sub menus) to be rendered
   -----incorrectly upon resizing the browser window.
   -----The only way to work around this issue is to reload
   -----the page after a resize. The following parameters allow
   -----the menu to automatically reload the page for the user
   -----after a resize, prompts the user to reload the page
   -----manually after resize, or attempts to correct the menu
   -----after a resize without reloading.-----*/
   
   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."
   

   /*---Opera 4 & up fix - The following parameter option
   -----corrects div mouse detection bugs on Opera. Set the
   -----parameter value to true if your sub menus are located
   -----at the lowest point on the HTML page.---*/

   DQM_use_opera_div_detect_fix = true;


/*-------------------------------------------
Internet Explorer Transition Effects - IE5.5 & UP

Note: All non supporting browsers will ignore
the effect settings below while retaining the
complete sub menu functionality and look.
--------------------------------------------*/
	
   /*----Options include - none | fade | pixelate |
   ------iris | slide | gradientwipe | checkerboard |
   ------radialwipe | randombars | randomdissolve |stretch */

   // DQM_sub_menu_effect = "fade"
   // DQM_sub_item_effect = "fade"
   
   DQM_sub_menu_effect = "randomdissolve";
   DQM_sub_item_effect = "fade";
   // DQM_sub_menu_effect = "none";
   // DQM_sub_item_effect = "none";

   /*----Define the effect duration in seconds below---*/
   
   DQM_sub_menu_effect_duration = .4
   DQM_sub_item_effect_duration = .4

  
   /*----Customization option settings for the various effect
   ------transitions may be defined below---*/

   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
   

   /*----Note: Due to browser limitations, when using a 
   ------drop shadow effect or sub menu opacity values
   ------less than 100, combined with sub menu and or
   ------sub menu item transitions, undesirable transition
   ------results may occur. To remedy the issue use
   ------semi transparent sub menus or borders without
   ------transition effects or use transition effects without
   ------borders and set the sub menu opacity value to 100.---*/
   
   /*----Opacity is defined with a value between
   ------1 and 100 with 100 being opaque---*/   	

   DQM_sub_menu_opacity = 100

   DQM_dropshadow_color = "none"                //Hex color value or 'none'
   DQM_dropshadow_offx = 5                      //drop shadow width
   DQM_dropshadow_offy = 5	                //drop shadow height

/*-------------------------------------------
Required font Settings
--------------------------------------------*/
   
   DQM_textcolor = HEADER_BGCOLOR_ACTUAL;
   DQM_fontfamily = "Arial"					//Any available system font     
   DQM_fontsize = 11						//Defined with pixel sizing  	
   DQM_fontsize_ie4 = 10					//Defined with point sizing
   DQM_textdecoration = "normal"			//set to: 'normal', or 'underline'
   DQM_fontweight = "bold"					//set to: 'normal', or 'bold'
   DQM_fontstyle = "normal"					//set to: 'normal', or 'italic' 	
   DQM_hl_textcolor = "#ffffff"
   DQM_hl_textdecoration = "normal"			//set to: 'normal', or 'underline'

   DQM_margin_top = 2
   DQM_margin_bottom = 3
   DQM_margin_left = 5
   DQM_margin_right = 4

   DQM_text_alignment = "left"				//set to: 'left', 'center' or 'right'


/*---------------------------------------------
Optional Status Bar Text

Note: Custom defined status bar text for a menu item 
will be displayed in place of the URL when the 
'DQM_show_urls_statusbar' parameter is set to true.
-----------------------------------------------*/

   DQM_show_urls_statusbar = false
   
   //DQM_status_text0 = "Sample text - Main Menu Item 0"
   //DQM_status_text1 = "Sample text - Main Menu Item 1"

   //DQM_status_text1_0 = "Sample text - Main Menu Item 1, Sub Item 0"	
   //DQM_status_text1_0 = "Sample text - Main Menu Item 1, Sub Item 1"	


/*---------------------------------------------
Optional event triggered custom function calls
----------------------------------------------*/


   /*----This menu uses the documents onload event to
   ------initially generate the menus. If your HTML page requires
   ------the onload statement for calling other script functions
   ------or statements you may execute your code using the
   ------parameter below------*/

   //DQM_onload_code = "alert('custom function - onload')"


   /*----the following parameters may be used to execute
   ------custom code upon menu pop-up and hide.
   ------These are useful for hiding drop down boxes which
   ------may not be displayed under the menus due to
   ------browser limitations with certain form fields.---*/

   //DQM_showmenu_code0 = "status = 'custom show menu function call - menu0'"
   //DQM_showmenu_code1 = "status = 'custom show menu function call - menu1'"
	
   //DQM_showmenu_code0 = "alert(this);";
	
   //DQM_hidemenu_code0 = "status = 'custom hide menu function call - menu0'"
   //DQM_hidemenu_code1 = "status = 'custom hide menu function call - menu1'"

 
   /*----the following parameters may be used to execute
   ------custom code upon clicking a menu item. If a URL link 
   ------and custom code are both defined the code will be 
   ------executed first, then the URL link will be loaded. This 
   ------parameter option is useful for opening custom pop up windows.---*/

   //DQM_clickitem_code0_0 = "alert('custom Function - Menu Item 0_0')"
   //DQM_clickitem_code1_0 = "alert('custom Function - Menu Item 1_0')"


/*********************************************************************/
/*                                                                   */
/*                       MAIN MENU CUSTOMIZATION                     */
/*                                                                   */ 
/*********************************************************************/


DQM_rollover_image0 = HEADER_ABOUTUS_IMAGE_OVER;
DQM_rollover_wh0 = "53,20";
DQM_url0 = HEADER_ABOUTUS_URL;
	
	if (!HEADER_ISNETSCAPE || !HEADER_ONMAINPAGE) {
		DQM_sub_xy0 = "-53,20";
		DQM_sub_menu_width0 = 140;
		
		DQM_subdesc0_0 = "History";
		DQM_url0_0 = HEADER_ABOUTUS_URL + "#history";

		DQM_subdesc0_1 = "Mission & Vision";
		DQM_url0_1 = HEADER_ABOUTUS_URL + "#mission";

		DQM_subdesc0_2 = "Funding";
		DQM_url0_2 = HEADER_ABOUTUS_URL + "#funding";

		DQM_subdesc0_3 = "Programs & Activities";
		DQM_url0_3 = HEADER_ABOUTUS_URL + "#programs";

			DQM_sub_xy0_3 = "-15,10";
			DQM_sub_menu_width0_3 = 180;

			DQM_subdesc0_3_0 = "Safety";
			DQM_url0_3_0 = HEADER_ABOUTUS_URL + "#safety";

			DQM_subdesc0_3_1 = "Public Relations & Networking";
			DQM_url0_3_1 = HEADER_ABOUTUS_URL + "#pr";

			DQM_subdesc0_3_2 = "Workforce Development";
			DQM_url0_3_2 = HEADER_ABOUTUS_URL + "#workforce";

			DQM_subdesc0_3_3 = "Business Development";
			DQM_url0_3_3 = HEADER_ABOUTUS_URL + "#business";

		DQM_subdesc0_4 = "Accomplishments";
		DQM_url0_4 = HEADER_ABOUTUS_URL + "#accomplishments";

		DQM_subdesc0_5 = "Staff";
		DQM_url0_5 = HEADER_ABOUTUS_URL + "#staff";

		DQM_subdesc0_6 = "Board of Directors";
		DQM_url0_6 = HEADER_ABOUTUS_URL + "#directors";
	}

DQM_rollover_image1 = HEADER_NEWS_IMAGE_OVER;
DQM_rollover_wh1 = "47,20";
DQM_url1 = HEADER_NEWS_URL;
	
	if (!HEADER_ISNETSCAPE || !HEADER_ONMAINPAGE) {
		DQM_sub_xy1 = "-47,20";
		DQM_sub_menu_width1 = 142;

		DQM_subdesc1_0 = "News Articles";
		DQM_url1_0 = HEADER_NEWS_URL;
		
		DQM_subdesc1_1 = "Bulletins Email Sign Up";
		DQM_url1_1 = HEADER_PATH_TO_ROOT + "signup.asp";
	}

DQM_rollover_image2 = HEADER_EVENTS_IMAGE_OVER;
DQM_rollover_wh2 = "55,20";
DQM_url2 = HEADER_EVENTS_URL;
	
	if (!HEADER_ISNETSCAPE || !HEADER_ONMAINPAGE) {
		DQM_sub_xy2 = "-55,20";
		DQM_sub_menu_width2 = 180;
		
		DQM_subdesc2_0 = "Upcoming Events";
		DQM_url2_0 = HEADER_EVENTS_URL;
	
		DQM_subdesc2_1 = "Board & Committee Meetings";
		DQM_url2_1 = HEADER_PATH_TO_ROOT + "meetings.asp";
	
		DQM_subdesc2_2 = "Online Registration Form";
		DQM_url2_2 = HEADER_PATH_TO_ROOT + "register.asp";
	}

DQM_rollover_image3 = HEADER_CAREERS_IMAGE_OVER;
DQM_rollover_wh3 = "63,20";
DQM_url3 = HEADER_CAREERS_URL;
	
	if (!HEADER_ISNETSCAPE || !HEADER_ONMAINPAGE) {
		DQM_sub_xy3 = "-63,20";
		DQM_sub_menu_width3 = 265;
		
		DQM_subdesc3_0 = "Building Trades & Apprenticeship Training";
		DQM_url3_0 = HEADER_CAREERS_URL + "#training";
		
		DQM_subdesc3_1 = "Management Careers in Construction";
		DQM_url3_1 = HEADER_CAREERS_URL + "#management";
		
		DQM_subdesc3_2 = "Other Related Construction Careers";
		DQM_url3_2 = HEADER_CAREERS_URL + "#other";
		
		DQM_subdesc3_3 = "Basic Skills Recommendations";
		DQM_url3_3 = HEADER_CAREERS_URL + "#skills";
		
		DQM_subdesc3_4 = "Scholarships";
		DQM_url3_4 = HEADER_CAREERS_URL + "#scholarships";
			
		DQM_subdesc3_5 = "K-12 Construction Career Programs & Events";
		DQM_url3_5 = HEADER_CAREERS_URL + "#k12";		


/*************************************************************************************************************
				DQM_sub_xy3_4_0 = "-15,10";
				DQM_sub_menu_width3_4_0 = 375;

				DQM_subdesc3_4_0_0 = "High School Construction Industry Work-Based Learning Program";
				DQM_url3_4_0_0 = HEADER_SCHOLARSHIPS_URL + "#highschool";

				DQM_subdesc3_4_0_1 = "8th Grade Construction Industry Career Expo";
				DQM_url3_4_0_1 = HEADER_SCHOLARSHIPS_URL + "#8th";

				DQM_subdesc3_4_0_2 = "Women in Construction Day";
				DQM_url3_4_0_2 = HEADER_SCHOLARSHIPS_URL + "#women";
				
				DQM_subdesc3_4_0_3 = "Construction Industry Educator Job Shadow";
				DQM_url3_4_0_3 = HEADER_SCHOLARSHIPS_URL + "#educator";
				
				DQM_subdesc3_4_0_4 = "Career Fairs & Presentations";
				DQM_url3_4_0_4 = HEADER_SCHOLARSHIPS_URL + "#fairs";
				
				DQM_subdesc3_4_0_5 = "Materials & Resources";
				DQM_url3_4_0_5 = HEADER_SCHOLARSHIPS_URL + "#materials";
**************************************************************************************************************/
	}

DQM_rollover_image4 = HEADER_BETTERBUILT_IMAGE_OVER;
DQM_rollover_wh4 = "86,20";
DQM_url4 = HEADER_BETTERBUILT_URL;
DQM_urltarget4 = "_new";


DQM_rollover_image5 = HEADER_PRODUCTS_IMAGE_OVER;
DQM_rollover_wh5 = "71,20";
DQM_url5 = HEADER_PRODUCTS_URL;

	if (!HEADER_ISNETSCAPE || !HEADER_ONMAINPAGE) {
		DQM_sub_xy5 = "-71,20";
		DQM_sub_menu_width5 = 130;
	
		DQM_subdesc5_0 = "Publications";
		DQM_url5_0 = HEADER_PRODUCTS_URL + "#P";
	
		DQM_subdesc5_1 = "Promotional Items";
		DQM_url5_1 = HEADER_PRODUCTS_URL + "#PI";
	
		DQM_subdesc5_2 = "Career Information";
		DQM_url5_2 = HEADER_PRODUCTS_URL + "#CI";
	
		DQM_subdesc5_3 = "Safety Items";
		DQM_url5_3 = HEADER_PRODUCTS_URL + "#SI";
	
		DQM_subdesc5_4 = "Specialty Wear";
		DQM_url5_4 = HEADER_PRODUCTS_URL + "#SW";
	
		DQM_subdesc5_5 = "Request Products";
		DQM_url5_5 = HEADER_PATH_TO_ROOT + "requestform.asp?m=P";
	}

DQM_rollover_image6 = HEADER_SERVICES_IMAGE_OVER;
DQM_rollover_wh6 = "64,20";
DQM_url6 = HEADER_SERVICES_URL;

	if (!HEADER_ISNETSCAPE || !HEADER_ONMAINPAGE) {
		DQM_sub_xy6 = "-64,20";
		DQM_sub_menu_width6 = 256;
	
		DQM_subdesc6_0 = "Conflict Resolution & Collaboration Training";
		DQM_url6_0 = HEADER_SERVICES_URL + "#bargaining";	
	
		DQM_subdesc6_1 = "Displays, Career Fairs, & Trade Shows";
		DQM_url6_1 = HEADER_SERVICES_URL + "#fairs";
	
		DQM_subdesc6_2 = "Open Space Technology";
		DQM_url6_2 = HEADER_SERVICES_URL + "#openspace";
	
		DQM_subdesc6_3 = "Professional Presentations";
		DQM_url6_3 = HEADER_SERVICES_URL + "#presentations";
	
		DQM_subdesc6_4 = "Safety Training";
		DQM_url6_4 = HEADER_SERVICES_URL + "#safety";
	
		DQM_subdesc6_5 = "Supervisory Leadership Training";
		DQM_url6_5 = HEADER_SERVICES_URL + "#leadership";
	
		DQM_subdesc6_6 = "Request Services";
		DQM_url6_6 = HEADER_PATH_TO_ROOT + "requestform.asp?m=S";
	}

DQM_rollover_image7 = HEADER_LINKS_IMAGE_OVER;
DQM_rollover_wh7 = "45,20";
DQM_url7 = HEADER_LINKS_URL;

	if (!HEADER_ISNETSCAPE || !HEADER_ONMAINPAGE) {
		DQM_sub_xy7 = "-45,20";
		DQM_sub_menu_width7 = 160;
	
		DQM_subdesc7_0 = "Building Trades & Unions";
		DQM_url7_0 = HEADER_LINKS_URL + "#unions";
	
		DQM_subdesc7_1 = "Contractors & Suppliers";
		DQM_url7_1 = HEADER_LINKS_URL + "#contractors";
	
		DQM_subdesc7_2 = "Community & Commerce";
		DQM_url7_2 = HEADER_LINKS_URL + "#comm";
	
		DQM_subdesc7_3 = "Education & Careers";
		DQM_url7_3 = HEADER_LINKS_URL + "#edu";
	
		DQM_subdesc7_4 = "Government";
		DQM_url7_4 = HEADER_LINKS_URL + "#gov";
	
		DQM_subdesc7_5 = "Labor & Management";
		DQM_url7_5 = HEADER_LINKS_URL + "#labor";
	
		DQM_subdesc7_6 = "Publications";
		DQM_url7_6 = HEADER_LINKS_URL + "#pubs";
	
		DQM_subdesc7_7 = "Safety";
		DQM_url7_7 = HEADER_LINKS_URL + "#safety";
	}	

DQM_rollover_image8 = HEADER_CONTACTUS_IMAGE_OVER;
DQM_rollover_wh8 = "62,20";
DQM_url8 = HEADER_CONTACTUS_URL;

	if (!HEADER_ISNETSCAPE || !HEADER_ONMAINPAGE) {
		DQM_sub_xy8 = "-62,20";
		DQM_sub_menu_width8 = 106;
	
		DQM_subdesc8_0 = "TRICON";
		DQM_url8_0 = HEADER_CONTACTUS_URL + "#TRICON";
	
		DQM_subdesc8_1 = "On The Internet";
		DQM_url8_1 = HEADER_CONTACTUS_URL + "#Net";
	
		DQM_subdesc8_2 = "Email";
		DQM_url8_2 = HEADER_CONTACTUS_URL + "#EMail";
	}

if (HEADER_IS_USER) {
	DQM_rollover_image9 = HEADER_ADMIN_IMAGE_OVER;
	DQM_rollover_wh9 = "62,20";
	DQM_url9 = HEADER_ADMIN_URL;
	
	if (!HEADER_ISNETSCAPE || !HEADER_ONMAINPAGE) {
		DQM_sub_xy9 = "-62,20";
		DQM_sub_menu_width9 = 120;
	
		DQM_subdesc9_0 = "Meetings";
		DQM_url9_0 = HEADER_PATH_TO_ROOT + "admin/listMeetingText.asp";
	
		DQM_subdesc9_1 = "Events";
		DQM_url9_1 = HEADER_PATH_TO_ROOT + "admin/listevents.asp";
	
		DQM_subdesc9_2 = "News";
		DQM_url9_2 = HEADER_PATH_TO_ROOT + "admin/listarticles.asp";

		DQM_subdesc9_3 = "Products";
		DQM_url9_3 = HEADER_PATH_TO_ROOT + "admin/listproducts.asp";
	
		DQM_subdesc9_4 = "Product Requests";
		DQM_url9_4 = HEADER_PATH_TO_ROOT + "admin/listrequests.asp?m=P";
	
		DQM_subdesc9_5 = "Service Requests";
		DQM_url9_5 = HEADER_PATH_TO_ROOT + "admin/listrequests.asp?m=S";
	
		DQM_subdesc9_6 = "Logout";
		DQM_url9_6 = HEADER_PATH_TO_ROOT + "admin/logout.asp";
	}
}