(function (){
/**
 * See if the object goog.web exists, for language dropdown. If it doesn't
 * create it.
 * @type {Object}
 */
goog.web = goog.web || {};


/**
 * Set the site's host for locale and language dropdown use.
 * @type {string}
 */
goog.web.host = 'www.google';


/**
 * Supported Google Earth languages. Formatted to create a language dropdown
 * using http://www.google.com/js/lang_dropdown.js .
 *
 * Arrays in form [name, domain, language, selected]. '\u202A' is added so that
 * parenthesis show up correctly in RTL langs.
 *
 * @type {Array}
 */
goog.web.languages = [
  ['العربية', '.com', 'ar', false],
  ['български', '.com', 'bg', false],
  ['Català', '.com', 'ca', false],
  ['česky', '.com', 'cs', false],
  ['Dansk', '.com', 'da', false],
  ['Deutsch', '.de', 'de', false],
  ['Ελληνικά', '.com', 'el', false],
  ['\u202A' + 'English ( UK )', '.co.uk', 'en_uk', false],
  ['\u202A' + 'English (US)', '.com', 'en', false],
  ['\u202A' + 'español (España)', '.es', 'es_es', false],
  ['\u202A' + 'español (Latinoamerica)', '.com', 'es', false],
  ['suomi', '.com', 'fi', false],
  ['Français', '.fr', 'fr', false],
  ['Filipino', '.com', 'fil', false],
  ['हिन्दी', '.com', 'hi', false],
  ['hrvatski', '.com', 'hr', false],
  ['עברית', '.com', 'iw', false],
  ['Bahasa Indonesia', '.com', 'id', false],
  ['Italiano', '.it', 'it', false],
  ['日本語', '.co.jp', 'ja', false],
  ['한국어', '.com', 'ko', false],
  ['Latviešu valoda', '.com', 'lv', false],
  ['Lietuvių', '.com', 'lt', false],
  ['magyar', '.com', 'hu', false],
  ['Nederlands', '.nl', 'nl', false],
  ['Norsk', '.com', 'no', false],
  ['پارسی', '.com', 'fa', false],
  ['polski', '.com', 'pl', false],
  ['\u202A' + 'Português (Brasil)', '.com.br', 'pt-BR', false],
  ['\u202A' + 'Português (Portugal)', '.com', 'pt-PT', false],
  ['Română', '.com', 'ro', false],
  ['Русский', '.com', 'ru', false],
  ['Slovenčina', '.com', 'sk', false],
  ['Slovenščina', '.com', 'sl', false],
  ['српски', '.com', 'sr', false],
  ['Svenska', '.com', 'sv', false],
  ['ภาษาไทย', '.com', 'th', false],
  ['Türkçe', '.com', 'tr', false],
  ['Українська', '.com', 'uk', false],
  ['Tiếng Việt', '.com', 'vi', false],
  ['\u202A' + '中文 (简体)', '.com', 'zh-CN', false],
  ['\u202A' + '中文 (繁體)', '.com', 'zh-TW', false]
];
var h=void 0,j=true,k=null,l=false,s,u=this;function x(a,b){var c=a.split("."),d=u;!(c[0]in d)&&d.execScript&&d.execScript("var "+c[0]);for(var e;c.length&&(e=c.shift());)!c.length&&b!==h?d[e]=b:d=d[e]?d[e]:d[e]={}}function A(){}
function B(a){var b=typeof a;if(b=="object")if(a){if(a instanceof Array)return"array";else if(a instanceof Object)return b;var c=Object.prototype.toString.call(a);if(c=="[object Window]")return"object";if(c=="[object Array]"||typeof a.length=="number"&&typeof a.splice!="undefined"&&typeof a.propertyIsEnumerable!="undefined"&&!a.propertyIsEnumerable("splice"))return"array";if(c=="[object Function]"||typeof a.call!="undefined"&&typeof a.propertyIsEnumerable!="undefined"&&!a.propertyIsEnumerable("call"))return"function"}else return"null";
else if(b=="function"&&typeof a.call=="undefined")return"object";return b}function C(a){return B(a)=="array"}function aa(a){var b=B(a);return b=="array"||b=="object"&&typeof a.length=="number"}function E(a){return typeof a=="string"}var F="closure_uid_"+Math.floor(Math.random()*2147483648).toString(36),ba=0;function ca(a,b,c){return a.call.apply(a.bind,arguments)}
function da(a,b,c){if(!a)throw Error();if(arguments.length>2){var d=Array.prototype.slice.call(arguments,2);return function(){var c=Array.prototype.slice.call(arguments);Array.prototype.unshift.apply(c,d);return a.apply(b,c)}}else return function(){return a.apply(b,arguments)}}function ea(a,b,c){ea=Function.prototype.bind&&Function.prototype.bind.toString().indexOf("native code")!=-1?ca:da;return ea.apply(k,arguments)}
function fa(a,b){function c(){}c.prototype=b.prototype;a.fa=b.prototype;a.prototype=new c;a.prototype.constructor=a}Function.prototype.bind=Function.prototype.bind||function(a,b){if(arguments.length>1){var c=Array.prototype.slice.call(arguments,1);c.unshift(this,a);return ea.apply(k,c)}else return ea(this,a)};function ga(a){return a.replace(/^[\s\xa0]+|[\s\xa0]+$/g,"")}var ha=/^[a-zA-Z0-9\-_.!~*'()]*$/;function ia(a){a=String(a);return!ha.test(a)?encodeURIComponent(a):a}
function ja(a,b){for(var c=0,d=ga(String(a)).split("."),e=ga(String(b)).split("."),f=Math.max(d.length,e.length),g=0;c==0&&g<f;g++){var i=d[g]||"",o=e[g]||"",m=RegExp("(\\d*)(\\D*)","g"),D=RegExp("(\\d*)(\\D*)","g");do{var n=m.exec(i)||["","",""],r=D.exec(o)||["","",""];if(n[0].length==0&&r[0].length==0)break;c=ka(n[1].length==0?0:parseInt(n[1],10),r[1].length==0?0:parseInt(r[1],10))||ka(n[2].length==0,r[2].length==0)||ka(n[2],r[2])}while(c==0)}return c}
function ka(a,b){if(a<b)return-1;else if(a>b)return 1;return 0};var G=Array.prototype,la=G.indexOf?function(a,b,c){return G.indexOf.call(a,b,c)}:function(a,b,c){c=c==k?0:c<0?Math.max(0,a.length+c):c;if(E(a))return!E(b)||b.length!=1?-1:a.indexOf(b,c);for(;c<a.length;c++)if(c in a&&a[c]===b)return c;return-1},I=G.forEach?function(a,b,c){G.forEach.call(a,b,c)}:function(a,b,c){for(var d=a.length,e=E(a)?a.split(""):a,f=0;f<d;f++)f in e&&b.call(c,e[f],f,a)};
function ma(a,b){for(var c=1;c<arguments.length;c++){var d=arguments[c],e;if(C(d)||(e=aa(d))&&d.hasOwnProperty("callee"))a.push.apply(a,d);else if(e)for(var f=a.length,g=d.length,i=0;i<g;i++)a[f+i]=d[i];else a.push(d)}}function na(a,b,c,d){G.splice.apply(a,qa(arguments,1))}function qa(a,b,c){return arguments.length<=2?G.slice.call(a,b):G.slice.call(a,b,c)};var J,ra,sa,ta,ua;function va(){return u.navigator?u.navigator.userAgent:k}ua=ta=sa=ra=J=l;var wa;if(wa=va()){var xa=u.navigator;J=wa.indexOf("Opera")==0;ra=!J&&wa.indexOf("MSIE")!=-1;ta=(sa=!J&&wa.indexOf("WebKit")!=-1)&&wa.indexOf("Mobile")!=-1;ua=!J&&!sa&&xa.product=="Gecko"}var ya=J,K=ra,za=ua,Aa=sa,Ba=ta,Ea=u.navigator,Fa=(Ea&&Ea.platform||"").indexOf("Mac")!=-1,Ga;
a:{var Ha="",Ia;if(ya&&u.opera)var Ja=u.opera.version,Ha=typeof Ja=="function"?Ja():Ja;else if(za?Ia=/rv\:([^\);]+)(\)|;)/:K?Ia=/MSIE\s+([^\);]+)(\)|;)/:Aa&&(Ia=/WebKit\/(\S+)/),Ia)var Ka=Ia.exec(va()),Ha=Ka?Ka[1]:"";if(K){var La,Ma=u.document;La=Ma?Ma.documentMode:h;if(La>parseFloat(Ha)){Ga=String(La);break a}}Ga=Ha}var Na={};function Oa(a){return Na[a]||(Na[a]=ja(Ga,a)>=0)}var Pa={};function Qa(){return Pa[9]||(Pa[9]=K&&document.documentMode&&document.documentMode>=9)};var Ra;!K||Qa();!za&&!K||K&&Qa()||za&&Oa("1.9.1");K&&Oa("9");function Sa(a){return(a=a.className)&&typeof a.split=="function"?a.split(/\s+/):[]}function Ta(a,b){for(var c=Sa(a),d=qa(arguments,1),e=c,f=0,g=0;g<d.length;g++)la(e,d[g])>=0||(e.push(d[g]),f++);a.className=c.join(" ")}function Ua(a,b){for(var c=Sa(a),d=qa(arguments,1),e=c,f=0,g=0;g<e.length;g++)la(d,e[g])>=0&&(na(e,g--,1),f++);a.className=c.join(" ")};function Va(a){var b=L,c;for(c in b)a.call(h,b[c],c,b)}function Wa(a){var b=[],c=0,d;for(d in a)b[c++]=a[d];return b}function Xa(a){var b=[],c=0,d;for(d in a)b[c++]=d;return b};function Ya(){var a,b,c,d;a=document;if(a.querySelectorAll&&a.querySelector&&(!Aa||document.compatMode=="CSS1Compat"||Oa("528")))return a.querySelectorAll(".dd");if(a.getElementsByClassName){var e=a.getElementsByClassName("dd");return e}e=a.getElementsByTagName("*");d={};for(b=c=0;a=e[b];b++){var f=a.className;typeof f.split=="function"&&la(f.split(/\s+/),"dd")>=0&&(d[c++]=a)}d.length=c;return d}function Za(a){this.ka=a||u.document||document};var $a;!K||Qa();K&&Oa("8");function ab(){}ab.prototype.W=l;ab.prototype.s=function(){if(!this.W)this.W=j,this.t()};ab.prototype.t=function(){this.ja&&bb.apply(k,this.ja)};function bb(a){for(var b=0,c=arguments.length;b<c;++b){var d=arguments[b];aa(d)?bb.apply(k,d):d&&typeof d.s=="function"&&d.s()}};function M(a,b){this.type=a;this.currentTarget=this.target=b}fa(M,ab);M.prototype.t=function(){delete this.type;delete this.target;delete this.currentTarget};M.prototype.S=l;M.prototype.oa=j;function cb(a){cb[" "](a);return a}cb[" "]=A;function db(a,b){a&&this.I(a,b)}fa(db,M);s=db.prototype;s.target=k;s.relatedTarget=k;s.offsetX=0;s.offsetY=0;s.clientX=0;s.clientY=0;s.screenX=0;s.screenY=0;s.button=0;s.keyCode=0;s.charCode=0;s.ctrlKey=l;s.altKey=l;s.shiftKey=l;s.metaKey=l;s.na=l;s.X=k;
s.I=function(a,b){var c=this.type=a.type;M.call(this,c);this.target=a.target||a.srcElement;this.currentTarget=b;var d=a.relatedTarget;if(d){if(za){var e;a:{try{cb(d.nodeName);e=j;break a}catch(f){}e=l}e||(d=k)}}else if(c=="mouseover")d=a.fromElement;else if(c=="mouseout")d=a.toElement;this.relatedTarget=d;this.offsetX=a.offsetX!==h?a.offsetX:a.layerX;this.offsetY=a.offsetY!==h?a.offsetY:a.layerY;this.clientX=a.clientX!==h?a.clientX:a.pageX;this.clientY=a.clientY!==h?a.clientY:a.pageY;this.screenX=
a.screenX||0;this.screenY=a.screenY||0;this.button=a.button;this.keyCode=a.keyCode||0;this.charCode=a.charCode||(c=="keypress"?a.keyCode:0);this.ctrlKey=a.ctrlKey;this.altKey=a.altKey;this.shiftKey=a.shiftKey;this.metaKey=a.metaKey;this.na=Fa?a.metaKey:a.ctrlKey;this.state=a.state;this.X=a;delete this.oa;delete this.S};s.t=function(){db.fa.t.call(this);this.relatedTarget=this.currentTarget=this.target=this.X=k};function eb(){}var fb=0;s=eb.prototype;s.key=0;s.B=l;s.U=l;s.I=function(a,b,c,d,e,f){if(B(a)=="function")this.$=j;else if(a&&a.handleEvent&&B(a.handleEvent)=="function")this.$=l;else throw Error("Invalid listener argument");this.J=a;this.ea=b;this.src=c;this.type=d;this.capture=!!e;this.Y=f;this.U=l;this.key=++fb;this.B=l};s.handleEvent=function(a){return this.$?this.J.call(this.Y||this.src,a):this.J.handleEvent.call(this.J,a)};function N(a,b){this.ba=b;this.p=[];if(a>this.ba)throw Error("[goog.structs.SimplePool] Initial cannot be greater than max");for(var c=0;c<a;c++)this.p.push(this.h?this.h():{})}fa(N,ab);N.prototype.h=k;N.prototype.V=k;function gb(a){return a.p.length?a.p.pop():a.h?a.h():{}}function hb(a,b){a.p.length<a.ba?a.p.push(b):jb(a,b)}function jb(a,b){if(a.V)a.V(b);else{var c=B(b);if(c=="object"||c=="array"||c=="function")if(B(b.s)=="function")b.s();else for(var d in b)delete b[d]}}
N.prototype.t=function(){N.fa.t.call(this);for(var a=this.p;a.length;)jb(this,a.pop());delete this.p};var kb,lb=(kb="ScriptEngine"in u&&u.ScriptEngine()=="JScript")?u.ScriptEngineMajorVersion()+"."+u.ScriptEngineMinorVersion()+"."+u.ScriptEngineBuildVersion():"0";var mb,nb,ob,pb,qb,rb,sb,tb,ub,vb,wb;
(function(){function a(){return{b:0,A:0}}function b(){return[]}function c(){function a(b){b=g.call(a.src,a.key,b);if(!b)return b}return a}function d(){return new eb}function e(){return new db}var f=kb&&!(ja(lb,"5.7")>=0),g;rb=function(a){g=a};if(f){mb=function(){return gb(i)};nb=function(a){hb(i,a)};ob=function(){return gb(o)};pb=function(a){hb(o,a)};qb=function(){return gb(m)};sb=function(){hb(m,c())};tb=function(){return gb(D)};ub=function(a){hb(D,a)};vb=function(){return gb(n)};wb=function(a){hb(n,
a)};var i=new N(0,600);i.h=a;var o=new N(0,600);o.h=b;var m=new N(0,600);m.h=c;var D=new N(0,600);D.h=d;var n=new N(0,600);n.h=e}else mb=a,nb=A,ob=b,pb=A,qb=c,sb=A,tb=d,ub=A,vb=e,wb=A})();var O={},P={},L={},Q={};
function R(a,b,c,d,e){if(b)if(C(b))for(var f=0;f<b.length;f++)R(a,b[f],c,d,e);else{var d=!!d,g=P;b in g||(g[b]=mb());g=g[b];d in g||(g[d]=mb(),g.b++);var g=g[d],i=a[F]||(a[F]=++ba),o;g.A++;if(g[i]){o=g[i];for(f=0;f<o.length;f++)if(g=o[f],g.J==c&&g.Y==e){if(g.B)break;return}}else o=g[i]=ob(),g.b++;f=qb();f.src=a;g=tb();g.I(c,f,a,b,d,e);c=g.key;f.key=c;o.push(g);O[c]=g;L[i]||(L[i]=ob());L[i].push(g);a.addEventListener?(a==u||!a.ia)&&a.addEventListener(b,f,d):a.attachEvent(b in Q?Q[b]:Q[b]="on"+b,f)}else throw Error("Invalid event type");
}function xb(a){if(O[a]){var b=O[a];if(!b.B){var c=b.src,d=b.type,e=b.ea,f=b.capture;c.removeEventListener?(c==u||!c.ia)&&c.removeEventListener(d,e,f):c.detachEvent&&c.detachEvent(d in Q?Q[d]:Q[d]="on"+d,e);c=c[F]||(c[F]=++ba);e=P[d][f][c];if(L[c]){var g=L[c],i=la(g,b);i>=0&&G.splice.call(g,i,1);g.length==0&&delete L[c]}b.B=j;e.da=j;yb(d,f,c,e);delete O[a]}}}
function yb(a,b,c,d){if(!d.K&&d.da){for(var e=0,f=0;e<d.length;e++)if(d[e].B){var g=d[e].ea;g.src=k;sb(g);ub(d[e])}else e!=f&&(d[f]=d[e]),f++;d.length=f;d.da=l;f==0&&(pb(d),delete P[a][b][c],P[a][b].b--,P[a][b].b==0&&(nb(P[a][b]),delete P[a][b],P[a].b--),P[a].b==0&&(nb(P[a]),delete P[a]))}}function zb(){var a,b=0,c=a==k;a=!!a;Va(function(d){for(var e=d.length-1;e>=0;e--){var f=d[e];if(c||a==f.capture)xb(f.key),b++}})}
function Ab(a,b,c,d,e){var f=1,b=b[F]||(b[F]=++ba);if(a[b]){a.A--;a=a[b];a.K?a.K++:a.K=1;try{for(var g=a.length,i=0;i<g;i++){var o=a[i];o&&!o.B&&(f&=Bb(o,e)!==l)}}finally{a.K--,yb(c,d,b,a)}}return Boolean(f)}function Bb(a,b){var c=a.handleEvent(b);a.U&&xb(a.key);return c}
rb(function(a,b){if(!O[a])return j;var c=O[a],d=c.type,e=P;if(!(d in e))return j;var e=e[d],f,g;$a===h&&($a=K&&!u.addEventListener);if($a){var i;if(!(i=b))a:{i="window.event".split(".");for(var o=u;f=i.shift();)if(o[f]!=k)o=o[f];else{i=k;break a}i=o}f=i;i=j in e;o=l in e;if(i){if(f.keyCode<0||f.returnValue!=h)return j;a:{var m=l;if(f.keyCode==0)try{f.keyCode=-1;break a}catch(D){m=j}if(m||f.returnValue==h)f.returnValue=j}}m=vb();m.I(f,this);f=j;try{if(i){for(var n=ob(),r=m.currentTarget;r;r=r.parentNode)n.push(r);
g=e[j];g.A=g.b;for(var w=n.length-1;!m.S&&w>=0&&g.A;w--)m.currentTarget=n[w],f&=Ab(g,n[w],d,j,m);if(o){g=e[l];g.A=g.b;for(w=0;!m.S&&w<n.length&&g.A;w++)m.currentTarget=n[w],f&=Ab(g,n[w],d,l,m)}}else f=Bb(c,m)}finally{if(n)n.length=0,pb(n);m.s();wb(m)}return f}d=new db(b,this);try{f=Bb(c,d)}finally{d.s()}return f});function Cb(a){if(typeof a.q=="function")return a.q();if(E(a))return a.split("");if(aa(a)){for(var b=[],c=a.length,d=0;d<c;d++)b.push(a[d]);return b}return Wa(a)}function Db(a,b,c){if(typeof a.forEach=="function")a.forEach(b,c);else if(aa(a)||E(a))I(a,b,c);else{var d;if(typeof a.v=="function")d=a.v();else if(typeof a.q!="function")if(aa(a)||E(a)){d=[];for(var e=a.length,f=0;f<e;f++)d.push(f)}else d=Xa(a);else d=h;for(var e=Cb(a),f=e.length,g=0;g<f;g++)b.call(c,e[g],d&&d[g],a)}};function Eb(a,b){this.j={};this.c=[];var c=arguments.length;if(c>1){if(c%2)throw Error("Uneven number of arguments");for(var d=0;d<c;d+=2)this.set(arguments[d],arguments[d+1])}else if(a){a instanceof Eb?(c=a.v(),d=a.q()):(c=Xa(a),d=Wa(a));for(var e=0;e<c.length;e++)this.set(c[e],d[e])}}s=Eb.prototype;s.b=0;s.ga=0;s.q=function(){Fb(this);for(var a=[],b=0;b<this.c.length;b++)a.push(this.j[this.c[b]]);return a};s.v=function(){Fb(this);return this.c.concat()};s.n=function(a){return S(this.j,a)};
s.remove=function(a){return S(this.j,a)?(delete this.j[a],this.b--,this.ga++,this.c.length>2*this.b&&Fb(this),j):l};function Fb(a){if(a.b!=a.c.length){for(var b=0,c=0;b<a.c.length;){var d=a.c[b];S(a.j,d)&&(a.c[c++]=d);b++}a.c.length=c}if(a.b!=a.c.length){for(var e={},c=b=0;b<a.c.length;)d=a.c[b],S(e,d)||(a.c[c++]=d,e[d]=1),b++;a.c.length=c}}s.get=function(a,b){return S(this.j,a)?this.j[a]:b};s.set=function(a,b){S(this.j,a)||(this.b++,this.c.push(a),this.ga++);this.j[a]=b};s.D=function(){return new Eb(this)};
function S(a,b){return Object.prototype.hasOwnProperty.call(a,b)};var Gb=RegExp("^(?:([^:/?#.]+):)?(?://(?:([^/?#]*)@)?([\\w\\d\\-\\u0100-\\uffff.%]*)(?::([0-9]+))?)?([^?#]+)?(?:\\?([^#]*))?(?:#(.*))?$");function Hb(a,b){var c;a instanceof Hb?(this.C(b==k?a.f:b),Sb(this,a.m),Tb(this,a.G),Ub(this,a.o),Vb(this,a.w),Wb(this,a.l),Xb(this,a.k.D()),Yb(this,a.F)):a&&(c=String(a).match(Gb))?(this.C(!!b),Sb(this,c[1]||"",j),Tb(this,c[2]||"",j),Ub(this,c[3]||"",j),Vb(this,c[4]),Wb(this,c[5]||"",j),Xb(this,c[6]||"",j),Yb(this,c[7]||"",j)):(this.C(!!b),this.k=new Zb(k,this,this.f))}s=Hb.prototype;s.m="";s.G="";s.o="";s.w=k;s.l="";s.F="";s.la=l;s.f=l;
s.toString=function(){if(this.e)return this.e;var a=[];this.m&&a.push($b(this.m,ac),":");this.o&&(a.push("//"),this.G&&a.push($b(this.G,ac),"@"),a.push(E(this.o)?encodeURIComponent(this.o):k),this.w!=k&&a.push(":",String(this.w)));this.l&&(this.o&&this.l.charAt(0)!="/"&&a.push("/"),a.push($b(this.l,this.l.charAt(0)=="/"?bc:cc)));var b=String(this.k);b&&a.push("?",b);this.F&&a.push("#",$b(this.F,dc));return this.e=a.join("")};
s.D=function(){var a=this.m,b=this.G,c=this.o,d=this.w,e=this.l,f=this.k.D(),g=this.F,i=new Hb(k,this.f);a&&Sb(i,a);b&&Tb(i,b);c&&Ub(i,c);d&&Vb(i,d);e&&Wb(i,e);f&&Xb(i,f);g&&Yb(i,g);return i};function Sb(a,b,c){T(a);delete a.e;a.m=c?b?decodeURIComponent(b):"":b;if(a.m)a.m=a.m.replace(/:$/,"")}function Tb(a,b,c){T(a);delete a.e;a.G=c?b?decodeURIComponent(b):"":b}function Ub(a,b,c){T(a);delete a.e;a.o=c?b?decodeURIComponent(b):"":b}
function Vb(a,b){T(a);delete a.e;if(b){b=Number(b);if(isNaN(b)||b<0)throw Error("Bad port number "+b);a.w=b}else a.w=k}function Wb(a,b,c){T(a);delete a.e;a.l=c?b?decodeURIComponent(b):"":b}function Xb(a,b,c){T(a);delete a.e;b instanceof Zb?(a.k=b,a.k.T=a,a.k.C(a.f)):(c||(b=$b(b,ec)),a.k=new Zb(b,a,a.f))}function Yb(a,b,c){T(a);delete a.e;a.F=c?b?decodeURIComponent(b):"":b}function T(a){if(a.la)throw Error("Tried to modify a read-only Uri");}s.C=function(a){this.f=a;this.k&&this.k.C(a);return this};
var fc=/^[a-zA-Z0-9\-_.!~*'():\/;?]*$/;function $b(a,b){var c=k;E(a)&&(c=a,fc.test(c)||(c=encodeURI(a)),c.search(b)>=0&&(c=c.replace(b,gc)));return c}function gc(a){a=a.charCodeAt(0);return"%"+(a>>4&15).toString(16)+(a&15).toString(16)}var ac=/[#\/\?@]/g,cc=/[\#\?:]/g,bc=/[\#\?]/g,ec=/[\#\?@]/g,dc=/#/g;function Zb(a,b,c){this.i=a||k;this.T=b||k;this.f=!!c}
function U(a){if(!a.a&&(a.a=new Eb,a.b=0,a.i))for(var b=a.i.split("&"),c=0;c<b.length;c++){var d=b[c].indexOf("="),e=k,f=k;d>=0?(e=b[c].substring(0,d),f=b[c].substring(d+1)):e=b[c];e=decodeURIComponent(e.replace(/\+/g," "));e=V(a,e);a.add(e,f?decodeURIComponent(f.replace(/\+/g," ")):"")}}s=Zb.prototype;s.a=k;s.b=k;s.add=function(a,b){U(this);hc(this);a=V(this,a);if(this.n(a)){var c=this.a.get(a);C(c)?c.push(b):this.a.set(a,[c,b])}else this.a.set(a,b);this.b++;return this};
s.remove=function(a){U(this);a=V(this,a);if(this.a.n(a)){hc(this);var b=this.a.get(a);C(b)?this.b-=b.length:this.b--;return this.a.remove(a)}return l};s.n=function(a){U(this);a=V(this,a);return this.a.n(a)};s.v=function(){U(this);for(var a=this.a.q(),b=this.a.v(),c=[],d=0;d<b.length;d++){var e=a[d];if(C(e))for(var f=0;f<e.length;f++)c.push(b[d]);else c.push(b[d])}return c};
s.q=function(a){U(this);if(a)if(a=V(this,a),this.n(a)){var b=this.a.get(a);if(C(b))return b;else a=[],a.push(b)}else a=[];else for(var b=this.a.q(),a=[],c=0;c<b.length;c++){var d=b[c];C(d)?ma(a,d):a.push(d)}return a};s.set=function(a,b){U(this);hc(this);a=V(this,a);if(this.n(a)){var c=this.a.get(a);C(c)?this.b-=c.length:this.b--}this.a.set(a,b);this.b++;return this};s.get=function(a,b){U(this);a=V(this,a);if(this.n(a)){var c=this.a.get(a);return C(c)?c[0]:c}else return b};
s.toString=function(){if(this.i)return this.i;if(!this.a)return"";for(var a=[],b=0,c=this.a.v(),d=0;d<c.length;d++){var e=c[d],f=ia(e),e=this.a.get(e);if(C(e))for(var g=0;g<e.length;g++)b>0&&a.push("&"),a.push(f),e[g]!==""&&a.push("=",ia(e[g])),b++;else b>0&&a.push("&"),a.push(f),e!==""&&a.push("=",ia(e)),b++}return this.i=a.join("")};function hc(a){delete a.O;delete a.i;a.T&&delete a.T.e}s.D=function(){var a=new Zb;if(this.O)a.O=this.O;if(this.i)a.i=this.i;if(this.a)a.a=this.a.D();return a};
function V(a,b){var c=String(b);a.f&&(c=c.toLowerCase());return c}s.C=function(a){a&&!this.f&&(U(this),hc(this),Db(this.a,function(a,c){var d=c.toLowerCase();c!=d&&(this.remove(c),this.add(d,a))},this));this.f=a};function ic(){return j};/*
 Portions of this code are from the Dojo Toolkit, received by
 The Closure Library Authors under the BSD license. All other code is
 Copyright 2005-2009 The Closure Library Authors. All Rights Reserved.

 The "New" BSD License:

 Copyright (c) 2005-2009, The Dojo Foundation
 All rights reserved.

 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:

 Redistributions of source code must retain the above copyright notice, this
 list of conditions and the following disclaimer.
 Redistributions in binary form must reproduce the above copyright notice,
 this list of conditions and the following disclaimer in the documentation
 and/or other materials provided with the distribution.
 Neither the name of the Dojo Foundation nor the names of its contributors
 may be used to endorse or promote products derived from this software
 without specific prior written permission.

 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
 DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
var jc=function(){function a(a,c){if(!a)return[];if(a.constructor==Array)return a;if(!E(a))return[a];if(E(c)&&(c=E(c)?document.getElementById(c):c,!c))return[];var c=c||document,v=c.ownerDocument||c.documentElement;W=c.contentType&&c.contentType=="application/xml"||ya&&(c.doctype||v.toString()=="[object XMLDocument]")||!!v&&(K?v.xml:c.xmlVersion||v.xmlVersion);return(v=d(a)(c))&&v.L?v:b(v)}function b(a){if(a&&a.L)return a;var b=[];if(!a||!a.length)return b;a[0]&&b.push(a[0]);if(a.length<2)return b;
H++;if(K&&W){var c=H+"";a[0].setAttribute("_zipIdx",c);for(var d=1,e;e=a[d];d++)a[d].getAttribute("_zipIdx")!=c&&b.push(e),e.setAttribute("_zipIdx",c)}else if(K&&a.ha)try{for(d=1;e=a[d];d++)Ca(e)&&b.push(e)}catch(f){}else{a[0]&&(a[0]._zipIdx=H);for(d=1;e=a[d];d++)a[d]._zipIdx!=H&&b.push(e),e._zipIdx=H}return b}function c(a,b){if(!b)return 1;var c=rc(a);return!b[c]?b[c]=1:0}function d(a,b){if(Jb){var c=Kb[a];if(c&&!b)return c}if(c=Lb[a])return c;var c=a.charAt(0),f=-1==a.indexOf(" ");a.indexOf("#")>=
0&&f&&(b=j);if(Jb&&!b&&">~+".indexOf(c)==-1&&(!K||a.indexOf(":")==-1)&&!(Mb&&a.indexOf(".")>=0)&&a.indexOf(":contains")==-1&&a.indexOf("|=")==-1){var g=">~+".indexOf(a.charAt(a.length-1))>=0?a+" *":a;return Kb[a]=function(b){try{if(!(9==b.nodeType||f))throw"";var c=b.querySelectorAll(g);K?c.ha=j:c.L=j;return c}catch(t){return d(a,j)(b)}}}else{var i=a.split(/\s*,\s*/);return Lb[a]=i.length<2?e(a):function(a){for(var b=0,c=[],d;d=i[b++];)c=c.concat(e(d)(a));return c}}}function e(a){var b=Nb(ga(a));
if(b.length==1){var c=f(b[0]);return function(a){if(a=c(a,[]))a.L=j;return a}}return function(a){for(var a=X(a),c,d,e=b.length,Ib,v,g=0;g<e;g++){v=[];c=b[g];d=a.length-1;if(d>0)Ib={},v.L=j;d=f(c);for(var i=0;c=a[i];i++)d(c,v,Ib);if(!v.length)break;a=v}return v}}function f(a){var b=Ob[a.z];if(b)return b;var c=a.Z,c=c?c.M:"",d=m(a,{u:1}),e="*"==a.d,f=document.getElementsByClassName;if(c){f={u:1};if(e)f.d=1;d=m(a,f);"+"==c?b=o(d):"~"==c?b=i(d):">"==c&&(b=g(d))}else if(a.id)d=!a.aa&&e?ic:m(a,{u:1,id:1}),
b=function(b,c){var e;e=b?new Za(b.nodeType==9?b:b.ownerDocument||b.document):Ra||(Ra=new Za);var t=a.id;if((e=E(t)?e.ka.getElementById(t):t)&&d(e))if(9==b.nodeType)return X(e,c);else{for(t=e.parentNode;t;){if(t==b)break;t=t.parentNode}if(t)return X(e,c)}};else if(f&&/\{\s*\[native code\]\s*\}/.test(String(f))&&a.g.length&&!Mb)var d=m(a,{u:1,g:1,id:1}),n=a.g.join(" "),b=function(a,b){for(var c=X(0,b),e,t=0,f=a.getElementsByClassName(n);e=f[t++];)d(e,a)&&c.push(e);return c};else!e&&!a.aa?b=function(b,
c){for(var d=X(0,c),e,t=0,f=b.getElementsByTagName(a.P());e=f[t++];)d.push(e);return d}:(d=m(a,{u:1,d:1,id:1}),b=function(b,c){for(var e=X(0,c),t,f=0,v=b.getElementsByTagName(a.P());t=v[f++];)d(t,b)&&e.push(t);return e});return Ob[a.z]=b}function g(a){a=a||ic;return function(b,d,e){for(var f=0,g=b[Pb];b=g[f++];)oa(b)&&(!e||c(b,e))&&a(b,f)&&d.push(b);return d}}function i(a){return function(b,d,e){for(b=b[pa];b;){if(oa(b)){if(e&&!c(b,e))break;a(b)&&d.push(b)}b=b[pa]}return d}}function o(a){return function(b,
d,e){for(;b=b[pa];)if(!Da||Ca(b)){(!e||c(b,e))&&a(b)&&d.push(b);break}return d}}function m(a,b){if(!a)return ic;var b=b||{},c=k;b.u||(c=Y(c,Ca));b.d||a.d!="*"&&(c=Y(c,function(b){return b&&b.tagName==a.P()}));b.g||I(a.g,function(a,b){var d=RegExp("(?:^|\\s)"+a+"(?:\\s|$)");c=Y(c,function(a){return d.test(a.className)});c.qa=b});b.r||I(a.r,function(a){var b=a.name;ib[b]&&(c=Y(c,ib[b](b,a.value)))});b.H||I(a.H,function(a){var b,d=a.N;a.type&&Qb[a.type]?b=Qb[a.type](d,a.R):d.length&&(b=sc(d));b&&(c=
Y(c,b))});b.id||a.id&&(c=Y(c,function(b){return!!b&&b.id==a.id}));c||"default"in b||(c=ic);return c}function D(a){return r(a)%2}function n(a){return!(r(a)%2)}function r(a){var b=a.parentNode,c=0,d=b[Pb],e=a._i||-1,f=b._l||-1;if(!d)return-1;d=d.length;if(f==d&&e>=0&&f>=0)return e;b._l=d;e=-1;for(b=b.firstElementChild||b.firstChild;b;b=b[pa])if(oa(b))b._i=++c,a===b&&(e=c);return e}function w(a){for(;a=a[pa];)if(oa(a))return l;return j}function Rb(a){for(;a=a[tc];)if(oa(a))return l;return j}function Z(a,
b){return!a?"":b=="class"?a.className||"":b=="for"?a.htmlFor||"":b=="style"?a.style.cssText||"":(W?a.getAttribute(b):a.getAttribute(b,2))||""}function Ca(a){return 1==a.nodeType}function Y(a,b){return!a?b:!b?a:function(){return a.apply(window,arguments)&&b.apply(window,arguments)}}function Nb(a){function b(){if(o>=0)p.id=c(o,q).replace(/\\/g,""),o=-1;if(n>=0){var a=n==q?k:c(n,q);">~+".indexOf(a)<0?p.d=a:p.M=a;n=-1}m>=0&&(p.g.push(c(m+1,q).replace(/\\/g,"")),m=-1)}function c(b,d){return ga(a.slice(b,
d))}a+=">~+".indexOf(a.slice(-1))>=0?" * ":" ";for(var d=[],e=-1,f=-1,g=-1,i=-1,m=-1,o=-1,n=-1,r="",y="",w,q=0,D=a.length,p=k,z=k;r=y,y=a.charAt(q),q<D;q++)if(r!="\\")if(p||(w=q,p={z:k,r:[],H:[],g:[],d:k,M:k,id:k,P:function(){return W?this.ma:this.d}},n=q),e>=0)if(y=="]"){z.N?z.R=c(g||e+1,q):z.N=c(e+1,q);if((e=z.R)&&(e.charAt(0)=='"'||e.charAt(0)=="'"))z.R=e.slice(1,-1);p.H.push(z);z=k;e=g=-1}else{if(y=="=")g="|~^$*".indexOf(r)>=0?r:"",z.type=g+y,z.N=c(e+1,q-g.length),g=q+1}else if(f>=0){if(y==")"){if(i>=
0)z.value=c(f+1,q);i=f=-1}}else if(y=="#")b(),o=q+1;else if(y==".")b(),m=q;else if(y==":")b(),i=q;else if(y=="[")b(),e=q,z={};else if(y=="(")i>=0&&(z={name:c(i+1,q),value:k},p.r.push(z)),f=q;else if(y==" "&&r!=y){b();i>=0&&p.r.push({name:c(i+1,q)});p.aa=p.r.length||p.H.length||p.g.length;p.sa=p.z=c(w,q);p.ma=p.d=p.M?k:p.d||"*";if(p.d)p.d=p.d.toUpperCase();if(d.length&&d[d.length-1].M)p.Z=d.pop(),p.z=p.Z.z+" "+p.z;d.push(p);p=k}return d}function X(a,b){var c=b||[];a&&c.push(a);return c}var Mb=Aa&&
document.compatMode=="BackCompat",Pb=document.firstChild.children?"children":"childNodes",W=l,Qb={"*=":function(a,b){return function(c){return Z(c,a).indexOf(b)>=0}},"^=":function(a,b){return function(c){return Z(c,a).indexOf(b)==0}},"$=":function(a,b){return function(c){c=" "+Z(c,a);return c.lastIndexOf(b)==c.length-b.length}},"~=":function(a,b){var c=" "+b+" ";return function(b){return(" "+Z(b,a)+" ").indexOf(c)>=0}},"|=":function(a,b){b=" "+b;return function(c){c=" "+Z(c,a);return c==b||c.indexOf(b+
"-")==0}},"=":function(a,b){return function(c){return Z(c,a)==b}}},Da=typeof document.firstChild.nextElementSibling=="undefined",pa=!Da?"nextElementSibling":"nextSibling",tc=!Da?"previousElementSibling":"previousSibling",oa=Da?Ca:ic,ib={checked:function(){return function(a){return a.checked||a.attributes.checked}},"first-child":function(){return Rb},"last-child":function(){return w},"only-child":function(){return function(a){return!Rb(a)?l:!w(a)?l:j}},empty:function(){return function(a){for(var b=
a.childNodes,a=a.childNodes.length-1;a>=0;a--){var c=b[a].nodeType;if(c===1||c==3)return l}return j}},contains:function(a,b){var c=b.charAt(0);if(c=='"'||c=="'")b=b.slice(1,-1);return function(a){return a.innerHTML.indexOf(b)>=0}},not:function(a,b){var c=Nb(b)[0],d={u:1};if(c.d!="*")d.d=1;if(!c.g.length)d.g=1;var e=m(c,d);return function(a){return!e(a)}},"nth-child":function(a,b){if(b=="odd")return D;else if(b=="even")return n;if(b.indexOf("n")!=-1){var c=b.split("n",2),d=c[0]?c[0]=="-"?-1:parseInt(c[0],
10):1,e=c[1]?parseInt(c[1],10):0,f=0,g=-1;d>0?e<0?e=e%d&&d+e%d:e>0&&(e>=d&&(f=e-e%d),e%=d):d<0&&(d*=-1,e>0&&(g=e,e%=d));if(d>0)return function(a){a=r(a);return a>=f&&(g<0||a<=g)&&a%d==e};else b=e}var i=parseInt(b,10);return function(a){return r(a)==i}}},sc=K?function(a){var b=a.toLowerCase();b=="class"&&(a="className");return function(c){return W?c.getAttribute(a):c[a]||c[b]}}:function(a){return function(b){return b&&b.getAttribute&&b.hasAttribute(a)}},Ob={},Lb={},Kb={},Jb=!!document.querySelectorAll&&
(!Aa||Oa("526")),H=0,rc=K?function(a){return W?a.getAttribute("_uid")||a.setAttribute("_uid",++H)||H:a.uniqueID}:function(a){return a._uid||(a._uid=++H)};a.r=ib;return a}();x("goog.dom.query",jc);x("goog.dom.query.pseudos",jc.r);function kc(a){this.Q=k;this.ca=200;if(a)this.Q=E(a)?document.getElementById(a):a,lc(this)}kc.prototype.show=function(a){if(!(la(Sa(a.parentNode),"wide")>=0)){var b=a.parentNode.offsetWidth;a.style.width=b>this.ca?b+"px":this.ca+"px"}a.style.display="block"};
function lc(a){I(a.Q.getElementsByTagName("li"),function(a){R(a,"mouseover",function(){Ta(a,"gweb-navmenu-hover")});R(a,"mouseout",function(){Ua(a,"gweb-navmenu-hover")})},a);a.pa=a.Q.getElementsByTagName("ul");I(a.pa,ea(function(a){Ta(a.parentNode.getElementsByTagName("a")[0],"gweb-navmenu-drop");R(a.parentNode,"mouseover",function(){this.show(a)},l,this);R(a.parentNode,"mouseout",function(){a.style.display="none"},l,this)},a))}x("earth.analyticsId","UA-18031-1");var mc=k,nc;
if(mc)nc=mc.ra;else{var oc=location.pathname,pc=location.hostname.replace(window.goog.web.host,""),$=oc.match(/\/intl\/[^\/]*\//ig);if($)$=$[0].split("/")[2];else if(!$&&pc==".com")$="en";else for(var $="en",qc=window.goog.web.languages.length,uc=0;uc<qc;uc++)if(window.goog.web.languages[uc][1]==pc){$=window.goog.web.languages[uc][2];break}nc={domain:pc,lang:$}}x("earth.locale",nc);
x("earth.initLangDropdown",function(){mc=new window.goog.web.LangDropdown;var a=document.getElementById("languages");R(a,"change",vc);a.style.display="block"});function vc(a){mc&&mc.changeLanguage(a.target)}var wc=new Hb(document.location);if(Ba&&wc.l.match("/earth/download/ge/agree.html"))document.location="http://m.google.com/earth/";if(E("earth-toolbar")?document.getElementById("earth-toolbar"):1){new kc("earth-toolbar");for(var xc=Ya(),yc=0,zc;zc=xc[yc];yc++)Ua(zc,"dd")}
R(document.body,"unload",function(){zb()});

})()
