M_prepareDelay		= 0;
M_apparTime 		= 200;
M_disapparTime		= 500;
M_allowNS			= false;
M_highlightPath	= true;
M_searchPath		= true;
M_searchPathTree	= true;
M_overrideIE		= true;
M_RTL					= false;
M_imgPath			= "gfx/menu/";
M_Scrolling			= true;

M_baseDomainCheck = false;
M_baseDomain		= '';

M_styles={};
M_menus={};

function menu_finished_loading() {}

M_styles['MM']=[ // MainMenu
[ // MENU BOX STYLE
	0,					 			// BorderWidth
	'solid',						// BorderStyle (CSS valid values except 'none')
	'#8F90C4',					// BorderColor ('color')
	0,								// Padding
	'',							// Background ('color','transparent','[image_source]')
	'',						  	// IEfilter (only transition filters work well - not static filters)
	''								// Custom additional CSS for the menu box (valid CSS)
],[ // MENU ITEMS STYLE
	0,					  			// BorderWidth
	'solid',			  			// BorderStyle (CSS valid values except 'none')
	'solid',			  			// OVER BorderStyle
	'#999999',		  			// BorderColor ('color')
	'#000000',		  			// OVER BorderColor
	3,					 			// Padding
	'',	  			 			// Background ('color','transparent','[image_source]')
	'#a02b18',		 			// OVER Background
	'#FFFFFF',					// Color
	'#FFFFFF',		 			// OVER Color
	'11px',		  			 	// FontSize (values in CSS valid units - %,em,ex,px,pt)
	'Tahoma',	  				// FontFamily
	'normal',		  			// FontWeight (CSS valid values - 'bold','normal','bolder','lighter','100',...,'900')
	'none',		  				// TextDecoration (CSS valid values - 'none','underline','overline','line-through')
	'none',		  				// OVER TextDecoration
	'left',		 				// TextAlign ('left','center','right','justify')
	1,								// ItemsSeparatorSize
	'dotted',					// ItemsSeparatorStyle (border-style valid values)
	'#a02b18',		 			// ItemsSeparatorColor ('color','transparent')
	0,								// ItemsSeparatorSpacing
	true,							// UseSubMenuImage (true,false)
	'[v_arrow_over.gif]',			// SubMenuImageSource ('[image_source]')
	'[v_arrow_over.gif]',	// OverSubMenuImageSource
	4,								// SubMenuImageWidth
	7,								// SubMenuImageHeight
	'6',							// SubMenuImageVAlign ('pixels from item top','middle')
	'solid',						// VISITED BorderStyle
	'#EEEEE',		  			// VISITED BorderColor
	'',		  	 				// VISITED Background
	'',		  					// VISITED Color
	'none',			  			// VISITED TextDecoration
	'[v_arrow_over.gif]',			// VISITED SubMenuImageSource
	'solid',						// CURRENT BorderStyle
	'#FFFFFF',			  		// CURRENT BorderColor
	'#a02b18',			  		// CURRENT Background
	'#FFFFFF',			  		// CURRENT Color
	'none',				  		// CURRENT TextDecoration
	'[v_arrow_over.gif]',			// CURRENT SubMenuImageSource
	'',							// Custom additional CSS for the items (valid CSS)
	'',							// OVER Custom additional CSS for the items (valid CSS)
	'',							// CURRENT Custom additional CSS for the items (valid CSS)
	''					  			// VISITED Custom additional CSS for the items (valid CSS)
]];


M_styles['SM']=[ // SubMenus
[ // MENU BOX STYLE
	0,								// BorderWidth
	'solid',						// BorderStyle (CSS valid values except 'none')
	'',							// BorderColor ('color')
	1,								// Padding
	'#a02b18',					// Background ('color','transparent','[image_source]')
	'',				  			// IEfilter (only transition filters work well - not static filters)
	'border-left:2px solid #a02b18'					 			// Custom additional CSS for the menu box (valid CSS)
],[ // MENU ITEMS STYLE
	0,				  				// BorderWidth
	'solid',		 				// BorderStyle (CSS valid values except 'none')
	'solid',						// OVER BorderStyle
	'#EEEEEE',					// BorderColor ('color')
	'#666666', 					// OVER BorderColor
	2,								// Padding
	'#c7341c',					// Background ('color','transparent','[image_source]') 	//menu_pix1
	'#a02b18',					// OVER Background													//menu_pix2
	'#F3F3F3',					// Color
	'#FFFFFF',					// OVER Color
	'11px',						// FontSize (values in CSS valid units - %,em,ex,px,pt)
	'Tahoma',					// FontFamily
	'normal',					// FontWeight (CSS valid values - 'bold','normal','bolder','lighter','100',...,'900')
	'none',						// TextDecoration (CSS valid values - 'none','underline','overline','line-through')
	'none',						// OVER TextDecoration
	'left',						// TextAlign ('left','center','right','justify')
	0,								// ItemsSeparatorSize
	'solid',						// ItemsSeparatorStyle (border-style valid values)
	'#CBCBEF',					// ItemsSeparatorColor ('color','transparent')
	2,								// ItemsSeparatorSpacing
	true,							// UseSubMenuImage (true,false)
	'[v_arrow_over.gif]',			// SubMenuImageSource ('[image_source]')
	'[v_arrow_over.gif]',	// OverSubMenuImageSource
	7,						  		// SubMenuImageWidth
	7,								// SubMenuImageHeight
	'5',					  		// SubMenuImageVAlign ('pixels from item top','middle')
	'solid',						// VISITED BorderStyle
	'',  					 		// VISITED BorderColor
	'',							// VISITED Background
	'',							// VISITED Color
	'none',				 		// VISITED TextDecoration
	'[v_arrow_over.gif]',			// VISITED SubMenuImageSource
	'solid',						// CURRENT BorderStyle
	'#CCCCCC',					// CURRENT BorderColor
	'#a02b18',					// CURRENT Background
	'#FFFFFF',					// CURRENT Color
	'none',						// CURRENT TextDecoration
	'[v_arrow_over.gif]',			// CURRENT SubMenuImageSource
	'',				  			// Custom additional CSS for the items (valid CSS)
	'',				  			// OVER Custom additional CSS for the items (valid CSS)
	'',				 			// CURRENT Custom additional CSS for the items (valid CSS)
	''								// VISITED Custom additional CSS for the items (valid CSS)
]];


M_menus['Menu1']=[ // the UL element with id="Menu1"
[// MAIN-MENU FEATURES
	'vertical',					// ItemsArrangement ('vertical','horizontal')
	'relative',					// Position ('relative','absolute','fixed')
	'7px',						// X Position (values in CSS valid units- px,em,ex)
	'0px',						// Y Position (values in CSS valid units- px,em,ex)
	false,						// RTL display of the sub menus
	false,						// BottomToTop display of the sub menus
	0,								// X SubMenuOffset (pixels)
	0,				  				// Y SubMenuOffset
	'203px',						// Width (values in CSS valid units - px,em,ex) (matters for main menu with 'vertical' ItemsArrangement only)
	'MM',				 			// CSS Class (one of the defined in section 2)
	false				  			// Open sub-menus onclick (default is onmouseover)
],[ // SUB-MENUS FEATURES
	4,					  			// X SubMenuOffset (pixels)
	0,					  			// Y SubMenuOffset
	'auto',						// Width ('auto',values in CSS valid units - px,em,ex)
	'100px',						// MinWidth ('pixels') (matters/useful if Width is set 'auto')
	'auto',						// MaxWidth ('pixels') (matters/useful if Width is set 'auto')
	'SM',				  			// CSS Class (one of the defined in section 2)
	false				  			// Open sub-menus onclick (default is onmouseover)
]];


M_d=document;M_u="undefined";M_n=navigator;M_w=window;M_a=M_n.userAgent.toLowerCase();M_dl=M_d.getElementsByTagName&&!!M_d.createElement;M_qM=M_d.compatMode!="CSS1Compat";M_mC=/mac/.test(M_a);M_iE=M_dl&&!M_w.innerWidth&&/msie/.test(M_a);M_iEM=M_mC&&M_iE;M_iEMo=M_iEM&&/msie 5\.0/.test(M_a);M_iEMn=M_iEM&&/msie 6/.test(M_a);M_iE8=M_iE&&!!M_d.querySelector;M_iE7=M_iE&&typeof M_d.documentElement.currentStyle.minWidth!=M_u&&!M_qM&&!M_iE8;M_iEW=M_iE&&!M_mC;M_iEWo=M_iEW&&!M_iE7&&!M_iE8;M_iEW5=M_iEWo&&!M_d.createEventObject;M_iEW5x=M_iEWo&&!M_d.compatMode;M_oPv=/opera/.test(M_a)?parseFloat(M_a.replace(/.*opera[ \/]/,"")):0;M_oP=M_oPv>=5;M_oP7=M_oPv>=7;M_oP7m=M_oP&&!M_oP7;M_oPo2=M_oP7&&M_oPv<7.2;M_oP9=M_oPv>=9;M_kNv=/konqueror/.test(M_a)?parseFloat(M_a.replace(/.*eror\//,"")):0;M_kN=M_kNv>=3.2;M_kN4=M_kNv>=4;M_sFv=/webkit/.test(M_a)?parseFloat(M_a.replace(/.*bkit\//,"")):0;M_sF=M_sFv>0;M_sF3=M_sFv>=420;M_iC=/icab/.test(M_a);M_gC=M_n.product=="Gecko"&&!M_sF&&!M_kNv;M_pS=M_n.productSub;M_gCo=M_gC&&M_pS<20031007;M_gC13=M_gC&&M_pS>=20030312;M_nS=!M_iE&&(!M_kN||M_kN4)&&(!M_sF||M_sFv<125||M_sF3);M_oM=(M_iEWo||M_oP7&&!M_oP9||M_iEMn)&&M_qM||M_iEM&&!M_iEMn&&(!M_d.doctype||!/\.dtd/.test(M_d.doctype.name));M_dE=M_d.documentElement||"";M_dV=M_d.defaultView;M_x=/xml/i.test(M_d.contentType);M_r=typeof M_RTL!=M_u?M_RTL:0;M_=["",""];M_h=M_s=M_T=M_M=0;M_c=null;M_o=[""];M_O=[""];M_S=[""];M_I={};M_F=M_overrideIE?[M_iEW&&!M_iEW5,M_iEW5]:[0,0];M_iA=[""];function M_gO(i){return M_d.getElementById(i)};function M_gT(o,t){return o.getElementsByTagName(t)};function M_nN(o){return o.nodeName.replace(/.*:/,"").toUpperCase()};function M_cE(t,o){var n=o.namespaceURI;return n?M_d.createElementNS(n,t):M_d.createElement(t)};function M_gA(l){var a=l.firstChild;while(a){if(M_nN(a)=="A")return a;a=a.nextSibling}return M_gT(l,"a")[0]};function M_gL(a){a=a.parentNode;while(M_nN(a)!="LI")a=a.parentNode;return a};function M_sC(o,c){var n=o.className;o.className=n?n.indexOf(c)<0?n+" "+c:n:c};function M_aE(o,e,f){if(typeof o[e]!="function"){o[e]=f}else if(o[e]!=f&&o[e]!=M_fE){o["O"+e]=o[e];o["N"+e]=f;o[e]=M_fE}};function M_fE(e){if(!e)e=event;var t=e.type;this["Oon"+t](e);this["Non"+t](e)};function M_cT(p,c){while(c){if(c==p)return 1;try{c=c.parentNode}catch(e){break}}return 0};function M_cI(s,i){var b="background-image:",c="background-color:";if(!i)i=";";if(s.charAt(0)=="["){s=M_imgPath+s.substring(1,s.length-1);if(!M_I[s]){M_I[s]=new Image;M_I[s].src=s}return b+"url('"+s+"')"+i+c+"transparent"+i}return b+"none"+i+c+s+i};function M_fC(r){var l,a,as,d,n,h,H,i;d=/(index|default)\.[^#\?]*/i;n=/#.*/;h=(document.getElementById('current_kat_path') ? document.getElementById('current_kat_path').value.replace(d,"") : '');as=M_gT(r,"a");for(i=0;i<as.length;i++){a=as[i];H=a.href.replace(d,"");if(H!="javascript:;"&&(H==h||H==h.replace(n,"")) || (a.rel!=""&&a.rel.replace(d,"")==h)){M_sC(a,"CURRENT");if(M_searchPathTree){l=M_gL(a).parentNode.parentNode;while(M_nN(l)=="LI"){M_sC(M_gA(l),"CURRENT");l=l.parentNode.parentNode}}}}};function M_hS(){if(M_h)return;var i,s=M_gT(M_d,"select");for(i=0;i<s.length;i++){s[i].VS=s[i].currentStyle.visibility;s[i].style.visibility="hidden"}M_h=1};function M_sS(){if(!M_h)return;var i,s=M_gT(M_d,"select");for(i=0;i<s.length;i++)s[i].style.visibility=s[i].VS;M_h=0};function M_iF(u,w,h,x,y){if(!u.IF)u.IF=M_iA.length;var i=u.IF;M_iA[i]=M_cE("<iframe src=javascript:0 tabindex=-9 style=position:absolute;z-index:9000;width:"+w+"px;height:"+h+"px;left:"+x+"px;top:"+y+"px;filter:alpha(opacity=0)>","");u.parentNode.insertBefore(M_iA[i],u)};function M_hI(i){var g=M_iA[i].removeNode(1)};function M_pA(a,C,r,h,l){var s,c,X=-C[0],Y=X;s=a.firstChild;if(M_iEW&&!M_iE8&&h||M_iEM){X=l&&h?r?M_iEWo&&!M_iEW5&&!M_r?-C[0]-C[5]*2-C[23]:0:C[16]>0&&!/NOSEPA/.test(M_gL(a).className)?C[18]=="transparent"?C[16]+C[19]*2:C[19]:0:0;Y=0}c="top:"+(Y+parseInt(C[25]=="middle"?(a.offsetHeight-C[24])/2:C[25]))+"px;"+(r?"left":"right")+":"+(X+C[0]+C[5])+"px;display:block;";M_iE?s.style.cssText=c:s.setAttribute("style",c);if(M_iEM)Y=s.offsetWidth};function M_fW(u){var l,a,S,w=0,W,C=M_styles[u.className][0],M=M_menus[u.MM][1],b=C[0]*2+C[3]*2,n,x;n=parseInt(M[3])||0;x=parseInt(M[4])||0;l=u.firstChild;while(l){if(M_nN(l)=="LI"){a=M_gA(l);S=a.style;if(u.AW==1){if(M_iEW5x)a.innerHTML="<nobr>"+a.innerHTML+"</nobr>";W=a.offsetWidth;if(w<W)w=W;if(M_iEW5x)a.innerHTML=a.firstChild.innerHTML}if(!M_iEW5x){S.whiteSpace="normal";S.display="block"}}l=l.nextSibling}if(u.AW==1){w+=b;if(w<n)w=n;if(x&&w>x)w=x;u.style.width=w-(!M_oM?b:0)+"px"}};function M_fA(u){var C=M_styles[u.className][1];if(C[20]){var l=u.firstChild;while(l){if(l.SH)M_pA(M_gA(l),C,u.RL,u.HR);l=l.nextSibling}}u.FM=1};function M_iL(u){var l,a,f,c;f=u.LV==1;c=M_menus[u.MM][f?0:1][f?10:6];l=u.firstChild;while(l){if(M_nN(l)=="LI"){a=M_gA(l);if(f&&!u.PP)a.VU=1;M_aE(a,"onfocus",M_oF);M_aE(a,"onblur",M_oB);M_aE(a,"onmousedown",M_oD);if(c){a.OC=1;M_aE(a,"onclick",M_oC)}M_aE(a,"onmouseover",M_oV);M_aE(a,"onmouseout",M_oU);if(a.className&&/NL/.test(a.className)){a.rel=a.href;a.href="javascript:;";}}l=l.nextSibling}if(!f||!u.HR||!M_r)M_sC(M_gL(a),"NS")};function M_oD(){this.MD=1};function M_oB(){if(!this.MD)M_mU();this.MD=0};function M_oF(){M_mV();M_c=this;M_sM(1)};function M_oC(){M_c=this;if(!M_gL(M_c).SH)return;M_sM(1);if(M_c.blur)M_c.blur();return false};function M_oV(e){if(!e)e=event;if(this.VU)M_mV();if(M_cT(this,e.relatedTarget||e.fromElement)&&(!M_oP||e.offsetX!=0||e.offsetY!=0))return;if(M_s){clearTimeout(M_s);M_s=0}M_c=this;M_s=setTimeout("M_sM()",M_apparTime)};function M_oU(e){if(!e)e=event;if(this.VU)M_mU();if(M_cT(this,e.relatedTarget||e.toElement))return;if(this.blur)this.blur();if(M_s){clearTimeout(M_s);M_s=0}};function M_mV(){clearTimeout(M_T)};function M_mU(){clearTimeout(M_T);M_T=setTimeout("M_hD()",M_disapparTime)};function M_hM(o,f){var S=o.style;S.display="none";S.visibility="hidden";if(f)o.parentNode.style.zIndex=1;if(M_F[0]&&o.IF)M_hI(o.IF)};function M_hD(){var i,o;if(M_s){clearTimeout(M_s);M_s=0}for(i=M_S.length-1;i>0;i--){o=M_S[i];if(i!=1||o.PP)M_hM(o,(i!=1&&(M_iE||M_gCo)));o=M_O[i];if(o&&M_highlightPath)o.className=o.CN}M_S=[""];M_O=[""];M_c=null;if(M_F[1])M_sS()};function M_rL(){if(M_iEW&&!M_iEW5){var o=M_dB;while(o){if(o.dir=="rtl"||o.currentStyle&&o.currentStyle.direction=="rtl")return 1;o=o.parentNode}}return 0};function M_cA(o,f){var c={x:0,y:0};while(o&&(!f||o!=M_dB)){c.x+=o.offsetLeft;c.y+=o.offsetTop;o=o.offsetParent}return c};function M_gW(){var c,f,d,b,i,w="clientWidth",h="clientHeight",A,B,D;f=M_gC?15:0;d=M_dE[h];b=M_dB[h];i=M_w.innerHeight;A={h:b,w:M_dB[w]};B={h:d,w:M_dE[w]};D=M_qM?M_dB:M_dE;c=!i?M_qM?A:B:d&&b&&(!M_kN||M_kN4)&&(!M_sF||M_sF3)?d>b?d>i?A:B:b>i?B:A:b&&M_gC?A:{h:i-f,w:innerWidth-f};c.x=M_w.pageXOffset||D.scrollLeft*(M_rL()&&M_iE8?-1:1)-(M_rL()&&!M_iE8?D.scrollWidth-c.w:0)||0;c.y=M_w.pageYOffset||D.scrollTop||0;return c};function M_kW(x,y,w,h,c,r,f){if(f){c.x=0;c.y=0}var k={y:0};if(r&&x<c.x||!r&&x+w>c.x+c.w)k.x=1;if(h<c.h&&y+h>c.y+c.h)k.y=c.y+c.h-h-y;else if(h>=c.h||y<c.y)k.y=c.y-y;return k};function M_pM(u){var x,y,sX,sY,aX,aY,w,h,M,S,p,l,a,f,C,W,H,c,k,b;S=u.style;w=u.offsetWidth;h=u.offsetHeight;M=M_menus[u.MM];l=u.parentNode;p=l.parentNode;a=M_gA(l);f=u.LV==2;C=M_cA(l,M_sF&&!M_sF3&&M[0][1]!="relative");W=a.offsetWidth;H=a.offsetHeight;c=M_gW();sX=f?M[0][6]:M[1][0];sY=f?M[0][7]:M[1][1];if(f&&u.HR){x=u.RL?W-w-sX:sX;y=u.BT?-h-sY:H+sY}else{x=u.RL?sX-w:W-sX;y=u.BT?H-sY-h:sY}aX=C.x+x;aY=C.y+y;if(M_gC&&M_pS>=20010801||M_iEW&&!M_iE8||M_oP&&!M_oP9||M_sF3||M_kN4)while(p.LV&&(p.LV>1||p.PP)){b=M_styles[p.className][0][0];aX+=b;aY+=b;if(M_gC13&&M[0][1]=="fixed")break;p=p.parentNode.parentNode}k=M_kW(aX,aY,w,h,c,u.RL,M[0][1]=="fixed"&&!M_iEWo&&!M_iEM&&(!M_gCo||M_gC13));if(k.x)x=f&&u.HR?u.RL?c.x-aX+x:c.x+c.w-w-aX+x:u.RL?W-sX:sX-w;y+=k.y;S.right="auto";if(M_nS){S.left="auto";S.top="auto";S.marginLeft=x+"px";S.marginTop=y-H+"px"}else{S.left=x+"px";S.top=y+"px";if(M_F[0])M_iF(u,w,h,x,y);if(M_F[1])M_hS()}};function M_sM(c){var a,l,u,U,S,v,k,i,o;a=M_c;if(!a)return;l=M_gL(a);if(M_dV&&M_dV.getComputedStyle&&M_dV.getComputedStyle(a,"").getPropertyValue("display")=="inline"||l.currentStyle&&l.currentStyle.listStyleType&&l.currentStyle.listStyleType!="none")return;u=l.parentNode;v=u.LV;if(M_S.length>v+1&&M_S[v+1].style.display!="none"){k=M_o[v]!=a?v:v+1;for(i=M_S.length-1;i>k;)M_hM(M_S[i--])}if(v==1){o=M_S[1];if(o&&o!=u&&o.PP)M_hM(o)}if(M_highlightPath)for(i=v+1;i>=v;i--){o=M_O[i];if(o&&o.className.indexOf(M_gL(o).parentNode.className+"O")>-1&&(i>v||M_O[v]!=a))o.className=o.CN}M_o[v]=a;M_S[v]=u;if(a.OC&&!c||!l.SH)return;U=M_gT(l,"ul")[0];S=U.style;if(S.display=="block")return;if(M_highlightPath){a.CN=a.className||"";a.className=(a.CN?a.CN+" ":"")+u.className+"O"}if(M_iE||M_gCo){if(M_O[v])M_gL(M_O[v]).style.zIndex=1;l.style.zIndex=10000}M_O[v]=a;M_S[v+1]=U;if(M_iEW5)M_nF(u);if(!U.FM){S.display="none";S.visibility="hidden";S.overflow="visible";if(M_iEW){if(!M_iEW5)M_fL(U);S.height="auto"}}S.display="block";if(!U.FM&&U.AW)M_fW(U);M_pM(U);if(!U.FM)M_fA(U);if(M_iEW5)M_nF(u,1);if(M_oPo2||M_oP&&U.RL||M_kN4||M_sF3){S.display="none";i=U.offsetHeight;S.display="block"}M_sH(U)};function M_sH(u){var f=(!M_iEW5&&typeof u.filters!="unknown"&&(u.filters||"").length!=0&&typeof u.filters[0].apply!=M_u);if(f)u.filters[0].apply();u.style.visibility="visible";if(f)u.filters[0].play()};function M_fL(u){u=u.children;for(var i=0;i<u.length;)u[i++].style.styleFloat="left"};function M_nF(u,f){u=M_gT(u,"li")[0];if(f){u.style.styleFloat=u.FT}else{u.FT=u.currentStyle.styleFloat;u.style.styleFloat="none"}};function M_iM(m,r){var M,N,u,us,U,p,l,a,i,j,s,c,S,C;M=M_menus[m][0];N=M_menus[m][1];r.MM=m;r.PP=M[1]=="popup";r.HR=M[0]=="horizontal"&&!r.PP;r.RL=M[4]||M_r;r.BT=M[5];if(M_iEM&&M_r&&r.HR)return;r.className=M[9];r.LV=1;us=M_gT(r,"ul");U=[];for(i=0;i<us.length;)U[i]=us[i++];if(!M_iEM){var L,P;s=M_cE("span",r);if((!M_iE||M_iE8)&&(!M_oP||M_oP9)&&(!M_sF||M_sF3)&&(!M_gC||M_pS>=20061010)&&!M_kN){L=M_cE("span",s);P=M_cE("span",L);P.appendChild(M_d.createTextNode("+ "));L.appendChild(P)}else{L=M_d.createTextNode("\u00a0")}s.appendChild(L)}for(i=0;i<U.length;){u=U[i++];u.MM=m;u.PP=r.PP;u.HR=r.HR;u.RL=r.RL;u.BT=r.BT;u.AW=N[2]=="auto"?u.style.width?2:1:0;p=u.parentNode.parentNode;if(!u.className)u.className=p==r?N[5]:p.className;u.LV=2;while(p!=r){u.LV++;p=p.parentNode.parentNode}l=u.parentNode;l.SH=1;p=l.parentNode;S=p.className;C=M_styles[S][1];if(C[20]){a=M_gA(l);a.style[r.RL?"paddingLeft":"paddingRight"]=(C[5]*2+C[23])+"px";if(M_iEM){s='<span class="'+S+'S"></span>'+a.innerHTML;a.innerHTML="";a.innerHTML=s}else{c=s.cloneNode(true);c.className=S+"S";if(P)c.firstChild.className=S+"SL";a.insertBefore(c,a.firstChild)}if(u.LV==2)M_pA(a,C,r.RL,r.HR,1)}M_iL(u);u.onmouseover=M_mV;u.onmouseout=M_mU;if((M_iEWo||M_iEMn)&&r.HR){C=M_styles[u.className][1];S="border-width:0 0 "+(C[18]=="transparent"?0:C[16])+"px 0;padding:0 0 "+(C[16]>0?C[18]=="transparent"?C[19]*2+C[16]:C[19]:0)+"px 0;margin:0 0 "+(C[16]>0&&C[18]!="transparent"?C[19]:0)+"px 0;";for(j=0;j<u.children.length-1;)u.children[j++].runtimeStyle.cssText=S}}M_iL(r);if(r.PP){r.onmouseover=M_mV;r.onmouseout=M_mU}if(M_iEWo)r.style.backgroundImage="url(https://)";if(M_searchPath)M_fC(r);r.IN=2};function M_mN(){if(M_oP7m||M_kNv&&!M_kN||M_iC||M_iEMo||M_M)return;if(typeof M_L!=M_u)M_M=1;var m,r,h,u,U,c,l;for(m in M_menus){r=(M_iEM||M_gC&&M_pS<20040113&&M_x)&&!M_M?0:M_gO(m);if(!r){c=1}else if(!r.IN){if(M_iEW){h=r.outerHTML||"";u=(h.match(/<UL/ig)||"").length;U=(h.match(/<\/UL/ig)||"").length}if(u&&u==U||r.nextSibling||M_M){l=r.lastChild;while(M_nN(l)!="LI")l=l.previousSibling;if(M_gA(l).offsetHeight){if(typeof M_dB==M_u)M_dB=M_gT(M_d,"body")[0];r.IN=1;M_iM(m,r)}else{c=1}}else{c=1}}}if(c)setTimeout("M_mN()",100)};function M_cS(){var A=[],c,C,m,M,N,p,f,r,h,t,i,a,P,x,y,Q=M_r?"right":"left",s,E="/",F="*",D=E+F+F+E,H,T,L,R;s={b:"background-image:",d:"display:block;",f:"float:left;",g:"float:"+Q+";",h:"* html>body ",i:" !important;",l:"float:none;",m:"margin:0",p:"padding:0",r:"margin-left:",s:"screen,projection,print",t:"transparent",w:"white-space:",x:"px 0 0;",y:":visited",z:">li{left:0;}",A:"position:absolute;",B:"background",C:" li a.CURRENT",D:"{position:fixed;}* html ul#",F:":first-child",H:"height:1%;",I:"display:inline;",N:" li a.NOROLL",R:"position:relative;",S:"position:static;",T:"text-decoration:",W:"width:100%;",X:"border-color:",Y:"border-style:",Z:"border-width:"};for(c in M_styles)A[A.length]="."+c;M_[0]+=A.join(",")+","+A.join(" li,")+" li{"+s.d+"list-style:none;"+s.p+";"+s.m+";line-height:normal;direction:ltr;}"+A.join(" li,")+" li{"+s.R+s.B+":none;"+s.W+"}"+A.join(" a,")+" a{"+s.d+s.R+(M_r?"direction:rtl;":"")+"}"+s.h+A.join(" a,"+s.h)+" a{"+s.S+"}* html "+A.join(" li,* html ")+" li{"+s.I+"display"+D+":block;float"+D+":left;}*"+s.F+"+html "+A.join(" li,*"+s.F+"+html ")+" li{"+s.f+"}"+s.h+A.join(" li,"+s.h)+" li{"+s.d+"}"+A.join(" ul,")+" ul{display:none;"+s.A+"top:-9999px;width:11px;overflow:hidden;z-index:11111;}ul"+D+A.join(" ul,ul"+D)+" ul{"+s.d+"}* html "+A.join(" ul,* html ")+" ul{"+s.d+"}.NS{"+s.Z+"0"+s.i+s.p+s.i+s.m+s.i+"}.NL{cursor:default"+s.i+"}";for(m in M_menus){M=M_menus[m][0];N=M_menus[m][1];C=M_styles[M[9]];p=M[1]=="popup";f=M[1]=="fixed";r=M[1]=="relative";h=M[0]=="horizontal";a=N[2]=="auto";P=M[5]&&!p?"bottom":"top";x="#"+m;if(!p)C[3]=1;M_[0]+=x+"{"+(!p?s.Z+"0;"+s.p+";"+s.B+"-color:"+s.t+";"+s.b+"none;":"")+"z-index:"+(p?10900:9999)+";position:"+(p?"absolute":h&&r?"static":M[1])+";height:auto;}"+x+" ul{"+(M[4]&&!h||M_r?"right:0;":"left:-800px;")+"}"+(f?"ul"+x+"{"+s.A+"}ul"+D+x+s.D+m+"{"+s.A+"}ul"+D+x+" ul"+s.D+m+" ul{"+s.A+"}":"");if(!M_gC)M_[1]+="ul"+x+" ul{"+s.A+"}";M_[M_r?0:1]+="* html "+x+" a{"+(!h||p?s.H:M_r?s.S:"")+"}*"+s.F+"+html "+x+" a{"+(!h||p?"min-"+s.H:s.S)+"}"+(!h||p?s.h+x+" a{height:auto;}":"");if(!h||p){M_[0]+=x+"{"+P+":"+(p?"-9999px":M[3])+";"+(M[4]&&!p?"right":Q)+":"+(p?"0":M[2])+";width:"+M[8]+";}";if(r)M_[0]+=s.h+x+">li{"+s.r+(M[4]?"":"-")+M[2]+s.i+s.W+"}"+s.h+x+">li"+s.F+"{"+s.r+"0"+s.i+"}"}else{M_[0]+=x+"{"+P+":0;"+Q+":0;"+s.W+(r?"padding-"+P+":"+M[3]+";"+s.g:"margin-"+P+":"+M[3]+";")+"}"+x+" li{"+s.g+"width:auto;left:"+(M_r?"-":"")+M[2]+";}";C=C[1];if(C[16]>0){t=C[18]==s.t;y="li{"+s.Z+"0 "+(t?0:C[16])+s.x+s.p+" "+(t?C[19]*2+C[16]:C[19])+s.x+s.m+" "+(t?0:C[19])+s.x+"}";M_[0]+=x+">"+y+"@media "+s.s+"{* html "+x+" "+y+"}"}M_[0]+=x+" a{"+s.w+" "+D+"nowrap;}head"+s.F+"+body "+x+s.z+"*>*>html:lang(en),"+x+s.z+x+">li"+s.F+"{margin-"+Q+":"+M[2]+s.i+"}"+x+">li>a{"+E+F+E+F+E+E+F+E+s.f+E+F+" "+F+E+"}"+s.h+x+">li>a{"+s.g+"}"+(r?"* html "+x+"{"+s.l+"}":"")+s.h+x+">li{"+s.l+"}"+(M_r?"":"* html>bo\\64 y "+x+">li{"+s.g+"}");M_[1]+=x+" ul li{left:0;"+s.W+"}"}M_[0]+=x+" ul li{"+s.l+"}";M_[1]+=x+" ul a{"+(M_iEW?s.H:"")+(M_iEWo&&h&&!p&&!M_r?s.S:"")+(!M_iEWo&&a?M_iE7||M_iE8?"display:inline-block;":s.I:"")+s.w+(a&&!M_iEW5x?"nowrap":"normal")+";}"+x+" ul{"+(M_iEW?"overflow:scroll;height:11px;":"")+(a?"":"width:"+N[2]+";")+"}"+(M_nS?x+" li{"+s.S+"}":"")}for(c in M_styles){m=M_styles[c][0];i=M_styles[c][1];x="."+c;y=x+" li a";M_[M_styles[c][3]?0:1]+=x+"{"+s.Z+m[0]+"px;"+s.Y+m[1]+";"+s.X+m[2]+";padding:"+m[3]+"px;"+M_cI(m[4])+(m[5]!=""?"filter:"+m[5]+";":"")+(m[6]+(m[6]!=""&&m[6].charAt(m[6].length-1)!=";"?";":""))+"}"+x+" li{"+s.Y+i[17]+";"+s.X+i[18]+";"+s.Z+"0 0 "+(i[18]==s.t?0:i[16])+"px 0;"+s.p+" 0 "+(i[16]>0?i[18]==s.t?i[19]*2+i[16]:i[19]:0)+"px 0;"+s.m+" 0 "+(i[16]>0&&i[18]!=s.t?i[19]:0)+"px 0;}"+x+s.C+","+x+s.C+":link,"+x+s.C+s.y+"{"+s.Z+i[0]+"px;"+s.Y+i[32]+";"+s.X+i[33]+";"+M_cI(i[34])+"color:"+i[35]+";"+s.T+i[36]+";"+(i[40]+(i[40]!=""&&i[40].charAt(i[40].length-1)!=";"?";":""))+"}"+y+","+y+":link{cursor:pointer;"+s.Z+i[0]+"px;"+s.Y+i[1]+";"+s.X+i[3]+";padding:"+i[5]+"px;"+M_cI(i[6])+"color:"+i[8]+";font-size:"+i[10]+";font-family:"+i[11]+";font-weight:"+i[12]+";"+s.T+i[13]+";text-align:"+i[15]+";"+(i[38]+(i[38]!=""&&i[38].charAt(i[38].length-1)!=";"?";":""))+"}"+y+s.y+"{"+s.Z+i[0]+"px;"+s.Y+i[26]+";"+s.X+i[27]+";"+M_cI(i[28])+"color:"+i[29]+";"+s.T+i[30]+";"+(i[41]+(i[41]!=""&&i[41].charAt(i[41].length-1)!=";"?";":""))+"}"+y+":hover,"+y+":focus,"+y+":active,"+y+x+"O,"+y+x+"O:link,"+y+x+"O"+s.y+","+x+s.C+":hover,"+x+s.C+":focus,"+x+s.C+":active{"+s.Z+i[0]+"px;"+s.Y+i[2]+";"+s.X+i[4]+";"+M_cI(i[7])+"color:"+i[9]+";"+s.T+i[14]+";"+(i[39]+(i[39]!=""&&i[39].charAt(i[39].length-1)!=";"?";":""))+"}"+x+s.N+"{"+s.Y+i[1]+s.i+s.X+i[3]+s.i+M_cI(i[6],s.i)+"color:"+i[8]+s.i+s.T+i[13]+s.i+"}";if(i[20])M_[1]+=x+s.C+" "+x+"S,"+x+s.C+":link "+x+"S,"+x+s.C+s.y+" "+x+"S{"+M_cI(i[37])+"}"+y+" "+x+"S,"+y+":link "+x+"S{"+s.A+M_cI(i[21])+s.B+"-repeat:no-repeat;width:"+i[23]+"px;height:"+i[24]+"px;display:none;overflow:hidden;font:10px/"+i[24]+"px sans-serif;"+s.m+";"+s.p+";}"+y+s.y+" "+x+"S{"+M_cI(i[31])+"}"+y+":hover "+x+"S,"+y+":focus "+x+"S,"+y+":active "+x+"S,"+y+x+"O "+x+"S,"+y+x+"O:link "+x+"S,"+y+x+"O"+s.y+" "+x+"S,"+x+s.C+":hover "+x+"S,"+x+s.C+":focus "+x+"S,"+x+s.C+":active "+x+"S{"+M_cI(i[22])+"}"+x+s.N+" "+x+"S{"+M_cI(i[21],s.i)+"}"+y+" "+x+"SL{display:list-item;width:300px;list-style:none inside url('"+M_imgPath+i[21].substring(1,i[21].length-1)+"');visibility:hidden;"+(M_r?"text-align:right;":"")+"}"+y+" "+x+"SL span{visibility:visible;"+(M_iE8?s.A:"")+"}"}R=M_[0]+(!M_oP7m&&(!M_kNv||M_kN)&&!M_iC&&!M_iEMo?M_[1]:"");if(!M_oP7m)H=M_gT(M_d,"head")[0];T=M_d.styleSheets;L=T?T.length:0;if(H&&(T||M_oPv>=7.5)&&!M_iEM&&(!M_gC||M_x)&&(!M_kNv||M_kN)&&(!M_sF||M_sFv>=400)){var S=M_cE("style",H);S.setAttribute("type","text/css");S.setAttribute("media",s.s);H.appendChild(S);if(T&&T.length>L&&T[L].insertRule){T=T[L];R=R.replace(/}([^}])/g,"}|$1").split("|");for(i=0;i<R.length;)try{T.insertRule(R[i++],T.cssRules.length)}catch(e){}}else{M_iE?T[L].cssText=R:S.appendChild(M_d.createTextNode(R))}}else{M_d.write('<style type="text/css" media="'+s.s+'">'+R+'</style>')}M_mN()};if(M_dl||M_oP){M_wL=M_w.onload||0;M_w.onload=function(){M_L=1;if(M_wL)M_wL()};M_cS()}