/*-------------------------------------------
Unlock codes  OpenCube QuickMenu 4.0  SICG
--------------------------------------------*/

limit_multiple_users = true
restrict_access = true
sequence = '9x44_5'

/*-------------------------------------------
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               // Outside boarder
	dqm__divider_height = 1             //Separates the cells VERY UGLY Keep it at 2
	dqm__border_color = "#4a4a4a"		//Hex color or 'transparent' formorly 4a
	dqm__menu_bgcolor = "#7E7E7E"		//Hex color or 'transparent'
	dqm__hl_bgcolor = "#6e6e6e"         //The mouse over color
	dqm__mouse_off_delay = 100		    //defined in milliseconds (activated after mouse stops)
	dqm__nn4_mouse_off_delay = 30		//defined in milliseconds (activated after leaving sub)
	dqm__main_bgcolor = "#4a4a4a"		//Main Background Color

/*-------------------------------------------
Font settings and margins - This is ok
--------------------------------------------*/   
	dqm__textcolor = "#FFFFFF"
	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 = "normal"		//set to: 'normal', or 'bold'
	dqm__fontstyle = "normal"		//set to: 'normal', or 'italic' 
	
//Rollover font settings
	dqm__hl_textcolor = "#ffffff"
	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 = 0
	dqm__margin_bottom = 0
	dqm__margin_left = 5
	dqm__margin_right = 0

/*-------------------------------------------
Bullets  Bullets
--------------------------------------------*/

    //Bullet Images 
	dqm__icon_image0 = "0Assets/navbuttons/yellow_bullet_of.gif"
	dqm__icon_rollover0 = "0Assets/navbuttons/yellow_bullet_on.gif"
	dqm__icon_image_wh0 = "13,10"   //width and height
    //Sub Choice Bullet Images
	dqm__2nd_icon_image0 = "0Assets/navbuttons/yellow_arrow_of.gif"
	dqm__2nd_icon_rollover0 = "0Assets/navbuttons/yellow_arrow_on.gif"
	dqm__2nd_icon_image_wh0 = "15,6"  //width & height
	dqm__2nd_icon_image_xy0 = "-2,4"   //position of the button both states.
// Dont bother trying to change the off state with coordinates just use a large images size and move the arrow within it.

/*---------------------------------------------
Optional Status Bar Text
-----------------------------------------------*/

	dqm__show_urls_statusbar = false
   
/*---------------------------------------------
Internet Explorer Transition Effects
---------------------------------------------*/
    //Options include - none | fade | pixelate |iris | slide | gradientwipe | checkerboard | radialwipe | randombars | randomdissolve |stretch

	dqm__sub_menu_effect = "pixelate"
	dqm__sub_item_effect = "fade"


    //Define the effect duration in seconds below.

	dqm__sub_menu_effect_duration = 0.5
	dqm__sub_item_effect_duration = 0.0


    //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 = "#6e6e6e"	//Hex value or 'transparent'
	dqm__dropshadow_offx = 0			//drop shadow width
	dqm__dropshadow_offy = 0 		//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 = 10
	dqm__osx_ie5mac_offset_Y = 15

	dqm__ie4mac_offset_X = -8
	dqm__ie4mac_offset_Y = -50

    //Netscape 4 resize bug workaround.
	dqm__nn4_reaload_after_resize = false
	dqm__nn4_resize_prompt_user = true
	dqm__nn4_resize_prompt_message = "To reinitialize the navigation menu please click the 'Reload' button."   
    //Opera 5 & 6, set to true if the menu is the only item on the HTML page.
	dqm__use_opera_div_detect_fix = true
    //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  WHAT THE HELL IS THIS??????
----------------------------------------------*/
	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')"
	


/*
    NAV BUTTONS ON STATES  -- -  THE OFF STATES ARE ON THE HTML PAGE STATED LIKE THIS
	<img src="0Assets/navbuttons/off_home.gif" alt="About" name="menu0" width="130" height="24" id="menu0" onmouseover="showMenu(event)" onmouseout="hideMenu(event)">

----------------------------------------------*/

//Main Menu Item 0
	dqm__rollover_image0 = "0Assets/navbuttons/on_homeTrans.gif"
	dqm__rollover_wh0 = "130,24"
	dqm__url0 = "index.html" 
	
	//Main Menu Item 1
	dqm__rollover_image1 = "0Assets/navbuttons/on_services.gif"
	dqm__rollover_wh1 = "125,24"
		
    //Main Menu Item 2
	dqm__rollover_image2 = "0Assets/navbuttons/on_team.gif"
	dqm__rollover_wh2 = "125,24"
    dqm__url2 = "M_Team_0main.html" 
	
    //Main Menu Item 3 
	dqm__rollover_image3 = "0Assets/navbuttons/on_clients.gif"
	dqm__rollover_wh3 = "125,24"
	dqm__url3 = "N_Clients_0main.html" 
	 
	//Main Menu Item 4
	dqm__rollover_image4 = "0Assets/navbuttons/on_mission.gif"
	dqm__rollover_wh4 = "125,24"
	dqm__url4 = "P_Mission_0main.html" 
	 
	//Main Menu Item 5
	dqm__rollover_image5 = "0Assets/navbuttons/on_contactTrans.gif"
	dqm__rollover_wh5 = "130,24"
	dqm__url5 = "O_contact_0main.html" 
    
//--------------------------------------------- THE PROBLEM STARTS HERE - ----
//--------------------------------------------- THE PROBLEM STARTS HERE - ----
//--------------------------------------------- THE PROBLEM STARTS HERE - ----
//--------------------------------------------- THE PROBLEM STARTS HERE - ----
//--------------------------------------------- THE PROBLEM STARTS HERE - ----


///////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////
//                                     DROP    DOWNS 
///////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////

/*---------------------------------------------------------
MENU 1 ------>  S E R V I C E S
----------------------------------------------------------*/			
			
	dqm__sub_xy1 = "-109,25"  //The position of the navigation table that appears.
	dqm__sub_menu_width1 = 240
	
   // Main pulldowns
    dqm__subdesc1_0 = "Organizational Development"
	dqm__subdesc1_1 = "Management & Skill Development"
	dqm__subdesc1_2 = "Human Resource & Management Support"
	
	
	//designates the bullet on the left
	dqm__icon_index1_0 = 0
	dqm__icon_index1_1 = 0
	dqm__icon_index1_2 = 0

	
	//designates the arrow bullet on the right
	dqm__2nd_icon_index1_0 = 0
	dqm__2nd_icon_index1_1 = 0
	dqm__2nd_icon_index1_2 = 0

	//URLS FOR NON SUB LINKS 
   
	dqm__url1_0 = "j_orgdevel_0main.html"	
	dqm__url1_1 = "K_mngmnt_skill_devel_0main.html"	
	dqm__url1_2 = "L_Human_Resource_management_spport_0main.html"	

    //SUB 1 -- - - - -  ORGANIZATIONAL DEVELOPEMENT
			dqm__sub_xy1_0 = "-4,2"
		    dqm__sub_menu_width1_0 = 240
			
			//Text 
		 	dqm__subdesc1_0_0 = "Organizational Assessment & Culture Change"
			dqm__subdesc1_0_1 = "Teambuilding"
			dqm__subdesc1_0_2 = "Merger & Acquisition Support"
			dqm__subdesc1_0_3 = "Succession Planning"
			dqm__subdesc1_0_4 = "Visioning & Strategic Planning"
			dqm__subdesc1_0_5 = "Reengineering & Process Improvement"
			dqm__subdesc1_0_6 = "Organizational Design & Role Clarification"
		 	
		   //Icon Images for New Effects
		 	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
		 	
			//Links for buttons
		 	dqm__url1_0_0 = "j_orgdevel_Organizational_Assesment.html"
			dqm__url1_0_1 = "j_orgdevel_Teambuilding.html"
			dqm__url1_0_2 = "j_orgdevel_Merger_And_Acquistn_Spprt.html"
			dqm__url1_0_3 = "j_orgdevel_Succession_Planning.html"
			dqm__url1_0_4 = "j_orgdevel_Vision_Strategic_Planning.html"
			dqm__url1_0_5 = "j_orgdevel_Reengineering_and_Proccss_Improvmnt.html"
			dqm__url1_0_6 = "j_orgdevel_Organizational_Design_and_Role_Clarificatn.html"
			
		 	
			 //SUB 2 -- - - - -  MANAGEMENT & SKILL DEVELOPEMENT
			dqm__sub_xy1_1 = "-4,2"
		    dqm__sub_menu_width1_1 = 225
			
			//Text 
		 	dqm__subdesc1_1_0 = "Communication Skills Training Courses"
			dqm__subdesc1_1_1 = "Management Skills Training Courses"
			dqm__subdesc1_1_2 = "Professional Skills Training Courses"
			dqm__subdesc1_1_3 = "Customized Training"
			dqm__subdesc1_1_4 = "Executive Coaching"
			dqm__subdesc1_1_5 = "Competency Development"
			dqm__subdesc1_1_6 = "Myers-Briggs Type Indicator"
		 	
		   //Icon Images for New Effects
		 	dqm__icon_index1_1_0 = 0
			dqm__icon_index1_1_1 = 0
			dqm__icon_index1_1_2 = 0
			dqm__icon_index1_1_3 = 0
			dqm__icon_index1_1_4 = 0
			dqm__icon_index1_1_5 = 0
			dqm__icon_index1_1_6 = 0
		 	
			//Links for buttons
		 	dqm__url1_1_0 = "K_mngmnt_skill_devel_Communication_training.html"
			dqm__url1_1_1 = "K_mngmnt_skill_devel_managment_training.html"
			dqm__url1_1_2 = "K_mngmnt_skill_devel_pro_skills_training.html"
			dqm__url1_1_3 = "K_mngmnt_skill_devel_Customized_Training.html"
			dqm__url1_1_4 = "K_mngmnt_skill_devel_Executive_Coaching.html"
			dqm__url1_1_5 = "K_mngmnt_skill_devel_Competency_Developmnt.html"
			dqm__url1_1_6 = "K_mngmnt_skill_devel_Myers_Briggs_Indicator.html"
			
 //SUB 3 -- - - - -  MANAGEMENT & SKILL DEVELOPEMENT
			dqm__sub_xy1_2 = "-4,2"
		    dqm__sub_menu_width1_2 = 240
			
			//Text 
		 	dqm__subdesc1_2_0 = "Performance Management"
			dqm__subdesc1_2_1 = "360 Assessment"
			dqm__subdesc1_2_2 = "Career Management Strategies"
			dqm__subdesc1_2_3 = "Employees Relations Support"
			dqm__subdesc1_2_4 = "Human Resource Planning & Support"
			dqm__subdesc1_2_5 = "Project Management & Lead Support"
			dqm__subdesc1_2_6 = "Focus Groups"
		 	
		   //Icon Images for New Effects
		 	dqm__icon_index1_2_0 = 0
			dqm__icon_index1_2_1 = 0
			dqm__icon_index1_2_2 = 0
			dqm__icon_index1_2_3 = 0
			dqm__icon_index1_2_4 = 0
			dqm__icon_index1_2_5 = 0
			dqm__icon_index1_2_6 = 0
		 	
			//Links for buttons
		 	dqm__url1_2_0 = "L_Human_Resource_management_spport_Performance_Mnagmnt.html"
			dqm__url1_2_1 = "L_Human_Resource_management_spport_360_Assmnt.html"
			dqm__url1_2_2 = "L_Human_Resource_management_spport_Carrer_Mngmt_Stratgy.html"
			dqm__url1_2_3 = "L_Human_Resource_management_spport_Emplye_Reltions Suport.html"
			dqm__url1_2_4 = "L_Human_Resource_management_spport_HR_Planing and Supprt.html"
			dqm__url1_2_5 = "L_Human_Resource_management_spport_Projct_Mngemnt_Lead Supprt.html"
			dqm__url1_2_6 = "L_Human_Resource_management_spport_Focus_Groups.html"