var um=new Object;
um.menuClasses=[];
um.itemClasses=[];
um.menuCode=[];

//path to images folder 
um.baseSRC = "/images/"
//um.baseSRC = "C:\Documents and Settings\mtodd\My Documents\washu\prototypes\proto3\images\";


//navbar orientation
um.orientation = [
	"vertical",	// alignment ["vertical"|"horizontal"|"popup"]
	"left",		// h align ["left"|"right"]
	"top",		// v align ["top"|"bottom"]
	//"absolute",	// positioning ["relative"|"absolute"|"fixed"|"allfixed"]
	//"0px",		// x position ["em"|"px"|"pt"|"0"]
	//"156px",	// y position ["em"|"px"|"pt"|"0"]
	"",	// positioning ["relative"|"absolute"|"fixed"|"allfixed"]
	"",	// x position ["em"|"px"|"pt"|"0"]
	"",	// y position ["em"|"px"|"pt"|"0"]
	"1000",		// z order ["0" to "10000"] (menu takes 20000 headroom)
	];
	

//navbar list output
um.list = [
	"flexible",	// horizontal overflow ["rigid"|"flexible"]
	"yes",		// show menus to IE-based screenreaders ["yes"|"no"]
	"yes",		// hide static menus for netscape 4 ["yes"|"no"]
	];


//menu behaviors	
um.behaviors = [
	"200",		// open timer ["milliseconds"|"0"]
	"500",		// close timer ["milliseconds"|"0"|"never"]
	"yes",		// reposition menus to stay inside the viewport ["yes"|"no"]
	"yes",		// hide <select> for win/ie5.0 when menus open ["yes"|"no"]
	];


//horizontal continuation strip
um.hstrip = [
	"none",		// background ["color"|"#hex"|"rgb()"|"image.gif"|"none"]
	"yes",		// copy item margin-right to margin-bottom ["yes"|"no"]
	];
	
	
/***************************************************************\
 * MODULE SETTING
\***************************************************************/


//keyboard navigation
um.keys = [
	"38",		// up ["n"] ["38" = up arrow key]
	"39",		// right ["n"] ["39" = right arrow key]
	"40",		// down ["n"] ["40" = down arrow key]
	"37",		// left ["n"] ["37" = left arrow key]
	"123",		// hotkey ["n"] ["123" = F12]
	"none",		// hotkey modifier ["none"|"shiftKey"|"ctrlKey"|"altKey"]
	"27",		// escape ["n"|"none"] ["27" = Esc]
	"document.links[5]", // exit focus [expression]
	];


/***************************************************************\
 * NAVBAR DEFAULT STYLES
\***************************************************************/


//styles which apply to the navbar
um.navbar = [
	"-5",		// nav -> menu x-offset (+-)["n" pixels]
	"2",	// nav -> menu y-offset (+-)["n" pixels]
	"100px",	// width ["em"|"px"|"pt"] (vertical navbar only - horizontal navbar items have "auto" width) ("%" doesn't work right) 
	];


//styles which apply to each navbar item
um.items = [
	"0",		// margin between items ["n" pixels]
	"0",		// border size ["n" pixels] (single value only)
	"separate",	// border collapse ["collapse"|"separate"] (only applies when margin = "0"]
	"#555555",// border colors ["color"|"#hex"|"rgb()"] (single, double or four values)
	"solid solid solid solid",	// border styles ["solid"|"double"|"dotted"|"dashed"|"groove"|"ridge"|"inset"|"outset"] (single, double or four values; don't use "none" - set border size to "0" if you don't want borders)
	"#555555",// hover/focus border colors ["color"|"#hex"|"rgb()"] (single, double or four values)
	"solid solid solid solid ",	// hover/focus border styles ["solid"|"double"|"dotted"|"dashed"|"groove"|"ridge"|"inset"|"outset"] (single, double or four values; don't use "none")
	"#ffffff",// visited border colors ["color"|"#hex"|"rgb()"] (single, double or four values)
	"solid solid solid solid",// visited border styles ["solid"|"double"|"dotted"|"dashed"|"groove"|"ridge"|"inset"|"outset"] (single, double or four values; don't use "none")
	"5",		// left/right padding ["n" pixels] (single value only)
	"2",		// top/bottom padding ["n" pixels] (single value only)
	"#ffffff",// background ["color"|"#hex"|"rgb()"|"image.gif"]
	"#E0E0E0",// *******BACKGROUND MENU SELECTED COLOR***********hover/focus background ["color"|"#hex"|"rgb()"|"image.gif"]
	"#ffffff",// visited background ["color"|"#hex"|"rgb()"|"image.gif"]
	"8pt",		// font size ["em"|"px"|"pt"|"%"]
	"verdana,sans-serif",// font family ["font1,font2,font3"] (always end with a generic family)
	"normal",		// font weight ["normal"|"bold"]
	"none",		// text decoration ["none"|"underline"|"overline"|"line-through"]
	"center",		// text-align ["left"|"right"|"center"]
	"#555555",	// color ["color"|"#hex"|"rgb()"]
	"#000000",	// hover/focus color ["color"|"#hex"|"rgb()"]
	"#555555",	// visited color ["color"|"#hex"|"rgb()"]
	"normal",	// font-style ["normal"|"italic"|"oblique"]
	"normal",	// hover/focus font-style ["normal"|"italic"|"oblique"]
	"normal",	// visited font-style ["normal"|"italic"|"oblique"]
	"text-decoration: none",// additional link CSS (careful!)
	"",// additional hover/focus CSS (careful!)
	"",// additional visited CSS (careful!)
	"right.gif",// menu indicator character/image ["x"|"image.gif"|"none"] (images are a non-tiled CSS background v-aligned in the middle of the region set by the clipping width)
	"right.gif",// menu indicator rollover character/image ["x"|"image.gif"|"none"] (must be same type)
	"4",		// clipping width of indicator image ["n" pixels] (image only - not used with character)
	"..",		// alt text of indicator image ["x"] (image only)
	];


/***************************************************************\
 * MENU DEFAULT STYLES
\***************************************************************/


//styles which apply to each menu
um.menus = [
	"-7",		// menu -> menu x-offset (+-)["n" pixels] // "-16"
	"2",	// menu -> menu y-offset (+-)["n" pixels]
	"1",		// border size ["n" pixels] (single value only) 
	"#555555",// border colors ["color"|"#hex"|"rgb()"] (single, double or four values)
	"solid",	// border styles ["solid"|"double"|"dotted"|"dashed"|"groove"|"ridge"|"inset"|"outset"] (single, double or four values; don't use "none" - set border size to "0" if you don't want borders)
	"190px",	// width ["em"|"px"|"pt"]
	"0",		// padding ["n" pixels] (single value only) 
	"#ffffff",	// background ["color"|"#hex"|"rgb()"|"image.gif"]
	"",		// additional menu CSS (careful!) (you can use a transition here but *not* a static filter)
	"#6A6A6A",// *****SHADOW BACKGROUND************shadow background ["color"|"#hex"|"rgb()"|"image.gif"|"none"]
	"5px",		// shadow offset (+-) ["em"|"px"|"pt"|"%"|"0"]
	"-moz-opacity:0.7;-khtml-opacity:0.7;",// additional shadow layer CSS (if you use a Shadow filter here, win/ie5.5+ will do that *instead* of default shadow)
	];


//styles which apply to each menu item
um.menuItems = [
	"0",		// margin around items ["n" pixels] (margins are like cellspacing)
	"0",		// border size ["n" pixels] (single value only)
	"separate",	// border collapse ["collapse"|"separate"] (only applies when margin = "0")
	"#ffffff",	// border colors ["color"|"#hex"|"rgb()"] (single, double or four values)
	"solid",	// border styles ["solid"|"double"|"dotted"|"dashed"|"groove"|"ridge"|"inset"|"outset"] (single, double or four values; don't use "none" - set border size to "0" if you don't want borders)
	"#555555",		// hover/focus border colors ["color"|"#hex"|"rgb()"] (single, double or four values)
	"solid",	// hover/focus border styles ["solid"|"double"|"dotted"|"dashed"|"groove"|"ridge"|"inset"|"outset"] (single, double or four values; don't use "none")
	"#ffffff",	// visited border colors ["color"|"#hex"|"rgb()"] (single, double or four values)
	"solid",	// visited border styles ["solid"|"double"|"dotted"|"dashed"|"groove"|"ridge"|"inset"|"outset"] (single, double or four values; don't use "none")
	"5",		// left/right padding ["n" pixels] (single value only) 
	"2",		// top/bottom padding ["n" pixels] (single value only) 
	"#ffffff",	// background ["color"|"#hex"|"rgb()"|"image.gif"]
	"#E0E0E0",	// hover/focus background ["color"|"#hex"|"rgb()"|"image.gif"]
	"#ffffff",	// visited background ["color"|"#hex"|"rgb()"|"image.gif"]
	"8pt",		// font size ["em"|"px"|"pt"|"%"]
	"verdana,sans-serif",// font family ["font1,font2,font3"] (always end with a generic family)
	"normal",	// font weight ["normal"|"bold"]
	"none",		// text decoration ["none"|"underline"|"overline"|"line-through"]
	"left",		// text-align ["left"|"right"|"center"]
	"#555555",		// color ["color"|"#hex"|"rgb()"]
	"#000000",		// hover/focus color ["color"|"#hex"|"rgb()"]
	"#555555",		// visited color ["color"|"#hex"|"rgb()"]
	"normal",	// font-style ["normal"|"italic"|"oblique"]
	"normal",	// hover/focus font-style ["normal"|"italic"|"oblique"]
	"normal",	// visited font-style ["normal"|"italic"|"oblique"]
	"",		// additional link CSS (careful!)
	"",		// additional hover/focus CSS (careful!)
	"",		// additional visited CSS (careful!)
	"right.gif",		// submenu indicator character/image ["x"|"image.gif"|"none"] (images are a non-tiled CSS background v-aligned in the middle of the region set by the clipping width)
	"right.gif",		// submenu indicator rollover character/image ["x"|"image.gif"|"none"] (must be the same type)
	"4",		// clipping width of indicator image ["n" pixels] (image only - not used with character)
	"..",		// alt text of indicator image ["x"] (image only)
	];


var umTree=null;
um.ready=0;
um.pi=function(n){
	n=parseInt(n,10);
	return n;
};

um.un='undefined';
um.m=document;

if(typeof um.hstrip==um.un){
	um.hstrip=['none','yes'];
}
um.cx=['orientation','list','behaviors','navbar','items','menus','menuItems','menuClasses','itemClasses'];
um.ei=0;
um.e=[];
um.v=[];
um.w=[];
um.vl=0;
um.wl=0;
um.ek=0;
um.im=[];

um.pcv=function(udmVC){
	if(udmVC&&/^[\-]?[0-9]+$/.test(udmVC)){
		udmVC=um.pi(udmVC);
		if((um.ei==10||um.ei==11)&&udmVC<1){
			udmVC=1;
		}
	}
	if(udmVC&&/\.(gif|png|mng|jpg|jpeg|bmp)/i.test(udmVC)){
		um.im[um.ek]=new Image;
		um.im[um.ek++].src=um.baseSRC+udmVC;
	}
	return udmVC;
};

var i=0;

do{
	if(um.cx[i].indexOf('Classes')<0){
		um.cxl=um[um.cx[i]].length;
		var j=0;
		do{
			if(typeof um[um.cx[i]][j]!=um.un){
				um.pv=um.pcv(um[um.cx[i]][j]);
				um.e[um.ei]=um.pv;
				um.ei++;
			}
			j++;
		} while(j<um.cxl);
	} else {
		for(j in um[um.cx[i]]){
			um.cxl=um[um.cx[i]][j].length;
			var k=0;

			do{
				if(typeof um[um.cx[i]][j][k]!=um.un){
					um.pcv(um[um.cx[i]][j][k]);
				}
				k++;
			} while(k<um.cxl);

			if(um.cx[i]=='menuClasses'){
				um.v[j]=um[um.cx[i]][j];
				um.vl++;
			} else {
				um.w[j]=um[um.cx[i]][j];
				um.wl++;
			}
		}
	}

	i++;
} while(i<9);

um.d=(typeof um.m.getElementById!=um.un&&(typeof um.m.createElement!=um.un||typeof um.m.createElementNS!=um.un));

um.u=navigator.userAgent.toLowerCase();
um.o5=/opera[\/ ][56]/.test(um.u);
um.k=(navigator.vendor=='KDE');

if(um.o5||um.k){
	um.d=0;
}

um.b=(um.d||um.o5||um.k);
if(um.e[9]=='yes'&&!(um.d||um.b)){
	document.write('<style type="text/css" media="screen">#udm ul{display:none;}</style>');
}
um.o7=(um.d&&typeof window.opera!=um.un);
um.o73=0;
um.o71=0;

if(um.o7){
	um.ov=um.u;
	um.ov=um.ov.split(/opera[\/ ]7./);
	um.ov=um.pi(um.ov[1].charAt(0));
	um.o73=(um.ov>=3);
	um.o71=(um.ov<=1);
}

um.s=(navigator.vendor=='Apple Computer, Inc.'&&typeof um.m.childNodes!=um.un&&typeof um.m.all==um.un&&typeof navigator.taintEnabled==um.un);

um.wie=(um.d&&typeof um.m.all!=um.un&&typeof window.opera==um.un);
um.mie=(um.wie&&um.u.indexOf('mac')>0);
um.mx=(um.u.indexOf('tasman 0.9')>0);

if(um.mx){
	um.mie=1;
}

um.omie=0;

if(um.mie){
	um.wie=0;
	um.iev=um.u;
	um.iev=um.iev.split('msie ');
	um.iev[1]=um.iev[1].split(';');
	um.iev=parseFloat(um.iev[1][0],10);
	um.omie=(um.iev<5.2);
}

um.ie=(um.wie||um.mie);
um.wie5=(um.wie&&um.u.indexOf('msie 5')>0);
um.wie55=(um.wie&&um.u.indexOf('msie 5.5')>0);
um.wie50=(um.wie5&&!um.wie55);
um.wie6=(um.wie&&um.u.indexOf('msie 6')>0);

if(um.wie6){
	um.wie55=1;
}

um.q=(um.wie5||(um.mie&&!um.mx)||((um.mx||um.wie6||um.o7)&&um.m.compatMode!='CSS1Compat'));

um.og=0;
um.dg=0;

if(um.u.indexOf('gecko')>0&&!um.s){
	um.sub=um.pi(navigator.productSub);
	um.og=(um.sub<20030312);
	um.dg=(um.sub<20010726);
}

um.kb=(typeof um.keys!=um.un&&!(um.mie||um.o7||um.s));
um.sp=(typeof um.speech!=um.un&&um.wie);

if(typeof um.speech!=um.un){
	um.e[12]='no';
	um.e[0]='vertical';
}

um.rp=(um.e[3]=='relative');
if(um.mx||(um.wie50&&um.rp)){
	um.e[12]='no';
}

um.p=(um.e[0]=='popup');
i=4;

do{
	if(parseFloat(um.e[i],10)<0){
		um.e[i]='0';
	}
	i++
	
} while(i<6);

if(um.p){
	um.va=['left','top','absolute','-2000px','-2000px'];
	i=0;
	do{
		um.e[i+1]=um.va[i];
		i++;
	} while(i<5);

	um.e[14]=0;
	um.e[15]=0;
}

um.a=um.e[1];
um.h=(um.e[0]=='horizontal');
um.rg=(um.h&&um.e[7]=='rigid');
um.fe=false;

if(um.e[3]=='allfixed'){
	um.e[3]='fixed';
	if(um.wie){
		um.fe=true;
	}
}

um.f=(um.e[3]=='fixed'&&!(um.ie||um.og));
um.nc=(um.e[17]==0&&um.e[19]=='collapse');
um.mc=(um.e[61]==0&&um.e[63]=='collapse');
um.nm=((um.og&&um.rp) ||(um.omie&&um.h) );
um.ns=(um.dg ||um.o71 ||(um.wie50&&um.rp) ||(um.o7&&um.f) ||um.mie );
um.cns=(typeof um.m.createElementNS!=um.un);
um.ss=(um.cns&&typeof um.m.styleSheets!=um.un&&!(um.s||um.k||um.mx));

if(um.kb){
	i=0;
	do{
		um.keys[i]=um.pi(um.keys[i]);
		i++
	} while(i<5);

	if(um.keys[6]!='none'){
		um.keys[6]=um.pi(um.keys[6]);
	}else{
		um.keys[6]=-1;
	}
}

um.ni=/(gif|png|mng|jpg|jpeg|bmp)/i.test(um.e[45]);
um.mi=/(gif|png|mng|jpg|jpeg|bmp)/i.test(um.e[89]);

if(um.ni||um.mi){
	um.arShim=new Image;
	um.arShim.src=um.baseSRC+'shim.gif';
}

um.rn=0;
um.rv=[];

um.addReceiver=function(umFC,umEC){
	um.rv[um.rn++]=[umFC,umEC];
};

um.createElement=function(umE,umA){

	//um.el=(um.cns)?um.m.createElementNS('http://www.w3.org/1999/xhtml',umE):um.m.createElement(umE);
	um.el = um.m.createElement(umE);

	if(typeof umA!=um.un){
		for(var i in umA){
			switch(i){
				case 'text' :
					um.el.appendChild(um.m.createTextNode(umA[i]));
					break;
				case 'class' :
					um.el.className=umA[i];
					break;
				default :
					um.el.setAttribute(i,'');
					um.el[i]=umA[i];
					break;
			}
		}
	}
	return um.el;
};






// UDMv4.1 //
/***************************************************************\

  ULTIMATE DROP DOWN MENU Version 4.1 by Brothercake
  http://www.udm4.com/
  
  This script may not be used or distributed without license

\***************************************************************/
um.rep=function(umEC,umEO){um.rl=um.rv.length;if(um.rl>0){um.i=0;do{if(um.rv[um.i][1]==''){um.rv[um.i][0](umEO,umEC);}else if(umEC==um.rv[um.i][1]){um.rv[um.i][0](umEO);}um.i++;}while(um.i<um.rl);}};if(!um.k&&typeof window.addEventListener!=um.un){window.addEventListener('load',umIni,0);}else if(um.o7){um.m.addEventListener('load',umIni,0);}else if(um.wie){window.attachEvent('onload',umIni);}else{if(typeof window.onload=='function'){um.on=onload;window.onload=function(){um.on();umIni();};}else{window.onload=umIni;}}function umIni(){umTree=(um.b)?um.m.getElementById('udm'):null;if(umTree!=null){if(um.k){um.cleanWhitespace(umTree);um.kn=umTree.childNodes;um.kl=um.kn.length;i=0;do{um.tm=um.gnu(um.kn[i])[0];if(um.tm){um.kn[i].removeChild(um.tm);}i++;}while(i<um.kl);}else if(um.d){um.rep('000',umTree);for(i in um.menuCode){um.nh=um.m.getElementById(i);if(um.nh!=null){if(um.mie){um.menuCode[i]=um.menuCode[i].replace(/<\/(li|ul)>/ig,'</$1>\n');}um.nh.innerHTML+=um.menuCode[i];if(um.mie){um.dm=um.gum(um.nh);um.dm.style.display='none';um.dm.style.visibility='hidden';}}}um.cleanWhitespace(umTree);um.st=0;um.kb=(um.kb&&typeof umKM=='function');if(um.kb){um.kbm=new umKM;um.rep('001',um.kbm);if(um.e[8]=='yes'&&um.wie){um.st=1;um.sy=um.m.createStyleSheet();um.sy.addRule('.udm ul','visibility:visible;display:block;margin-top:-100em;width:1px;height:1px;overflow:scroll;',0);document.attachEvent('onmousewheel',function(){if(event.ctrlKey&&um.st){um.sy.disabled=1;um.st=0;}});}}um.sp=(um.sp&&typeof udmSpeechModule=='function');if(um.sp){um.sapi=new udmSpeechModule;um.rep('002',um.sapi);}um.n=new umNav(umTree);um.rep('009',um.n);if(um.fe){um.tr.style.top=(um.getScrollAmount())+'px';window.attachEvent('onscroll',function(){um.tr.style.top=(um.getScrollAmount())+'px';});}if(um.s){umTree.style.KhtmlOpacity = "1";}um.s1=(typeof umTree.style.KhtmlOpacity!='undefined');um.ready=1;um.rep('010',um.tr);}}}function umNav(umTree){um.n=this;um.tr=umTree;if(um.wie){um.tr.style.color='black';}if(um.rg){um.rw=0;}um.li=umTree.getElementsByTagName('li');um.ll=um.li.length;i=0;do{if(um.wl>0){um.tm=um.li[i];if(um.tm.className==''&&um.tm.parentNode.className!='udm'){um.tm=um.gpi(um.tm.parentNode);if(um.tm.className!=''&&um.tm.parentNode.className!='udm'){um.li[i].className=um.tm.className;}}}this.it(um.li[i]);i++;}while(i<um.li.length);if(um.vl>0){um.mo=um.gnu(um.tr);um.moLen=um.mo.length;if(um.moLen>0){i=0;do{if(um.mo[i].className==''){um.tm=um.mo[i].parentNode.parentNode;if(um.tm.className!=''&&um.tm.className!='udm'){um.mo[i].className=um.tm.className;}}i++;}while(i<um.moLen);}}um.mf=0;if(typeof um.m.addEventListener!=um.un){um.m.addEventListener('mousedown',function(e){um.mf=1;clearInterval(um.oc);um.or=0;um.cam(e);},0);um.m.addEventListener('mouseup',function(e){um.mf=0;},0);}else if(typeof um.m.attachEvent!=um.un){um.m.attachEvent('onmousedown',function(){um.mf=1;clearInterval(um.oc);um.or=0;if(um.wie50&&um.e[13]=='yes'){um.n.ts('visible');}um.cam();});um.m.attachEvent('onmouseup',function(){um.mf=0;});}if(um.kb){um.kbm.bdh();}if(um.rg){this.arw();}um.cc=null,um.cr=0,um.oc=null,um.or=0;if(!um.ie){um.tr.contains=function(umN){if (umN==null){return false;}if (umN==this){return true;}else{return this.contains(umN.parentNode);}};}um.lws=um.getWindowDimensions();um.lh=um.gca(um.tr).offsetHeight;if(um.og&&um.hstrip[0]!='none'){um.tr.style.height=(um.hstrip[1]=='yes')?(um.lh+um.e[17])+'px':um.lh+'px';}um.vst=setInterval('um.n.wvs()',55);}umNav.prototype.it=function(umI){if(um.kb&&um.wie50){um.tm=um.gca(umI);um.ht=um.tm.outerHTML;if(um.tm.getAttribute('onfocus')!=null){um.ht=um.ht.replace(/onfocus=([\"\'])?/i,'onfocus=$1um.gpi(this).over(1,this);');}else{um.ht=um.ht.replace(/<a/i,'<a onfocus="um.gpi(this).over(1,this)"');}um.tm.outerHTML=um.ht;}um.ii=(umI.parentNode.className=='udm');var umM=null;umM=um.gnu(umI)[0];if(umM!=null&&!(um.mie||um.nm)){if((um.ii&&um.e[45]!='none')||(!um.ii&&um.e[89]!='none')){if(um.ii){um.ac=(um.ni)?' ':um.e[45];um.aa=(um.ni)?um.e[48]:'';}else{um.ac=(um.mi)?' ':um.e[89];um.aa=(um.mi)?um.e[92]:'';if(typeof um.w[umI.className]!=um.un){if(!um.mi){um.ac=um.w[umI.className][23];}else{um.aa=um.w[umI.className][25];}}}um.at={'class':'udmA','text':um.ac};um.ar=um.createElement('span',um.at);if(um.aa!=''){if(um.wie){um.ar.innerHTML='<img alt="'+um.aa+'" width="0" height="0" title="" />';um.ar.firstChild.src=um.arShim.src;}else{um.at={'src':um.arShim.src,'alt':um.aa,'title':''};um.ai=um.createElement('img',um.at);um.ar.appendChild(um.ai);}}um.gca(umI).appendChild(um.ar);um.ar.onmouseover=function(e){(!e)?event.cancelBubble=1:e.stopPropagation();this.parentNode.style.zIndex=um.e[6]+=2;return false;};um.ar.onmouseout=function(){clearInterval(um.oc);um.or=0;};um.ar.style.display='block';if(um.ii){this.aap(um.ar,umI,um.e[26],um.e[18],1);}}}if(um.mie){um.spn=umI.getElementsByTagName('span')[0];if(typeof um.spn!=um.un){um.spn.onclick=function(){this.parentNode.click();}}}if(um.rg&&umI.parentNode.className=='udm'){um.n.atrw(umI);}if(um.mie){um.tm=um.gca(umI);if(um.tm.className&&/nohref/.test(um.tm.className)){um.gca(umI).href='#';um.gca(umI).onmousedown=function(){return false;};um.gca(umI).onclick=function(){return false;};}}if(um.kb){um.kbm.bth(umI);}if(typeof um.fl==um.un){um.fl=um.gca(umI);}um.vh=(umI.className.indexOf('onclick')!=-1)?'onclick':'onmouseover';umI[um.vh]=function(e){um.tv=(um.ie)?event.srcElement:e.target;this.over(0,um.tv);if(um.gpi(um.tv).className.indexOf('onclick')!=-1){if(um.gnu(um.gpi(um.tv)).length>0){um.tv.blur();return false;}}if(!e){e=event;}return (e.type=='click'||um.o7||um.mx);};umI.onmouseout=function(e){this.out(e);};umI.over=function(umFK,umTA){um.cf=um.n.cck();if(!um.cf||um.mf){um.mf=0;return false;}if(umFK){if(um.sp){um.sapi.speechBuffer(um.gca(umI));event.cancelBubble=1;}um.ha=1;if(um.ie&&event.altKey){um.n.cdk(um.gpi(umTA).parentNode);}um.rep('040',umTA);}else{um.nn=um.cnn(umTA.nodeName).toLowerCase();if(/(li|ul)/.test(um.nn)){return false;}if(um.kb){um.e[10]=um.mt[0];um.e[11]=um.mt[1];um.nextFocus=um.gca(this);if(um.ha){um.n.cdk(umI.parentNode);um.n.cdm(um.gpi(umTA).parentNode);um.nextFocus.focus();um.nextFocus.blur();um.ha=0;}}um.rep('020',umTA);}clearInterval(um.cc);um.cr=0;um.n.lir(um.gca(umI),1);um.n.opp(umM,umI,umFK,umTA);return umI;};umI.out=function(e){if(!e){e=event;e.relatedTarget=e.toElement;}if(!umI.contains(e.relatedTarget)){if(!um.tr.contains(e.relatedTarget)){clearInterval(um.cc);um.cr=0;}um.n.cop(umM,umI);}};if(!um.ie){umI.contains=function(umN){if (umN==null){return false;}if (umN==this){return true;}else{return this.contains(umN.parentNode);}};}um.rep('008',umI);};umNav.prototype.cck=function(){if(typeof document.defaultView!=um.un&&typeof document.defaultView.getComputedStyle!=um.un){um.sa=document.defaultView.getComputedStyle(um.fl,'').getPropertyValue('display');}else if(typeof um.fl.currentStyle!=um.un){um.sa=um.fl.currentStyle.display;}um.mv=1;um.ec=(!um.wie||um.tr.currentStyle.color=='black');return ((um.sa!='inline'||typeof um.sa==um.un)&&um.ec);};umNav.prototype.lir=function(umLJ,umOV){if(umLJ!=null&&typeof umLJ.style!="undefined"&&!(um.p&&um.mx)){um.cl=umLJ.className;if(um.cl==null){um.cl='';}um.ii=(um.gpi(umLJ).parentNode.className=='udm');if(umOV){umLJ.style.zIndex=um.e[6]+=2;(um.cl=='')?umLJ.className='udmR':umLJ.className+=(umLJ.className.indexOf('udmR')==-1)?' udmR':'';}else{if(/udmR/.test(umLJ.className)){umLJ.className=umLJ.className.replace(/([ ]?udmR)/g,'');}}um.n.arv(umLJ,um.ii);}};umNav.prototype.opp=function(umMJ,umIJ,umKO,umTR){if(um.st){um.sy.disabled=1;um.st=0;}if(um.kb&&umKO){um.kbm.cpm(umMJ,umIJ,umTR);}if(!um.nm&&umMJ!=null&&umMJ.style.visibility!='visible'){if(um.wie){if(um.e[61]>0){um.gca(umMJ).style.marginTop=um.e[61]+'px';}else if(um.e[63]=='collapse'){umMJ.firstChild.style.marginTop=0+'px';}}(um.kb&&umKO)?um.n.opm(umMJ):um.n.opt(umMJ,null);}if(umMJ==null){um.n.opt(null,umIJ);}};umNav.prototype.opt=function(umMJ,umIJ){if(um.cr){clearInterval(um.oc);um.oj=umMJ;um.ij=umIJ;um.or=1;um.oc=setInterval("um.n.opt(um.oj,um.ij)",um.e[10]);}else if(um.or){clearInterval(um.oc);um.or=0;this.opm(umMJ,umIJ);}else{um.rep('061',umMJ);um.oj=umMJ;um.ij=umIJ;um.or=1;um.oc=setInterval("um.n.opt(um.oj,um.ij)",um.e[10]);}};umNav.prototype.opm=function(umO,umOI){if(umO==null){this.cdm(umOI.parentNode);return false;}this.cdm(um.gpi(umO).parentNode);if(um.wie50&&um.e[13]=='yes'){this.ts('hidden');}umO.style.display='block';if(!um.mie&&um.e[89]!='none'){um.kl=umO.childNodes.length;i=0;do{um.tn=umO.childNodes.item(i);um.nn=um.cnn(um.tn.nodeName).toLowerCase();if(um.nn=='li'){um.ar=um.n.gao(um.gca(um.tn));if(um.ar!=null){this.aap(um.ar,um.tn,um.e[70],0,0);}}i++;}while(i<um.kl);}this.pom(umO);if(um.e[12]=='yes'){this.repom(umO);}um.sh=null;if(!um.ns&&um.e[58]!='none'){this.csl(umO);}if(um.wie55){this.cif(umO);}um.hf=(um.wie55&&typeof umO.filters!='unknown'&&umO.filters&&umO.filters.length>0);if(um.hf){umO.filters[0].Apply();}if(um.wie&&um.h){um.tm=umO.parentNode;if(um.tm.parentNode.className=='udm'){um.tm=um.tm.style;um.tm.position='absolute';um.tm.zIndex=um.e[6]+=2;um.tm.position='relative';}}umO.style.visibility='visible';um.plk=um.gca(umO.parentNode);if(um.hf){um.rep('065',umO);umO.filters[0].Play();if(um.sh!=null){umO.onfilterchange=function(){um.sh.style.display='block';um.n.ric(um.plk);um.rep('066',umO);};}}else if(um.sh!=null){um.sh.style.display='block';this.ric(um.plk);}if(um.wie50){umO.style.display='none';umO.style.display='block';}um.rep('060',umO);return umO;};umNav.prototype.ric=function(umCu){if(um.wie){if(umCu.href!=''&&umCu.href!='#'){umCu.style.cursor='hand';}}};umNav.prototype.cdm=function(umRo){um.sm=(um.mie&&!um.mx)?um.gtn(umRo,'ul'):um.gnu(umRo);um.sml=um.sm.length;i=-1;while(++i<um.sml){this.clm(um.sm[i]);}};umNav.prototype.cdk=function(umRo){um.lk=(um.mie&&!um.mx)?um.gtn(umRo,'a'):umRo.getElementsByTagName('a');um.lkl=um.lk.length;i=-1;while(++i<um.lkl){this.lir(um.lk[i],0);}};umNav.prototype.cop=function(umMJ,umFN){clearTimeout(um.oc);um.or=0;this.lir(um.gca(umFN),0);if(!um.nm&&umMJ!=null){this.cot(umMJ);}};umNav.prototype.cot=function(umCM){if(um.cr){clearInterval(um.cc);um.cr=0;this.clm(umCM);}else if(um.e[11]!='never'){um.rep('071',umCM);um.closeObj=umCM;um.cr=1;um.cc=setInterval("um.n.cot(um.closeObj)",um.e[11]);}};umNav.prototype.clm=function(umHi){if(umHi.style.visibility=='visible'){umHi.style.visibility='hidden';umHi.style.display='none';if(um.wie50&&um.e[13]=='yes'){if(umHi.parentNode.parentNode.id=='udm'){this.ts('visible');}}um.tm=['udmC','udmS'];i=0;do{if(um.wie55||i>0){um.t2=umHi.parentNode.lastChild;if(um.t2.className){if(um.t2.className.indexOf(um.tm[i])!=-1){umHi.parentNode.removeChild(um.t2);}}}i++;}while(i<2);um.rep('070',umHi);}};umNav.prototype.gao=function(umLJ){um.tma=null;um.lss=umLJ.getElementsByTagName('span');um.lsl=um.lss.length;j=-1;while(++j<um.lsl){if(um.lss[j].className=='udmA'){um.tma=um.lss[j];break;}}return um.tma;};umNav.prototype.aap=function(umAR,umLN,umPP,umBP,umNA){um.tm=((umPP*2)+umAR.offsetWidth);if(um.a=='right'){um.gca(umLN).style.paddingLeft=um.tm+'px';if(um.wie55){umAR.style.left=(0-((umPP*2)+umAR.offsetWidth))+'px'}if(um.wie50&&umNA){umAR.style.left=(umBP)+'px';}}else{um.gca(umLN).style.paddingRight=um.tm+'px';}};umNav.prototype.arv=function(umLk,umNA){if(um.mie){return false;}um.tma=this.gao(umLk);um.ac=(umNA)?(um.ni)?null:(umLk.className.indexOf('udmR')==-1)?um.e[45]:um.e[46]:(um.mi)?null:(umLk.className.indexOf('udmR')==-1)?um.e[89]:um.e[90];if(!umNA&&!um.mi){if(typeof um.w[um.gpi(umLk).className]!=um.un){um.ac=(umLk.className.indexOf('udmR')==-1)?um.w[um.gpi(umLk).className][23]:um.w[um.gpi(umLk).className][24];}}if(um.tma!=null&&um.ac!=null){if(um.cns){um.tma.removeChild(um.tma.firstChild);um.arText=um.m.createTextNode(um.ac);um.tma.appendChild(um.arText);}else{um.tma.innerText=um.ac;}}return um.tma;};umNav.prototype.pom=function(umPM){um.is=(umPM.parentNode.parentNode.className=='udm');um.tm=umPM.parentNode;um.pp={tw:um.tm.offsetWidth,th:um.tm.offsetHeight,mw:umPM.offsetWidth,pw:(um.is)?um.gca(um.tm).offsetWidth:um.tm.parentNode.offsetWidth};um.x=(um.p)?2000:0;um.y=(um.p)?2000:0;if(!((um.h||um.p)&&um.is)){if(um.a=='right'){um.x=(um.is)?(0-um.pp.mw):(0-um.pp.mw-um.e[51]-um.e[55]);}else{um.x=(um.is)?um.pp.pw:(um.pp.pw-um.e[51]-um.e[55]);}um.y=(0-um.pp.th);}else if(um.h&&um.is&&um.a=='right'){um.x=(0-um.pp.mw+um.pp.tw);}if(um.a=='right'){um.x+=(um.is)?(0-um.e[14]):(0-um.e[49]);}else{um.x+=(um.is)?um.e[14]:um.e[49];}um.y+=(um.is)?(um.e[2]=='bottom')?(0-um.e[15]):um.e[15]:um.e[50];if(um.is){/***if(um.wie50&&um.rp){um.y-=um.getScrollAmount();}***/if(um.h){if(um.e[2]=='bottom'){um.y-=(umPM.offsetHeight+um.pp.th);}if(um.s){if(um.nc&&um.a!='right'){um.x-=um.e[18];}if(!um.s1&&um.rp){um.x+=um.getRealPosition(um.tr,'x');um.y+=um.getRealPosition(um.tr,'y');}}if(um.mie){um.x-=um.gca(um.tm).offsetWidth;if(um.nc&&um.a=='right'&&!um.mx){um.x+=um.e[18];}um.y+=um.pp.th;}if(um.ie&&!um.mx&&um.hstrip[1]=='yes'){um.y-=um.e[17];}}else if(um.ie&&um.nc){um.y-=um.e[18];}}umPM.style.marginLeft=um.x+'px';umPM.style.marginTop=um.y+'px';if(um.wie50){umPM.style.display='none';umPM.style.display='block';}};umNav.prototype.repom=function(umRM,umRS){if(/nomove/.test(umRM.className)){return false;}um.wz=um.getWindowDimensions();um.mp={x:um.getRealPosition(umRM,'x'),y:um.getRealPosition(umRM,'y'),w:umRM.offsetWidth,h:umRM.offsetHeight,pw:umRM.parentNode.parentNode.offsetWidth,m:32,nx:-1,ny:-1,sc:um.getScrollAmount()};um.is=(umRM.parentNode.parentNode.className=='udm');if(um.s){um.mp.x-=um.m.body.offsetLeft;um.mp.y-=um.m.body.offsetTop;}else if(um.mie){um.mp.x-=(um.e[55]+um.e[51]);um.mp.y-=(um.e[55]+um.e[51]);}else{um.tm=umRM;while(um.tm.parentNode.parentNode.className!='udm'){um.mp.x+=um.e[51];um.mp.y+=um.e[51];um.tm=um.tm.parentNode.parentNode;}}if(!um.ie&&um.e[3]=='fixed'&&um.is){um.mp.y+=um.mp.sc;}if((um.mp.x+um.mp.w)>(um.wz.x-um.mp.m)){if(um.is){um.mp.nx=(0-((um.mp.x+um.mp.w)-(um.wz.x-um.mp.m)));if(um.p){um.mp.nx=(um.mp.x-((um.mp.x+um.mp.w)-(um.wz.x-um.mp.m)));}}else{um.mp.nx=(0-um.mp.w-um.e[55]-um.e[51]-um.e[49]);if(um.p){um.mp.nx=(0-um.mp.w-um.mp.pw+um.e[55]-um.e[49]-um.e[49]);}}}if(um.mp.x<0){if(!um.is){um.mp.nx=(0-um.e[55]-um.e[51]+um.mp.pw+um.e[49]);}}um.yd=(um.mp.y+um.mp.h)-(um.wz.y-um.mp.m+um.mp.sc);if(um.f&&!um.is){um.yd+=um.mp.sc;}if(um.yd>0){um.tm=umRM.parentNode;um.y=um.getRealPosition(um.tm,'y');while(um.tm.parentNode.className!='udm'){um.y+=um.e[51];um.tm=um.tm.parentNode.parentNode;}um.mp.ny=(0-um.y-(um.mp.m*2)+um.wz.y+um.mp.sc-um.mp.h);if(um.f){um.mp.ny-=um.mp.sc;}}if(um.mp.y<0){um.mp.ny=(0-(0-um.mp.y));}if(um.mp.nx!=-1){if(um.p){umRM.style.left=um.mp.nx+'px';}else{umRM.style.marginLeft=um.mp.nx+'px';}um.rep('110',umRM);}if(um.mp.ny!=-1){if(um.p&&umRM.parentNode.parentNode.className=='udm'){umRM.style.marginTop=(2000-um.yd)+'px';}else{umRM.style.marginTop=um.mp.ny+'px';}um.rep('120',umRM);}um.tm=umRM;um.y=um.getRealPosition(um.tm,'y')-um.mp.sc;while(um.tm.parentNode.parentNode.className!='udm'){um.y+=um.e[51];um.tm=um.tm.parentNode.parentNode;}if(um.f){um.y+=um.mp.sc;}if(um.y<0){um.mp.ny=um.pi(umRM.style.marginTop);if(isNaN(um.mp.ny)){um.mp.ny=0;}umRM.style.marginTop=(um.mp.ny-um.y)+'px';}um.tm=umRM;um.x=um.getRealPosition(um.tm,'x');while(um.tm.parentNode.parentNode.className!='udm'){um.x+=um.e[51];um.tm=um.tm.parentNode.parentNode;}if(um.x<0){umRM.style.marginLeft=(um.p&&umRM.parentNode.parentNode.className=='udm')?'2000px':'0';umRM.style.left='0';}return true;};umNav.prototype.csl=function(umHM){um.at={'class':'udmS'};um.sh=um.createElement('span',um.at);umHM.parentNode.appendChild(um.sh);if(umHM.className!=''){um.cn=umHM.className;if(typeof um.v[um.cn]!=um.un){if(um.sh.className.indexOf(um.cn)==-1){um.sh.className+=' '+um.cn;}}}um.sh.style.width=umHM.offsetWidth+'px';um.sh.style.height=umHM.offsetHeight+'px';um.mp={x:(umHM.offsetLeft),y:(umHM.offsetTop)};um.is=(um.sh.parentNode.parentNode.className=='udm');if(um.s&&!um.is){um.mp.x-=um.e[51];um.mp.y-=um.e[51];}um.sh.style.left=um.mp.x+'px';um.sh.style.top=um.mp.y+'px';return um.sh;};umNav.prototype.cif=function(umIF){um.at={'class':'udmC'};um.co=um.createElement('iframe',um.at);umIF.parentNode.appendChild(um.co);um.co.style.width=umIF.offsetWidth+'px';um.co.style.height=umIF.offsetHeight+'px';um.co.style.left=umIF.offsetLeft+'px';um.co.style.top=umIF.offsetTop+'px';};umNav.prototype.atrw=function(umAI){um.rw+=umAI.offsetWidth;if(um.nc){um.rw-=um.e[18];}else{um.rw+=um.e[17];}};umNav.prototype.arw=function(){if(um.o7||um.mie||um.q){if(um.mx){um.rw+=um.pi(document.defaultView.getComputedStyle(um.tr,'').paddingLeft);}else{um.rw+=(um.gpi(um.gca(um.tr)).offsetLeft+um.getRealPosition(um.tr,'x'));}}if(um.mie||um.og){um.rw*=1.05;}um.wds=um.getWindowDimensions();if(um.wds.x<um.rw){um.tr.style.width=um.rw+'px';}else{if(um.wie50){um.tr.style.setExpression('width','document.body.clientWidth');}else{um.tr.style.width='100%';}}if(um.mie){um.tr.style.height=um.gca(um.tr).offsetHeight+'px';}};umNav.prototype.ts=function(umSH){um.se=um.m.getElementsByTagName('select');um.sl=um.se.length;if(um.sl>0){i=0;do{um.se[i++].style.visibility=umSH;}while(i<um.sl);um.rep((umSH=='hidden')?'067':'077',um.se);}};umNav.prototype.wvs=function(){clearInterval(um.vst);um.ch=um.gca(um.tr).offsetHeight;um.cz=um.getWindowDimensions();if((um.ch!=um.lh)||(um.cz.x!=um.lws.x)||(um.cz.y!=um.lws.y)){if(um.st){um.sy.disabled=1;um.st=0;}um.closeAllMenus(); if(um.rg){um.rw=0;um.kn=um.tr.childNodes;um.kl=um.kn.length;i=0;do{if(um.kn[i].nodeName!='#text'){this.atrw(um.kn[i]);}i++;}while(i<um.kl);this.arw();}um.lws=um.cz;um.lh=um.ch;if(um.og&&um.hstrip[0]!='none'){um.tr.style.height=(um.hstrip[1]=='yes')?(um.lh+um.e[17])+'px':um.lh+'px';}}um.vst=setInterval('um.n.wvs()',55);};um.cnn=function(umNN){return umNN.replace(/html[:]+/,'');};um.gtn=function(umRT,umTG,umCE) {if(!umCE){umCE=[];}for(var i=0;i<umRT.childNodes.length;i++){if(umRT.childNodes[i].nodeName.toUpperCase()==umTG.toUpperCase()||umTG=="*"){umCE[umCE.length]=umRT.childNodes[i];}umCE=um.gtn(umRT.childNodes[i],umTG,umCE);}return umCE;};um.gpi=function(umRI){if(um.cnn(umRI.nodeName).toLowerCase()=='li'){return umRI;}else{return this.gpi(umRI.parentNode)}};um.gca=function(umRA){return umRA.getElementsByTagName('a')[0];};um.gnu=function(umRU){return umRU.getElementsByTagName('ul');};um.gum=function(umRU){um.mu=null;um.mnd=umRU.childNodes;um.mnl=um.mnd.length;i=0;do{um.nn=um.cnn(um.mnd[i].nodeName).toLowerCase();if(um.nn=='ul'){um.mu=um.mnd[i];break;}i++;}while(i<um.mnl);return um.mu;};um.cleanWhitespace=function(umN){if(um.mie){return false;}for (var x=0;x<umN.childNodes.length;x++){um.kd=umN.childNodes[x];if((um.kd.nodeType==3)&&(!/\S/.test(um.kd.nodeValue))){umN.removeChild(umN.childNodes[x]);x--;}if(um.kd.nodeType==1){um.cleanWhitespace(um.kd);}}return umN;};um.getWindowDimensions=function(){if(typeof window.innerWidth!=um.un){um.wz={x:window.innerWidth,y:window.innerHeight};}else if(um.q){um.wz={x:um.m.body.clientWidth,y:um.m.body.clientHeight};}else{um.wz={x:um.m.documentElement.offsetWidth,y:um.m.documentElement.offsetHeight};}return um.wz;};um.getScrollAmount=function(){if(typeof window.pageYOffset!=um.un){um.sc=window.pageYOffset;}else if(um.q){um.sc=um.m.body.scrollTop;}else{um.sc=um.m.documentElement.scrollTop;}return um.sc;};um.getRealPosition=function(umEL,umAX){um.ps=(umAX=='x')?umEL.offsetLeft:umEL.offsetTop;um.te=umEL.offsetParent;while(um.te!=null){um.ps+=(umAX=='x')?um.te.offsetLeft:um.te.offsetTop;um.te=um.te.offsetParent;}return um.ps;};um.cam=function(e){if(!e){e=window.event;}if(!um.tr.contains(e.target||e.srcElement)||e.keyCode){um.closeAllMenus();}};um.closeAllMenus=function(){um.n.cdm(um.tr);um.n.cdk(um.tr);if(um.kb){um.ha=0;}};um.activateMenu=function(umNID,umXP,umYP){var umVN=um.m.getElementById(umNID);if(umVN!=null){um.vm=um.gum(umVN);if(um.vm!=null){um.cf=um.n.cck();if(um.cf){um.n.cdm(umVN);um.n.opp(um.vm,umVN,0);um.vm.style.left=umXP;um.vm.style.top=umYP;}}}};um.deactivateMenu=function(umNID){var umVN=um.m.getElementById(umNID);if(umVN!=null){um.n.cop(um.gum(umVN),umVN);}};


// UDMv4.1 //
/***************************************************************\

  ULTIMATE DROP DOWN MENU Version 4.1 by Brothercake
  http://www.udm4.com/
  
  This script may not be used or distributed without license

\***************************************************************/
function umKM(){um.kbm=this;um.ha=0;um.mt=[um.e[10],um.e[11]];um.tf=null;if(um.m.cookie){um.rf=[um.m.getElementById('hotkeySelector'),um.m.getElementById('modifierSelector')];um.oe=um.m.cookie.split(';');um.ol=um.oe.length;i=0;do{if(/udmKeyPrefs/.test(um.oe[i])){um.tk=um.oe[i].split('=');um.tk=um.tk[1].split(',');j=0;do{um.keys[j+4]=um.tk[j];if(um.rf[j]){um.zo=um.rf[j].options;um.zl=um.zo.length;var k=0;do{if(um.zo[k].value==um.tk[j]){um.zo[k].selected=1;break;}k++;}while(k<um.zl);}j++;}while(j<2);break;}i++;}while(i<um.ol);}};um.keyPrefs=function(){if(!(um.kb&&um.d)){alert('Sorry, this feature is not supported in your browser.');return false;}um.dd=new Date();um.dd.setTime(um.dd.getTime()+(365*24*60*60*1000));um.m.cookie='udmKeyPrefs=test; expires='+um.dd.toGMTString()+'; path=/';if(!um.m.cookie){alert('Sorry, your browser didn\'t accept the cookie.\nWe cannot save your settings.');}else{um.rf=[um.m.getElementById('hotkeySelector'),um.m.getElementById('modifierSelector')];i=0;do{um.keys[i+4]=um.rf[i].options[um.rf[i].options.selectedIndex].value;i++;}while(i<2);um.m.cookie='udmKeyPrefs='+um.keys[4]+','+um.keys[5]+'; expires='+um.dd.toGMTString()+'; path=/';alert('Save successful!');}return true;};umKM.prototype.bdh=function(){if(typeof document.addEventListener!=um.un){document.addEventListener('keypress',this.kha,0);}else{document.attachEvent('onkeydown',this.kha);}};umKM.prototype.bth=function(umI){um.of=(um.wie)?'onactivate':'onfocus';umI[um.of]=function(e){if(!e){e=event;e.target=e.srcElement;}this.over(1,e.target);};};umKM.prototype.cpm=function(umM,umI,umTG){um.av=[null,null,null];if((umM!=null&&umM.style.visibility!='visible')||umM==null){if(umI.previousSibling!=null){um.av[0]=umI.previousSibling;}if(umI.nextSibling!=null){um.av[1]=umI.nextSibling;}}umM=(um.gnu(um.gpi(umTG)).length>0)?um.gnu(um.gpi(umTG))[0]:null;if(umM!=null&&typeof umM.style!=um.un&&umM.style.visibility=='visible'){um.ct=umM.getElementsByTagName('li');um.ctl=um.ct.length;um.c=2;j=0;do{um.av[um.c++]=um.ct[j++];}while(j<um.ctl);}if(um.tf!=null){um.lc=um.gpi(um.tf).parentNode.lastChild;if(um.gpi(um.tf)==um.lc){um.n.lir(um.gca(um.lc),0);}}um.avl=um.av.length;i=0;do{if(um.av[i]!=null){if(um.gnu(um.av[i]).length>0){um.n.cop(um.gnu(um.av[i])[0],um.av[i]);}else{um.n.cop(null,um.av[i]);}}i++;}while(i<um.avl);};umKM.prototype.cdl=function(udmLink){udmLink.href='#';udmLink.style.cursor='default';udmLink.onmousedown=function(){return false;};udmLink.onclick=function(){return false;};};umKM.prototype.mkc=function(udmKey){for(i=1;i<4;i+=2){if(udmKey==um.keys[i]){udmKey=um.keys[4-i];break;}}return udmKey;};umKM.prototype.kha=function(e){if(!e){e=window.event;}um.key=e.keyCode;if(um.key==um.keys[6]){um.ha=1;}if((um.key==um.keys[4] &&((um.keys[5]=='none'&&!e.shiftKey&&!e.ctrlKey&&!e.altKey)||eval('e.'+um.keys[5])))||(um.key==um.keys[6])){um.e[10]=1;um.e[11]=1;if(!um.ha){um.cam(e);um.tm=umTree.getElementsByTagName('li')[0];um.tm=um.gca(um.tm);while(um.tm.href==''){um.kbm.cdl(um.tm);}um.tm.focus();um.ha=1;um.rep('080',um.tr);if(um.ie){return false;}else if(e){e.preventDefault();}}else{if(um.sp){um.sapi.voice.Speak(um.vocab[8],2);}um.cam(e);if(um.wie50&&um.e[13]=='yes'){um.n.ts('visible');}eval(um.keys[7]).focus();um.e[10]=um.mt[0];um.e[11]=um.mt[1];um.ha=0;um.rep('090',um.tr);if(um.ie){return false;}else if(e){e.preventDefault();}}}um.tg=(e.target)?e.target:e.srcElement;if(um.tr.contains(um.tg)){um.e[10]=1;um.e[11]=1;if(um.h&&um.gpi(um.tg).parentNode.className=='udm'){if(um.nm&&(um.key==um.keys[0]||um.key==um.keys[2])){return false;}i=0;do{if(um.key==um.keys[i]){um.key=um.keys[3-i];break;}i++;}while(i<4);}else{if(um.nm&&(um.key==um.keys[1]||um.key==um.keys[3])){return false;}um.tm=um.gpi(um.tg).parentNode;if(um.a=='right'||um.e[12]=='yes'){if(um.gnu(um.gpi(um.tg))[0]){um.nextMenu=um.gnu(um.gpi(um.tg))[0];if(um.getRealPosition(um.nextMenu,'x')<um.getRealPosition(um.tm,'x')){um.key=um.kbm.mkc(um.key);}}else if(um.tm.className!='udm'){um.previousMenu=um.gpi(um.tm).parentNode;if(um.getRealPosition(um.previousMenu,'x')>um.getRealPosition(um.tm,'x')){um.key=um.kbm.mkc(um.key);}}}}um.tf=null;switch(um.key){case 9 :i=0;do{if(um.li[i]==um.gpi(um.tg)){um.tf=um.tg;if(e.shiftKey){um.j=(i==0)?-1:i-1;}else{um.j=((i+1)==um.ll)?-1:i+1;}if(um.j>-1){um.tm=um.gca(um.li[um.j]);if(um.tm.href==null||um.tm.href==''){um.kbm.cdl(um.tm);}}else{um.cam(e);}break;}i++;}while(i<um.ll);break;case um.keys[0] :if(um.gpi(um.tg).previousSibling){um.fo=um.gpi(um.tg).previousSibling;if(um.fo!=null){um.tm=um.gca(um.fo);if(um.ie&&um.tm.href==''){um.kbm.cdl(um.tm);}um.nextFocus=(typeof um.tm!=um.un)?um.tm:null;if(um.nextFocus!=null){um.nextFocus.focus();}}}else if(um.gpi(um.tg).parentNode.childNodes.length>1){um.n.cop(um.gnu(um.gpi(um.tg))[0],um.gpi(um.tg));um.tm=um.gca(um.gpi(um.tg).parentNode.lastChild);if(um.ie&&um.tm.href==''){um.kbm.cdl(um.tm);}if(um.h&&um.gpi(um.gpi(um.tg).parentNode).parentNode.className=='udm'){um.tm=um.gca(um.gpi(um.gpi(um.tg).parentNode));}um.tm.focus();}if(um.ie){return false;}else if(e){e.preventDefault();}um.rep('100',um.tg);break;case um.keys[1] :if(um.gnu(um.gpi(um.tg))[0]){um.tm=um.gnu(um.gpi(um.tg))[0];um.nextFocus=(um.tm)?um.gca(um.tm):null;if(um.nextFocus!=null){um.nextFocus.focus();}}if(um.ie){return false;}else if(e){e.preventDefault();}um.rep('101',um.tg);break;case um.keys[2] :if(um.gpi(um.tg).nextSibling){um.fo=um.gpi(um.tg).nextSibling;if(um.fo!=null){um.tm=um.gca(um.fo);if(um.ie&&um.tm.href==''){um.kbm.cdl(um.tm);}um.nextFocus=(typeof um.tm!=um.un)?um.tm:null;if(um.nextFocus!=null){um.nextFocus.focus();}}}else if(um.gpi(um.tg).parentNode.childNodes.length>1){um.n.cop(um.gnu(um.gpi(um.tg))[0],um.gpi(um.tg));um.tm=um.gpi(um.tg).parentNode.firstChild;if(um.gca(um.tm).href==''){um.kbm.cdl(um.tm);}um.gca(um.tm).focus();}if(um.ie){return false;}else if(e){e.preventDefault();}um.rep('102',um.tg);break;case um.keys[3] :if(um.gpi(um.tg).parentNode.parentNode){um.tm=um.gpi(um.tg).parentNode;um.nextFocus=(um.tm.className=='udm')?null:um.gca(um.gpi(um.tm));if(um.nextFocus!=null&&(typeof um.nextFocus.focus=='function'||typeof um.nextFocus.focus=='object')){um.nextFocus.focus();}}if(um.ie){return false;}else if(e){e.preventDefault();}um.rep('103',um.tg);break;}}return true;};




// UDMv4.1 //
/***************************************************************\

  ULTIMATE DROP DOWN MENU Version 4.1 by Brothercake
  http://www.udm4.com/

  This script may not be used or distributed without license

\***************************************************************/
if(um.b){um.t=['margin-left:','padding-top:','@media screen,projection{','margin-top:0;','padding-left:','border-width:','border-color:','border-style:','margin-left:0;','display:none;','margin-right:','text-decoration:','position:absolute;','margin-bottom:','visibility:hidden;','cursor:default !important;','position:static;','display:block;','@media ScReEn{','position:relative;','* html .udm ul ',' a:hover .udmA',' a:focus .udmA',' a:visited .udmA','',' a:visited:hover',' a.nohref:focus',' a.nohref:hover','width:auto;height:auto;','cursor:pointer !important;cursor:hand;','background-repeat:no-repeat;background-position:','.udm:not(:nth-child(n))',' a.nohref .udmA','background-image:none;','* html .udm li a',' a.udmR:visited',' a.udmR .udmA'];um.bk=function(udmP){um.bg=(/(gif|png|mng|jpg|jpeg|bmp)/i.test(udmP))?'background-image:url('+um.baseSRC+udmP+');':(udmP=='none')?'':um.t[33]+'background-color:'+udmP+';';return um.bg;};var j=0;um.r=[];um.ad=(um.a=='right')?'left':'right';um.r[j++]='.udm,.udm li,.udm ul{margin:0;padding:0;list-style-type:none;}';um.na=(um.h)?'left':um.a;um.r[j++]='.udm{position:'+um.e[3]+';'+um.na+':0;'+um.e[2]+':0;z-index:'+(um.e[6]+19000)+';width:'+um.e[16]+';'+um.t[15]+'border:none;}';if(um.e[3]=='fixed'){um.r[j++]='* html .udm{'+um.t[12]+'}';um.r[j++]='ul[id="udm"]{'+um.t[12]+'}';um.r[j++]='ul/**/[id="udm"]{position:fixed;}';}if(um.h){um.hfl=(um.hstrip[0]=='none')?'none':'left';um.r[j++]='.udm{'+um.bk(um.hstrip[0])+'float:'+um.hfl+';width:100%;text-align:left;}';if(!um.rp){um.r[j++]=um.t[2]+'.udm{width:expression(document.body.clientWidth);}}';um.r[j++]=um.t[2]+'* html*.udm{width:100%;}}';}if(um.hstrip[0]!='none'){um.r[j++]='ul[class="udm"]{float:none;}';um.r[j++]='ul/**/[class="udm"]{float:left;}';um.r[j++]='.udm{margin-'+um.e[2]+':0;'+um.e[2]+':'+um.e[5]+';}';um.r[j++]=um.t[2]+'.udm{margin-'+um.e[2]+':'+um.e[5]+';'+um.e[2]+':0}}';um.r[j++]=um.t[2]+um.t[31]+'{margin-'+um.e[2]+':0;'+um.e[2]+':'+um.e[5]+';}}';}else{um.r[j++]=um.t[2]+'.udm{float:left;}}';um.r[j++]=um.t[2]+um.t[31]+'{float:none;}}';if(um.rp){um.r[j++]='.udm{padding-'+um.e[2]+':'+um.e[5]+'}';}else{um.r[j++]='.udm{margin-'+um.e[2]+':'+um.e[5]+'}';}}um.r[j++]='.udm>li:first-child{'+um.t[0]+um.e[4]+';}';um.r[j++]=um.t[18]+'.udm>li:first-child{'+um.t[8]+'}}';um.r[j++]=um.t[2]+um.t[31]+'>li:first-child{'+um.t[0]+um.e[4]+';}}';um.r[j++]='.udm li{left:'+um.e[4]+';}';um.r[j++]=um.t[2]+'.udm li{'+um.t[19]+'}}';um.r[j++]='.udm ul li{left:0;}';um.r[j++]='ul[class^="udm"] li{left:0;'+um.t[16]+'}';um.r[j++]=um.t[18]+'ul[class^="udm"] li{left:'+um.e[4]+';'+um.t[19]+'}}';um.r[j++]=um.t[2]+um.t[31]+' li{'+um.t[16]+'}}';um.r[j++]='.udm li{'+um.t[17]+'width:auto;float:left;}';um.r[j++]='.udm li a{'+um.t[16]+um.t[17]+'float:left;white-space:nowrap;}';um.r[j++]=um.t[2]+'.ud\\m li a{'+um.t[19]+'float:none;}}';um.r[j++]='ul[class^="udm"] li a{'+um.t[19]+'float:none;}';um.r[j++]=um.t[2]+um.t[34]+'{'+um.t[19]+'float:none;}}';um.r[j++]=um.t[2]+'.udm li a:not(:nth-child(n)){'+um.t[16]+'float:left;}}';um.r[j++]='.udm ul li a{'+um.t[19]+'float:none !important;white-space:normal;}';if(um.nc){um.r[j++]='.udm li a{'+um.t[0]+'-'+um.e[18]+'px;}';um.r[j++]=um.t[18]+'.udm li{'+um.t[0]+'-'+um.e[18]+'px !important;}}';um.r[j++]=um.t[18]+'.udm li a{'+um.t[8]+'}}';um.r[j++]=um.t[2]+um.t[31]+' li:first-child{'+um.t[0]+um.e[4]+' !important;}}';um.r[j++]=um.t[2]+um.t[31]+' li:first-child a{'+um.t[0]+'-'+um.e[18]+'px;}}';um.r[j++]=um.t[2]+um.t[31]+' ul li:first-child{'+um.t[0]+'0 !important;}}';um.r[j++]='head:first-child+body ul[class^="udm"] li:not(:first-child){'+um.t[0]+'-'+um.e[18]+'px;}';um.r[j++]='.udm ul li{'+um.t[0]+'0 !important;}';um.r[j++]='ul[class^="udm"] ul li{'+um.t[0]+'0 !important;}';}else{um.r[j++]='.udm li{'+um.t[10]+um.e[17]+'px;}';um.r[j++]='.udm ul li{'+um.t[10]+'0;}';if(um.hstrip[1]=='yes'){um.r[j++]='.udm li a{'+um.t[13]+um.e[17]+'px;}';um.r[j++]='.udm ul li a{'+um.t[13]+'0;}';um.r[j++]='ul[class^="udm"] li a{'+um.t[13]+'0;}';um.r[j++]='ul[class^="udm"] li{'+um.t[13]+um.e[17]+'px;}';um.r[j++]='ul[class^="udm"] ul li{'+um.t[13]+'0;}';}}}else{if(um.rp){um.r[j++]='.udm{'+um.t[16]+'padding-'+um.a+':'+um.e[4]+';padding-'+um.e[2]+':'+um.e[5]+';}';}else{um.r[j++]='.udm{margin-'+um.a+':'+um.e[4]+';margin-'+um.e[2]+':'+um.e[5]+';}';}um.ps=(um.p)?'absolute':'static';um.r[j++]='.udm li{'+um.t[17]+'width:'+um.e[16]+';position:'+um.ps+';}';um.r[j++]='.udm li a{'+um.t[19]+um.t[17]+'}';if(um.nc){um.r[j++]='.udm a{margin-top:-'+um.e[18]+'px;}';}else{um.r[j++]='.udm li{'+um.t[13]+um.e[17]+'px;}';um.r[j++]='.udm ul li{'+um.t[13]+'0;}';}}um.r[j++]='.udm ul a{margin:0;}';if(um.mc){um.r[j++]='.udm ul li{margin-top:-'+um.e[62]+'px;}';um.r[j++]='.udm ul li:first-child{margin-top:0px;}';}else{um.r[j++]='.udm ul li{'+um.t[13]+um.e[61]+'px !important;}';um.r[j++]='.udm ul li:first-child{margin-top:'+um.e[61]+'px;}';um.r[j++]='.udm ul a{margin-top:0;margin-right:'+um.e[61]+'px !important;margin-bottom:0;'+um.t[0]+um.e[61]+'px !important;}';}um.r[j++]='.udm ul{'+um.bk(um.e[56])+um.t[15]+'width:'+um.e[54]+';height:auto;'+um.t[5]+um.e[51]+'px;'+um.t[6]+um.e[52]+';'+um.t[7]+um.e[53]+';'+um.t[12]+'z-index:'+(um.e[6]+19100)+';padding:'+um.e[55]+'px;'+um.e[57]+'}';um.r[j++]='.udm ul li{'+um.t[15]+'width:100%;'+um.t[16]+'float:none;}';um.r[j++]='.udm ul{'+um.t[9]+um.t[14]+'}';um.r[j++]='.udm a .udmA{'+um.t[17]+um.t[29]+um.t[12]+um.ad+':0;top:0;text-align:'+um.ad+';}';um.r[j++]='.udm a .udmA img{border:none;height:1em;'+um.t[29]+'}';um.r[j++]='* html .udm a .udmA{top:'+um.e[18]+'px;}';um.r[j++]=um.t[20]+'a .udmA{top:'+um.e[62]+'px;}';if(um.a=='left'){um.r[j++]='* html .udm a .udmA{'+um.ad+':'+um.e[18]+'px;top:'+um.e[18]+'px;}';um.r[j++]=um.t[20]+'a .udmA{'+um.ad+':'+(um.e[62]+um.e[61])+'px;top:'+um.e[62]+'px;}';}um.r[j++]='.udm a .udmA{padding:'+um.e[27]+'px 0 '+um.e[27]+'px 0;margin:0 '+um.e[26]+'px 0 '+um.e[26]+'px;}';um.r[j++]='.udm ul a .udmA{padding:'+um.e[71]+'px 0 '+um.e[71]+'px 0;margin:0 '+um.e[70]+'px 0 '+um.e[70]+'px;}';if(um.ni){um.r[j++]='.udm a .udmA{'+um.bk(um.e[45])+'width:'+um.e[47]+'px;height:1em;'+um.t[30]+um.ad+' center;}';}if(um.mi){um.r[j++]='.udm ul a .udmA,.udm ul'+um.t[23]+','+um.t[20]+'a .udmA,'+um.t[20]+'a:visited .udmA{'+um.bk(um.e[89])+' width:'+um.e[91]+'px;height:1em;'+um.t[30]+um.ad+' center;}';}else{um.r[j++]='.udm ul a .udmA{'+um.t[33]+um.t[28]+'}';}if(um.e[58]!='none'){um.r[j++]='.udm .udmS{'+um.t[0]+um.e[59]+';margin-top:'+um.e[59]+';}';um.r[j++]='.udm .udmS{'+um.bk(um.e[58])+um.t[15]+um.t[12]+'z-index:'+(um.e[6]+19050)+';'+um.t[28]+'left:0px;top:0px;'+um.t[9]+um.e[60]+'}';if(/filter\:progid\:DXImageTransform\.Microsoft\.Shadow/.test(um.e[60])){um.r[j++]=um.t[2]+'* html*.udm .udmS{'+um.t[33]+'background:#ccc;'+um.t[8]+um.t[3]+'}}';}}um.r[j++]='.udm a,.udm a.nohref{'+um.bk(um.e[28])+um.t[29]+'z-index:'+um.e[6]+';text-align:'+um.e[35]+';'+um.t[7]+um.e[21]+';'+um.t[6]+um.e[20]+';'+um.t[4]+um.e[26]+'px;padding-right:'+um.e[26]+'px;'+um.t[1]+um.e[27]+'px !important;padding-bottom:'+um.e[27]+'px !important;'+um.t[11]+um.e[34]+';color:'+um.e[36]+';'+um.t[5]+um.e[18]+'px;font-style:'+um.e[39]+';font-size:'+um.e[31]+';}';um.r[j++]='.udm a,.udm a.nohref,.udm a .udmA,.udm'+um.t[32]+'{font-family:'+um.e[32]+';font-weight:'+um.e[33]+' !important;}';if(um.e[42]!=''){um.r[j++]='.udm li a,.udm li a.nohref,.udm li a:visited{'+um.e[42]+'}';}um.r[j++]='.udm li a:visited{'+um.bk(um.e[30])+um.t[5]+um.e[18]+'px;color:'+um.e[38]+';font-style:'+um.e[41]+';'+um.t[7]+um.e[25]+';'+um.t[6]+um.e[24]+';'+um.e[44]+'}';um.r[j++]='.udm li a.udmR,.udm li'+um.t[35]+',.udm li a:hover,.udm li a:focus,.udm li'+um.t[27]+',.udm li'+um.t[26]+',.udm li'+um.t[25]+',.udm li a:active{font-style:'+um.e[40]+ ';'+um.bk(um.e[29])+um.t[11]+um.e[34]+';color:'+um.e[37]+';'+um.t[6]+um.e[22]+';'+um.t[7]+um.e[23]+';'+um.t[5]+um.e[18]+'px;'+um.e[43]+'}';if(um.ni){um.r[j++]='.udm'+um.t[36]+',.udm'+um.t[35]+' .udmA,.udm'+um.t[21]+',.udm'+um.t[22]+'{'+um.bk(um.e[46])+'width:'+um.e[47]+'px;height:1em;'+um.t[30]+um.ad+' center;}';um.r[j++]='.udm ul'+um.t[36]+',.udm ul'+um.t[35]+' .udmA,.udm ul'+um.t[21]+',.udm ul'+um.t[22]+'{'+um.t[33]+um.t[28]+'}';}um.r[j++]='.udm ul a,.udm ul a.nohref{'+um.bk(um.e[72])+'text-align:'+um.e[79]+';'+um.t[5]+um.e[62]+'px;'+um.t[7]+um.e[65]+';'+um.t[6]+um.e[64]+';'+um.t[4]+um.e[70]+'px;padding-right:'+um.e[70]+'px;'+um.t[1]+um.e[71]+'px !important;padding-bottom:'+um.e[71]+'px !important;'+um.t[11]+um.e[78]+';color:'+um.e[80]+';font-style:'+um.e[83]+';font-size:'+um.e[75]+';}';um.r[j++]='.udm ul a,.udm ul a.nohref,.udm ul a .udmA,.udm ul'+um.t[32]+'{font-family:'+um.e[76]+';font-weight:'+um.e[77]+' !important;}';if(um.e[86]!=''){um.r[j++]='.udm ul li a,.udm ul li a.nohref,.udm ul li a:visited{'+um.e[86]+'}';}um.r[j++]='.udm ul li a:visited,'+um.t[20]+'li a:visited{'+um.bk(um.e[74])+'color:'+um.e[82]+';font-style:'+um.e[85]+';'+um.t[5]+um.e[62]+'px;'+um.t[7]+um.e[69]+';'+um.t[6]+um.e[68]+';'+um.e[88]+'}';um.r[j++]='.udm ul li a.udmR,.udm ul li'+um.t[35]+',.udm ul li a:hover,.udm ul li a:focus,.udm ul li'+um.t[27]+',.udm ul li'+um.t[26]+',.udm ul li'+um.t[25]+',.udm ul li a:active{font-style:'+um.e[84]+';'+um.bk(um.e[73])+um.t[11]+um.e[78]+';color:'+um.e[81]+';'+um.t[6]+um.e[66]+';'+um.t[7]+um.e[67]+';'+um.t[5]+um.e[62]+'px;'+um.e[87]+'}';if(um.mi){um.r[j++]='.udm ul'+um.t[36]+',.udm ul'+um.t[35]+' .udmA,.udm ul'+um.t[21]+',.udm ul'+um.t[22]+',.udm ul'+um.t[25]+' .udmA{'+um.bk(um.e[90])+' width:'+um.e[91]+'px;height:1em;'+um.t[30]+um.ad+' center;}';}um.r[j++]='.udm a.nohref,.udm ul a.nohref{cursor:default !important;}';um.r[j++]='.udm h1,.udm h2,.udm h3,.udm h4,.udm h5,.udm h6{display:block;background:none;margin:0;padding:0;border:none;font-size:1em;font-weight:normal;text-decoration:none;}';if(um.h){um.r[j++]='.udm h3,.udm h4,.udm h5,.udm h6{display:inline;}';um.r[j++]='.ud\\m h3,.ud\\m h4,.ud\\m h5,.ud\\m h6{display:block;}';um.r[j++]='ul[class^="udm"] h3,ul[class^="udm"] h4,ul[class^="udm"] h5,ul[class^="udm"] h6{display:block;}';um.r[j++]='* html .udm h3,* html .udm h4,* html .udm h5,* html .udm h6{display:block;}';um.r[j++]=um.t[2]+'.udm h3,.udm h4,.udm h5,.udm h6{width:expression("auto",this.runtimeStyle.width=this.parentNode.offsetWidth);}}';um.r[j++]=um.t[2]+'.udm ul h3,.udm ul h4,.udm ul h5,.udm ul h6{width:expression("auto",this.runtimeStyle.width=this.parentNode.currentStyle.width);}}';um.r[j++]=um.t[2]+'* html*.udm h3,* html*.udm h4,* html*.udm h5,* html*.udm h6{width:auto;}}';}else{um.r[j++]='.udm h1,.udm h2,.udm h3,.udm h4,.udm h5,.udm h6{width:100%;}';}um.r[j++]=um.t[2]+'* html .udm li{display:inline;}}';um.floats=(um.h)?'left':um.a;um.r[j++]=um.t[2]+'* html*.udm li,* html*.udm ul li{'+um.t[17]+'float:'+um.floats+';}}';if(um.h){um.r[j++]=um.t[2]+'* html .udm li,'+um.t[20]+'li{clear:none;}}';}if(um.e[13]=='yes'){um.r[j++]='select{visibility:visible;}';}um.r[j++]='.udm .udmC{'+um.t[12]+'left:0;top:0;z-index:'+(um.e[6]+19020)+';'+um.t[28]+'filter:alpha(opacity=0);}';if(um.vl>0){for(i in um.v){um.r[j++]='.udm ul.'+i+'{width:'+um.v[i][2]+';'+um.t[6]+um.v[i][0]+';'+um.t[7]+um.v[i][1]+';'+um.bk(um.v[i][3])+um.v[i][4]+'}';um.r[j++]='.udm span.'+i+'{'+um.t[0]+um.v[i][6]+';margin-top:'+um.v[i][6]+';}';if(/filter\:progid\:DXImageTransform\.Microsoft\.Shadow/.test(um.v[i][7])){um.r[j++]=um.t[2]+'* html*.udm span.'+i+'{'+um.t[8]+um.t[3]+'}}';}if(um.v[i][5]!='none'){um.r[j++]='.udm span.'+i+'{'+um.bk(um.v[i][5])+'filter:none;'+um.v[i][7]+'}';}}}if(um.wl>0){for(i in um.w){um.bg=um.bk(um.w[i][6]);um.r[j++]='.udm li.'+i+' a,.udm li.'+i+' a.nohref{'+um.t[6]+um.w[i][0]+';'+um.t[7]+um.w[i][1]+';'+um.t[5]+um.e[62]+'px;'+um.bg+um.t[11]+um.w[i][12]+';text-align:'+um.w[i][13]+';color:'+um.w[i][14]+';font-style:'+um.w[i][17]+';font-size:'+um.w[i][9]+';}';um.r[j++]='.udm li.'+i+' a,.udm li.'+i+um.t[32]+',.udm li.'+i+' a,.udm li.'+i+um.t[32]+'{font-family:'+um.w[i][10]+';font-weight:'+um.w[i][11]+' !important;}';if(um.w[i][20]!=''){um.r[j++]='.udm ul li.'+i+' a,.udm ul li.'+i+' a.nohref,.udm ul li.'+i+' a:visited{'+um.w[i][20]+'}';}um.r[j++]='.udm ul li.'+i+' a:visited,'+um.t[20]+'li.'+i+' a:visited{'+um.bk(um.w[i][8])+'color:'+um.w[i][16]+';font-style:'+um.w[i][19]+';'+um.t[5]+um.e[62]+'px;'+um.t[6]+um.w[i][4]+';'+um.t[7]+um.w[i][5]+';'+um.w[i][22]+'}';um.r[j++]='.udm ul li.'+i+' a.udmR,.udm ul li.'+i+um.t[35]+',.udm ul li.'+i+' a:hover,.udm ul li.'+i+' a:focus,.udm ul li.'+i+um.t[27]+',.udm ul li.'+i+um.t[26]+',.udm ul li.'+i+um.t[25]+',.udm li.'+i+' a:active{'+um.bk(um.w[i][7])+um.t[11]+um.w[i][12]+';color:'+um.w[i][15]+';'+um.t[5]+um.e[62]+'px;'+um.t[6]+um.w[i][2]+';'+um.t[7]+um.w[i][3]+';font-style:'+um.w[i][18]+';'+um.w[i][21]+'}';if(um.mi){um.r[j++]='.udm li.'+i+' a .udmA,.udm li.'+i+um.t[23]+'{'+um.bk(um.w[i][23])+'}';um.r[j++]='.udm li.'+i+um.t[36]+',.udm li.'+i+um.t[35]+' .udmA,.udm li.'+i+um.t[21]+',.udm li.'+i+um.t[22]+'{'+um.bk(um.w[i][24])+'}';}}}um.rLen=um.r.length;if(um.ss||um.o73){um.at={'type':'text/css','media':'screen,projection'};um.stn=um.createElement('html:style',um.at);document.getElementsByTagName('head')[0].appendChild(um.stn);if(um.ss){if(document.styleSheets.length==0){um.ss=false;}else{um.sy=document.styleSheets.item(document.styleSheets.length-1);i=0;do{um.sy.insertRule(um.r[i++],um.sy.cssRules.length);}while(i<um.rLen);}}else if(um.o73){i=0;do{um.stn.appendChild(document.createTextNode(um.r[i++]));}while(i<um.rLen);}}if(!(um.ss||um.o73)){um.styStr='';i=0;do{um.styStr+=um.r[i++];}while(i<um.rLen);document.write('<style type="text/css" media="screen,projection">'+um.styStr+'</style>');}}
