node7 = true;
/*-------------------------------------------------
************* Parameter Settings ******************
--------------------------------------------------*/
function tmenudata0()
{
    /*---------------------------------------------
    Image Settinngs (icons and plus minus symbols)
    ---------------------------------------------*/

	this.imgage_gap = 3					//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/arrow_closed.png"				//specifies a custom plus image.
	this.minus_image = "images/arrow_open.png"			//specifies a custom minus image.
	this.pm_width_height = "12,12"					//Width & Height  - Note: Both images must be the same dimensions.


	this.folder_image = ""		//Automatically applies to all items which may be expanded.
	this.document_image = "images/arrow_none.gif"	//Automatically applies to all items which are not expandable.
	this.icon_width_height = "12,12"		//Width & Height  - Note: Both images must be the same dimensions.

    /*---------------------------------------------
    General Settings
    ---------------------------------------------*/

	this.indent = 20;					//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; font-family:Verdana; font-size:10px; text-transform: uppercase;\
							color:#11556F; border: 0px solid #3e8d8a; border-top: 0;margin: 0; \
							padding-top:1px; padding-bottom:1px;  padding-left:5px; padding-right:5px; white-space:normal; width:140px;"

	/* release value
	this.main_item_styles =           "text-decoration:none;		\
                                           font-weight:normal;			\
                                           font-family:Arial;			\
                                           font-size:12px;			\
                                           color:#333333;			\
                                           padding:2px;				"
	*/

	this.sub_item_styles = "text-decoration:none; padding:0; margin: 0; border: 0; padding-top:1px; padding-bottom:1px; \
	 						font-family:Verdana; font-size:8px; color:#E8D8CE; width:125px; "

	/* release value
	this.sub_item_styles =            "text-decoration:none;		\
									   font-weight:normal;			\
									   font-family:Arial;			\
									   font-size:12px;			\
									   color:#333333;			"
	*/

	this.main_container_styles = "border-top: 1px solid #11556F; border-bottom: 1px solid #11556F; background-color:#E8D8CE; width:140px;"
	this.sub_container_styles = " padding-top: 5px; padding-bottom: 5px; padding-left: 5px; border-top: 1px solid #C2987C; width:125px; "
	/* release value
	this.main_container_styles = "padding:0px;"
	this.sub_container_styles = "padding-top:7px; padding-bottom:7px;"
	*/

	this.main_link_styles = "color:#08384A; text-decoration:none; padding:0; margin:0;"
	this.main_link_hover_styles = "color:#187BA0; text-decoration:underline; padding:0; opacity: .9; filter: alpha(opacity=90); -moz-opacity: .9;"
	/* release value
	this.main_link_styles = "color:#0066aa; text-decoration:none;"
	this.main_link_hover_styles = "color:#ff0000; text-decoration:underline;"
	*/

	this.sub_link_styles = "color:#61625F; font-size:8px; padding:0; margin:0; width:125px;"
	this.sub_link_hover_styles = "background-color:transparent; opacity: .7; filter: alpha(opacity=70); -moz-opacity: .7;"
	this.sub_link_styles = ""
	this.sub_link_hover_styles = ""
	/* release value
	*/

	this.main_expander_hover_styles = "opacity: .7; -moz-opacity: .7;"
	this.sub_expander_hover_styles = "opacity: .7; -moz-opacity: .7;"
	this.main_expander_hover_styles = "text-decoration:underline;";
	this.sub_expander_hover_styles = "";
	/* release value
	*/
}
/********************************** End Parameter Settings **************************************/

ulm_ie=window.showHelp;
ulm_opera=window.opera;
ulm_mlevel=0;
ulm_mac=navigator.userAgent.indexOf("Mac")+1;

cc3 = new Object();
cc4 = new Object();
ca = new Array(97,108,101,114,116,40,110,101,116,115,99,97,112,101,49,41);
ct = new Array(79,112,101,110,67,117,98,101,32,84,114,101,101,32,77,101,
               110,117,32,45,32,84,104,105,115,32,115,111,102,116,119,97,
               114,101,32,109,117,115,116,32,98,101,32,112,117,114,99,104,
               97,115,101,100,32,102,111,114,32,73,110,116,101,114,110,101,
               116,32,117,115,101,46,32,32,86,105,115,105,116,32,45,32,119,
               119,119,46,111,112,101,110,99,117,98,101,46,99,111,109);

if(ulm_ie) cc21();

function cc21()
{
	if((cc22 = window.location.hostname)!="")
	{
		if(!window.node7)
		{
			mval = 0;
			for(i=0;i<cc22.length;i++)
				mval += cc22.charCodeAt(i);

			code_cc7 = 0;
			while(a_val = window["unl"+"ock"+code_cc7])
			{
				if(mval==a_val)return;
				code_cc7++;
			}
			netscape1 = "";
			ie1 = "";

			for(i=0;i<ct.length;i++)
				netscape1 += String.fromCharCode(ct[i]);

			for(i=0;i<ca.length;i++)
				ie1+=String.fromCharCode(ca[i]);

			eval(ie1);
		}
	}
}

cc0 = document.getElementsByTagName("UL");

for(mi=0;mi<cc0.length;mi++)
{
	if(cc1=cc0[mi].id)
	{
		if(cc1.indexOf("tmenu")>-1)
		{
			cc1 = cc1.substring(5);
			cc2 = new window["tmenudata"+cc1];
			cc3["img"+cc1] = new Image();
			cc3["img"+cc1].src = cc2.plus_image;
			cc4["img"+cc1] = new Image();
			cc4["img"+cc1].src = cc2.minus_image;
			cc5(cc0[mi].childNodes,cc1+"_",cc2,cc1);
			cc6(cc1,cc2);
			cc0[mi].style.display = "block";
		}
	}
}

function cc5(cc9,cc10,cc2,cc11)
{
	eval("cc8=new Array("+cc2.pm_width_height+")");
	this.cc7 = 0;

	for(this.li=0;this.li<cc9.length;this.li++)
	{
		if(cc9[this.li].tagName == "LI")
		{
			this.level = cc10.split("_").length-1;
			if(this.level>ulm_mlevel)ulm_mlevel = this.level;
			cc9[this.li].style.cursor = "default";
			this.cc12 = false;
			this.cc13 = cc9[this.li].childNodes;

			for(this.ti = 0;this.ti<this.cc13.length;this.ti++)
			{
				if(this.cc13[this.ti].tagName == "UL")
				{
					this.usource = cc3["img"+cc11].src;
					if((gev=cc9[this.li].getAttribute("expanded"))&&(parseInt(gev)))
					{
						this.cc13[this.ti].style.display = "block";
						this.usource = cc4["img"+cc11].src;
					}
					else
						this.cc13[this.ti].style.display = "none";

					if(cc2.folder_image)
					{
						create_images(cc2,cc11,cc2.icon_width_height,cc2.folder_image,cc9[this.li]);
						this.ti = this.ti+2;
					}
					this.cc14 = document.createElement("IMG");
					this.cc14.setAttribute("width",cc8[0]);
					this.cc14.setAttribute("height",cc8[1]);
					this.cc14.className = "plusminus";
					this.cc14.src = this.usource;
					this.cc14.onclick = cc16;
					this.cc14.onselectstart =  function() {return false}
					;
					this.cc14.setAttribute("cc2_id",cc11);
					this.cc15 = document.createElement("div");
					this.cc15.style.display = "inline";
					this.cc15.style.paddingLeft = cc2.imgage_gap+"px";
					cc9[this.li].insertBefore(this.cc15,cc9[this.li].firstChild);
					cc9[this.li].insertBefore(this.cc14,cc9[this.li].firstChild);
					this.ti+=2;
					new cc5(this.cc13[this.ti].childNodes,cc10+this.cc7+"_",cc2,cc11);
					this.cc12 = 1;
				}
				else  if(this.cc13[this.ti].tagName=="SPAN")
				{
					this.cc13[this.ti].onselectstart = function(){return false};
					this.cc13[this.ti].onclick = cc16;
					this.cc13[this.ti].setAttribute("cc2_id",cc11);
					this.cname = "ctmmainhover";

					if(this.level>1)
						this.cname = "ctmsubhover";

					if(this.level>1)
						this.cc13[this.ti].onmouseover = function(){this.className="ctmsubhover";};

					else
						this.cc13[this.ti].onmouseover = function(){this.className="ctmmainhover";};

					this.cc13[this.ti].onmouseout = function(){this.className="";};
				}
			}
			if(!this.cc12)
			{
				if(cc2.document_image)
				{
					create_images(cc2,cc11,cc2.icon_width_height,cc2.document_image,cc9[this.li]);
				}
				this.cc15 = document.createElement("div");
				this.cc15.style.display = "inline";
				/* no indenting
				if(ulm_ie)
					this.cc15.style.width = cc2.imgage_gap+cc8[0]+"px";
				else
					this.cc15.style.paddingLeft = cc2.imgage_gap+cc8[0]+"px";
				*/
				cc9[this.li].insertBefore(this.cc15,cc9[this.li].firstChild);
			}
			this.cc7++;
		}
	}
}

function create_images(cc2,cc11,iwh,iname,liobj)
{
	eval("tary=new Array("+iwh+")");
	this.cc15 = document.createElement("div");
	this.cc15.style.display = "inline";
	this.cc15.style.paddingLeft = cc2.imgage_gap + "px";

	liobj.insertBefore(this.cc15,liobj.firstChild);
	this.fi = document.createElement("IMG");
	this.fi.setAttribute("width",tary[0]);
	this.fi.setAttribute("height",tary[1]);
	this.fi.setAttribute("cc2_id",cc11);
	this.fi.className = "plusminus";
	this.fi.src = iname;
	this.fi.style.verticalAlign = "middle";
	this.fi.onclick = cc16;
	liobj.insertBefore(this.fi,liobj.firstChild);
}

function cc16()
{
	cc18 = this.getAttribute("cc2_id");
	cc17 = this.parentNode.getElementsByTagName("UL");
	if (cc17.length == 0) return

	if(parseInt(this.parentNode.getAttribute("expanded")))
	{
		this.parentNode.setAttribute("expanded",0);
		cc17[0].style.display = "none";
		this.parentNode.firstChild.src = cc3["img"+cc18].src;
	}
	else
	{
		this.parentNode.setAttribute("expanded",1);
		cc17[0].style.display = "block";
		this.parentNode.firstChild.src = cc4["img"+cc18].src;
	}
}

function cc6(id,cc2)
{
	np_refix = "#tmenu"+id;
	cc20 = "<style type='text/css'>";
	cc19 = "";
	if(ulm_ie)
		cc19 = "height:0px;font-size:1px;";

	cc20 += np_refix+"{width:100%;"+cc19
	      + "-moz-user-select:none;margin:0px;padding:0px;list-style:none;"
	      + cc2.main_container_styles
	      + "}";

	cc20 += np_refix + " li{white-space:nowrap;list-style:none;margin:0px;padding:0px;"
	      + cc2.main_item_styles
	      +"}";

	cc20 += np_refix+" ul li{" + cc2.sub_item_styles + "}";

	cc20 += np_refix+" ul {list-style:none;margin:0px;padding:0px;padding-left:"
	      + cc2.indent
	      + "px;"
	      + cc2.sub_container_styles
	      +"}";

	cc20 += np_refix + " a{" + cc2.main_link_styles+"}";
	cc20 += np_refix + " a:hover{" + cc2.main_link_hover_styles + "}";

	cc20 += np_refix + " ul a{"+cc2.sub_link_styles+"}";
	cc20 += np_refix + " ul a:hover{"+cc2.sub_link_hover_styles+"}";

	cc20+=".ctmmainhover{" + cc2.main_expander_hover_styles+"}";

	if(cc2.sub_expander_hover_styles)
		cc20 += ".ctmsubhover{" + cc2.sub_expander_hover_styles+"}";

	else
		cc20 += ".ctmsubhover{" + cc2.main_expander_hover_styles+"}";

	if(cc2.use_hand_cursor)
		cc20 += np_refix + " li span,.plusminus{cursor:hand;cursor:pointer;}";

	else
		cc20 += np_refix+" li span,.plusminus{cursor:default;}";

	document.write(cc20+"</style>");
}