code0 = 1554
code1 = 1151
code2 = 1516

dqm__cancel_onload = true;
//  QuickMenu Pro, Copyright (c) 1998 - 2003, OpenCube Inc. - http://www.opencube.com

/*-------------------------------------------
Colors, Borders, Dividers, and more...
--------------------------------------------*/


	dqm__sub_menu_width = 130      	//default sub menu widths
	dqm__sub_xy = "0,0"            	//default sub x,y coordinates - defined relative
						//to the top-left corner of parent image or sub menu
   

	dqm__urltarget = "_self"		//default URL target: _self, _parent, _new, or "my frame name"

	dqm__border_width = 1
	dqm__divider_height = 1

	dqm__border_color = "#000000"		//Hex color or 'transparent'
	dqm__menu_bgcolor = "#c8c8c1"		//Hex color or 'transparent'
	dqm__hl_bgcolor = "#eeeeee"		

	dqm__mouse_off_delay = 150		//defined in milliseconds (activated after mouse stops)
	dqm__nn4_mouse_off_delay = 500		//defined in milliseconds (activated after leaving sub)


/*-------------------------------------------
Font settings and margins
--------------------------------------------*/
   

    //Font settings

	dqm__textcolor = "#333333"
	dqm__fontfamily = "Verdana"		//Any available system font     
	dqm__fontsize = 11			//Defined with pixel sizing  	
	dqm__fontsize_ie4 = 9			//Defined with point sizing
	dqm__textdecoration = "normal"		//set to: 'normal', or 'underline'
	dqm__fontweight = "normal"		//set to: 'normal', or 'bold'
	dqm__fontstyle = "normal"		//set to: 'normal', or 'italic' 	


    //Rollover font settings

	dqm__hl_textcolor = "#000000"
	dqm__hl_textdecoration = "normal"	//set to: 'normal', or 'underline'



    //Margins and text alignment

	dqm__text_alignment = "left"		//set to: 'left', 'center' or 'right'
	dqm__margin_top = 2
	dqm__margin_bottom = 3
	dqm__margin_left = 5
	dqm__margin_right = 4

   


/*-------------------------------------------
Bullet and Icon image library - Unlimited bullet
or icon images may be defined below and then associated
with any sub menu items within the 'Sub Menu Structure 
and Text' section of this data file.
--------------------------------------------*/


    //Relative positioned icon images (flow with sub item text)

	dqm__icon_image0 = "images/sample2_bullet.gif"
	dqm__icon_rollover0 = "images/sample2_bullet_hl.gif"
	dqm__icon_image_wh0 = "13,8"

	

    //Absolute positioned icon images (coordinate poitioned)

	dqm__2nd_icon_image0 = "images/sample2_arrow.gif"
	dqm__2nd_icon_rollover0 = "images/sample2_arrow.gif"
	dqm__2nd_icon_image_wh0 = "13,10"
	dqm__2nd_icon_image_xy0 = "0,4"



/*---------------------------------------------
Optional Status Bar Text
-----------------------------------------------*/

	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"	




/*-------------------------------------------
Internet Explorer Transition Effects
--------------------------------------------*/


    //Options include - none | fade | pixelate |iris | slide | gradientwipe | checkerboard | radialwipe | randombars | randomdissolve |stretch

	dqm__sub_menu_effect = "fade"
	dqm__sub_item_effect = "fade"


    //Define the effect duration in seconds below.
   
	dqm__sub_menu_effect_duration = .4
	dqm__sub_item_effect_duration = .4


    //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__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 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')"



/*---------------------------------------------
Specific Sub Menu Settings
----------------------------------------------*/


    //The following settings may be defined for specific sub menu groups.
    //The 'X' represents the index number of the sub menu group.

	dqm__border_widthX = 10;
	dqm__divider_heightX = 5;		
	dqm__border_colorX = "#0000ff";     
	dqm__menu_bgcolorX = "#ff0000"
	dqm__hl_bgcolorX = "#00ff00"
	dqm__hl_textcolorX = "#ff0000"
	dqm__text_alignmentX = "left"


    //The following settings may be defined for specific sub menu items.
    //The 'X' represents the index number of the sub menu item.

	dqm__hl_subdescX = "custom highlight text"
	dqm__urltargetX = "_new"




/**********************************************************************************************
**********************************************************************************************

                           Main Menu Rollover Images and Links  

**********************************************************************************************
**********************************************************************************************/



    //Main Menu Item 0

	dqm__rollover_image0 = "images/Menu_DeptInfo_On.gif"
	dqm__rollover_wh0 = "153,19"
	dqm__url0 = "DI_About.html";   


    //Main Menu Item 1

	dqm__rollover_image1 = "images/Menu_Divisions_On.gif"
	dqm__rollover_wh1 = "153,19"
	//dqm__url1 = "Programs.html";


    //Main Menu Item 2

	dqm__rollover_image2 = "images/Menu_Resources_On.gif" 
	dqm__rollover_wh2 = "153,19"
	//dqm__url2 = "Resources.html";   


    //Main Menu Item 3

	dqm__rollover_image3 = "images/Menu_Phone_On.gif" 
	dqm__rollover_wh3 = "153,19"
	dqm__url3 = "Phone_Directory.cfm";   
  




/**********************************************************************************************
**********************************************************************************************

                              Sub Menu Structure and Text  

**********************************************************************************************
**********************************************************************************************/
   


    //Sub Menu 0

	dqm__sub_xy0 = "-155,19"
	dqm__sub_menu_width0 = 170

	dqm__subdesc0_0 = "About Us"
	dqm__subdesc0_1 = "Our Staff"
	dqm__subdesc0_2 = "Contact Us"
	
	dqm__icon_index0_0 = 0
	dqm__icon_index0_1 = 0
	dqm__icon_index0_2 = 0

	dqm__url0_0 = "DI_About.html"
	dqm__url0_1 = "Phone_Directory.cfm"
	dqm__url0_2 = "DI_Contact.html"


    //Sub Menu 1

	dqm__sub_xy1 = "-155,19"
	dqm__sub_menu_width1 = 185

	dqm__subdesc1_0 = "Industrial Hygiene"
	dqm__subdesc1_1 = "Environmental Programs"
	dqm__subdesc1_2 = "Biological Safety"
	dqm__subdesc1_3 = "Fire Prevention"
	dqm__subdesc1_4 = "Radiation Safety"

	dqm__icon_index1_0 = 0
	dqm__icon_index1_1 = 0
	dqm__icon_index1_2 = 0
	dqm__icon_index1_3 = 0
	dqm__icon_index1_4 = 0
	
	dqm__2nd_icon_index1_0 = 0
	dqm__2nd_icon_index1_1 = 0

	dqm__url1_2 = "http://www.biosafety.ucla.edu"
	dqm__url1_3 = "Fire_Prevention.html"
	dqm__url1_4 = "Radiation_Safety.html"

    

    //Sub Menu 1_0

	dqm__sub_xy1_0 = "-4,2"
	dqm__sub_menu_width1_0 = 225

	dqm__subdesc1_0_0 = "Accident Prevention"
	dqm__subdesc1_0_1 = "Accident Reporting"
	dqm__subdesc1_0_2 = "Asbestos & Lead"
	dqm__subdesc1_0_3 = "Campus Safety"	
	dqm__subdesc1_0_4 = "Chemical & Lab Safety"
	dqm__subdesc1_0_5 = "Chemical Hygiene"	
	dqm__subdesc1_0_6 = "Cranes & Helicopters"
	dqm__subdesc1_0_7 = "Ergonomics"	
	dqm__subdesc1_0_8 = "Fume Hoods"
	dqm__subdesc1_0_9 = "Hazard Communication"
	dqm__subdesc1_0_10 = "Injury & Illness Prevention Plan"
	dqm__subdesc1_0_11 = "Laboratory Inspection"
	dqm__subdesc1_0_12 = "Lab Safety Manuals"
	dqm__subdesc1_0_13 = "Lead Compliance"	
	dqm__subdesc1_0_14 = "Lockout/Blockout"
	dqm__subdesc1_0_15 = "Personal Protection Equipments"
	dqm__subdesc1_0_16 = "Physical Agents"		
	dqm__subdesc1_0_17 = "Project Design Review"
	dqm__subdesc1_0_18 = "Respiratory Protection"
	dqm__subdesc1_0_19 = "Workplace Exposure Assessment"				

	dqm__icon_index1_0_0 = 0
	dqm__icon_index1_0_1 = 0
	dqm__icon_index1_0_2 = 0
	dqm__icon_index1_0_3 = 0
	dqm__icon_index1_0_4 = 0
	dqm__icon_index1_0_5 = 0
	dqm__icon_index1_0_6 = 0
	dqm__icon_index1_0_7 = 0
	dqm__icon_index1_0_8 = 0	
	dqm__icon_index1_0_9 = 0
	dqm__icon_index1_0_10 = 0
	dqm__icon_index1_0_11 = 0
	dqm__icon_index1_0_12 = 0		
	dqm__icon_index1_0_13 = 0
	dqm__icon_index1_0_14 = 0
	dqm__icon_index1_0_15 = 0		
	dqm__icon_index1_0_16 = 0		
	dqm__icon_index1_0_17 = 0
	dqm__icon_index1_0_18 = 0
	dqm__icon_index1_0_19 = 0
	
	dqm__2nd_icon_index1_0_12 = 0
	
	dqm__url1_0_0 = "IH_AccidentPrevention.html"
	dqm__url1_0_1 = "IH_AccidentReporting.html"	
	dqm__url1_0_2 = "IH_Asbestos.html"
	dqm__url1_0_3 = "IH_CampusSafety.html"	
	dqm__url1_0_4 = "IH_ChemSafety.html"
	dqm__url1_0_5 = "IH_ChemHygiene.html"
	dqm__url1_0_6 = "IH_Cranes.html"
	dqm__url1_0_7 = "http://ergonomics.ucla.edu/index.html"
	dqm__url1_0_8 = "IH_Fumehoods.html"
	dqm__url1_0_9 = "IH_HazComm.html"
	dqm__url1_0_10 = "IH_IIPP.cfm"
	dqm__url1_0_11 = "IH_LabInspection.html"
	dqm__url1_0_13 = "IH_Lead.html"	
	dqm__url1_0_14 = "IH_Lockout.html"
	dqm__url1_0_15 = "IH_PPE.html"	
	dqm__url1_0_16 = "IH_PhysicalAgents.html"	
	dqm__url1_0_17 = "IH_ProjectDesign.html"	
	dqm__url1_0_18 = "IH_ResProtection.html"
	dqm__url1_0_19 = "IH_WorkExposure.html"
	
	//Sub Menu 1_0_12
	
	dqm__sub_xy1_0_12 = "-4,2"
	dqm__sub_menu_width1_0_12 = 185
	
	dqm__subdesc1_0_12_0 = "School of Eng"
	dqm__subdesc1_0_12_1 = "School of Med"
	
	dqm__icon_index1_0_12_0 = 0
	dqm__icon_index1_0_12_1 = 0
	
	dqm__url1_0_12_0 = "http://www.seas.ucla.edu/emergency/lab_safety_manual.pdf"
	dqm__url1_0_12_1 = "Pub/SoM Lab Safety.pdf"
	
	
    //Sub Menu 1_1

	dqm__sub_xy1_1 = "-4,2"
	dqm__sub_menu_width1_1 = 185

	dqm__subdesc1_1_0 = "Air, Water, & Environment"
	dqm__subdesc1_1_1 = "Chemical Waste"
	dqm__subdesc1_1_2 = "Environmental Health"

	dqm__icon_index1_1_0 = 0
	dqm__icon_index1_1_1 = 0
	dqm__icon_index1_1_2 = 0	

	dqm__url1_1_0 = "EP_Air_Water.html"
	dqm__url1_1_1 = "Chemical_Waste.html"
	dqm__url1_1_2 = "EP_EHealth.html"

	//dqm__url1_0_12 = "http://www.seas.ucla.edu/emergency/lab_safety_manual.pdf"
	//dqm__2nd_icon_index1_1_2 = 0


    //Sub Menu 1_1_2

	//dqm__sub_xy1_1_2 = "-4,2"
	//dqm__sub_menu_width1_1_2 = 150

	//dqm__subdesc1_1_2_0 = "Program Overview"
	//dqm__subdesc1_1_2_1 = "Permits"
	//dqm__subdesc1_1_2_2 = "Air"
	//dqm__subdesc1_1_2_3 = "Emissions"
	//dqm__subdesc1_1_2_4 = "Waste Water"
	//dqm__subdesc1_1_2_5 = "Storm Water"
	//dqm__subdesc1_1_2_6 = "Underground Tanks"

	//dqm__icon_index1_1_2_0 = 0
	//dqm__icon_index1_1_2_1 = 0
	//dqm__icon_index1_1_2_2 = 0
	//dqm__icon_index1_1_2_3 = 0
	//dqm__icon_index1_1_2_4 = 0
	//dqm__icon_index1_1_2_5 = 0
	//dqm__icon_index1_1_2_6 = 0

	//dqm__url1_1_2_0 = "Chemical_Waste.html"
	//dqm__url1_1_2_1 = "#"
	//dqm__url1_1_2_2 = "#"



    //Sub Menu 2

	//dqm__sub_xy2 = "-155,19"
	//dqm__sub_menu_width2 = 185

	//dqm__subdesc2_0 = "Industrial Hygiene"
	//dqm__subdesc2_1 = "Environmental Programs"
	//dqm__subdesc2_2 = "Biological Safety"
	//dqm__subdesc2_3 = "Fire Prevention"
	//dqm__subdesc2_4 = "Radiation Safety"

	//dqm__icon_index2_0 = 0
	//dqm__icon_index2_1 = 0
	//dqm__icon_index2_2 = 0
	//dqm__icon_index2_3 = 0
	//dqm__icon_index2_4 = 0
	
	//dqm__2nd_icon_index2_0 = 0
	//dqm__2nd_icon_index2_1 = 0

	//dqm__url2_2 = "http://www.biosafety.ucla.edu"
	//dqm__url2_3 = "Fire_Prevention.html"
	//dqm__url2_4 = "Radiation_Safety.html"


    //Sub Menu 2_0

	//dqm__sub_xy2_0 = "-4,2"
	//dqm__sub_menu_width2_0 = 175

	//dqm__subdesc2_0_0 = "Accident Prevention"
	//dqm__subdesc2_0_1 = "Asbestos & Lead"
	//dqm__subdesc2_0_2 = "Chemical & Lab Safety"
	//dqm__subdesc2_0_3 = "Cranes & Helicopters"
	//dqm__subdesc2_0_4 = "Ergonomics"
	//dqm__subdesc2_0_5 = "Fume Hoods"
	//dqm__subdesc2_0_6 = "Hazard Communication"
	//dqm__subdesc2_0_7 = "Lockout/Tagout"
	//dqm__subdesc2_0_8 = "Project Design Review"
	//dqm__subdesc2_0_9 = "Respiratory Protection"
	//dqm__subdesc2_0_10 = "Exposure Assessment"
	//dqm__subdesc2_0_11 = "Laboratory Inspection"		

	//dqm__icon_index2_0_0 = 0
	//dqm__icon_index2_0_1 = 0
	//dqm__icon_index2_0_2 = 0
	//dqm__icon_index2_0_3 = 0
	//dqm__icon_index2_0_4 = 0
	//dqm__icon_index2_0_5 = 0
	//dqm__icon_index2_0_6 = 0
	//dqm__icon_index2_0_7 = 0
	//dqm__icon_index2_0_8 = 0	
	//dqm__icon_index2_0_9 = 0
	//dqm__icon_index2_0_10 = 0
	//dqm__icon_index2_0_11 = 0		

	//dqm__url2_0_0 = "IH_AccidentPrevention.html"
	//dqm__url2_0_1 = "IH_Asbestos.html"
	//dqm__url2_0_2 = "IH_ChemSafety.html"
	//dqm__url2_0_3 = "IH_Cranes.html"
	//dqm__url2_0_4 = "http://ergonomics.ucla.edu/index.html"
	//dqm__url2_0_5 = "IH_Fumehoods.html"
	//dqm__url2_0_6 = "IH_HazComm.html"
	//dqm__url2_0_7 = "IH_Lockout.html"
	//dqm__url2_0_8 = "IH_ProjectDesign.html"
	//dqm__url2_0_9 = "IH_ResProtection.html"
	//dqm__url2_0_10 = "IH_WorkExposure.html"
	//dqm__url2_0_11 = "IH_LabInspection.html"
	
	
    //Sub Menu 2_1

	//dqm__sub_xy2_1 = "-4,2"
	//dqm__sub_menu_width2_1 = 190

	//dqm__subdesc2_1_0 = "Chemical Waste"
	//dqm__subdesc2_1_1 = "Air, Water, & Environment"

	//dqm__icon_index2_1_0 = 0
	//dqm__icon_index2_1_1 = 0

	//dqm__url2_1_0 = "Chemical_Waste.html"
	//dqm__url2_1_2 = "EP_Air_Water.html"


    //Sub Menu 2

	dqm__sub_xy2 = "-155,19"
	dqm__sub_menu_width2 = 215

	dqm__subdesc2_0 = "Animal Handling Information"
	dqm__subdesc2_1 = "Forms"
	dqm__subdesc2_2 = "Manuals"
	dqm__subdesc2_3 = "FAQ's"
	dqm__subdesc2_4 = "Links"
	dqm__subdesc2_5 = "Safety Training"
	dqm__subdesc2_6 = "Posters"

	dqm__icon_index2_0 = 0
	dqm__icon_index2_1 = 0
	dqm__icon_index2_2 = 0
	dqm__icon_index2_3 = 0
	dqm__icon_index2_4 = 0
	dqm__icon_index2_5 = 0
	dqm__icon_index2_6 = 0
	
	dqm__2nd_icon_index2_5 = 0
	dqm__2nd_icon_index2_6 = 0
	
	dqm__url2_0 = "Animal_Handling.html"
	dqm__url2_1 = "Forms.html"
	dqm__url2_2 = "Manuals.html"
	dqm__url2_3 = "FAQs.html"
	dqm__url2_4 = "Links.html"


	//Sub Menu 2_5
	
	dqm__sub_xy2_5 = "-4,2"
	dqm__sub_menu_width2_5 = 200

	dqm__subdesc2_5_0 = "Laboratory Safety"
	dqm__subdesc2_5_1 = "CPR Enrollment Form"
	dqm__subdesc2_5_2 = "CERT Training"
	dqm__subdesc2_5_3 = "Safety Video Library"
	
	dqm__icon_index2_5_0 = 0
	dqm__icon_index2_5_1 = 0
	dqm__icon_index2_5_2 = 0
	dqm__icon_index2_5_3 = 0

	dqm__url2_5_0 = "training/safetytraining.htm"
	dqm__url2_5_1 = "pub/cprenroll.pdf"
	dqm__url2_5_2 = "pub/CERT.pdf"
	dqm__url2_5_3 = "training/SafetyVideoLibrary.pdf"
	
	//Sub Menu 2_6
	
	dqm__sub_xy2_6 = "-4,2"
	dqm__sub_menu_width2_6 = 200

	dqm__subdesc2_6_0 = "Safety and Health Protection"
	
	dqm__icon_index2_6_0 = 0

	dqm__urltarget2_6_0 = "_new"
	dqm__url2_6_0 = "Pub/oshasahp.pdf"
	
