﻿// UDMv4.42 //
/***************************************************************/
var um={'menuClasses':[],'itemClasses':[],'menuCode':[]};
/***************************************************************\

  ULTIMATE DROP DOWN MENU Version 4.42 by Brothercake
  http://www.udm4.com/
  
  This script may not be used or distributed without license

\***************************************************************/


/***************************************************************\
 * CORE CONFIGURATION
\***************************************************************/


//path to images folder 
um.baseSRC = "../images/";


//navbar orientation
um.orientation = [
	"horizontal",	// alignment ["vertical"|"horizontal"|"popup"|"expanding"]
	"left",		// h align ["left"|"right"]
	"top",		// v align ["top"|"bottom"]
	"relative",	// positioning ["relative"|"absolute"|"fixed"|"allfixed"]
	"0px",		// x position ["em"|"ex"|"px"|"0"]
	"0em",		// y position ["em"|"ex"|"px"|"0"]
	"10000",		// z order ["0" to "10000"] (menu takes 20000 headroom)
	];
	

//navbar list output
um.list = [
	"flexible",	// horizontal overflow ["rigid"|"flexible"]
	"yes",		// -SPARE-
	"yes", 		// -SPARE-
	];


//menu behaviors	
um.behaviors = [
	"200",		// open timer ["milliseconds"|"0"]
	"275",		// close timer ["milliseconds"|"never"|"0"]
	"yes",		// reposition menus to stay inside the viewport ["yes"|"no"]
	"default",	// manage windowed controls for win/ie ["default","hide","iframe","none"]
	];


//reset behaviors
um.reset = [
	"yes",		// reset from document mouse click ["yes"|"no"]
	"yes",		// reset from window resize ["yes"|"no"]
	"yes",		// reset from text resize ["yes"|"no"]
	"no",		// reset after following link ["yes"|"no"]
	];


//horizontal continuation strip
um.hstrip = [
	"glass_filler.gif",		// background ["color"|"#hex"|"rgb()"|"image.gif"|"none"]
	"yes",		// copy navbar item margin-right to margin-bottom ["yes"|"no"]
	];
	
	
/***************************************************************\
 * MODULE SETTING
\***************************************************************/


//keyboard navigation [comment out or remove if not using]
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"] ("38" = F12]
	"none",		// hotkey modifier ["none"|"shiftKey"|"ctrlKey"|"altKey"|"metaKey"]
	"27",		// escape ["n"|"none"] ("27" = escape key)
	"document.getElementsByTagName('a')[0]", // exit focus ["js-expression"]
	];


/***************************************************************\
 * NAVBAR DEFAULT STYLES
\***************************************************************/


//styles which apply to the navbar
um.navbar = [
	"0",		// nav -> menu x-offset (+-)["n" pixels]
	"0",		// nav -> menu y-offset (+-)["n" pixels]
	"7.5em",	// width ["em"|"ex"|"px"] (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]
	"1",			// border size ["n" pixels] (single value only)
	"collapse",		// border collapse ["collapse"|"separate"] (only applies when margin = "0")
	"#000000",		// 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; be careful with using "none")
	"#630000",		// 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; be careful with using "none")
	"#000000",		// 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; be careful with using "none")
	"10",			// left/right padding ["n" pixels] (single value only)
	"5",			// top/bottom padding ["n" pixels] (single value only)
	"#transparent",	// background ["color"|"#hex"|"rgb()"|"image.gif"]
	"bar_bg_red.gif",		// hover/focus background ["color"|"#hex"|"rgb()"|"image.gif"]
	"#transparent",		// visited background ["color"|"#hex"|"rgb()"|"image.gif"]
	"11px",			// font size ["em"|"ex"|"%"|"px"|"pt"|"absolute-size"|"relative-size"]
	"verdana",		// font family ["font1,font2,font3"] (always end with a generic family name)
	"normal",			// font weight ["normal"|"bold"|"bolder"|"lighter|"100" to "900"]
	"none",			// text decoration ["none"|"underline"|"overline"|"line-through"]
	"left",			// text-align ["left"|"right"|"center"]
	"#DDDDDD",		// color ["color"|"#hex"|"rgb()"]
	"#FFFFFF",		// hover/focus color ["color"|"#hex"|"rgb()"]
	"#DDDDDD",		// 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!)
	"left.gif",			// menu indicator character/image ["text"|"image.gif"|"none"] 
	"down.gif",			// menu indicator rollover character/image ["text"|"image.gif"|"none"] (must be same type)
	"100",			// clipping width of indicator image ["n" pixels] (only when using image arrows)
	"menu",			// alt text of indicator image ["text"] (only when using image arrows)
	];


/***************************************************************\
 * MENU DEFAULT STYLES
\***************************************************************/


//styles which apply to each menu
um.menus = [
	"0",		// menu -> menu x-offset (+-)["n" pixels]
	"0",		// menu -> menu y-offset (+-)["n" pixels]
	"0",		// border size ["n" pixels] (single value only) 
	"#666666",// 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; be careful with using "none")
	"160px",		// width ["em"|"ex"|"px"]
	"0",		// padding ["n" pixels] (single value only) 
	"#transparent",	// background ["color"|"#hex"|"rgb()"|"image.gif"]
	"",		// additional menu CSS (careful!) (you can use a transition here but *not* a static filter)
	"none",// shadow background ["color"|"#hex"|"rgb()"|"image.gif"|"none"]
	"0px",		// shadow offset (+-) ["em"|"px"|"pt"|"%"|"0"]
	"filter:progid:DXImageTransform.Microsoft.Shadow(color=#bbddbb,direction=135,strength=2);",// additional shadow layer CSS (if you use a Microsoft.Shadow filter here then 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] (single value only; margins are like table cellspacing)
	"1",		// border size ["n" pixels] (single value only)
	"collapse",	// border collapse ["collapse"|"separate"] (only applies when margin = "0")
	"#666666",	// 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; be careful with using "none")
	"#990000",		// 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; be careful with using "none")
	"#666666",	// 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; be careful with using "none")
	"17",		// left/right padding ["n" pixels] (single value only) 
	"5",		// top/bottom padding ["n" pixels] (single value only) 
	"#333333",	// background ["color"|"#hex"|"rgb()"|"image.gif"]
	"#660000",	// hover/focus background ["color"|"#hex"|"rgb()"|"image.gif"]
	"#333333",	// visited background ["color"|"#hex"|"rgb()"|"image.gif"]
	"11px",		// font size ["em"|"ex"|"%"|"px"|"pt"|"absolute-size"|"relative-size"]
	"verdana",	// font family ["font1,font2,font3"] (always end with a generic family name)
	"normal",	// font weight ["normal"|"bold"|"bolder"|"lighter|"100" to "900"]
	"none",		// text decoration ["none"|"underline"|"overline"|"line-through"]
	"left",		// text-align ["left"|"right"|"center"]
	"#DDDDDD",		// color ["color"|"#hex"|"rgb()"]
	"#ffffff",		// hover/focus color ["color"|"#hex"|"rgb()"]
	"#DDDDDD",		// 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!)
	"left.gif",			// submenu indicator character/image ["text"|"image.gif"|"none"] 
	"down.gif",			// submenu indicator rollover character/image ["text"|"image.gif"|"none"] (must be the same type)
	"100",			// clipping width of indicator image ["n" pixels] (only when using image arrows)
	"submenu",		// alt text of indicator image ["text"] (only when using image arrows)
	];

um.itemClasses["menuItemSeparator"] = [
	"transparent",		// 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; be careful with using "none")
	"transparent",	// 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; be careful with using "none")
	"transparent",		// 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; be careful with using "none")
	"#000000",		// background ["color"|"#hex"|"rgb()"|"image.gif"]
	"#000000",	// hover/focus background ["color"|"#hex"|"rgb()"|"image.gif"]
	"#000000",		// visited background ["color"|"#hex"|"rgb()"|"image.gif"]
	"8pt",		// font size ["em"|"ex"|"%"|"px"|"pt"|"absolute-size"|"relative-size"]
	"verdana",// font family ["font1,font2,font3"] (always end with a generic family name)
	"bold",	// font weight ["normal"|"bold"|"bolder"|"lighter|"100" to "900"]
	"none",		// text decoration ["none"|"underline"|"overline"|"line-through"]
	"left",		// text-align ["left"|"right"|"center"]
	"#BFBFBF",	// color ["color"|"#hex"|"rgb()"]
	"#BFBFBF",	// hover/focus color ["color"|"#hex"|"rgb()"]
	"#BFBFBF",	// 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!)
	"",		// submenu indicator character/image ["text"|"image.gif"|"none"] (must be the same type as default submenu indicator)
	"",		// submenu indicator rollover character/image ["text"|"image.gif"|"none"] (must be the same type)
	"submenu",		// alt text of indicator image  ["text"] (only when using image arrow)
	];

um.itemClasses["menuItemSeparatorLink"] = [
	"#FF0000",		// 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; be careful with using "none")
	"transparent",	// 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; be careful with using "none")
	"transparent",		// 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; be careful with using "none")
	"#000000",		// background ["color"|"#hex"|"rgb()"|"image.gif"]
	"#2B7392",	// hover/focus background ["color"|"#hex"|"rgb()"|"image.gif"]
	"#000000",		// visited background ["color"|"#hex"|"rgb()"|"image.gif"]
	"8pt",		// font size ["em"|"ex"|"%"|"px"|"pt"|"absolute-size"|"relative-size"]
	"verdana",// font family ["font1,font2,font3"] (always end with a generic family name)
	"bold",	// font weight ["normal"|"bold"|"bolder"|"lighter|"100" to "900"]
	"none",		// text decoration ["none"|"underline"|"overline"|"line-through"]
	"left",		// text-align ["left"|"right"|"center"]
	"#BFBFBF",	// color ["color"|"#hex"|"rgb()"]
	"#000000",	// hover/focus color ["color"|"#hex"|"rgb()"]
	"#BFBFBF",	// 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!)
	"none",// submenu indicator character/image ["text"|"image.gif"|"none"] (must be the same type as default submenu indicator)
	"none",// submenu indicator rollover character/image ["text"|"image.gif"|"none"] (must be the same type)
	"submenu",		// alt text of indicator image  ["text"] (only when using image arrow)
	];

/***************************************************************\
 * MENU CLASSES [comment out or remove if not using]
\***************************************************************/


/***************************************************************\
 * DYNAMIC MENUS
\***************************************************************/



	
	
/***************************************************************\
\***************************************************************/














// UDMv4.42 //
/***************************************************************\

  ULTIMATE DROP DOWN MENU Version 4.42 by Brothercake
  http://www.udm4.com/

  This script may not be used or distributed without license

\***************************************************************/
var umTree=null;um.ready=0;um.pi=function(n){n=parseInt(n,10);return (isNaN(n)?0:n);};um.un='undefined';um.m=document;um.gd=function(umD){return um.m.getElementById(umD);};um.xd=function(umD){umD.style.display='block';};um.xn=function(umD){umD.style.display='none';};um.xv=function(umD){umD.style.visibility='visible';};um.xh=function(umD){umD.style.visibility='hidden';};um.ne=function(umD){return umD.parentNode.className=='udm';};if(typeof um.reset==um.un){um.reset=['yes','yes','yes'];}if(typeof um.hstrip==um.un){um.hstrip=['none','yes'];}if(typeof um.reset[3]==um.un){um.reset[3]='no';}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(umE){if(umE&&/^[+\-]?[0-9]+$/.test(umE)){umE=um.pi(umE);if((um.ei==10||um.ei==11)&&umE<1){umE=1;}}if(umE&&/\.(gif|png|mng|jpg|jpeg|jpe|bmp)/i.test(umE)){um.im[um.ek]=new Image;um.im[um.ek++].src=um.baseSRC+umE;}return umE;};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.d=0;}um.b=(um.d||um.o5);um.o7=(um.d&&typeof window.opera!=um.un);um.o75=0;um.o73=0;um.o71=0;if(um.o7){um.ova=um.pi(um.u.split(/opera[\/ ]/)[1].match(/[7-9]/)[0]);um.ovi=um.pi(um.u.split(/opera[\/ ][7-9]\./)[1].match(/^[0-9]/)[0]);um.o75=(um.ova>=8||um.ovi>=5);um.o73=(um.ova>=8||um.ovi>=3);um.o71=(um.ova==7&&um.ovi<=1);}um.s=(navigator.vendor=='Apple Computer, Inc.');um.s2=(um.s&&typeof XMLHttpRequest!=um.un);um.wie=(um.d&&typeof um.m.all!=um.un&&typeof window.opera==um.un&&!um.k);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(navigator.product=='Gecko'&&!um.s){um.sub=um.pi(navigator.productSub);um.og=(um.sub<20030312);um.dg=(um.sub<20030208);}if(um.b){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]]){if(typeof um[um.cx[i]][j]!='function'){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.kb=(typeof um.keys!=um.un&&!(um.mie||um.o7||um.k||(um.s&&!um.s2)));um.skb=(um.kb||(typeof um.keys!=um.un&&((um.o7&&!um.o71)||um.k)));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.dir='left';if(um.e[1]=='rtl'){um.dir='right';um.e[1]='right';}um.e[13]=(um.e[13]=='yes')?'default':(um.e[13]=='no')?'iframe':um.e[13];um.hz=(um.wie50&&um.e[13]=='default')||(um.wie&&um.e[13]=='hide');um.h=um.e[0]=='horizontal';i=4;do{if(parseFloat(um.e[i],10)<0){um.e[i]='0';}i++}while(i<6);if(um.h&&um.dir=='right'){um.e[4]='-'+um.e[4];}um.p=um.e[0]=='popup';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.ep=0;if(um.e[0]=='expanding'){um.ep=1;um.e[0]='vertical';}um.a=(um.e[1]=='right');um.rg=(um.h&&um.e[7]=='rigid'&&um.dir!='right');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.dg||um.wie50)&&um.dir=='right'));um.nr=(um.nm||um.mie);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|jpe|bmp)/i.test(um.e[45]);um.mi=/(gif|png|mng|jpg|jpeg|jpe|bmp)/i.test(um.e[89]);}um.rn=0;um.rv=[];um.addReceiver=function(umFC,umEC){um.rv[um.rn++]=[umFC,umEC];};um.gp=function(umRI){return (um.vn(umRI.nodeName).toLowerCase()=='li')?umRI:this.gp(umRI.parentNode);};um.createElement=function(umE,umA){um.el=(um.cns)?um.m.createElementNS('http://www.w3.org/1999/xhtml',umE):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.42 //
/***************************************************************\

  ULTIMATE DROP DOWN MENU Version 4.42 by Brothercake
  http://www.udm4.com/

  This script may not be used or distributed without license

\***************************************************************/
if(um.b){um.bk=function(udmP){return (/(gif|png|mng|jpg|jpeg|jpe|bmp)/i.test(udmP))?'background-image:url('+um.baseSRC+udmP+');':(udmP=='none')?'':um.t[33]+'background-color:'+udmP+';';};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,Projection{','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;','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',' a.udmY:visited',' a.udmY .udmA','display:block;visibility:visible;height:0;','overflow:scroll;','overflow:visible;'];var j=0;um.r=[];um.ad=(um.a)?'left':'right';um.dra=(um.dir=='right');um.r[j++]='.udm,.udm li,.udm ul{margin:0;padding:0;list-style-type:none;}';if(um.dra){if(um.h&&um.rp){um.r[j++]='* html .udm{left:100%;left:expression(this.offsetWidth);left/**/:0 !important;}';}um.r[j++]='.udm,.udm li,.udm ul{unicode-bidi:bidi-override;direction:ltr;}';um.r[j++]='.udm a *,.udm a {unicode-bidi/**/:bidi-override;direction/**/:rtl;}';}um.na=(um.h)?'left':um.e[1];um.txl=(um.h)?'left':um.e[35];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;text-align:left;}';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':um.dir;um.r[j++]='.udm{'+um.bk(um.hstrip[0])+'float:'+um.hfl+';width:100%;}';if(um.hstrip[0]!='none'){um.r[j++]='ul[class="udm"]{float:none;}';um.r[j++]='ul/**/[class="udm"]{float:'+um.dir+';}';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:'+um.dir+';}}';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]+';}';}}if(um.dra){um.r[j++]='.udm>li:first-child{margin-right:'+um.e[4].replace('-','')+';}';}else{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]+'margin-right:0;}}';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++]=um.t[18]+'.udm/**/[class="udm"] ul li{'+um.t[19]+'left:0;}}';um.r[j++]=um.t[2]+'.udm ul li:not(:nth-child(n)){'+um.t[16]+'}}';um.r[j++]='.udm li{'+um.t[17]+'width:auto;float:'+um.dir+';}';um.r[j++]='.udm li a{'+um.t[16]+um.t[17]+'float:'+um.dir+';white-space:nowrap;}';um.r[j++]=um.t[2]+'.udm l\\i 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:'+um.dir+';}}';if(um.dra){um.r[j++]=um.t[2]+um.t[34]+'{'+um.t[16]+'}}';}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,.udm li:first-child{'+um.t[10]+um.e[17]+'px;}';if(um.dra){um.r[j++]='* html .udm li{'+um.t[10]+'0;'+um.t[0]+um.e[17]+'px;}';}um.r[j++]='.udm ul li{'+um.t[8]+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.e[1]+':'+um.e[4]+';padding-'+um.e[2]+':'+um.e[5]+';}';}else{um.r[j++]='.udm{margin-'+um.e[1]+':'+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.ps=(um.p)?'static':'relative';um.r[j++]=um.t[18]+'.udm/**/[class="udm"] li{position:'+um.ps+';}}';um.r[j++]=um.t[18]+'.udm/**/[class="udm"] ul li{'+um.t[19]+'}}';um.r[j++]=um.t[2]+'.udm li:not(:nth-child(n)),.udm ul li:not(:nth-child(n)){'+um.t[16]+'}}';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++]='html/**/[xmlns] .udm u\\l{'+um.t[39]+um.t[40]+'left:-10000px;}';um.r[j++]=um.t[2]+um.t[20]+'{'+um.t[39]+um.t[40]+'top:-10000px;}}';um.r[j++]='ul.udm/**/[class^="udm"] u\\l{'+um.t[39]+um.t[41]+'left:-100em;}';um.r[j++]=um.t[2]+'* html .udm:not(:nth-child(n)) ul{'+um.t[9]+um.t[14]+'left:auto;top:auto;}}';if(um.e[45]!='none'||um.e[89]!='none'){um.r[j++]='.udm a .udmA{visibility:hidden;margin:0 '+um.e[26]+'px;'+um.t[17]+um.t[29]+um.t[12]+um.ad+':0;top:0;text-align:'+um.ad+';border:none;cursor:inherit !important;}';um.r[j++]='.udm a .udmA img{display:block;}';um.r[j++]='.udm ul a .udmA{margin:0 '+um.e[70]+'px;}';if(um.a){um.r[j++]='* html .udm '+((um.h)?'ul ':'')+'a{height:1%;}';if(um.h&&um.dir!='right'){um.r[j++]='.udm a/**/ {width:expression("auto",this.runtimeStyle.width=(!document.compatMode||compatMode=="BackCompat")?"100%":(this.parentNode.offsetWidth-(isNaN(parseInt(this.currentStyle.marginRight))?0:parseInt(this.currentStyle.marginRight))-(isNaN(parseInt(this.currentStyle.marginLeft))?0:parseInt(this.currentStyle.marginLeft))-(isNaN(parseInt(this.currentStyle.paddingRight))?0:parseInt(this.currentStyle.paddingRight))-(isNaN(parseInt(this.currentStyle.paddingLeft))?0:parseInt(this.currentStyle.paddingLeft))-(isNaN(parseInt(this.currentStyle.borderRightWidth))?0:parseInt(this.currentStyle.borderRightWidth))-(isNaN(parseInt(this.currentStyle.borderLeftWidth))?0:parseInt(this.currentStyle.borderLeftWidth))));}';um.r[j++]='.udm ul a{width:auto;}';}}else{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;}';}}if(um.e[58]!='none'){um.r[j++]='.udm .udmS{'+um.t[0]+um.e[59]+';margin-top:'+(um.e[59]==0?0:um.e[59].replace('-',''))+';}';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:link,.udm a.nohref{'+um.bk(um.e[28])+um.t[29]+'z-index:'+um.e[6]+';text-align:'+um.txl+';'+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-family:'+um.e[32]+';font-weight:'+um.e[33]+' !important;}';um.r[j++]='.udm a,.udm a.nohref{font-size:'+um.e[31]+';}';if(um.e[45]!='none'||um.e[89]!='none'){um.r[j++]='.udm a .udmA,.udm a:link .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:link,.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 a.udmY,.udm li'+um.t[35]+',.udm li'+um.t[37]+',.udm li a:hover,.udm li a:focus,.udm li'+um.t[27]+',.udm li'+um.t[26]+'{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]+'}';um.r[j++]='* html .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]+'}';um.r[j++]='.udm ul a,.udm ul a:link,.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]+';font-family:'+um.e[76]+';font-weight:'+um.e[77]+' !important;}';if(um.e[89]!='none'){um.r[j++]='.udm ul a .udmA,.udm ul a:link .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:link,.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 a.udmY,.udm ul li'+um.t[35]+',.udm ul li'+um.t[37]+',.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]+'{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]+'}';um.r[j++]='* html .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]+'}';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++]='.udm h\\3,.udm h\\4,.udm h\\5,.udm h\\6{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);width/**/:auto;}}';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);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)?um.dir:um.e[1];um.r[j++]=um.t[2]+'* html .udm li,* html .udm ul li{display/**/:block;float/**/:'+um.floats+';}}';um.r[j++]=um.t[2]+um.t[31]+' li,'+um.t[31]+' ul li{display:block;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]=='default'||um.e[13]=='hide'){um.r[j++]='select{visibility:visible;}';}if(um.e[13]=='default'||um.e[13]=='iframe'){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){if(typeof um.v[i]!='function'){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].replace('-','')+';}';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){if(typeof um.w[i]!='function'){um.bg=um.bk(um.w[i][6]);um.r[j++]='.udm li.'+i+' a,.udm li.'+i+' a:link,.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+' a:link,.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:link,.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+' a.udmY,.udm ul li.'+i+um.t[35]+',.udm ul li.'+i+um.t[37]+',.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]+'{'+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]+'}';um.r[j++]='* html .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]+'}';}}}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>');}}
	
	
	
	
	
	
	
	// UDMv4.42 //
/***************************************************************\

  ULTIMATE DROP DOWN MENU Version 4.42 by Brothercake
  http://www.udm4.com/
  
  This script may not be used or distributed without license

\***************************************************************/
um.ap=function(umC,umE){um.rl=um.rv.length;if(um.rl>0){um.i=0;do{if(um.rv[um.i][1]==''){um.rv[um.i][0](umE,umC);}else if(umC==um.rv[um.i][1]){um.rv[um.i][0](umE);}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);um.ex=['onmouseover','onmouseout','onmousedown','onmouseup','onclick','onmousewheel','onfilterchange','onkeydown','onfocus','onactivate','onscroll','over','out'];um.gg=um.ex.length;window.attachEvent('onunload',function(){um.da=document.all.length;i=0;do{um.t=document.all[i];j=0;do{um.t[um.ex[j]]=null;j++;}while(j<um.gg);i++;}while(i<um.da);});}else {if(typeof window.onload=='function'){um.on=onload;window.onload=function(){um.on();umIni();};}else{window.onload=umIni;}}function umIni(){if(typeof um.ini!=um.un||(um.k&&typeof window.sidebar==um.un)){return;}um.ini=1;um.ha=0;umTree=(um.b)?um.gd('udm'):null;if(umTree!=null&&um.d){um.ap('000',umTree);for(i in um.menuCode){um.nh=um.gd(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.gm(um.nh);um.xn(um.dm);um.xh(um.dm);}}}um.bub=0;um.wsr=0;um.rtl=um.m.getElementsByTagName('html')[0].getAttribute('dir')=='rtl';um.kdf=0;if(um.o7){um.m.addEventListener('keydown',function(e){if(e.keyCode==16){um.kdf=1;}},0);um.m.addEventListener('keyup',function(e){if(e.keyCode==16){um.kdf=0;}},0);}um.skb=(um.skb&&typeof umKM=='function');um.kb=(um.skb&&um.kb);if(um.skb){um.kbm=new umKM;um.ap('001',um.kbm);}um.sp=(um.sp&&typeof udmSpeechModule=='function');if(um.sp){um.sapi=new udmSpeechModule;um.ap('002',um.sapi);}um.n=new umNav(umTree);um.ap('009',um.n);if(um.fe){um.tr.style.left=(um.getScrollAmount(1))+'px';um.tr.style.top=(um.getScrollAmount())+'px';window.attachEvent('onscroll',function(){um.tr.style.left=(um.getScrollAmount(1))+'px';um.tr.style.top=(um.getScrollAmount())+'px';});}if(um.s){umTree.style.KhtmlOpacity='1';}um.s1=(typeof umTree.style.KhtmlOpacity!=um.un);um.ready=1;um.ap('010',um.tr);}};function umNav(umTree){um.n=this;um.tr=umTree;if(um.wie){um.tr.style.color='black';}um.jv='javascript:void(0)';if(um.rg){um.rw=0;}um.li=umTree.getElementsByTagName('li');um.ll=um.li.length;i=0;do{if(um.wl>0){um.t=um.li[i];um.t8=um.es(um.t.className);if(um.t8==''&&!um.ne(um.t)){um.t=um.gp(um.li[i].parentNode);um.t8=um.es(um.t.className);if(um.t8!=''&&!um.ne(um.t)){um.li[i].className=um.t8;}}}this.it(um.li[i]);i++;}while(i<um.li.length);if(um.vl>0){um.mo=um.gu(um.tr);um.en=um.mo.length;if(um.en>0){i=0;do{um.t8=um.es(um.mo[i].className);if(um.t8==''){um.t=um.mo[i].parentNode.parentNode;um.t8=um.es(um.t.className);if(um.t8!=''&&um.t8!='udm'){um.mo[i].className=um.t8;}}i++;}while(i<um.en);}}um.mf=0;um.lf=0;um.ety=typeof document.addEventListener!=um.un?'addEventListener':typeof document.attachEvent!=um.un?'attachEvent':'';um.epx=um.ety=='attachEvent'?'on':'';if(um.ety!=''){um.m[um.ety](um.epx+'mousedown',function(e){if(!e){e=window.event;}um.mf=1;if(um.skb){um.ha=0;}clearInterval(um.oc);um.or=0;if(um.reset[0]!='no'){if(um.hz){if(!um.tr.contains(event.srcElement)){um.n.ts('visible');}}um.cm(e);}},0);um.m[um.ety](um.epx+'mouseup',function(){um.mf=0;},0);}if(um.kb){um.kbm.bdh();}if(um.skb&&um.o7){um.kbm.bfh();}if(um.rg){this.aw();}um.cc=null,um.cr=0,um.oc=null,um.or=0;if(!um.ie){um.tr.contains=function(umN){return (umN==null)?false:(umN==this)?true:this.contains(umN.parentNode);};}um.lw=um.getWindowDimensions();um.lh=um.gc(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.pss=um.m.getElementById('udm-purecss');if(um.pss!=null){um.pss.disabled=1;}um.vs=setInterval('um.n.ws()',55);};umNav.prototype.it=function(umI){if(um.wie){um.of=(um.wie55)?'onactivate':'onfocus';um.gc(umI).attachEvent(um.of,function(){if(um.kb&&!um.lf){um.bub=0;umI.over(1,um.gc(umI));}});}um.t3=um.es(umI.className);um.vh=(um.t3.indexOf('onclick')!=-1)?'onclick':'onmouseover';um.ii=um.ne(umI);var umM=(typeof um.gu(umI)[0]!=um.un)?um.gu(umI)[0]:null;if(typeof um.fl==um.un){um.fl=um.gc(umI);}if(umM!=null&&!um.nr){if(((um.ii&&um.e[45]!='none')||(!um.ii&&um.e[89]!='none'))&&um.n.cck()){if(um.ii){um.ac=um.e[45];um.aa=(um.ni)?um.e[48]:'戌';}else{um.ac=um.e[89];um.aa=(um.mi)?um.e[92]:'戌';if(typeof um.w[um.t3]!=um.un){um.ac=um.w[um.t3][23];um.aa=(um.mi)?um.w[um.t3][25]:'戌';}}if(um.aa=='戌'){um.at={'class':'udmA','text':um.ac};um.ar=um.ar=um.gc(umI).appendChild(um.createElement('span',um.at));}else{if(um.wie){um.gc(umI).insertAdjacentHTML('beforeEnd','<img class=\'udmA\' alt=\''+um.aa+'\' title=\'\' />');um.ar=um.gc(umI).lastChild;um.ar.src=um.baseSRC+um.ac;}else if(um.s||um.k){um.at={'class':'udmA'};um.ar=um.gc(umI).appendChild(um.createElement('span',um.at));um.at={'src':um.baseSRC+um.ac,'alt':um.aa,'title':''};um.ar.appendChild(um.createElement('img',um.at));}else{um.at={'class':'udmA','alt':um.aa,'title':''};um.ar=um.gc(umI).appendChild(um.createElement('img',um.at));um.ar.src=um.baseSRC+um.ac;}}if(um.vh=='onclick'){um.ar.onmousedown=function(){return false;}};um.ar.onmouseover=function(e){um.t=um.gp(this.parentNode).parentNode.childNodes;um.tl=um.t.length;i=0;do{if(um.t[i].nodeName!='#text'&&um.gu(um.t[i]).length>0){if(um.gu(um.t[i])[0].style.visibility=='visible'){(!e)?event.cancelBubble=1:e.stopPropagation();this.parentNode.style.zIndex=um.e[6]+=2;return false;break;}}clearInterval(um.oc);um.or=0;i++;}while(i<um.tl);return true;};um.ar.onmouseout=function(){clearInterval(um.oc);um.or=0;};um.xd(um.ar);if(um.ii){this.wp(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&&um.ne(umI)){um.n.dw(umI);}if(um.mie){um.t=um.gc(umI);if(um.t.className&&/nohref/.test(um.t.className)){um.gc(umI).href=um.jv;}}if(um.skb){um.kbm.bth(umI);}umI.onmousedown=function(e){um.lf=1;um.ap('030',um.gc(this));(!e)?event.cancelBubble=1:e.stopPropagation();};umI.onmouseup=function(e){um.ap('035',um.gc(this));(!e)?event.cancelBubble=1:e.stopPropagation();};if(um.vh!='onclick'){umI.onclick=function(e){if(!um.bub){um.qc(um.gc(this).href);}um.bub=1;};}else if(!um.mie){umI.onmouseover=function(){um.n.lr(um.gc(umI),1);um.bub=0;};}if(!(um.mie&&um.vh=='onclick')){umI[um.vh]=function(e){um.tv=(um.ie)?window.event.srcElement:e.target;if(um.tv.nodeName=='#text'&&e.type=='click'){um.tv=um.tv.parentNode;}um.t7=um.es(um.gp(um.tv).className);um.uc=(um.lf&&!um.nm&&um.t7.indexOf('onclick')!=-1);if(um.uc){um.rt=um.e[10];um.e[10]=1;}if(um.t7.indexOf('onclick')==-1){um.bub=0;}else if(!um.lf){if(!um.bub){um.qc(um.tv.href);}um.bub=1;}this.over(0,um.tv);if(um.uc){um.e[10]=um.rt;um.lf=0;if(um.tv.nodeName!='#text'&&um.gu(um.gp(um.tv)).length>0){if(typeof um.tv.blur!=um.un){um.tv.blur();}if(um.gu(um.gp(um.tv))[0].style.display=='block'){um.n.cd(this.parentNode);(!e)?event.cancelBubble=1:e.stopPropagation();return false;}(!e)?event.cancelBubble=1:e.stopPropagation();um.t7=um.es(um.gp(um.tv).className);return (um.t7.indexOf('(true)')!=-1);}else{um.qc(um.tv.href);um.bub=1;}}if(!e){e=window.event;}return (e.type=='click'||um.o7||um.mx);};umI.onmouseout=function(e){this.out(e);};}umI.over=function(umF,umT){if(um.bub||(!umF&&um.ha&&um.kdf)){return false;}um.cf=um.n.cck();if(!um.cf||um.mf){um.mf=0;if(!um.ec){if(um.gm(this)!=null){this.removeChild(um.gm(this));}}return false;}if(umF){if(!um.wsr){um.kbm.cws(umTree);um.wsr=1;}if(um.sp){um.sapi.speechBuffer(um.gc(umI));event.cancelBubble=1;}um.ha=1;if(um.ie&&event.altKey){um.n.ck(um.gp(umT).parentNode);}um.ap('040',umT);}if(!umF){um.nn=um.vn(umT.nodeName).toLowerCase();if(/(li|ul)/.test(um.nn)){return false;}if(um.skb){if(!um.lf){um.e[10]=um.mt[0];um.e[11]=um.mt[1];}um.nf=um.gc(this);if(um.ha){um.n.ck(umI.parentNode);um.n.cd(um.gp(umT).parentNode);um.nf.focus();um.nf.blur();um.ha=0;}}um.ap('020',umT);}clearInterval(um.cc);um.cr=0;um.n.lr(um.gc(umI),1);um.n.pr(umM,umI,umF,umT);return umI;};umI.out=function(e){if(um.o7&&um.ha&&um.kdf){return;}if(um.lf){um.gc(this).blur();}um.lf=0;if(!e){e=window.event;e.relatedTarget=e.toElement;}if(!umI.contains(e.relatedTarget)){if(!um.tr.contains(e.relatedTarget)){clearInterval(um.cc);um.cr=0;}um.n.cp(umM,umI);um.ap('025',um.gc(this));}};if(!um.ie){umI.contains=function(umN){return (umN==null)?false:(umN==this)?true:this.contains(umN.parentNode);};}um.ap('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.lr=function(umL,umV){if(umL!=null&&typeof umL.style!=um.un&&!(um.p&&um.mx)){um.cl=um.es(umL.className);um.ii=um.ne(um.gp(umL));if(umV){umL.style.zIndex=um.e[6]+=2;(um.cl=='')?umL.className='udmR':umL.className+=(umL.className.indexOf('udmR')==-1)?' udmR':'';}else{if(um.cl.indexOf('udmR')!=-1){umL.className=um.cl.replace(/([ ]?udmR)/g,'');}}um.n.wv(umL,um.ii);}};umNav.prototype.pr=function(umG,umJ,umK,umR){if(um.skb&&umK){um.kbm.cu(umG,umJ,umR);}if(!um.nm&&umG!=null&&umG.style.visibility!='visible'){if(um.wie){if(um.e[61]>0){um.gc(umG).style.marginTop=um.e[61]+'px';}else if(um.e[63]=='collapse'){umG.firstChild.style.marginTop=0+'px';}}if(um.skb&&umK){um.n.ou(umG);}if(!(um.skb&&umK)){um.n.tu(umG,null);}}if(umG==null){um.n.tu(null,umJ);}};umNav.prototype.tu=function(umG,umJ){if(um.cr){clearInterval(um.oc);um.oj=umG;um.ij=umJ;um.or=1;um.oc=setInterval('um.n.tu(um.oj,um.ij)',um.e[10]);}else if(um.or){clearInterval(um.oc);um.or=0;this.ou(umG,umJ);}else{um.ap('061',umG);um.oj=umG;um.ij=umJ;um.or=1;um.oc=setInterval('um.n.tu(um.oj,um.ij)',um.e[10]);}};umNav.prototype.ou=function(umO,umP){if(umO==null){this.cd(umP.parentNode);return false;}this.cd(um.gp(umO).parentNode);if(typeof umO.m==um.un){umO.m=um.gu(umO);umO.l=umO.m.length;if(umO.l>0){for(var i=0;i<umO.l;i++){um.xh(umO.m[i]);um.xn(umO.m[i]);}}}if(um.ep){umO.style.position='relative';}if(um.hz){this.ts('hidden');}um.xd(umO);if(!um.nr&&um.e[89]!='none'){um.kl=umO.childNodes.length;i=0;do{um.tn=umO.childNodes.item(i);um.nn=um.vn(um.tn.nodeName).toLowerCase();if(um.nn=='li'){um.ar=um.n.ga(um.gc(um.tn));if(um.ar!=null){this.wp(um.ar,um.tn,um.e[70],um.e[62],0);}}i++;}while(i<um.kl);}um.ap('058',umO);this.pu(umO);if(um.e[12]=='yes'){this.ru(umO);}um.mp={x:(umO.offsetLeft),y:(umO.offsetTop)};um.sh=null;if(!um.ns&&um.e[58]!='none'){this.hl(umO);}if(um.wie55&&(um.e[13]=='default'||um.e[13]=='iframe')){this.il(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.t=umO.parentNode;if(um.ne(um.t)){um.t=um.t.style;um.t.position='absolute';um.t.zIndex=um.e[6]+=2;um.t.position='relative';}}um.xv(umO);um.pk=um.gc(umO.parentNode);if(um.hf){um.ap('065',umO);umO.filters[0].Play();if(um.sh!=null){umO.onfilterchange=function(){um.xd(um.sh);um.ap('066',umO);};}}else if(um.sh!=null){um.xd(um.sh);}if(um.wie50){um.xn(umO);um.xd(umO);}um.ap('060',umO);return umO;};umNav.prototype.cd=function(umD){um.sm=(um.mie&&!um.mx)?um.gt(umD,'ul'):um.gu(umD);um.sml=um.sm.length;i=-1;while(++i<um.sml){this.clm(um.sm[i]);}};umNav.prototype.ck=function(umD){um.lk=(um.mie&&!um.mx)?um.gt(umD,'a'):umD.getElementsByTagName('a');um.lkl=um.lk.length;i=-1;while(++i<um.lkl){this.lr(um.lk[i],0);}};umNav.prototype.cp=function(umG,umA){clearTimeout(um.oc);um.or=0;this.lr(um.gc(umA),0);if(!um.nm&&umG!=null){this.cot(umG);}};umNav.prototype.cot=function(umQ){if(um.cr){clearInterval(um.cc);um.cr=0;this.clm(umQ);}else if(um.e[11]!='never'){um.ap('071',umQ);um.cb=umQ;um.cr=1;um.cc=setInterval('um.n.cot(um.cb)',um.e[11]);}};umNav.prototype.clm=function(umH){if(umH.style.visibility=='visible'){if(typeof um.sim==um.un||!um.sim||um.ha){um.xh(umH);um.xn(umH);if(um.hz){if(um.ne(umH.parentNode)){this.ts('visible');}}um.t=['udmC','udmS'];i=0;do{if(um.wie55||i>0){um.t2=umH.parentNode.lastChild;if(um.t2.className){if(um.t2.className.indexOf(um.t[i])!=-1){umH.parentNode.removeChild(um.t2);}}}i++;}while(i<2);}um.ap('070',umH);}};umNav.prototype.ga=function(umL){um.ta=null;um.t=['span','img'];var k=0;do{um.lss=umL.getElementsByTagName(um.t[k]);um.lsl=um.lss.length;j=-1;while(++j<um.lsl){um.t8=um.es(um.lss[j].className);if(um.t8=='udmA'){um.ta=um.lss[j];break;}}}while(++k<2);return um.ta;};umNav.prototype.wp=function(umY,umS,umZ,umB,umW){umY.fn=arguments;if(umY.offsetHeight>0&&!um.o7){this.wpo(umY.fn[0],umY.fn[1],umY.fn[2],umY.fn[3],umY.fn[4]);}else{umY.c=0;umY.ti=window.setInterval(function(){if(umY.offsetHeight>0){clearInterval(umY.ti);um.n.wpo(umY.fn[0],umY.fn[1],umY.fn[2],umY.fn[3],umY.fn[4]);}else{umY.c++;if(umY.c>=100){clearInterval(umY.ti);}}},55);}return true;};umNav.prototype.wpo=function(umY,umS,umZ,umB,umW){um.t2=um.gc(umS);um.t4=[umY.offsetWidth,umY.offsetHeight];umY.style.marginTop=um.pi(((um.t2.offsetHeight-um.t4[1])/2)-umB)+'px';um.t2.style[(um.a||um.rtl)?'paddingLeft':'paddingRight']=((umZ*2)+um.t4[0])+'px';if(um.wie&&um.rtl){umY.style.marginRight=((umW)?(0-um.e[26]):(0-um.e[70]))+'px';}if(((um.wie50&&um.a)||(um.wie55&&um.rtl))&&umW&&um.h){umY.style.top=(umB)+'px';umY.style.left=(umB)+'px';}if((umW&&um.ni)||(!umW&&um.mi)){um.ak=((umW)?um.e[47]:um.e[91]);if((um.t4[0]-um.ak)<0){um.ak=um.t4[0];}umY.style.clip=(um.a||um.rtl)?'rect(0,'+um.ak+'px,'+um.t4[1]+'px,0)':'rect(0,'+um.t4[0]+'px,'+um.t4[1]+'px,'+(um.t4[0]-um.ak)+'px)';}um.xv(umY);return true;};umNav.prototype.wv=function(umX,umW){if(um.nr){return false;}um.ta=this.ga(umX);if(um.ta!=null){um.t8=um.es(umX.className);um.io=(um.t8.indexOf('udmR')==-1);if(um.t8.indexOf('udmY')!=-1){um.io=0;}um.t7=um.es(um.gp(umX).className);um.tm=(um.s||um.k)?um.ta.firstChild:um.ta;um.tm.src=um.baseSRC+((umW)?(um.io)?um.e[45]:um.e[46]:(typeof um.w[um.t7]!=um.un)?(um.io)?um.w[um.t7][23]:um.w[um.t7][24]:(um.io)?um.e[89]:um.e[90]);}return um.ta;};umNav.prototype.pu=function(umU){umU.style.height='auto';umU.style.overflow='visible';um.is=(um.ne(umU.parentNode));um.t=umU.parentNode;um.pp={tw:um.t.offsetWidth,th:um.t.offsetHeight,mw:umU.offsetWidth,pw:(um.is)?um.gc(um.t).offsetWidth:um.t.parentNode.offsetWidth};um.x=(um.p)?2000:0;um.y=(um.p)?2000:0;if(!((um.h||um.p)&&um.is)){um.x=(um.is)?(um.a?(0-um.pp.mw):um.pp.pw):((um.a?(0-um.pp.mw):um.pp.pw)-um.e[51]-um.e[55]);um.y=(0-um.pp.th);}else if(um.h&&um.is&&um.a){um.x=(0-um.pp.mw+um.pp.tw);}um.x+=(um.is)?(um.a?(0-um.e[14]):um.e[14]):(um.a?(0-um.e[49]):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.h){if(um.e[2]=='bottom'){um.y-=(umU.offsetHeight+um.pp.th);}if(um.s){if(um.nc&&!um.a){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.gc(um.t).offsetWidth;if(um.nc&&um.a&&!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];}}umU.style.marginLeft=um.x+'px';umU.style.marginTop=um.y+'px';if(!um.p||!um.is){umU.style.left='auto';umU.style.top='auto';}if(um.wie50){um.xn(umU);um.xd(umU);}};umNav.prototype.ru=function(umU,umS){um.t8=um.es(umU.className);if(/nomove/.test(um.t8)){return false;}um.wz=um.getWindowDimensions();um.mp={x:um.getRealPosition(umU,'x'),y:um.getRealPosition(umU,'y'),w:umU.offsetWidth,h:umU.offsetHeight,pw:umU.parentNode.parentNode.offsetWidth,m:32,nx:-1,ny:-1,sc:um.getScrollAmount(),scx:um.getScrollAmount(1)};if(um.wie50&&um.rtl){um.mp.x-=um.m.body.clientWidth;}if(typeof um.scr!=um.un){um.mp.h=scr.gmh(umU);}um.is=(um.ne(umU.parentNode));if(um.s){um.mp.x-=um.m.body.offsetLeft;um.mp.y-=um.m.body.offsetTop;}else if(um.mie){um.t=um.e[55]+um.e[51];um.mp.x-=um.t;um.mp.y-=um.t;}else{um.t=umU;while(!um.ne(um.t.parentNode)){um.mp.x+=um.e[51];um.mp.y+=um.e[51];um.t=um.t.parentNode.parentNode;}}if(!um.ie&&um.e[3]=='fixed'&&um.is){um.mp.x+=um.mp.scx;um.mp.y+=um.mp.sc;}um.t=[(um.mp.x+um.mp.w),(um.wz.x-um.mp.m+um.mp.scx)];if(um.t[0]>um.t[1]){if(um.is){um.mp.nx=(((um.p)?um.mp.x:0)-(um.t[0]-um.t[1]));}else{um.mp.nx=(((um.p)?(0-um.mp.w-um.mp.pw+um.e[55]-um.e[49]):(0-um.mp.w-um.e[55]-um.e[51]))-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.t=umU.parentNode;um.y=um.getRealPosition(um.t,'y');while(!um.ne(um.t)){um.y+=um.e[51];um.t=um.t.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){umU.style.left=um.mp.nx+'px';}else{umU.style.marginLeft=um.mp.nx+'px';}um.ap('110',umU);}if(um.mp.ny!=-1){if(um.p&&um.ne(umU.parentNode)){umU.style.marginTop=(2000-um.yd)+'px';}else{umU.style.marginTop=um.mp.ny+'px';}um.ap('120',umU);}um.t=umU;um.y=(um.wie50&&!um.p)?((um.pi(umU.style.marginTop)+umU.parentNode.offsetHeight+um.getRealPosition(umU.parentNode,'y'))-um.mp.sc):(um.getRealPosition(um.t,'y')-um.mp.sc);while(!um.ne(um.t.parentNode)){um.y+=um.e[51];um.t=um.t.parentNode.parentNode;}if(um.f){um.y+=um.mp.sc;}if(um.y<0){um.mp.ny=um.pi(umU.style.marginTop);if(isNaN(um.mp.ny)){um.mp.ny=0;}umU.style.marginTop=(um.mp.ny-um.y)+'px';}um.t=umU;um.x=um.getRealPosition(um.t,'x')-um.mp.scx;while(!um.ne(um.t.parentNode)){um.x+=um.e[51];um.t=um.t.parentNode.parentNode;}if(um.x<0){umU.style.marginLeft=(um.p&&um.ne(umU.parentNode))?'2000px':(um.mp.scx>0?0-um.x:0)+'px';umU.style.left='0';}return true;};umNav.prototype.hl=function(umH){um.at={'class':'udmS'};um.sh=umH.parentNode.appendChild(um.createElement('span',um.at));um.cn=um.es(umH.className);if(um.cn!=''){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=umH.offsetWidth+'px';um.hh=umH.offsetHeight;if(typeof um.scr!=um.un){um.hh=scr.gmh(umH);}um.sh.style.height=um.hh+'px';um.mp={x:(umH.offsetLeft),y:(umH.offsetTop)};um.is=um.ne(um.sh.parentNode);if(um.s&&!um.s1&&!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.il=function(umH){um.at={'class':'udmC', 'src':'javascript:false;'};um.co=umH.parentNode.appendChild(um.createElement('iframe',um.at));um.co.tabIndex='-1';um.co.style.width=umH.offsetWidth+'px';um.co.style.height=(typeof um.scr!=um.un?scr.gmh(umH):umH.offsetHeight)+'px';um.co.style.left=umH.offsetLeft+'px';um.co.style.top=umH.offsetTop+'px';return um.co;};umNav.prototype.dw=function(umA){um.rw+=umA.offsetWidth;if(um.nc){um.rw-=um.e[18];}else{um.rw+=um.e[17];}};umNav.prototype.aw=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.gp(um.gc(um.tr)).offsetLeft+um.getRealPosition(um.tr,'x'));}}if(um.mie||um.og){um.rw*=1.05;}if(um.getWindowDimensions().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.gc(um.tr).offsetHeight+'px';}};umNav.prototype.ts=function(umZ){um.se=um.m.getElementsByTagName('select');um.sl=um.se.length;if(um.sl>0){i=0;do{um.se[i++].style.visibility=umZ;}while(i<um.sl);um.ap((umZ=='hidden')?'067':'077',um.se);}};umNav.prototype.ws=function(){clearInterval(um.vs);um.ch=um.gc(um.tr).offsetHeight;um.cz=um.getWindowDimensions();if((um.ch!=um.lh&&um.reset[2]!='no')||((um.cz.x!=um.lw.x||um.cz.y!=um.lw.y)&&um.reset[1]!='no')){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.dw(um.kn[i]);}i++;}while(i<um.kl);this.aw();}um.lw=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.vs=setInterval('um.n.ws()',55);};um.qc=function(umLH){if(um.reset[3]=='yes'&&umLH!=''&&umLH!=um.jv){um.closeAllMenus();}};um.vn=function(umNN){return umNN.replace(/html[:]+/,'');};um.es=function(umCM){return umCM==null?'':umCM;};um.gt=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.gt(umRT.childNodes[i],umTG,umCE);}return umCE;};um.gc=function(umRA){return umRA.getElementsByTagName('a')[0];};um.gu=function(umE){return umE.getElementsByTagName('ul');};um.gm=function(umE){um.mu=null;um.mn=umE.childNodes;um.ml=um.mn.length;i=0;do{um.nn=um.vn(um.mn[i].nodeName).toLowerCase();if(um.nn=='ul'){um.mu=um.mn[i];break;}i++;}while(i<um.ml);return um.mu;};um.cm=function(e){if(!e){e=window.event;}if(!um.tr.contains(e.srcElement||e.target)||e.keyCode){um.closeAllMenus();}};um.closeAllMenus=function(){um.n.cd(um.tr);um.n.ck(um.tr);um.ha=0;};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(umDR){return ((typeof umDR==um.un||!umDR)?(typeof window.pageYOffset!=um.un?window.pageYOffset:um.q?um.m.body.scrollTop:um.m.documentElement.scrollTop):(typeof window.pageXOffset!=um.un?window.pageXOffset:um.q?um.m.body.scrollLeft:um.m.documentElement.scrollLeft));};um.getRealPosition=function(umE,umX){um.ps=(umX=='x')?umE.offsetLeft:umE.offsetTop;um.te=umE.offsetParent;while(um.te!=null){um.ps+=(umX=='x')?um.te.offsetLeft:um.te.offsetTop;um.te=um.te.offsetParent;}return um.ps;};um.activateMenu=function(umNI,umXP,umYP){var umVN=um.gd(umNI);if(umVN!=null&&!um.rtl){um.vm=um.gm(umVN);if(um.vm!=null){if(um.n.cck()){um.n.cd(umVN);um.n.pr(um.vm,umVN,0);um.vm.style.left=umXP;um.vm.style.top=umYP;}}}};um.deactivateMenu=function(umNI){var umVN=um.gd(umNI);if(umVN!=null&&!um.rtl){um.n.cp(um.gm(umVN),umVN);}};
	
	
	
	
	
	
	
// UDMv4.42 //
/***************************************************************\

  ULTIMATE DROP DOWN MENU Version 4.42 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.tf=null;um.mt=[um.e[10],um.e[11]];if(um.kb&&um.m.cookie){um.rf=[um.gd('hotkeySelector'),um.gd('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.gd('hotkeySelector'),um.gd('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((um.s?'keydown':'keypress'),this.kha,0);}else{document.attachEvent('onkeydown',this.kha);}};umKM.prototype.bfh=function(){document.addEventListener('mouseover',function(e){if(um.ha&&um.kdf&&!umTree.contains(e.target)){um.cm(e);um.ha=0;}},0);};umKM.prototype.bth=function(umI){this.a=um.gc(umI);this.cn=um.es(this.a.className);if(/nohref/i.test(this.cn)){um.kbm.cdl(this.a);}if(um.ie) { return false; }this.a.addEventListener('focus',function(e){if((!um.o7&&!um.lf)||(um.o7&&um.kdf)){um.bub=0;umI.over(1,e.target);}},0);return true;};umKM.prototype.cu=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.gu(um.gp(umTG)).length>0)?um.gu(um.gp(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.gp(um.tf).parentNode.lastChild;if(um.gp(um.tf)==um.lc){um.n.lr(um.gc(um.lc),0);}}um.avl=um.av.length;i=0;do{if(um.av[i]!=null){if(um.gu(um.av[i]).length>0){um.n.cp(um.gu(um.av[i])[0],um.av[i]);}else{um.n.cp(null,um.av[i]);}}i++;}while(i<um.avl);};umKM.prototype.cdl=function(udmLink){udmLink.href=um.jv;udmLink.style.cursor='default';};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.kb&&um.key!=9){return false;}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&&!e.metaKey)||e[um.keys[5]]))||(um.key==um.keys[6])){um.e[10]=1;um.e[11]=1;if(!um.ha){um.cm(e);um.fl.focus();um.ha=1;um.ap('080',um.tr);}else{if(um.sp){um.sapi.voice.Speak(um.vocab[8],2);}um.cm(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.ap('090',um.tr);}}um.tg=(e.target)?e.target:e.srcElement;if(um.tr.contains(um.tg)){um.e[10]=1;um.e[11]=1;um.pnc=um.es(um.gp(um.tg).parentNode.className);if(um.h&&um.pnc=='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[um.rtl?(i-1):(3-i)];break;}i++;}while(i<4);}else{if(um.nm&&(um.key==um.keys[1]||um.key==um.keys[3])){return false;}um.t=um.gp(um.tg).parentNode;if(um.a||um.e[12]=='yes'){um.tmc=um.es(um.t.className);if(um.gu(um.gp(um.tg))[0]){um.xm=um.gu(um.gp(um.tg))[0];if(um.getRealPosition(um.xm,'x')<um.getRealPosition(um.t,'x')){um.key=um.kbm.mkc(um.key);}}else if(um.tmc!='udm'){um.pm=um.gp(um.t).parentNode;if(um.getRealPosition(um.pm,'x')>um.getRealPosition(um.t,'x')){um.key=um.kbm.mkc(um.key);}}}}um.tf=null;um.li=umTree.getElementsByTagName('li');um.ll=um.li.length;switch(um.key){case 9 :i=0;do{if(um.li[i]==um.gp(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.t=um.gc(um.li[um.j]);}else{setTimeout('um.closeAllMenus()',55);}break;}i++;}while(i<um.ll);break;case um.keys[0] :if(um.gp(um.tg).previousSibling){um.fo=um.gp(um.tg).previousSibling;if(um.fo!=null){um.t=um.gc(um.fo);um.nf=(typeof um.t!=um.un)?um.t:null;if(um.nf!=null){um.nf.focus();}}}else if(um.gp(um.tg).parentNode.childNodes.length>1){um.n.cp(um.gu(um.gp(um.tg))[0],um.gp(um.tg));um.t=um.gc(um.gp(um.tg).parentNode.lastChild);um.nf=(um.gp(um.tg).parentNode.className!='udm');if(um.nf&&um.h&&um.gp(um.gp(um.tg).parentNode).parentNode.className=='udm'){um.t=um.gc(um.gp(um.gp(um.tg).parentNode));}um.t.focus();}um.ap('100',um.tg);if(um.ie){return false;}else if(e){e.preventDefault();}break;case um.keys[1] :if(um.gu(um.gp(um.tg))[0]){um.t=um.gu(um.gp(um.tg))[0];um.nf=(um.t)?um.gc(um.t):null;if(um.nf!=null){um.nf.focus();}}um.ap('101',um.tg);if(um.ie){return false;}else if(e){e.preventDefault();}break;case um.keys[2] :if(um.gp(um.tg).nextSibling){um.fo=um.gp(um.tg).nextSibling;if(um.fo!=null){um.t=um.gc(um.fo);um.nf=(typeof um.t!=um.un)?um.t:null;if(um.nf!=null){um.nf.focus();}}}else if(um.gp(um.tg).parentNode.childNodes.length>1){um.n.cp(um.gu(um.gp(um.tg))[0],um.gp(um.tg));um.gc(um.gp(um.tg).parentNode.firstChild).focus();}um.ap('102',um.tg);if(um.ie){return false;}else if(e){e.preventDefault();}break;case um.keys[3] :if(um.gp(um.tg).parentNode.parentNode){um.t=um.gp(um.tg).parentNode;um.nf=(um.t.className=='udm')?null:um.gc(um.gp(um.t));if(um.nf!=null&&(typeof um.nf.focus=='function'||typeof um.nf.focus=='object')){um.nf.focus();}}um.ap('103',um.tg);if(um.ie){return false;}else if(e){e.preventDefault();}break;}}return true;};umKM.prototype.cws=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){this.cws(um.kd);}}return umN;};	