//custom start
// UDMv4.01 //
/***************************************************************/
var um=new Object;um.menuClasses=[],um.itemClasses=[],um.menuCode=[];
/***************************************************************\

  ULTIMATE DROP DOWN MENU Version 4.01 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/";

var list = document.getElementById("udm");
um.baseSRC = list.getAttribute("imagePath");
var orientation = list.getAttribute("orientation");
var width = list.getAttribute("width");
var xOffset = list.getAttribute("xOffset");
var yOffset = list.getAttribute("yOffset");



//navbar orientation
um.orientation = [
	orientation,	// alignment ["vertical"|"horizontal"|"popup"]
	"left",		// h align ["left"|"right"]
	"top",		// v align ["top"|"bottom"]
	"relative",	// positioning ["relative"|"absolute"|"fixed"|"allfixed"]
	"10px",	// x position (+-) ["em"|"px"|"pt"|"%"|"0"]
	"5px",	// 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 = [
	"250",		// open timer ["milliseconds"|"0"]
	"600",		// close timer ["milliseconds"|"0"]
	"yes",		// reposition menus to stay inside the viewport ["yes"|"no"]
	"yes",		// hide <select> for win/ie5.0 when menus open ["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[0]", // exit focus [expression]
	];


/***************************************************************\
 * NAVBAR DEFAULT STYLES
\***************************************************************/


//styles which apply to the navbar
um.navbar = [
	xOffset,		// nav -> menu x-offset (+-)["n" pixels]
	yOffset,		// nav -> menu y-offset (+-)["n" pixels]
	width,	// 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 = [
	"5",		// margin between items ["n" pixels]
	"1",		// border size ["n" pixels] (single value only)
	"collapse",	// border collapse ["collapse"|"separate"] (only applies when margin = "0"]
	"#000000 #000000 #000000 #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; don't use "none" - set border size to "0" if you don't want borders)
	"#000000 #000000 #000000 #000000",// 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")
	"#000000 #000000 #000000 #000000",// 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")
	"9",		// left/right padding ["n" pixels] (single value only)
	"5",		// top/bottom padding ["n" pixels] (single value only)
	"#fff",		// background ["color"|"#hex"|"rgb()"|"image.gif"]
	"#fff",		// hover/focus background ["color"|"#hex"|"rgb()"|"image.gif"]
	"#fff",		// visited background ["color"|"#hex"|"rgb()"|"image.gif"]
	"11px",		// font size ["em"|"px"|"pt"|"%"]
	"tahoma,sans-serif",// font family ["font1,font2,font3"] (always end with a generic family)
	"bold",		// font weight ["normal"|"bold"]
	"none",		// text decoration ["none"|"underline"|"overline"|"line-through"]
	"left",		// text-align ["left"|"right"|"center"]
	"#000000",	// color ["color"|"#hex"|"rgb()"]
	"#000000",	// hover/focus color ["color"|"#hex"|"rgb()"]
	"#000000",	// 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"]
	"letter-spacing:1px !important;",// additional link CSS (careful!)
	"text-decoration:underline;",		// additional hover/focus CSS (careful!)
	"",		// additional visited CSS (careful!)
	"arrow_orange.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)
	"arrow_orange.gif",// menu indicator rollover character/image ["x"|"image.gif"|"none"] (must be same type)
	"7",		// 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 = [
	"1",		// menu -> menu x-offset (+-)["n" pixels] // "-16"
	"0",		// menu -> menu y-offset (+-)["n" pixels]
	"0",		// border size ["n" pixels] (single value only) 
	"#000000 #000000 #000000 #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; don't use "none" - set border size to "0" if you don't want borders)
	"130px",	// 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)
	"none",// shadow background ["color"|"#hex"|"rgb()"|"image.gif"|"none"]
	"0",		// 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 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)
	"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; don't use "none" - set border size to "0" if you don't want borders)
	"#000000",		// 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")
	"#000000",	// visit	ed 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) 
	"transparent",	// background ["color"|"#hex"|"rgb()"|"image.gif"]
	"#ffffff",	// hover/focus background ["color"|"#hex"|"rgb()"|"image.gif"]
	"transparent",	// visited background ["color"|"#hex"|"rgb()"|"image.gif"]
	"11px",		// 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"]
	"#000",		// color ["color"|"#hex"|"rgb()"]
	"#000000",		// hover/focus color ["color"|"#hex"|"rgb()"]
	"#000",		// 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!)
	"text-decoration:underline;",		// additional hover/focus CSS (careful!)
	"",		// additional visited CSS (careful!)
	"arrow_orange.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)
	"arrow_orange.gif",// submenu indicator rollover character/image ["x"|"image.gif"|"none"] (must be the same type)
	"3",		// clipping width of indicator image ["n" pixels] (image only)
	"..",		// alt text of indicator image ["x"] (image only)
	];


/***************************************************************\
 * MENU CLASSES
\***************************************************************/


//classes which apply to menus
um.menuClasses["orangeMenu"] = [
	"#000000 #000000 #000000 #000000",// border colors ["color"|"#hex"|"rgb()"]
	"solid",	// border styles ["solid"|"double"|"dotted"|"dashed"|"groove"|"ridge"|"inset"|"outset"] (single, double or four values; don't use "none" - set default border size to "0" if you don't want borders)
	"8em",		// width ["em"|"px"|"pt"]
	"#fec",		// background ["color"|"#hex"|"rgb()"|"image.gif"]
	"filter:progid:DXImageTransform.Microsoft.Inset(duration=0.2);",// additional menu CSS (careful!) (you can use a transition here but *not* a static filter)
	"orangeshadow.png",// shadow background ["color"|"#hex"|"rgb()"|"image.gif"|"none"] (this won't show up at all if default shadow is "none", so if that's what you want, set default shadow to "transparent" or default offset to "0")
	"2px",		// shadow offset (+-) ["em"|"px"|"pt"|"%"|"0"]
	"filter:progid:DXImageTransform.Microsoft.Shadow(color=#ddbbaa,direction=135,strength=2);", // additional shadow layer CSS (if you use a Shadow filter here, win/ie5.5+ will do that *instead* of default shadow)
	];


//classes which apply to menu items
um.itemClasses["orangeMenuItem"] = [
	"#fec",		// 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 default border size to "0" if you don't want borders)
	"#000000",	// 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")
	"#fec",		// 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")
	"#fec",		// background ["color"|"#hex"|"rgb()"|"image.gif"]
	"#f8fbd0",	// hover/focus background ["color"|"#hex"|"rgb()"|"image.gif"]
	"#fec",		// visited background ["color"|"#hex"|"rgb()"|"image.gif"]
	"70%",		// font size ["em"|"px"|"pt"|"%"]
	"tahoma,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"]
	"#000000",	// color ["color"|"#hex"|"rgb()"]
	"#000000",	// hover/focus color ["color"|"#hex"|"rgb()"]
	"#000000",	// 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!)
	"arrow_orange.gif",// submenu indicator character/image ["x"|"image.gif"|"none"] (must be the same type as default submenu indicator)
	"arrow_orange.gif",// submenu indicator rollover character/image ["x"|"image.gif"|"none"] (must be the same type)
	"..",		// alt text of indicator image  ["x"] (image only)
	];


/***************************************************************\
 * DYNAMIC MENUS
\***************************************************************/



	
	
/***************************************************************\
\***************************************************************/


//custom end
//control start
// UDMv4.01 //
/***************************************************************\

  ULTIMATE DROP DOWN MENU Version 4.01 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 n;};um.un='undefined';um.m=document;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(!/classes/i.test(um.cx[i])){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!='KDE'&&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&&/mac/.test(um.u));um.mx=(/tasman 0\.9/.test(um.u));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&&/msie 5/.test(um.u));um.wie55=(um.wie&&/msie 5\.5/.test(um.u));um.wie50=(um.wie5&&!um.wie55);um.wie6=(um.wie&&/msie 6/.test(um.u));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(/gecko/.test(um.u)!=-1&&!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';}if(um.mx){um.e[12]='no';}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.a=um.e[1];um.h=(um.e[0]=='horizontal');um.rg=(um.h&&um.e[7]=='rigid');um.rp=(um.e[3]=='relative');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.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+'udm-arrowShim.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);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;};
//contrrol end
//style start
// UDMv4.01 //
/***************************************************************\

  ULTIMATE DROP DOWN MENU Version 4.01 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:','','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:','@media screen,projection{',' 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+');':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]+'}';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;}';}um.tm=(um.e[17]==0&&um.e[19]=='collapse')?'margin-top:-'+um.e[18]+'px;':um.t[13]+um.e[17]+'px;';um.tm+=(um.h)?um.t[10]+um.e[17]+'px;':'';um.r[j++]='.udm li{'+um.tm+'}';um.r[j++]='.udm ul li{margin:0;}';if(um.e[61]==0&&um.e[63]=='collapse'){um.r[j++]='.udm ul li{margin-top:-'+um.e[62]+'px;}';}else{um.r[j++]='.udm ul li{'+um.t[13]+um.e[61]+'px;}';um.r[j++]='.udm ul li:first-child{margin-top:'+um.e[61]+'px;}';um.r[j++]='.udm ul a{margin:0 '+um.e[61]+'px 0 '+um.e[61]+'px;}';}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]+'}';if(um.h){um.r[j++]='.udm{text-align:left;'+um.t[4]+um.e[4]+';margin-'+um.e[2]+':'+um.e[5]+';}';um.r[j++]='.udm{width:100%;box-sizing:border-box;}';um.r[j++]=um.t[31]+'html*.udm{width:auto;}}';um.r[j++]='* html .udm{width:auto;}';um.r[j++]='ul[class^="udm"]{width:auto;}';if(um.rp){um.r[j++]=um.t[31]+'.udm{float:left;}}';}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[31]+'.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[31]+um.t[34]+'{'+um.t[19]+'float:none;}}';um.r[j++]=um.t[31]+'.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.e[17]==0&&um.e[19]=='collapse'){um.r[j++]='.udm li{'+um.t[8]+'}';um.r[j++]='.udm li a{'+um.t[0]+'-'+um.e[18]+'px;margin-top:-'+um.e[18]+'px;}';um.r[j++]=um.t[18]+'.udm li{'+um.t[0]+'-'+um.e[18]+'px;}}';um.r[j++]=um.t[18]+'.udm li a{'+um.t[8]+um.t[3]+'}}';um.r[j++]='* html .udm li{'+um.t[0]+'-'+um.e[18]+'px;}';um.r[j++]=um.t[34]+'{'+um.t[8]+um.t[3]+'}';um.r[j++]='ul[class^="udm"] li{'+um.t[0]+'-'+um.e[18]+'px;}';um.r[j++]='ul[class^="udm"] li a{'+um.t[8]+um.t[3]+'}';um.r[j++]='.udm ul li{'+um.t[8]+'}';um.r[j++]='ul[class^="udm"] ul li{'+um.t[8]+'}';um.r[j++]='.udm{'+um.t[0]+um.e[18]+'px;'+um.t[1]+um.e[18]+'px;}';if(um.rp){um.r[j++]=um.t[31]+'* html .udm{left:-'+um.e[18]+'px;}}';um.r[j++]=um.t[31]+'* html*.udm{left:0;}}';}else{um.r[j++]=um.t[31]+'* html*.udm{'+um.t[0]+(um.e[18]*2)+'px;}}';}}if(um.e[61]==0&&um.e[63]=='collapse'){um.r[j++]='.udm ul{'+um.t[1]+(um.e[62]+um.e[55])+'px;}';}}else{if(um.rp){um.r[j++]='.udm{'+um.t[16]+'}';if(um.a=='right'){um.r[j++]='.udm{padding-'+um.a+':'+um.e[4]+';}';um.r[j++]=um.t[18]+'.udm{padding-'+um.a+':0;margin-'+um.a+':'+um.e[4]+';}}';um.r[j++]='* html .udm{padding-'+um.a+':0;margin-'+um.a+':'+um.e[4]+';}';}else{um.r[j++]='.udm{padding-'+um.a+':'+um.e[4]+';}';um.r[j++]='.ud\\m{padding-'+um.a+':0;margin-'+um.a+':'+um.e[4]+';}';um.r[j++]='* html .udm{padding-'+um.a+':0;margin-'+um.a+':'+um.e[4]+';}';}um.r[j++]='.udm{padding-'+um.e[2]+':'+um.e[5]+';}';um.r[j++]='.ud\\m{padding-'+um.e[2]+':0;margin-'+um.e[2]+':'+um.e[5]+';}';um.r[j++]='* html .udm{padding-'+um.e[2]+':0;margin-'+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.e[17]==0&&um.e[19]=='collapse'){um.r[j++]='.udm{'+um.t[1]+um.e[18]+'px;}';}if(um.e[61]==0&&um.e[63]=='collapse'){um.r[j++]='.udm ul{'+um.t[1]+(um.e[62]+um.e[55])+'px;}';}}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[31]+'* 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;}';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;}';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 h1,.udm h2,.udm h3,.udm h4,.udm h5,.udm h6{display:inline;}';um.r[j++]='.ud\\m h1,.ud\\m h2,.ud\\m h3,.ud\\m h4,.ud\\m h5,.ud\\m h6{display:block;}';um.r[j++]='ul[class^="udm"] h1,ul[class^="udm"] h2,ul[class^="udm"] h3,ul[class^="udm"] h4,ul[class^="udm"] h5,ul[class^="udm"] h6{display:block;}';um.r[j++]='* html .udm h1,* html .udm h2,* html .udm h3,* html .udm h4,* html .udm h5,* html .udm h6{display:block;}';um.r[j++]='.udm h1,.udm h2,.udm h3,.udm h4,.udm h5,.udm h6{width:expression("auto",this.runtimeStyle.width=this.parentNode.offsetWidth);}';um.r[j++]='.udm ul h1,.udm ul h2,.udm ul h3,.udm ul h4,.udm ul h5,.udm ul h6{width:expression("auto",this.runtimeStyle.width=this.parentNode.currentStyle.width);}';}else{um.r[j++]='.udm h1,.udm h2,.udm h3,.udm h4,.udm h5,.udm h6{width:100%;}';}um.r[j++]=um.t[31]+'* html .udm li{display:inline;}}';um.floats=(um.h)?'left':um.a;um.r[j++]=um.t[31]+'* html*.udm li,* html*.udm ul li{'+um.t[17]+'float:'+um.floats+';}}';if(um.h){um.r[j++]=um.t[31]+'* 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[31]+'* html*.udm span.'+i+'{'+um.t[8]+um.t[3]+'}}';}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;}';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>');}}
//style end
//dom start
// UDMv4.01 //
/***************************************************************\

  ULTIMATE DROP DOWN MENU Version 4.01 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);if(um.s){umTree.style.KhtmlOpacity = "1";}um.s1=(typeof umTree.style.KhtmlOpacity!='undefined');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';});}um.ready=1;um.rep('010',um.tr);}}}function umNav(umTree){um.n=this;um.tr=umTree;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;i=0;do{if(( um.mo[i] ) && ( 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;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')){um.tm=um.gca(umI);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!=''){um.at={'src':um.arShim.src,'alt':um.aa,'title':''};um.ai=um.createElement('img',um.at);um.ar.appendChild(um.ai);}um.tm.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);}umI.onmouseover=function(e){this.over(0,(um.ie)?event.srcElement:e.target);};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;}return (um.sa!='inline'||typeof um.sa==um.un);};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+=' udmR';}else{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';}}(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&&umO.filters&&umO.filters.length>0);if(um.hf){umO.filters[0].Apply();}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{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:(!/udmR/.test(umLk.className))?um.e[45]:um.e[46]:(um.mi)?null:(!/udmR/.test(umLk.className))?um.e[89]:um.e[90];if(!umNA&&!um.mi){if(typeof um.w[um.gpi(umLk).className]!=um.un){um.ac=(!/udmR/.test(umLk.className))?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.tm=umPM.parentNode;um.pp={tw:um.tm.offsetWidth,th:um.tm.offsetHeight,mw:umPM.offsetWidth,pw:um.tm.parentNode.offsetWidth};um.is=(umPM.parentNode.parentNode.className=='udm');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.h&&um.is){if(um.e[2]=='bottom'){um.y-=(umPM.offsetHeight+um.pp.th);}if((um.s&&!um.s1)&&um.rp){um.x+=um.getRealPosition(um.tr,'x');um.y+=um.getRealPosition(um.tr,'y');}if(um.mie){um.x-=um.pp.tw;um.y+=um.pp.th;}}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){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)));}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';}};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.e[17]==0&&um.e[19]=='collapse'){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.rw*=1.05;}}um.tr.style.width=um.rw+'px';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;}this.cdk(um.tr);this.cdm(um.tr);if(um.kb){um.ha=0;}if(um.rg&&(um.ch!=um.lh)){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;}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.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.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);}};
//dom end