    /*---------------------------------------------
    This is the control file for the menu
    ---------------------------------------------*/

<!-- This is for controlling the arrows on the right of the uk_menu
<!-- Hide from old browsers

if (document.images) {

	MM_swapImage('/images/dhtml_menu/spacer.gif','/images/dhtml_menu/arr_right.gif','/images/dhtml_menu/arr_down.gif','/images/dhtml_menu/sub_bg.gif','/images/dhtml_menu/sub_bg_mo.gif','/images/dhtml_menu/main_bg_mo.gif');
	var out = new Image();
	out.src = "/images/dhtml_menu/arr_right.gif";
	var over = new Image();
	over.src = "/images/dhtml_menu/arr_right.gif";
	var stay = new Image();
	stay.src = "/images/dhtml_menu/arr_down.gif";
	var out_open = new Image();
	out_open.src = "/images/dhtml_menu/arr_down.gif";
	var over_open = new Image();
	over_open.src = "/images/dhtml_menu/arr_down.gif";
	var stay_open = new Image();
	stay_open.src = "/images/dhtml_menu/arr_right.gif";

	function imageover() {
		if (document[arguments[0]].latched) return; //imaged latched, no rolls
		for (var i=0; i<arguments.length; ++i) { //iterate through passed image names
			var img = document[arguments[i]]; //find image object
			if (img.latched) continue; //latched, no change
			img.src = over.src; //roll it
		}
	}

	function imageout() {
		for (var i=0; i<arguments.length; ++i) {
			var img = document[arguments[i]];
			if (img.latched) continue;
			img.src = out.src;
		}
	}

	function latch(name) {
		var img = document[name]; //get object
		img.latched = (img.latched) ? false : true; //toggle .latched property (& initially create it)
		img.src = (img.latched) ? stay.src : over.src; //latched image or over image
	}
	function latch_open(name) {
		var img = document[name]; //get object
		img.latched = (img.latched) ? false : true; //toggle .latched property (& initially create it)
		img.src = (img.latched) ? stay_open.src : over_open.src; //latched image or over image
	}

}
// end hiding -->
// end arrow control -->


///////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//unlock0 = 979
//unlock1 = 1382
//unlock2 = 979
unlock0 = 709;
unlock1 = 1112;
unlock2 = 979;
unlock3 = 979;
unlock4 = 1382;
node7 = true
function tmenudata0()
{


    /*---------------------------------------------
    Animation Settings
    ---------------------------------------------*/


	this.animation_jump = 25		//Measured in Milliseconds (1/1000s)
	this.animation_delay = 5		//Measured in pixels


    /*---------------------------------------------
    Image Settinngs (icons and plus minus symbols)
    ---------------------------------------------*/


	this.imgage_gap = 0			//The image gap is applied to the left and right of the folder and document icons.
						//In the absence of a folder or document icon the gap is applied between the
						//plus / minus symbols and the text only.


	this.plus_image = "/images/dhtml_menu/spacer.gif"	//specifies a custom plus image.
	this.minus_image = "/images/dhtml_menu/spacer.gif"		//specifies a custom minus image.
	this.pm_width_height = "0,0"					//Width & Height  - Note: Both images must be the same dimensions.


	//this.folder_image = "folder.gif"				//Automatically applies to all items which may be expanded.
	this.document_image = "/images/dhtml_menu/spacer.gif"		//Automatically applies to all items which are not expandable.
	this.icon_width_height = "0,0"					//Width & Height  - Note: Both images must be the same dimensions.




    /*---------------------------------------------
    General Settings
    ---------------------------------------------*/


	this.indent = 0;			//The indent distance in pixels for each level of the tree.
	this.use_hand_cursor = true;		//Use a hand mouse cursor for expandable items, or the default arrow.


    /*---------------------------------------------
    Tree Menu Styles
    ---------------------------------------------*/


	this.main_item_styles =        "text-decoration:none; \
									   padding:0;			       		\
									   border-bottom:2px solid #E3E7E8; \
                                       font-weight:bold;			           	\
                                       font-family:Arial;			           	\
                                       font-size:11px;			               		\
                                       color:#65747B;			               		\
                                       background-image:url(/images/dhtml_menu/sub_bg.gif); 	\
                                       "


   	/* this.sub_item_styles =        "text-decoration:none;					\
                                       padding:0;						\
                                       font-weight:normal;					\
                                       background-image:url(/images/dhtml_menu/we/pix_trans.gif);						   \
                                       font-family:Arial;					\
                                       font-size:10px;						\
                                       color:#444444;"	*/
		this.sub_item_styles =        "font-family: Arial, Helvetica, sans-serif; 	\
										text-align: left;                         	\
										font-size: 11px; 							\
										font-weight: normal;						\
										font-style: normal; 						\
										text-decoration: none; 						\
										color: #444444; 							\
										"



	/* Styles may be formatted as multi-line (seen above), or on a single line as shown below.
	   The expander_hover_styles apply to menu items which expand to show child menus.*/



	this.main_container_styles = ""
	//this.sub_container_styles = "background-image:url(/images/dhtml_menu/sub_bg.gif); padding-top:5px; padding-bottom:5px; background-color:#E3E7E8;"

	//this.main_link_styles = "color:#ffffff; text-decoration:none; padding:2;"
	//this.main_link_hover_styles = "padding:2; background-color:#EAEDEE; color:#000000;"
	
	//prevent the width in ff must be enabled in functions.php
	var ff_width = (is_firefox ? 155 : 155)
	var ff_padding = (is_firefox ? 120 : 120)
	this.sub_link_styles = "color:#444444; font-size:11px;font-family: Arial, Helvetica, sans-serif;text-align: left;font-style: normal;text-decoration: none;padding:3px " + ff_padding + "px 3px 7px;height: 17px;line-height: 17px;width=" + ff_width + "px;"
	this.sub_link_hover_styles = "color:#65747B; font-size:11px; background-color:#EAEDEE;background-image:url(/images/dhtml_menu/sub_bg_mo.gif);line-height: 17px;height: 17px;width=" + ff_width + "px;"


	//this.main_expander_hover_styles = "color:#65747B; background-image:url(/images/dhtml_menu/main_bg_mo.gif);"

	//this.sub_expander_hover_styles = "background-color:#EAEDEE;background-image:url(/images/dhtml_menu/sub_bg_mo.gif); padding:3px 120px 3px 0px;"


}