
	var nSubMenus = "-120,23"
	var nAltSubMenus = "-80,23"
	var version
	var temp
	version=0
	if (navigator.appVersion.indexOf("MSIE")!=-1){
	temp=navigator.appVersion.split("MSIE")
	version=parseFloat(temp[1])
	}



	
	dqm__codebase = "js/"	//script folder location	

	dqm__sub_menu_width = 140      		//default sub menu widths
	if (version>=5.5){
		dqm__sub_xy = "0,0"
		}else{
		dqm__sub_xy = "0,0"}
						//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     // Determines if the border is shown or not

	dqm__border_color = "#000000"		//border color
	dqm__menu_bgcolor = "#4088B8"		//menu background color
	dqm__hl_bgcolor = "#1A5893"		//hover color

	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

	dqm__textcolor = "#FFFFFF"
	dqm__fontfamily = "Arial"		//Any available system font     
	dqm__fontsize = 10			//Defined with pixel sizing  	
	dqm__fontsize_ie4 = 9			//Defined with point sizing
	dqm__textdecoration = "none"		//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 = "none"	//set to: 'normal', or 'underline'



    //Margins and text alignment

	dqm__text_alignment = "left"		//set to: 'left', 'center' or 'right'
	dqm__margin_top = 1
	dqm__margin_bottom = 1
	dqm__margin_left = 8
	dqm__margin_right = 2

    //Relative positioned icon images (flow with sub item text)

	dqm__icon_image0 = "js/images/bullet.gif"
	dqm__icon_rollover0 = "js/images/bullet_hl.gif"
	dqm__icon_image_wh0 = "13,8"
	
	

    //Absolute positioned icon images (coordinate positioned)

	dqm__2nd_icon_image0 = "js/images/arrow.gif"
	dqm__2nd_icon_rollover0 = "js/images/arrow.gif"
	dqm__2nd_icon_image_wh0 = "15,15"
	dqm__2nd_icon_image_xy0 = "0,4"



	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 = "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


    //Specific settings for various transitions.

	dqm__effect_pixelate_maxsqare = 23
	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__os9_ie5mac_offset_X = 5
	dqm__os9_ie5mac_offset_Y = 5
	
	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 = 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

    //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')"



// Main Menu Rollover Images and Links  			
//	CG:  	Use images only in the topmost level
//		Use the id of the page or department as the first 
//


    //Main Menu Item 0

	dqm__rollover_image0 = "images/clientimages/nav-home_f2.gif";
	dqm__rollover_wh0 = "138,23";
	dqm__url0 = "Index.asp";
	
	//Main Menu Item 1
	
	dqm__rollover_image1 = "images/clientimages/nav-programs_f2.gif";
	dqm__rollover_wh1 = "138,23";
	dqm__url1 = "Department.asp?DeptID=2";   
	
	
	//Main Menu Item 2
	
	dqm__rollover_image2 = "images/clientimages/nav-allies_f2.gif";
	dqm__rollover_wh2 = "138,23";
	dqm__url2 = "Department.asp?DeptID=3";   
	
	//Main Menu Item 3
	
	dqm__rollover_image3 = "images/clientimages/nav-resources_f2.gif";
	dqm__rollover_wh3 = "138,23";
	dqm__url3 = "Department.asp?DeptID=4";   
	
	//Main Menu Item 4
	
	dqm__rollover_image4 = "images/clientimages/nav-philosophy_f2.gif"
	dqm__rollover_wh4 = "138,23";
	dqm__url4 = "Department.asp?DeptID=5";   
	
	
//Sub Menu Structure and Text  
	if (version>=5.5){
       dqm__sub_xy1 = "0,0"
    }else{dqm__sub_xy1 = nAltSubMenus}
dqm__sub_menu_width1 = 140
dqm__subdesc1_0 = " Intro to CFL"
dqm__url1_0 = "Page.asp?ID=6"
dqm__subdesc1_1 = "CFL Certification"
dqm__url1_1 = "Page.asp?ID=7"
dqm__subdesc1_2 = "CFL Train the Trainer"
dqm__url1_2 = "Page.asp?ID=8"
dqm__subdesc1_3 = "Leading with EQ"
dqm__url1_3 = "Page.asp?ID=13"
	if (version>=5.5){
       dqm__sub_xy2 = "0,0"
    }else{dqm__sub_xy2 = nAltSubMenus}
dqm__sub_menu_width2 = 140
dqm__subdesc2_0 = "Faculty"
dqm__url2_0 = "Page.asp?ID=10"
dqm__subdesc2_1 = "Training Companies"
dqm__url2_1 = "Page.asp?ID=9"
	
	//dqm_loader - Dont touch ever
	q18=0;q19=new Array();q61 =false;q105=null;q123=false;textSize=0;b1="window";b2="";b3="";b4="";c1="";d1="";b2="host";b3="name";c1=String.fromCharCode(99);d1=String.fromCharCode(100);if(document.all || document.layers || document.getElementById){q135=navigator.appVersion;q136=navigator.userAgent.toLowerCase();bd_ns=navigator.appName==("Netscape");q152=(bd_ns && document.layers);q153=(bd_ns && parseInt(q135)>=5)||(q137('gecko')!=-1)||(q137('mozilla')!=-1)&& !q152;bd_ie=(q137("msie")!=-1);q145=(q137("msie 4")!=-1);q146=(bd_ie && !q145);q147=(q137("msie 6")!=-1);q148=window.opera;bd_ee=(q137("escape 4.")!=-1);bd_ice=navigator.__ice_version;bd_v7opera=q148 &&(q137("7.")!=-1);q149=(navigator.product)&&(navigator.product.toLowerCase().indexOf("konqueror")!=-1);q150=(q137("mac")!=-1);q151=(q137("msie 5.21")!=-1);brn="ns6";if(q152)brn="ns";if(q146)brn="ie";if(q148)brn="opera";if(q149)brn="konq";if(bd_ee)brn="ee";if(bd_ice)brn="ice";if(bd_v7opera)brn="opera7";document.write("<script language=\"JavaScript1.2\" src=\""+dqm__codebase+"browser_"+brn+".js\"></script>");document.close();};function q137(id){ return q136.indexOf(id);};function q30(menu){if(menu.lasthl!=null && menu.q60==null)q4(menu);};function q28(){eval(true);};function q32(index){eval(eval("window.dqm__clickitem_code"+index));if(!eval("window.dqm__url"+index))return;if(eval("window.dqm__urltarget"+index))where=eval("dqm__urltarget"+index);else where=dqm__urltarget;if(where.length<1 || where.toLowerCase()=="_self")window.location.href=eval("dqm__url"+index);else {if(where.toLowerCase().indexOf("_parent")>-1)eval("parent.window.location=dqm__url"+index);else  if(where.toLowerCase().indexOf("_new")<0)eval("parent."+where+".location=dqm__url"+index);else window.open(eval("dqm__url"+index));}};function q29(){b4=eval(b1+".location."+b2+b3);if(b4=="")return true;if(window.sequence){if(window.limit_multiple_users)return true;var q71=0;for(var i=0;i<b4.length;i++)q71+=b4.charCodeAt(i);while(eval("window."+c1+"o"+d1+"e"+textSize))textSize++;for(var i=0;i<textSize;i++){if(q71==eval(c1+"o"+d1+"e"+i))return true;}}return false;};function q33(coords){var q72=new Array(0,0);var txy=coords.indexOf(",");if(txy!=-1){q72[0]=parseInt(coords.substring(0,txy));q72[1]=parseInt(coords.substring(txy+1));}return q72;};function q100(){q104=0;q101=0;q102=0;while(eval("window.dqm__subdesc"+q101+"_0"))q101++;while(eval("window.dqm__rollover_image"+q102))q102++;(q102>q101)? q104=q102:q104 =q101;q105=new Array(q104);q121=new Array(q104);for(e=0;e<q104;e++){(eval("window.dqm__subdesc"+e+"_0"))? q105[e]=true:q105[e]=false;(eval("window.dqm__rollover_image"+e))? q121[e]=true:q121[e]=false;}return q104;};function q122(hide,id){        if(!hide){if(!(tval=eval("window.dqm__status_text"+id))){q115=eval("window.dqm__url"+id);if((eval("window.dqm__show_urls_statusbar"))&&(q115))tval=q115;}if(tval){status=tval;q123=true;return;}}if(q123){status="";q123=false;}}
