if(typeof dojo=="undefined"){(function(){if(typeof this["djConfig"]=="undefined"){this.djConfig={};}if((!this["console"])||(!console["firebug"])){this.console={};}var cn=["assert","count","debug","dir","dirxml","error","group","groupEnd","info","log","profile","profileEnd","time","timeEnd","trace","warn"];var i=0,tn;while(tn=cn[i++]){if(!console[tn]){console[tn]=function(){};}}if(typeof this["dojo"]=="undefined"){this.dojo={};}dojo.global=this;var _1={isDebug:false,allowQueryConfig:false,baseScriptUri:"",baseRelativePath:"",libraryScriptUri:"",preventBackButtonFix:true,delayMozLoadingFix:false};for(var _2 in _1){if(typeof djConfig[_2]=="undefined"){djConfig[_2]=_1[_2];}}var _3=["Browser","Rhino","Spidermonkey","Mobile"];var t;while(t=_3.shift()){dojo["is"+t]=false;}})();dojo.locale=djConfig.locale;dojo.version={major:0,minor:9,patch:0,flag:"",revision:Number("$Rev: 10315 $".match(/[0-9]+/)[0]),toString:function(){with(dojo.version){return major+"."+minor+"."+patch+flag+" ("+revision+")";}}};dojo._getProp=function(_4,_5,_6){var _7=_6||dojo.global;for(var i=0,p;_7&&(p=_4[i]);i++){_7=(p in _7?_7[p]:(_5?_7[p]={}:undefined));}return _7;};dojo.setObject=function(_8,_9,_a){var _b=_8.split("."),p=_b.pop(),_c=dojo._getProp(_b,true,_a);return (_c&&p?(_c[p]=_9):undefined);};dojo.getObject=function(_d,_e,_f){return dojo._getProp(_d.split("."),_e,_f);};dojo.exists=function(_10,obj){return !!dojo.getObject(_10,false,obj);};dojo["eval"]=function(_11){return dojo.global.eval?dojo.global.eval(_11):eval(_11);};dojo.deprecated=function(_12,_13,_14){var _15="DEPRECATED: "+_12;if(_13){_15+=" "+_13;}if(_14){_15+=" -- will be removed in version: "+_14;}console.debug(_15);};dojo.experimental=function(_16,_17){var _18="EXPERIMENTAL: "+_16+" -- APIs subject to change without notice.";if(_17){_18+=" "+_17;}console.debug(_18);};(function(){var _19={_loadedModules:{},_inFlightCount:0,_hasResource:{},_modulePrefixes:{dojo:{name:"dojo",value:"."},doh:{name:"doh",value:"../util/doh"},tests:{name:"tests",value:"tests"}},_moduleHasPrefix:function(_1a){var mp=this._modulePrefixes;return Boolean(mp[_1a]&&mp[_1a].value);},_getModulePrefix:function(_1b){var mp=this._modulePrefixes;if(this._moduleHasPrefix(_1b)){return mp[_1b].value;}return _1b;},_loadedUrls:[],_postLoad:false,_loaders:[],_unloaders:[],_loadNotifying:false};for(var _1c in _19){dojo[_1c]=_19[_1c];}})();dojo._loadPath=function(_1d,_1e,cb){var uri=(((_1d.charAt(0)=="/"||_1d.match(/^\w+:/)))?"":this.baseUrl)+_1d;if(djConfig.cacheBust&&dojo.isBrowser){uri+="?"+String(djConfig.cacheBust).replace(/\W+/g,"");}try{return !_1e?this._loadUri(uri,cb):this._loadUriAndCheck(uri,_1e,cb);}catch(e){console.debug(e);return false;}};dojo._loadUri=function(uri,cb){if(this._loadedUrls[uri]){return true;}var _1f=this._getText(uri,true);if(!_1f){return false;}this._loadedUrls[uri]=true;this._loadedUrls.push(uri);if(cb){_1f="("+_1f+")";}var _20=dojo["eval"](_1f+"\r\n//@ sourceURL="+uri);if(cb){cb(_20);}return true;};dojo._loadUriAndCheck=function(uri,_21,cb){var ok=false;try{ok=this._loadUri(uri,cb);}catch(e){console.debug("failed loading ",uri," with error: ",e);}return Boolean(ok&&this._loadedModules[_21]);};dojo.loaded=function(){this._loadNotifying=true;this._postLoad=true;var mll=this._loaders;this._loaders=[];for(var x=0;x<mll.length;x++){mll[x]();}this._loadNotifying=false;if(dojo._postLoad&&dojo._inFlightCount==0&&this._loaders.length>0){dojo._callLoaded();}};dojo.unloaded=function(){var mll=this._unloaders;while(mll.length){(mll.pop())();}};dojo.addOnLoad=function(obj,_22){var d=dojo;if(arguments.length==1){d._loaders.push(obj);}else{if(arguments.length>1){d._loaders.push(function(){obj[_22]();});}}if(d._postLoad&&d._inFlightCount==0&&!d._loadNotifying){d._callLoaded();}};dojo.addOnUnload=function(obj,_23){var d=dojo;if(arguments.length==1){d._unloaders.push(obj);}else{if(arguments.length>1){d._unloaders.push(function(){obj[_23]();});}}};dojo._modulesLoaded=function(){if(this._postLoad){return;}if(this._inFlightCount>0){console.debug("files still in flight!");return;}dojo._callLoaded();};dojo._callLoaded=function(){if(typeof setTimeout=="object"||(djConfig["useXDomain"]&&dojo.isOpera)){setTimeout("dojo.loaded();",0);}else{dojo.loaded();}};dojo._getModuleSymbols=function(_24){var _25=_24.split(".");for(var i=_25.length;i>0;i--){var _26=_25.slice(0,i).join(".");if((i==1)&&!this._moduleHasPrefix(_26)){_25[0]="../"+_25[0];}else{var _27=this._getModulePrefix(_26);if(_27!=_26){_25.splice(0,i,_27);break;}}}return _25;};dojo._global_omit_module_check=false;dojo._loadModule=function(_28,_29,_2a){_2a=this._global_omit_module_check||_2a;var _2b=this._loadedModules[_28];if(_2b){return _2b;}var _2c=_28.split(".");var _2d=this._getModuleSymbols(_28);var _2e=((_2d[0].charAt(0)!="/")&&!_2d[0].match(/^\w+:/));var _2f=_2d[_2d.length-1];var _30;if(_2f=="*"){_28=_2c.slice(0,-1).join(".");_2d.pop();_30=_2d.join("/")+"/"+(djConfig["packageFileName"]||"__package__")+".js";if(_2e&&_30.charAt(0)=="/"){_30=_30.slice(1);}}else{_30=_2d.join("/")+".js";_28=_2c.join(".");}var _31=(!_2a)?_28:null;var ok=this._loadPath(_30,_31);if((!ok)&&(!_2a)){throw new Error("Could not load '"+_28+"'; last tried '"+_30+"'");}if((!_2a)&&(!this["_isXDomain"])){_2b=this._loadedModules[_28];if(!_2b){throw new Error("symbol '"+_28+"' is not defined after loading '"+_30+"'");}}return _2b;};dojo.require=dojo._loadModule;dojo.provide=function(_32){var _33=_32+"";var _34=_33;var _35=_32.split(/\./);if(_35[_35.length-1]=="*"){_35.pop();_34=_35.join(".");}var _36=dojo.getObject(_34,true);this._loadedModules[_33]=_36;this._loadedModules[_34]=_36;return _36;};dojo.platformRequire=function(_37){var _38=_37["common"]||[];var _39=_38.concat(_37[dojo._name]||_37["default"]||[]);for(var x=0;x<_39.length;x++){var _3a=_39[x];if(_3a.constructor==Array){dojo._loadModule.apply(dojo,_3a);}else{dojo._loadModule(_3a);}}};dojo.requireIf=function(_3b,_3c){if(_3b===true){var _3d=[];for(var i=1;i<arguments.length;i++){_3d.push(arguments[i]);}dojo.require.apply(dojo,_3d);}};dojo.requireAfterIf=dojo.requireIf;dojo.registerModulePath=function(_3e,_3f){this._modulePrefixes[_3e]={name:_3e,value:_3f};};if(!dojo._hasResource["dojo.i18n"]){dojo._hasResource["dojo.i18n"]=true;dojo.provide("dojo.i18n");dojo.i18n.getLocalization=function(_40,_41,_42){_42=dojo.i18n.normalizeLocale(_42);var _43=_42.split("-");var _44=[_40,"nls",_41].join(".");var _45=dojo._loadedModules[_44];if(_45){var _46;for(var i=_43.length;i>0;i--){var loc=_43.slice(0,i).join("_");if(_45[loc]){_46=_45[loc];break;}}if(!_46){_46=_45.ROOT;}if(_46){var _47=function(){};_47.prototype=_46;return new _47();}}throw new Error("Bundle not found: "+_41+" in "+_40+" , locale="+_42);};dojo.i18n.normalizeLocale=function(_48){var _49=_48?_48.toLowerCase():dojo.locale;if(_49=="root"){_49="ROOT";}return _49;};dojo.i18n._requireLocalization=function(_4a,_4b,_4c,_4d){var _4e=dojo.i18n.normalizeLocale(_4c);var _4f=[_4a,"nls",_4b].join(".");var _50="";if(_4d){var _51=_4d.split(",");for(var i=0;i<_51.length;i++){if(_4e.indexOf(_51[i])==0){if(_51[i].length>_50.length){_50=_51[i];}}}if(!_50){_50="ROOT";}}var _52=_4d?_50:_4e;var _53=dojo._loadedModules[_4f];var _54=null;if(_53){if(djConfig.localizationComplete&&_53._built){return;}var _55=_52.replace(/-/g,"_");var _56=_4f+"."+_55;_54=dojo._loadedModules[_56];}if(!_54){_53=dojo["provide"](_4f);var _57=dojo._getModuleSymbols(_4a);var _58=_57.concat("nls").join("/");var _59;dojo.i18n._searchLocalePath(_52,_4d,function(loc){var _5a=loc.replace(/-/g,"_");var _5b=_4f+"."+_5a;var _5c=false;if(!dojo._loadedModules[_5b]){dojo["provide"](_5b);var _5d=[_58];if(loc!="ROOT"){_5d.push(loc);}_5d.push(_4b);var _5e=_5d.join("/")+".js";_5c=dojo._loadPath(_5e,null,function(_5f){var _60=function(){};_60.prototype=_59;_53[_5a]=new _60();for(var j in _5f){_53[_5a][j]=_5f[j];}});}else{_5c=true;}if(_5c&&_53[_5a]){_59=_53[_5a];}else{_53[_5a]=_59;}if(_4d){return true;}});}if(_4d&&_4e!=_50){_53[_4e.replace(/-/g,"_")]=_53[_50.replace(/-/g,"_")];}};(function(){var _61=djConfig.extraLocale;if(_61){if(!_61 instanceof Array){_61=[_61];}var req=dojo.i18n._requireLocalization;dojo.i18n._requireLocalization=function(m,b,_62,_63){req(m,b,_62,_63);if(_62){return;}for(var i=0;i<_61.length;i++){req(m,b,_61[i],_63);}};}})();dojo.i18n._searchLocalePath=function(_64,_65,_66){_64=dojo.i18n.normalizeLocale(_64);var _67=_64.split("-");var _68=[];for(var i=_67.length;i>0;i--){_68.push(_67.slice(0,i).join("-"));}_68.push(false);if(_65){_68.reverse();}for(var j=_68.length-1;j>=0;j--){var loc=_68[j]||"ROOT";var _69=_66(loc);if(_69){break;}}};dojo.i18n._preloadLocalizations=function(_6a,_6b){function _6c(_6d){_6d=dojo.i18n.normalizeLocale(_6d);dojo.i18n._searchLocalePath(_6d,true,function(loc){for(var i=0;i<_6b.length;i++){if(_6b[i]==loc){dojo["require"](_6a+"_"+loc);return true;}}return false;});};_6c();var _6e=djConfig.extraLocale||[];for(var i=0;i<_6e.length;i++){_6c(_6e[i]);}};}dojo.requireLocalization=function(_6f,_70,_71,_72){dojo.require("dojo.i18n");dojo.i18n._requireLocalization.apply(dojo.hostenv,arguments);};(function(){var ore=new RegExp("^(([^:/?#]+):)?(//([^/?#]*))?([^?#]*)(\\?([^#]*))?(#(.*))?$");var ire=new RegExp("^((([^:]+:)?([^@]+))@)?([^:]*)(:([0-9]+))?$");dojo._Url=function(){var n=null;var _73=arguments;var uri=_73[0];for(var i=1;i<_73.length;i++){if(!_73[i]){continue;}var _74=new dojo._Url(_73[i]+"");var _75=new dojo._Url(uri+"");if((_74.path=="")&&(!_74.scheme)&&(!_74.authority)&&(!_74.query)){if(_74.fragment!=n){_75.fragment=_74.fragment;}_74=_75;}else{if(!_74.scheme){_74.scheme=_75.scheme;if(!_74.authority){_74.authority=_75.authority;if(_74.path.charAt(0)!="/"){var _76=_75.path.substring(0,_75.path.lastIndexOf("/")+1)+_74.path;var _77=_76.split("/");for(var j=0;j<_77.length;j++){if(_77[j]=="."){if(j==_77.length-1){_77[j]="";}else{_77.splice(j,1);j--;}}else{if(j>0&&!(j==1&&_77[0]=="")&&_77[j]==".."&&_77[j-1]!=".."){if(j==(_77.length-1)){_77.splice(j,1);_77[j-1]="";}else{_77.splice(j-1,2);j-=2;}}}}_74.path=_77.join("/");}}}}uri="";if(_74.scheme){uri+=_74.scheme+":";}if(_74.authority){uri+="//"+_74.authority;}uri+=_74.path;if(_74.query){uri+="?"+_74.query;}if(_74.fragment){uri+="#"+_74.fragment;}}this.uri=uri.toString();var r=this.uri.match(ore);this.scheme=r[2]||(r[1]?"":n);this.authority=r[4]||(r[3]?"":n);this.path=r[5];this.query=r[7]||(r[6]?"":n);this.fragment=r[9]||(r[8]?"":n);if(this.authority!=n){r=this.authority.match(ire);this.user=r[3]||n;this.password=r[4]||n;this.host=r[5];this.port=r[7]||n;}};dojo._Url.prototype.toString=function(){return this.uri;};})();dojo.moduleUrl=function(_78,url){var loc=dojo._getModuleSymbols(_78).join("/");if(!loc){return null;}if(loc.lastIndexOf("/")!=loc.length-1){loc+="/";}var _79=loc.indexOf(":");if(loc.charAt(0)!="/"&&(_79==-1||_79>loc.indexOf("/"))){loc=dojo.baseUrl+loc;}return new dojo._Url(loc,url);};if(typeof window!="undefined"){dojo.isBrowser=true;dojo._name="browser";(function(){var d=dojo;if(document&&document.getElementsByTagName){var _7a=document.getElementsByTagName("script");var _7b=/dojo(\.xd)?\.js([\?\.]|$)/i;for(var i=0;i<_7a.length;i++){var src=_7a[i].getAttribute("src");if(!src){continue;}var m=src.match(_7b);if(m){if(!djConfig["baseUrl"]){djConfig["baseUrl"]=src.substring(0,m.index);}var cfg=_7a[i].getAttribute("djConfig");if(cfg){var _7c=eval("({ "+cfg+" })");for(var x in _7c){djConfig[x]=_7c[x];}}break;}}}d.baseUrl=djConfig["baseUrl"];var n=navigator;var dua=n.userAgent;var dav=n.appVersion;var tv=parseFloat(dav);d.isOpera=(dua.indexOf("Opera")>=0)?tv:0;d.isKhtml=(dav.indexOf("Konqueror")>=0)||(dav.indexOf("Safari")>=0)?tv:0;d.isSafari=(dav.indexOf("Safari")>=0)?tv:0;var _7d=dua.indexOf("Gecko");d.isMozilla=d.isMoz=((_7d>=0)&&(!d.isKhtml))?tv:0;d.isFF=0;d.isIE=0;d.isGears=0;try{if(d.isMoz){d.isFF=parseFloat(dua.split("Firefox/")[1].split(" ")[0]);}if((document.all)&&(!d.isOpera)){d.isIE=parseFloat(dav.split("MSIE ")[1].split(";")[0]);}}catch(e){}if(dojo.isIE&&(window.location.protocol==="file:")){djConfig.ieForceActiveXXhr=true;}d._gearsObject=function(){var _7e;var _7f;var _80=d.getObject("google.gears");if(_80){return _80;}if(typeof GearsFactory!="undefined"){_7e=new GearsFactory();}else{if(d.isIE){try{_7e=new ActiveXObject("Gears.Factory");}catch(e){}}else{if(navigator.mimeTypes["application/x-googlegears"]){_7e=document.createElement("object");_7e.setAttribute("type","application/x-googlegears");_7e.setAttribute("width",0);_7e.setAttribute("height",0);_7e.style.display="none";document.documentElement.appendChild(_7e);}}}if(!_7e){return null;}dojo.setObject("google.gears.factory",_7e);return dojo.getObject("google.gears");};var _81=d._gearsObject();if(_81){d.isGears=true;}var cm=document["compatMode"];d.isQuirks=(cm=="BackCompat")||(cm=="QuirksMode")||(d.isIE<6);d.locale=djConfig.locale||(d.isIE?n.userLanguage:n.language).toLowerCase();d._println=console.debug;d._XMLHTTP_PROGIDS=["Msxml2.XMLHTTP","Microsoft.XMLHTTP","Msxml2.XMLHTTP.4.0"];d._xhrObj=function(){var _82=null;var _83=null;if(!dojo.isIE||!djConfig.ieForceActiveXXhr){try{_82=new XMLHttpRequest();}catch(e){}}if(!_82){for(var i=0;i<3;++i){var _84=dojo._XMLHTTP_PROGIDS[i];try{_82=new ActiveXObject(_84);}catch(e){_83=e;}if(_82){dojo._XMLHTTP_PROGIDS=[_84];break;}}}if(!_82){throw new Error("XMLHTTP not available: "+_83);}return _82;};d._isDocumentOk=function(_85){var _86=_85.status||0;return ((_86>=200)&&(_86<300))||(_86==304)||(_86==1223)||(!_86&&(location.protocol=="file:"||location.protocol=="chrome:"));};var _87=document.getElementsByTagName("base");var _88=(_87&&_87.length>0);d._getText=function(uri,_89){var _8a=this._xhrObj();if(!_88&&dojo._Url){uri=(new dojo._Url(window.location,uri)).toString();}_8a.open("GET",uri,false);try{_8a.send(null);if(!d._isDocumentOk(_8a)){var err=Error("Unable to load "+uri+" status:"+_8a.status);err.status=_8a.status;err.responseText=_8a.responseText;throw err;}}catch(e){if(_89){return null;}throw e;}return _8a.responseText;};})();dojo._initFired=false;dojo._loadInit=function(e){dojo._initFired=true;var _8b=(e&&e.type)?e.type.toLowerCase():"load";if(arguments.callee.initialized||(_8b!="domcontentloaded"&&_8b!="load")){return;}arguments.callee.initialized=true;if(typeof dojo["_khtmlTimer"]!="undefined"){clearInterval(dojo._khtmlTimer);delete dojo._khtmlTimer;}if(dojo._inFlightCount==0){dojo._modulesLoaded();}};if(document.addEventListener){if(dojo.isOpera||(dojo.isMoz&&(djConfig["enableMozDomContentLoaded"]===true))){document.addEventListener("DOMContentLoaded",dojo._loadInit,null);}window.addEventListener("load",dojo._loadInit,null);}if(/(WebKit|khtml)/i.test(navigator.userAgent)){dojo._khtmlTimer=setInterval(function(){if(/loaded|complete/.test(document.readyState)){dojo._loadInit();}},10);}(function(){var _8c=window;var _8d=function(_8e,fp){var _8f=_8c[_8e]||function(){};_8c[_8e]=function(){fp.apply(_8c,arguments);_8f.apply(_8c,arguments);};};if(dojo.isIE){document.write("<scr"+"ipt defer src=\"//:\" "+"onreadystatechange=\"if(this.readyState=='complete'){dojo._loadInit();}\">"+"</scr"+"ipt>");var _90=true;_8d("onbeforeunload",function(){_8c.setTimeout(function(){_90=false;},0);});_8d("onunload",function(){if(_90){dojo.unloaded();}});try{document.namespaces.add("v","urn:schemas-microsoft-com:vml");document.createStyleSheet().addRule("v\\:*","behavior:url(#default#VML)");}catch(e){}}else{_8d("onbeforeunload",function(){dojo.unloaded();});}})();dojo._writeIncludes=function(){};dojo.doc=window["document"]||null;dojo.body=function(){return dojo.doc.body||dojo.doc.getElementsByTagName("body")[0];};dojo.setContext=function(_91,_92){dojo.global=_91;dojo.doc=_92;};dojo._fireCallback=function(_93,_94,_95){if((_94)&&((typeof _93=="string")||(_93 instanceof String))){_93=_94[_93];}return (_94?_93.apply(_94,_95||[]):_93());};dojo.withGlobal=function(_96,_97,_98,_99){var _9a;var _9b=dojo.global;var _9c=dojo.doc;try{dojo.setContext(_96,_96.document);_9a=dojo._fireCallback(_97,_98,_99);}finally{dojo.setContext(_9b,_9c);}return _9a;};dojo.withDoc=function(_9d,_9e,_9f,_a0){var _a1;var _a2=dojo.doc;try{dojo.doc=_9d;_a1=dojo._fireCallback(_9e,_9f,_a0);}finally{dojo.doc=_a2;}return _a1;};if(djConfig["modulePaths"]){for(var param in djConfig["modulePaths"]){dojo.registerModulePath(param,djConfig["modulePaths"][param]);}}}if(djConfig.isDebug){if(!console.firebug){dojo.require("dojo._firebug.firebug");}}}if(!dojo._hasResource["dojo._base.lang"]){dojo._hasResource["dojo._base.lang"]=true;dojo.provide("dojo._base.lang");dojo.isString=function(it){return (typeof it=="string"||it instanceof String);};dojo.isArray=function(it){return (it&&it instanceof Array||typeof it=="array"||((typeof dojo["NodeList"]!="undefined")&&(it instanceof dojo.NodeList)));};if(dojo.isBrowser&&dojo.isSafari){dojo.isFunction=function(it){if((typeof (it)=="function")&&(it=="[object NodeList]")){return false;}return (typeof it=="function"||it instanceof Function);};}else{dojo.isFunction=function(it){return (typeof it=="function"||it instanceof Function);};}dojo.isObject=function(it){if(typeof it=="undefined"){return false;}return (it===null||typeof it=="object"||dojo.isArray(it)||dojo.isFunction(it));};dojo.isArrayLike=function(it){var d=dojo;if((!it)||(typeof it=="undefined")){return false;}if(d.isString(it)){return false;}if(d.isFunction(it)){return false;}if(d.isArray(it)){return true;}if((it.tagName)&&(it.tagName.toLowerCase()=="form")){return false;}if(isFinite(it.length)){return true;}return false;};dojo.isAlien=function(it){if(!it){return false;}return !dojo.isFunction(it)&&/\{\s*\[native code\]\s*\}/.test(String(it));};dojo._mixin=function(obj,_a3){var _a4={};for(var x in _a3){if((typeof _a4[x]=="undefined")||(_a4[x]!=_a3[x])){obj[x]=_a3[x];}}if(dojo.isIE){var p=_a3.toString;if((typeof (p)=="function")&&(p!=obj.toString)&&(p!=_a4.toString)&&(p!="\nfunction toString() {\n    [native code]\n}\n")){obj.toString=_a3.toString;}}return obj;};dojo.mixin=function(obj,_a5){for(var i=1,l=arguments.length;i<l;i++){dojo._mixin(obj,arguments[i]);}return obj;};dojo.extend=function(_a6,_a7){for(var i=1,l=arguments.length;i<l;i++){dojo._mixin(_a6.prototype,arguments[i]);}return _a6;};dojo._hitchArgs=function(_a8,_a9){var pre=dojo._toArray(arguments,2);var _aa=dojo.isString(_a9);return function(){var _ab=dojo._toArray(arguments);var f=(_aa?(_a8||dojo.global)[_a9]:_a9);return (f)&&(f.apply(_a8||this,pre.concat(_ab)));};};dojo.hitch=function(_ac,_ad){if(arguments.length>2){return dojo._hitchArgs.apply(dojo,arguments);}if(!_ad){_ad=_ac;_ac=null;}if(dojo.isString(_ad)){_ac=_ac||dojo.global;if(!_ac[_ad]){throw (["dojo.hitch: scope[\"",_ad,"\"] is null (scope=\"",_ac,"\")"].join(""));}return function(){return _ac[_ad].apply(_ac,arguments||[]);};}else{return (!_ac?_ad:function(){return _ad.apply(_ac,arguments||[]);});}};dojo._delegate=function(obj,_ae){function TMP(){};TMP.prototype=obj;var tmp=new TMP();if(_ae){dojo.mixin(tmp,_ae);}return tmp;};dojo.partial=function(_af){var arr=[null];return dojo.hitch.apply(dojo,arr.concat(dojo._toArray(arguments)));};dojo._toArray=function(obj,_b0){var arr=[];for(var x=_b0||0;x<obj.length;x++){arr.push(obj[x]);}return arr;};dojo.clone=function(o){if(!o){return o;}if(dojo.isArray(o)){var r=[];for(var i=0;i<o.length;++i){r.push(dojo.clone(o[i]));}return r;}else{if(dojo.isObject(o)){if(o.nodeType&&o.cloneNode){return o.cloneNode(true);}else{var r=new o.constructor();for(var i in o){if(!(i in r)||r[i]!=o[i]){r[i]=dojo.clone(o[i]);}}return r;}}}return o;};dojo.trim=function(str){return str.replace(/^\s\s*/,"").replace(/\s\s*$/,"");};}if(!dojo._hasResource["dojo._base.declare"]){dojo._hasResource["dojo._base.declare"]=true;dojo.provide("dojo._base.declare");dojo.declare=function(_b1,_b2,_b3){if(dojo.isFunction(_b3)||(arguments.length>3)){dojo.deprecated("dojo.declare: for class '"+_b1+"' pass initializer function as 'constructor' property instead of as a separate argument.","","1.0");var c=_b3;_b3=arguments[3]||{};_b3.constructor=c;}var dd=arguments.callee,_b4=null;if(dojo.isArray(_b2)){_b4=_b2;_b2=_b4.shift();}if(_b4){for(var i=0,m;i<_b4.length;i++){m=_b4[i];if(!m){throw ("Mixin #"+i+" to declaration of "+_b1+" is null. It's likely a required module is not loaded.");}_b2=dd._delegate(_b2,m);}}var _b5=(_b3||0).constructor,_b6=dd._delegate(_b2),fn;for(var i in _b3){if(dojo.isFunction(fn=_b3[i])&&(!0[i])){fn.nom=i;}}dojo.extend(_b6,{declaredClass:_b1,_constructor:_b5,preamble:null},_b3||0);_b6.prototype.constructor=_b6;return dojo.setObject(_b1,_b6);};dojo.mixin(dojo.declare,{_delegate:function(_b7,_b8){var bp=(_b7||0).prototype,mp=(_b8||0).prototype;var _b9=dojo.declare._makeCtor();dojo.mixin(_b9,{superclass:bp,mixin:mp});if(_b7){_b9.prototype=dojo._delegate(bp);}dojo.extend(_b9,dojo.declare._core,mp||0,{_constructor:null});_b9.prototype.constructor=_b9;_b9.prototype.declaredClass=(bp||0).declaredClass+"_"+(mp||0).declaredClass;dojo.setObject(_b9.prototype.declaredClass,_b9);return _b9;},_makeCtor:function(){return function(){this._construct(arguments);};},_core:{_construct:function(_ba){var c=_ba.callee,s=c.superclass,ct=s&&s.constructor,m=c.mixin,mct=m&&m.constructor,a=_ba,ii,fn;if(a[0]){if((fn=a[0]["preamble"])){a=fn.apply(this,a)||a;}}if(fn=c.prototype.preamble){a=fn.apply(this,a)||a;}if(ct&&ct.apply){ct.apply(this,a);}if(mct&&mct.apply){mct.apply(this,a);}if(ii=c.prototype._constructor){ii.apply(this,_ba);}},_findMixin:function(_bb){var c=this.constructor,p,m;while(c){p=c.superclass;m=c.mixin;if(m==_bb||(m instanceof _bb.constructor)){return p;}if(m&&(m=m._findMixin(_bb))){return m;}c=p&&p.constructor;}},_findMethod:function(_bc,_bd,_be,has){var p=_be,c,m,f;do{c=p.constructor;m=c.mixin;if(m&&(m=this._findMethod(_bc,_bd,m,has))){return m;}if((f=p[_bc])&&(has==(f==_bd))){return p;}p=c.superclass;}while(p);return !has&&(p=this._findMixin(_be))&&this._findMethod(_bc,_bd,p,has);},inherited:function(_bf,_c0,_c1){var a=arguments;if(!dojo.isString(a[0])){_c1=_c0;_c0=_bf;_bf=_c0.callee.nom;}var c=_c0.callee,p=this.constructor.prototype,a=_c1||_c0,fn,mp;if(this[_bf]!=c||p[_bf]==c){mp=this._findMethod(_bf,c,p,true);if(!mp){throw (this.declaredClass+": name argument (\""+_bf+"\") to inherited must match callee (declare.js)");}p=this._findMethod(_bf,c,mp,false);}fn=p&&p[_bf];if(!fn){console.debug(mp.declaredClass+": no inherited \""+_bf+"\" was found (declare.js)");return;}return fn.apply(this,a);}}});}if(!dojo._hasResource["dojo._base.connect"]){dojo._hasResource["dojo._base.connect"]=true;dojo.provide("dojo._base.connect");dojo._listener={getDispatcher:function(){return function(){var ap=Array.prototype,c=arguments.callee,ls=c._listeners,t=c.target;var r=t&&t.apply(this,arguments);for(var i in ls){if(!(i in ap)){ls[i].apply(this,arguments);}}return r;};},add:function(_c2,_c3,_c4){_c2=_c2||dojo.global;var f=_c2[_c3];if(!f||!f._listeners){var d=dojo._listener.getDispatcher();d.target=f;d._listeners=[];f=_c2[_c3]=d;}return f._listeners.push(_c4);},remove:function(_c5,_c6,_c7){var f=(_c5||dojo.global)[_c6];if(f&&f._listeners&&_c7--){delete f._listeners[_c7];}}};dojo.connect=function(obj,_c8,_c9,_ca,_cb){var a=arguments,_cc=[],i=0;_cc.push(dojo.isString(a[0])?null:a[i++],a[i++]);var a1=a[i+1];_cc.push(dojo.isString(a1)||dojo.isFunction(a1)?a[i++]:null,a[i++]);for(var l=a.length;i<l;i++){_cc.push(a[i]);}return dojo._connect.apply(this,_cc);};dojo._connect=function(obj,_cd,_ce,_cf){var l=dojo._listener,h=l.add(obj,_cd,dojo.hitch(_ce,_cf));return [obj,_cd,h,l];};dojo.disconnect=function(_d0){if(_d0&&_d0[0]!==undefined){dojo._disconnect.apply(this,_d0);delete _d0[0];}};dojo._disconnect=function(obj,_d1,_d2,_d3){_d3.remove(obj,_d1,_d2);};dojo._topics={};dojo.subscribe=function(_d4,_d5,_d6){return [_d4,dojo._listener.add(dojo._topics,_d4,dojo.hitch(_d5,_d6))];};dojo.unsubscribe=function(_d7){if(_d7){dojo._listener.remove(dojo._topics,_d7[0],_d7[1]);}};dojo.publish=function(_d8,_d9){var f=dojo._topics[_d8];(f)&&(f.apply(this,_d9||[]));};dojo.connectPublisher=function(_da,obj,_db){var pf=function(){dojo.publish(_da,arguments);};return (_db)?dojo.connect(obj,_db,pf):dojo.connect(obj,pf);};}if(!dojo._hasResource["dojo._base.Deferred"]){dojo._hasResource["dojo._base.Deferred"]=true;dojo.provide("dojo._base.Deferred");dojo.Deferred=function(_dc){this.chain=[];this.id=this._nextId();this.fired=-1;this.paused=0;this.results=[null,null];this.canceller=_dc;this.silentlyCancelled=false;};dojo.extend(dojo.Deferred,{_nextId:(function(){var n=1;return function(){return n++;};})(),cancel:function(){if(this.fired==-1){if(this.canceller){this.canceller(this);}else{this.silentlyCancelled=true;}if(this.fired==-1){var err=new Error("Deferred Cancelled");err.dojoType="cancel";this.errback(err);}}else{if((this.fired==0)&&(this.results[0] instanceof dojo.Deferred)){this.results[0].cancel();}}},_resback:function(res){this.fired=((res instanceof Error)?1:0);this.results[this.fired]=res;this._fire();},_check:function(){if(this.fired!=-1){if(!this.silentlyCancelled){throw new Error("already called!");}this.silentlyCancelled=false;return;}},callback:function(res){this._check();this._resback(res);},errback:function(res){this._check();if(!(res instanceof Error)){res=new Error(res);}this._resback(res);},addBoth:function(cb,_dd){var _de=dojo.hitch(cb,_dd);if(arguments.length>2){_de=dojo.partial(_de,arguments,2);}return this.addCallbacks(_de,_de);},addCallback:function(cb,_df){var _e0=dojo.hitch(cb,_df);if(arguments.length>2){_e0=dojo.partial(_e0,arguments,2);}return this.addCallbacks(_e0,null);},addErrback:function(cb,_e1){var _e2=dojo.hitch(cb,_e1);if(arguments.length>2){_e2=dojo.partial(_e2,arguments,2);}return this.addCallbacks(null,_e2);},addCallbacks:function(cb,eb){this.chain.push([cb,eb]);if(this.fired>=0){this._fire();}return this;},_fire:function(){var _e3=this.chain;var _e4=this.fired;var res=this.results[_e4];var _e5=this;var cb=null;while((_e3.length>0)&&(this.paused==0)){var f=_e3.shift()[_e4];if(!f){continue;}try{res=f(res);_e4=((res instanceof Error)?1:0);if(res instanceof dojo.Deferred){cb=function(res){_e5._resback(res);_e5.paused--;if((_e5.paused==0)&&(_e5.fired>=0)){_e5._fire();}};this.paused++;}}catch(err){console.debug(err);_e4=1;res=err;}}this.fired=_e4;this.results[_e4]=res;if((cb)&&(this.paused)){res.addBoth(cb);}}});}if(!dojo._hasResource["dojo._base.json"]){dojo._hasResource["dojo._base.json"]=true;dojo.provide("dojo._base.json");dojo.fromJson=function(_e6){try{return eval("("+_e6+")");}catch(e){console.debug(e);return _e6;}};dojo._escapeString=function(str){return ("\""+str.replace(/(["\\])/g,"\\$1")+"\"").replace(/[\f]/g,"\\f").replace(/[\b]/g,"\\b").replace(/[\n]/g,"\\n").replace(/[\t]/g,"\\t").replace(/[\r]/g,"\\r");};dojo.toJsonIndentStr="\t";dojo.toJson=function(it,_e7,_e8){_e8=_e8||"";var _e9=(_e7?_e8+dojo.toJsonIndentStr:"");var _ea=(_e7?"\n":"");var _eb=typeof (it);if(_eb=="undefined"){return "undefined";}else{if((_eb=="number")||(_eb=="boolean")){return it+"";}else{if(it===null){return "null";}}}if(_eb=="string"){return dojo._escapeString(it);}var _ec=arguments.callee;var _ed;if(typeof it.__json__=="function"){_ed=it.__json__();if(it!==_ed){return _ec(_ed,_e7,_e9);}}if(typeof it.json=="function"){_ed=it.json();if(it!==_ed){return _ec(_ed,_e7,_e9);}}if(dojo.isArray(it)){var res=[];for(var i=0;i<it.length;i++){var val=_ec(it[i],_e7,_e9);if(typeof (val)!="string"){val="undefined";}res.push(_ea+_e9+val);}return "["+res.join(", ")+_ea+_e8+"]";}if(_eb=="function"){return null;}var _ee=[];for(var key in it){var _ef;if(typeof (key)=="number"){_ef="\""+key+"\"";}else{if(typeof (key)=="string"){_ef=dojo._escapeString(key);}else{continue;}}val=_ec(it[key],_e7,_e9);if(typeof (val)!="string"){continue;}_ee.push(_ea+_e9+_ef+": "+val);}return "{"+_ee.join(", ")+_ea+_e8+"}";};}if(!dojo._hasResource["dojo._base.array"]){dojo._hasResource["dojo._base.array"]=true;dojo.provide("dojo._base.array");(function(){var _f0=function(arr,obj,cb){return [(dojo.isString(arr)?arr.split(""):arr),(obj||dojo.global),(dojo.isString(cb)?(new Function("item","index","array",cb)):cb)];};dojo.mixin(dojo,{indexOf:function(_f1,_f2,_f3,_f4){var i=0,_f5=1,end=_f1.length;if(_f4){i=end-1;_f5=end=-1;}for(i=_f3||i;i!=end;i+=_f5){if(_f1[i]==_f2){return i;}}return -1;},lastIndexOf:function(_f6,_f7,_f8){return dojo.indexOf(_f6,_f7,_f8,true);},forEach:function(arr,_f9,obj){if(!arr||!arr.length){return;}var _fa=_f0(arr,obj,_f9);arr=_fa[0];for(var i=0,l=_fa[0].length;i<l;i++){_fa[2].call(_fa[1],arr[i],i,arr);}},_everyOrSome:function(_fb,arr,_fc,obj){var _fd=_f0(arr,obj,_fc);arr=_fd[0];for(var i=0,l=arr.length;i<l;i++){var _fe=!!_fd[2].call(_fd[1],arr[i],i,arr);if(_fb^_fe){return _fe;}}return _fb;},every:function(arr,_ff,_100){return this._everyOrSome(true,arr,_ff,_100);},some:function(arr,_101,_102){return this._everyOrSome(false,arr,_101,_102);},map:function(arr,func,obj){var _103=_f0(arr,obj,func);arr=_103[0];var _104=((arguments[3])?(new arguments[3]()):[]);for(var i=0;i<arr.length;++i){_104.push(_103[2].call(_103[1],arr[i],i,arr));}return _104;},filter:function(arr,_105,obj){var _106=_f0(arr,obj,_105);arr=_106[0];var _107=[];for(var i=0;i<arr.length;i++){if(_106[2].call(_106[1],arr[i],i,arr)){_107.push(arr[i]);}}return _107;}});})();}if(!dojo._hasResource["dojo._base.Color"]){dojo._hasResource["dojo._base.Color"]=true;dojo.provide("dojo._base.Color");dojo.Color=function(_108){if(_108){this.setColor(_108);}};dojo.Color.named={black:[0,0,0],silver:[192,192,192],gray:[128,128,128],white:[255,255,255],maroon:[128,0,0],red:[255,0,0],purple:[128,0,128],fuchsia:[255,0,255],green:[0,128,0],lime:[0,255,0],olive:[128,128,0],yellow:[255,255,0],navy:[0,0,128],blue:[0,0,255],teal:[0,128,128],aqua:[0,255,255]};dojo.extend(dojo.Color,{r:255,g:255,b:255,a:1,_set:function(r,g,b,a){var t=this;t.r=r;t.g=g;t.b=b;t.a=a;},setColor:function(_109){var d=dojo;if(d.isString(_109)){d.colorFromString(_109,this);}else{if(d.isArray(_109)){d.colorFromArray(_109,this);}else{this._set(_109.r,_109.g,_109.b,_109.a);if(!(_109 instanceof d.Color)){this.sanitize();}}}return this;},sanitize:function(){return this;},toRgb:function(){var t=this;return [t.r,t.g,t.b];},toRgba:function(){var t=this;return [t.r,t.g,t.b,t.a];},toHex:function(){var arr=dojo.map(["r","g","b"],function(x){var s=this[x].toString(16);return s.length<2?"0"+s:s;},this);return "#"+arr.join("");},toCss:function(_10a){var t=this,rgb=t.r+", "+t.g+", "+t.b;return (_10a?"rgba("+rgb+", "+t.a:"rgb("+rgb)+")";},toString:function(){return this.toCss(true);}});dojo.blendColors=function(_10b,end,_10c,obj){var d=dojo,t=obj||new dojo.Color();d.forEach(["r","g","b","a"],function(x){t[x]=_10b[x]+(end[x]-_10b[x])*_10c;if(x!="a"){t[x]=Math.round(t[x]);}});return t.sanitize();};dojo.colorFromRgb=function(_10d,obj){var m=_10d.toLowerCase().match(/^rgba?\(([\s\.,0-9]+)\)/);return m&&dojo.colorFromArray(m[1].split(/\s*,\s*/),obj);};dojo.colorFromHex=function(_10e,obj){var d=dojo,t=obj||new d.Color(),bits=(_10e.length==4)?4:8,mask=(1<<bits)-1;_10e=Number("0x"+_10e.substr(1));if(isNaN(_10e)){return null;}d.forEach(["b","g","r"],function(x){var c=_10e&mask;_10e>>=bits;t[x]=bits==4?17*c:c;});t.a=1;return t;};dojo.colorFromArray=function(a,obj){var t=obj||new dojo.Color();t._set(Number(a[0]),Number(a[1]),Number(a[2]),Number(a[3]));if(isNaN(t.a)){t.a=1;}return t.sanitize();};dojo.colorFromString=function(str,obj){var a=dojo.Color.named[str];return a&&dojo.colorFromArray(a,obj)||dojo.colorFromRgb(str,obj)||dojo.colorFromHex(str,obj);};}if(!dojo._hasResource["dojo._base"]){dojo._hasResource["dojo._base"]=true;dojo.provide("dojo._base");}if(!dojo._hasResource["dojo._base.event"]){dojo._hasResource["dojo._base.event"]=true;dojo.provide("dojo._base.event");(function(){var del=dojo._event_listener={add:function(node,_10f,fp){if(!node){return;}_10f=del._normalizeEventName(_10f);fp=del._fixCallback(_10f,fp);node.addEventListener(_10f,fp,false);return fp;},remove:function(node,_110,_111){(node)&&(node.removeEventListener(del._normalizeEventName(_110),_111,false));},_normalizeEventName:function(name){return (name.slice(0,2)=="on"?name.slice(2):name);},_fixCallback:function(name,fp){return (name!="keypress"?fp:function(e){return fp.call(this,del._fixEvent(e,this));});},_fixEvent:function(evt,_112){switch(evt.type){case "keypress":del._setKeyChar(evt);break;}return evt;},_setKeyChar:function(evt){evt.keyChar=(evt.charCode?String.fromCharCode(evt.charCode):"");}};dojo.fixEvent=function(evt,_113){return del._fixEvent(evt,_113);};dojo.stopEvent=function(evt){evt.preventDefault();evt.stopPropagation();};var _114=dojo._listener;dojo._connect=function(obj,_115,_116,_117,_118){var _119=obj&&(obj.nodeType||obj.attachEvent||obj.addEventListener);var lid=!_119?0:(!_118?1:2),l=[dojo._listener,del,_114][lid];var h=l.add(obj,_115,dojo.hitch(_116,_117));return [obj,_115,h,lid];};dojo._disconnect=function(obj,_11a,_11b,_11c){([dojo._listener,del,_114][_11c]).remove(obj,_11a,_11b);};dojo.keys={BACKSPACE:8,TAB:9,CLEAR:12,ENTER:13,SHIFT:16,CTRL:17,ALT:18,PAUSE:19,CAPS_LOCK:20,ESCAPE:27,SPACE:32,PAGE_UP:33,PAGE_DOWN:34,END:35,HOME:36,LEFT_ARROW:37,UP_ARROW:38,RIGHT_ARROW:39,DOWN_ARROW:40,INSERT:45,DELETE:46,HELP:47,LEFT_WINDOW:91,RIGHT_WINDOW:92,SELECT:93,NUMPAD_0:96,NUMPAD_1:97,NUMPAD_2:98,NUMPAD_3:99,NUMPAD_4:100,NUMPAD_5:101,NUMPAD_6:102,NUMPAD_7:103,NUMPAD_8:104,NUMPAD_9:105,NUMPAD_MULTIPLY:106,NUMPAD_PLUS:107,NUMPAD_ENTER:108,NUMPAD_MINUS:109,NUMPAD_PERIOD:110,NUMPAD_DIVIDE:111,F1:112,F2:113,F3:114,F4:115,F5:116,F6:117,F7:118,F8:119,F9:120,F10:121,F11:122,F12:123,F13:124,F14:125,F15:126,NUM_LOCK:144,SCROLL_LOCK:145};if(dojo.isIE){_trySetKeyCode=function(e,code){try{return (e.keyCode=code);}catch(e){return 0;}};var iel=dojo._listener;if(!djConfig._allow_leaks){_114=iel=dojo._ie_listener={handlers:[],add:function(_11d,_11e,_11f){_11d=_11d||dojo.global;var f=_11d[_11e];if(!f||!f._listeners){var d=dojo._getIeDispatcher();d.target=f&&(ieh.push(f)-1);d._listeners=[];f=_11d[_11e]=d;}return f._listeners.push(ieh.push(_11f)-1);},remove:function(_120,_121,_122){var f=(_120||dojo.global)[_121],l=f&&f._listeners;if(f&&l&&_122--){delete ieh[l[_122]];delete l[_122];}}};var ieh=iel.handlers;}dojo.mixin(del,{add:function(node,_123,fp){if(!node){return;}_123=del._normalizeEventName(_123);if(_123=="onkeypress"){var kd=node.onkeydown;if(!kd||!kd._listeners||!kd._stealthKeydown){del.add(node,"onkeydown",del._stealthKeyDown);node.onkeydown._stealthKeydown=true;}}return iel.add(node,_123,del._fixCallback(fp));},remove:function(node,_124,_125){iel.remove(node,del._normalizeEventName(_124),_125);},_normalizeEventName:function(_126){return (_126.slice(0,2)!="on"?"on"+_126:_126);},_nop:function(){},_fixEvent:function(evt,_127){if(!evt){var w=(_127)&&((_127.ownerDocument||_127.document||_127).parentWindow)||window;evt=w.event;}if(!evt){return (evt);}evt.target=evt.srcElement;evt.currentTarget=(_127||evt.srcElement);evt.layerX=evt.offsetX;evt.layerY=evt.offsetY;var se=evt.srcElement,doc=(se&&se.ownerDocument)||document;var _128=((dojo.isIE<6)||(doc["compatMode"]=="BackCompat"))?doc.body:doc.documentElement;var _129=dojo._getIeDocumentElementOffset();evt.pageX=evt.clientX+dojo._fixIeBiDiScrollLeft(_128.scrollLeft||0)-_129.x;evt.pageY=evt.clientY+(_128.scrollTop||0)-_129.y;if(evt.type=="mouseover"){evt.relatedTarget=evt.fromElement;}if(evt.type=="mouseout"){evt.relatedTarget=evt.toElement;}evt.stopPropagation=del._stopPropagation;evt.preventDefault=del._preventDefault;return del._fixKeys(evt);},_fixKeys:function(evt){switch(evt.type){case "keypress":var c=("charCode" in evt?evt.charCode:evt.keyCode);if(c==10){c=0;evt.keyCode=13;}else{if(c==13||c==27){c=0;}else{if(c==3){c=99;}}}evt.charCode=c;del._setKeyChar(evt);break;}return evt;},_punctMap:{106:42,111:47,186:59,187:43,188:44,189:45,190:46,191:47,192:96,219:91,220:92,221:93,222:39},_stealthKeyDown:function(evt){var kp=evt.currentTarget.onkeypress;if(!kp||!kp._listeners){return;}var k=evt.keyCode;var _12a=(k!=13)&&(k!=32)&&(k!=27)&&(k<48||k>90)&&(k<96||k>111)&&(k<186||k>192)&&(k<219||k>222);if(_12a||evt.ctrlKey){var c=(_12a?0:k);if(evt.ctrlKey){if(k==3||k==13){return;}else{if(c>95&&c<106){c-=48;}else{if((!evt.shiftKey)&&(c>=65&&c<=90)){c+=32;}else{c=del._punctMap[c]||c;}}}}var faux=del._synthesizeEvent(evt,{type:"keypress",faux:true,charCode:c});kp.call(evt.currentTarget,faux);evt.cancelBubble=faux.cancelBubble;evt.returnValue=faux.returnValue;_trySetKeyCode(evt,faux.keyCode);}},_stopPropagation:function(){this.cancelBubble=true;},_preventDefault:function(){this.bubbledKeyCode=this.keyCode;if(this.ctrlKey){_trySetKeyCode(this,0);}this.returnValue=false;}});dojo.stopEvent=function(evt){evt=evt||window.event;del._stopPropagation.call(evt);del._preventDefault.call(evt);};}del._synthesizeEvent=function(evt,_12b){var faux=dojo.mixin({},evt,_12b);del._setKeyChar(faux);faux.preventDefault=function(){evt.preventDefault();};faux.stopPropagation=function(){evt.stopPropagation();};return faux;};if(dojo.isOpera){dojo.mixin(del,{_fixEvent:function(evt,_12c){switch(evt.type){case "keypress":var c=evt.which;if(c==3){c=99;}c=((c<41)&&(!evt.shiftKey)?0:c);if((evt.ctrlKey)&&(!evt.shiftKey)&&(c>=65)&&(c<=90)){c+=32;}return del._synthesizeEvent(evt,{charCode:c});}return evt;}});}if(dojo.isSafari){dojo.mixin(del,{_fixEvent:function(evt,_12d){switch(evt.type){case "keypress":var c=evt.charCode,s=evt.shiftKey,k=evt.keyCode;k=k||_12e[evt.keyIdentifier]||0;if(evt.keyIdentifier=="Enter"){c=0;}else{if((evt.ctrlKey)&&(c>0)&&(c<27)){c+=96;}else{if(c==dojo.keys.SHIFT_TAB){c=dojo.keys.TAB;s=true;}else{c=(c>=32&&c<63232?c:0);}}}return del._synthesizeEvent(evt,{charCode:c,shiftKey:s,keyCode:k});}return evt;}});dojo.mixin(dojo.keys,{SHIFT_TAB:25,UP_ARROW:63232,DOWN_ARROW:63233,LEFT_ARROW:63234,RIGHT_ARROW:63235,F1:63236,F2:63237,F3:63238,F4:63239,F5:63240,F6:63241,F7:63242,F8:63243,F9:63244,F10:63245,F11:63246,F12:63247,PAUSE:63250,DELETE:63272,HOME:63273,END:63275,PAGE_UP:63276,PAGE_DOWN:63277,INSERT:63302,PRINT_SCREEN:63248,SCROLL_LOCK:63249,NUM_LOCK:63289});var dk=dojo.keys,_12e={"Up":dk.UP_ARROW,"Down":dk.DOWN_ARROW,"Left":dk.LEFT_ARROW,"Right":dk.RIGHT_ARROW,"PageUp":dk.PAGE_UP,"PageDown":dk.PAGE_DOWN};}})();if(dojo.isIE){dojo._getIeDispatcher=function(){return function(){var ap=Array.prototype,h=dojo._ie_listener.handlers,c=arguments.callee,ls=c._listeners,t=h[c.target];var r=t&&t.apply(this,arguments);for(var i in ls){if(!(i in ap)){h[ls[i]].apply(this,arguments);}}return r;};};dojo._event_listener._fixCallback=function(fp){var f=dojo._event_listener._fixEvent;return function(e){return fp.call(this,f(e,this));};};}}if(!dojo._hasResource["dojo._base.html"]){dojo._hasResource["dojo._base.html"]=true;dojo.provide("dojo._base.html");try{document.execCommand("BackgroundImageCache",false,true);}catch(e){}if(dojo.isIE||dojo.isOpera){dojo.byId=function(id,doc){if(dojo.isString(id)){var _12f=(doc||dojo.doc);var te=_12f.getElementById(id);if((te)&&(te.attributes.id.value==id)){return te;}else{var eles=_12f.all[id];if(!eles){return;}if(!eles.length){return eles;}var i=0;while(te=eles[i++]){if(te.attributes.id.value==id){return te;}}}}else{return id;}};}else{dojo.byId=function(id,doc){if(dojo.isString(id)){return (doc||dojo.doc).getElementById(id);}else{return id;}};}(function(){var _130=null;dojo._destroyElement=function(node){node=dojo.byId(node);try{if(!_130){_130=document.createElement("div");}_130.appendChild(node.parentNode?node.parentNode.removeChild(node):node);_130.innerHTML="";}catch(e){}};dojo.isDescendant=function(node,_131){try{node=dojo.byId(node);_131=dojo.byId(_131);while(node){if(node===_131){return true;}node=node.parentNode;}}catch(e){}return false;};dojo.setSelectable=function(node,_132){node=dojo.byId(node);if(dojo.isMozilla){node.style.MozUserSelect=(_132)?"normal":"none";}else{if(dojo.isKhtml){node.style.KhtmlUserSelect=(_132)?"auto":"none";}else{if(dojo.isIE){node.unselectable=(_132)?"":"on";dojo.query("*",node).forEach(function(_133){_133.unselectable=(_132)?"":"on";});}}}};var _134=function(node,ref){ref.parentNode.insertBefore(node,ref);return true;};var _135=function(node,ref){var pn=ref.parentNode;if(ref==pn.lastChild){pn.appendChild(node);}else{return _134(node,ref.nextSibling);}return true;};dojo.place=function(node,_136,_137){if((!node)||(!_136)||(typeof _137=="undefined")){return false;}node=dojo.byId(node);_136=dojo.byId(_136);if(typeof _137=="number"){var cn=_136.childNodes;if(((_137==0)&&(cn.length==0))||(cn.length==_137)){_136.appendChild(node);return true;}if(_137==0){return _134(node,_136.firstChild);}return _135(node,cn[_137-1]);}switch(_137.toLowerCase()){case "before":return _134(node,_136);case "after":return _135(node,_136);case "first":if(_136.firstChild){return _134(node,_136.firstChild);}else{_136.appendChild(node);return true;}break;default:_136.appendChild(node);return true;}};dojo.boxModel="content-box";if(dojo.isIE){var _138=document.compatMode;dojo.boxModel=(_138=="BackCompat")||(_138=="QuirksMode")||(dojo.isIE<6)?"border-box":"content-box";}var gcs,dv=document.defaultView;if(dojo.isSafari){gcs=function(node){var s=dv.getComputedStyle(node,null);if(!s&&node.style){node.style.display="";s=dv.getComputedStyle(node,null);}return s||{};};}else{if(dojo.isIE){gcs=function(node){return node.currentStyle;};}else{gcs=function(node){return dv.getComputedStyle(node,null);};}}dojo.getComputedStyle=gcs;if(!dojo.isIE){dojo._toPixelValue=function(_139,_13a){return parseFloat(_13a)||0;};}else{dojo._toPixelValue=function(_13b,_13c){if(!_13c){return 0;}if(_13c=="medium"){return 4;}if(_13c.slice&&(_13c.slice(-2)=="px")){return parseFloat(_13c);}with(_13b){var _13d=style.left;var _13e=runtimeStyle.left;runtimeStyle.left=currentStyle.left;try{style.left=_13c;_13c=style.pixelLeft;}catch(e){_13c=0;}style.left=_13d;runtimeStyle.left=_13e;}return _13c;};}dojo._getOpacity=(dojo.isIE?function(node){try{return (node.filters.alpha.opacity/100);}catch(e){return 1;}}:function(node){return dojo.getComputedStyle(node).opacity;});dojo._setOpacity=(dojo.isIE?function(node,_13f){if(_13f==1){node.style.cssText=node.style.cssText.replace(/FILTER:[^;]*;/i,"");if(node.nodeName.toLowerCase()=="tr"){dojo.query("> td",node).forEach(function(i){i.style.cssText=i.style.cssText.replace(/FILTER:[^;]*;/i,"");});}}else{var o="Alpha(Opacity="+(_13f*100)+")";node.style.filter=o;}if(node.nodeName.toLowerCase()=="tr"){dojo.query("> td",node).forEach(function(i){i.style.filter=o;});}return _13f;}:function(node,_140){return node.style.opacity=_140;});var _141={width:true,height:true,left:true,top:true};var _142=function(node,type,_143){type=type.toLowerCase();if(_141[type]===true){return dojo._toPixelValue(node,_143);}else{if(_141[type]===false){return _143;}else{if((type.indexOf("margin")>=0)||(type.indexOf("padding")>=0)||(type.indexOf("width")>=0)||(type.indexOf("height")>=0)||(type.indexOf("max")>=0)||(type.indexOf("min")>=0)||(type.indexOf("offset")>=0)){_141[type]=true;return dojo._toPixelValue(node,_143);}else{_141[type]=false;return _143;}}}};dojo.style=function(node,_144,_145){var n=dojo.byId(node),args=arguments.length,op=(_144=="opacity");if(args==3){return op?dojo._setOpacity(n,_145):n.style[_144]=_145;}if(args==2&&op){return dojo._getOpacity(n);}var s=dojo.getComputedStyle(n);return (args==1)?s:_142(n,_144,s[_144]);};dojo._getPadExtents=function(n,_146){var s=_146||gcs(n),px=dojo._toPixelValue,l=px(n,s.paddingLeft),t=px(n,s.paddingTop);return {l:l,t:t,w:l+px(n,s.paddingRight),h:t+px(n,s.paddingBottom)};};dojo._getBorderExtents=function(n,_147){var ne="none",px=dojo._toPixelValue,s=_147||gcs(n),bl=(s.borderLeftStyle!=ne?px(n,s.borderLeftWidth):0),bt=(s.borderTopStyle!=ne?px(n,s.borderTopWidth):0);return {l:bl,t:bt,w:bl+(s.borderRightStyle!=ne?px(n,s.borderRightWidth):0),h:bt+(s.borderBottomStyle!=ne?px(n,s.borderBottomWidth):0)};};dojo._getPadBorderExtents=function(n,_148){var s=_148||gcs(n),p=dojo._getPadExtents(n,s),b=dojo._getBorderExtents(n,s);return {l:p.l+b.l,t:p.t+b.t,w:p.w+b.w,h:p.h+b.h};};dojo._getMarginExtents=function(n,_149){var s=_149||gcs(n),px=dojo._toPixelValue,l=px(n,s.marginLeft),t=px(n,s.marginTop),r=px(n,s.marginRight),b=px(n,s.marginBottom);if(dojo.isSafari&&(s.position!="absolute")){r=l;}return {l:l,t:t,w:l+r,h:t+b};};dojo._getMarginBox=function(node,_14a){var s=_14a||gcs(node),me=dojo._getMarginExtents(node,s);var l=node.offsetLeft-me.l,t=node.offsetTop-me.t;if(dojo.isMoz){var sl=parseFloat(s.left),st=parseFloat(s.top);if(!isNaN(sl)&&!isNaN(st)){l=sl,t=st;}else{var p=node.parentNode;if(p&&p.style){var pcs=gcs(p);if(pcs.overflow!="visible"){var be=dojo._getBorderExtents(p,pcs);l+=be.l,t+=be.t;}}}}else{if(dojo.isOpera){var p=node.parentNode;if(p){var be=dojo._getBorderExtents(p);l-=be.l,t-=be.t;}}}return {l:l,t:t,w:node.offsetWidth+me.w,h:node.offsetHeight+me.h};};dojo._getContentBox=function(node,_14b){var s=_14b||gcs(node),pe=dojo._getPadExtents(node,s),be=dojo._getBorderExtents(node,s),w=node.clientWidth,h;if(!w){w=node.offsetWidth,h=node.offsetHeight;}else{h=node.clientHeight,be.w=be.h=0;}if(dojo.isOpera){pe.l+=be.l;pe.t+=be.t;}return {l:pe.l,t:pe.t,w:w-pe.w-be.w,h:h-pe.h-be.h};};dojo._getBorderBox=function(node,_14c){var s=_14c||gcs(node),pe=dojo._getPadExtents(node,s),cb=dojo._getContentBox(node,s);return {l:cb.l-pe.l,t:cb.t-pe.t,w:cb.w+pe.w,h:cb.h+pe.h};};dojo._setBox=function(node,l,t,w,h,u){u=u||"px";with(node.style){if(!isNaN(l)){left=l+u;}if(!isNaN(t)){top=t+u;}if(w>=0){width=w+u;}if(h>=0){height=h+u;}}};dojo._usesBorderBox=function(node){var n=node.tagName;return (dojo.boxModel=="border-box")||(n=="TABLE")||(n=="BUTTON");};dojo._setContentSize=function(node,_14d,_14e,_14f){var bb=dojo._usesBorderBox(node);if(bb){var pb=dojo._getPadBorderExtents(node,_14f);if(_14d>=0){_14d+=pb.w;}if(_14e>=0){_14e+=pb.h;}}dojo._setBox(node,NaN,NaN,_14d,_14e);};dojo._setMarginBox=function(node,_150,_151,_152,_153,_154){var s=_154||dojo.getComputedStyle(node);var bb=dojo._usesBorderBox(node),pb=bb?_155:dojo._getPadBorderExtents(node,s),mb=dojo._getMarginExtents(node,s);if(_152>=0){_152=Math.max(_152-pb.w-mb.w,0);}if(_153>=0){_153=Math.max(_153-pb.h-mb.h,0);}dojo._setBox(node,_150,_151,_152,_153);};var _155={l:0,t:0,w:0,h:0};dojo.marginBox=function(node,box){var n=dojo.byId(node),s=gcs(n),b=box;return !b?dojo._getMarginBox(n,s):dojo._setMarginBox(n,b.l,b.t,b.w,b.h,s);};dojo.contentBox=function(node,box){var n=dojo.byId(node),s=gcs(n),b=box;return !b?dojo._getContentBox(n,s):dojo._setContentSize(n,b.w,b.h,s);};var _156=function(node,prop){if(!(node=(node||0).parentNode)){return 0;}var val,_157=0,_158=dojo.body();while(node&&node.style){if(gcs(node).position=="fixed"){return 0;}val=node[prop];if(val){_157+=val-0;if(node==_158){break;}}node=node.parentNode;}return _157;};dojo._docScroll=function(){var _159=dojo.body();var _15a=dojo.global;var de=dojo.doc.documentElement;return {y:(_15a.pageYOffset||de.scrollTop||_159.scrollTop||0),x:(_15a.pageXOffset||dojo._fixIeBiDiScrollLeft(de.scrollLeft)||_159.scrollLeft||0)};};dojo._isBodyLtr=function(){return typeof dojo._bodyLtr=="undefined"?(dojo._bodyLtr=dojo.getComputedStyle(dojo.body()).direction=="ltr"):dojo._bodyLtr;};dojo._getIeDocumentElementOffset=function(){var de=dojo.doc.documentElement;if(dojo.isIE>=7){return {x:de.getBoundingClientRect().left,y:de.getBoundingClientRect().top};}else{return {x:dojo._isBodyLtr()||window.parent==window?de.clientLeft:de.offsetWidth-de.clientWidth-de.clientLeft,y:de.clientTop};}};dojo._fixIeBiDiScrollLeft=function(_15b){if(dojo.isIE&&!dojo._isBodyLtr()){var de=dojo.doc.documentElement;return _15b+de.clientWidth-de.scrollWidth;}return _15b;};dojo._abs=function(node,_15c){var _15d=node.ownerDocument;var ret={x:0,y:0};var _15e=false;var db=dojo.body();if(dojo.isIE){var _15f=node.getBoundingClientRect();var _160=dojo._getIeDocumentElementOffset();ret.x=_15f.left-_160.x;ret.y=_15f.top-_160.y;}else{if(_15d["getBoxObjectFor"]){var bo=_15d.getBoxObjectFor(node);ret.x=bo.x-_156(node,"scrollLeft");ret.y=bo.y-_156(node,"scrollTop");}else{if(node["offsetParent"]){_15e=true;var _161;if(dojo.isSafari&&(gcs(node).position=="absolute")&&(node.parentNode==db)){_161=db;}else{_161=db.parentNode;}if(node.parentNode!=db){var nd=node;if(dojo.isOpera){nd=db;}ret.x-=_156(nd,"scrollLeft");ret.y-=_156(nd,"scrollTop");}var _162=node;do{var n=_162["offsetLeft"];if(!dojo.isOpera||n>0){ret.x+=isNaN(n)?0:n;}var m=_162["offsetTop"];ret.y+=isNaN(m)?0:m;_162=_162.offsetParent;}while((_162!=_161)&&_162);}else{if(node["x"]&&node["y"]){ret.x+=isNaN(node.x)?0:node.x;ret.y+=isNaN(node.y)?0:node.y;}}}}if(_15e||_15c){var _163=dojo._docScroll();var m=_15e?(!_15c?-1:0):1;ret.y+=m*_163.y;ret.x+=m*_163.x;}return ret;};dojo.coords=function(node,_164){var n=dojo.byId(node),s=gcs(n),mb=dojo._getMarginBox(n,s);var abs=dojo._abs(n,_164);mb.x=abs.x;mb.y=abs.y;return mb;};})();dojo.hasClass=function(node,_165){return ((" "+node.className+" ").indexOf(" "+_165+" ")>=0);};dojo.addClass=function(node,_166){var cls=node.className;if((" "+cls+" ").indexOf(" "+_166+" ")<0){node.className=cls+(cls?" ":"")+_166;}};dojo.removeClass=function(node,_167){var t=dojo.trim((" "+node.className+" ").replace(" "+_167+" "," "));if(node.className!=t){node.className=t;}};dojo.toggleClass=function(node,_168,_169){if(typeof _169=="undefined"){_169=!dojo.hasClass(node,_168);}dojo[_169?"addClass":"removeClass"](node,_168);};}if(!dojo._hasResource["dojo._base.NodeList"]){dojo._hasResource["dojo._base.NodeList"]=true;dojo.provide("dojo._base.NodeList");(function(){var d=dojo;dojo.NodeList=function(){var args=arguments;if((args.length==1)&&(typeof args[0]=="number")){this.length=parseInt(args[0]);}else{if(args.length){d.forEach(args,function(i){this.push(i);},this);}}};dojo.NodeList.prototype=new Array;if(d.isIE){var _16a=function(_16b){return ("var a2 = parent."+_16b+"; "+"var ap = Array.prototype; "+"var a2p = a2.prototype; "+"for(var x in a2p){ ap[x] = a2p[x]; } "+"parent."+_16b+" = Array; ");};var scs=_16a("dojo.NodeList");var _16c=window.createPopup();_16c.document.write("<script>"+scs+"</script>");_16c.show(1,1,1,1);}dojo.extend(dojo.NodeList,{indexOf:function(_16d,_16e){return d.indexOf(this,_16d,_16e);},lastIndexOf:function(_16f,_170){var aa=d._toArray(arguments);aa.unshift(this);return d.lastIndexOf.apply(d,aa);},every:function(_171,_172){return d.every(this,_171,_172);},some:function(_173,_174){return d.some(this,_173,_174);},forEach:function(_175,_176){d.forEach(this,_175,_176);return this;},map:function(func,obj){return d.map(this,func,obj,d.NodeList);},coords:function(){return d.map(this,d.coords);},style:function(_177,_178){var aa=d._toArray(arguments);aa.unshift(this[0]);var s=d.style.apply(d,aa);return (arguments.length>1)?this:s;},styles:function(_179,_17a){var aa=d._toArray(arguments);aa.unshift(null);var s=this.map(function(i){aa[0]=i;return d.style.apply(d,aa);});return (arguments.length>1)?this:s;},addClass:function(_17b){return this.forEach(function(i){dojo.addClass(i,_17b);});},removeClass:function(_17c){return this.forEach(function(i){dojo.removeClass(i,_17c);});},place:function(_17d,_17e){var item=d.query(_17d)[0];_17e=_17e||"last";for(var x=0;x<this.length;x++){d.place(this[x],item,_17e);}return this;},connect:function(_17f,_180,_181){this.forEach(function(item){d.connect(item,_17f,_180,_181);});return this;},orphan:function(_182){var _183=(_182)?d._filterQueryResult(this,_182):this;_183.forEach(function(item){if(item["parentNode"]){item.parentNode.removeChild(item);}});return _183;},adopt:function(_184,_185){var item=this[0];return d.query(_184).forEach(function(ai){d.place(ai,item,(_185||"last"));});},query:function(_186){_186=_186||"";var ret=new d.NodeList();this.forEach(function(item){d.query(_186,item).forEach(function(_187){if(typeof _187!="undefined"){ret.push(_187);}});});return ret;},filter:function(_188){var _189=this;var _18a=arguments;var r=new d.NodeList();var rp=function(t){if(typeof t!="undefined"){r.push(t);}};if(d.isString(_188)){_189=d._filterQueryResult(this,_18a[0]);if(_18a.length==1){return _189;}d.forEach(d.filter(_189,_18a[1],_18a[2]),rp);return r;}d.forEach(d.filter(_189,_18a[0],_18a[1]),rp);return r;},addContent:function(_18b,_18c){var ta=d.doc.createElement("span");if(d.isString(_18b)){ta.innerHTML=_18b;}else{ta.appendChild(_18b);}var ct=((_18c=="first")||(_18c=="after"))?"lastChild":"firstChild";this.forEach(function(item){var tn=ta.cloneNode(true);while(tn[ct]){d.place(tn[ct],item,_18c);}});return this;},_anim:function(_18d,args){var _18e=[];args=args||{};this.forEach(function(item){var _18f={node:item};d.mixin(_18f,args);_18e.push(d[_18d](_18f));});return d.fx.combine(_18e);},fadeIn:function(args){return this._anim("fadeIn",args);},fadeOut:function(args){return this._anim("fadeOut",args);},animateProperty:function(args){return this._anim("animateProperty",args);}});dojo.forEach(["mouseover","click","mouseout","mousemove","blur","mousedown","mouseup","mousemove","keydown","keyup","keypress"],function(evt){var _190="on"+evt;dojo.NodeList.prototype[_190]=function(a,b){return this.connect(_190,a,b);};});})();}if(!dojo._hasResource["dojo._base.query"]){dojo._hasResource["dojo._base.query"]=true;dojo.provide("dojo._base.query");(function(){var d=dojo;var _191=function(q){return [q.indexOf("#"),q.indexOf("."),q.indexOf("["),q.indexOf(":")];};var _192=function(_193,_194){var ql=_193.length;var i=_191(_193);var end=ql;for(var x=_194;x<i.length;x++){if(i[x]>=0){if(i[x]<end){end=i[x];}}}return (end<0)?ql:end;};var _195=function(_196){var i=_191(_196);if(i[0]!=-1){return _196.substring(i[0]+1,_192(_196,1));}else{return "";}};var _197=function(_198){var _199;var i=_191(_198);if((i[0]==0)||(i[1]==0)){_199=0;}else{_199=_192(_198,0);}return ((_199>0)?_198.substr(0,_199).toLowerCase():"*");};var _19a=function(arr){var ret=-1;for(var x=0;x<arr.length;x++){var ta=arr[x];if(ta>=0){if((ta>ret)||(ret==-1)){ret=ta;}}}return ret;};var _19b=function(_19c){var i=_191(_19c);if(-1==i[1]){return "";}var di=i[1]+1;var _19d=_19a(i.slice(2));if(di<_19d){return _19c.substring(di,_19d);}else{if(-1==_19d){return _19c.substr(di);}else{return "";}}};var _19e=[{key:"|=",match:function(attr,_19f){return "[contains(concat(' ',@"+attr+",' '), ' "+_19f+"-')]";}},{key:"~=",match:function(attr,_1a0){return "[contains(concat(' ',@"+attr+",' '), ' "+_1a0+" ')]";}},{key:"^=",match:function(attr,_1a1){return "[starts-with(@"+attr+", '"+_1a1+"')]";}},{key:"*=",match:function(attr,_1a2){return "[contains(@"+attr+", '"+_1a2+"')]";}},{key:"$=",match:function(attr,_1a3){return "[substring(@"+attr+", string-length(@"+attr+")-"+(_1a3.length-1)+")='"+_1a3+"']";}},{key:"!=",match:function(attr,_1a4){return "[not(@"+attr+"='"+_1a4+"')]";}},{key:"=",match:function(attr,_1a5){return "[@"+attr+"='"+_1a5+"']";}}];var _1a6=function(_1a7,_1a8,_1a9,_1aa){var _1ab;var i=_191(_1a8);if(i[2]>=0){var _1ac=_1a8.indexOf("]",i[2]);var _1ad=_1a8.substring(i[2]+1,_1ac);while(_1ad&&_1ad.length){if(_1ad.charAt(0)=="@"){_1ad=_1ad.slice(1);}_1ab=null;for(var x=0;x<_1a7.length;x++){var ta=_1a7[x];var tci=_1ad.indexOf(ta.key);if(tci>=0){var attr=_1ad.substring(0,tci);var _1ae=_1ad.substring(tci+ta.key.length);if((_1ae.charAt(0)=="\"")||(_1ae.charAt(0)=="'")){_1ae=_1ae.substring(1,_1ae.length-1);}_1ab=ta.match(d.trim(attr),d.trim(_1ae));break;}}if((!_1ab)&&(_1ad.length)){_1ab=_1a9(_1ad);}if(_1ab){_1aa(_1ab);}_1ad=null;var _1af=_1a8.indexOf("[",_1ac);if(0<=_1af){_1ac=_1a8.indexOf("]",_1af);if(0<=_1ac){_1ad=_1a8.substring(_1af+1,_1ac);}}}}};var _1b0=function(_1b1){var _1b2=".";var _1b3=_1b1.split(" ");while(_1b3.length){var tqp=_1b3.shift();var _1b4;if(tqp==">"){_1b4="/";tqp=_1b3.shift();}else{_1b4="//";}var _1b5=_197(tqp);_1b2+=_1b4+_1b5;var id=_195(tqp);if(id.length){_1b2+="[@id='"+id+"'][1]";}var cn=_19b(tqp);if(cn.length){var _1b6=" ";if(cn.charAt(cn.length-1)=="*"){_1b6="";cn=cn.substr(0,cn.length-1);}_1b2+="[contains(concat(' ',@class,' '), ' "+cn+_1b6+"')]";}_1a6(_19e,tqp,function(_1b7){return "[@"+_1b7+"]";},function(_1b8){_1b2+=_1b8;});}return _1b2;};var _1b9={};var _1ba=function(path){if(_1b9[path]){return _1b9[path];}var doc=d.doc;var _1bb=_1b0(path);var tf=function(_1bc){var ret=[];var _1bd;try{_1bd=doc.evaluate(_1bb,_1bc,null,XPathResult.ANY_TYPE,null);}catch(e){console.debug("failure in exprssion:",_1bb,"under:",_1bc);console.debug(e);}var _1be=_1bd.iterateNext();while(_1be){ret.push(_1be);_1be=_1bd.iterateNext();}return ret;};return _1b9[path]=tf;};var _1bf={};var _1c0={};var _1c1=function(_1c2,_1c3){if(!_1c2){return _1c3;}if(!_1c3){return _1c2;}return function(){return _1c2.apply(window,arguments)&&_1c3.apply(window,arguments);};};var _1c4=function(_1c5,_1c6,_1c7,idx){var nidx=idx+1;var _1c8=(_1c6.length==nidx);var tqp=_1c6[idx];if(tqp==">"){var ecn=_1c5.childNodes;if(!ecn.length){return;}nidx++;_1c8=(_1c6.length==nidx);var tf=_1c9(_1c6[idx+1]);for(var x=0,te;x<ecn.length,te=ecn[x];x++){if(tf(te)){if(_1c8){_1c7.push(te);}else{_1c4(te,_1c6,_1c7,nidx);}}}}var _1ca=_1cb(tqp)(_1c5);if(_1c8){while(_1ca.length){_1c7.push(_1ca.shift());}}else{while(_1ca.length){_1c4(_1ca.shift(),_1c6,_1c7,nidx);}}};var _1cc=function(_1cd,_1ce){var ret=[];var x=_1cd.length-1,te;while(te=_1cd[x--]){_1c4(te,_1ce,ret,0);}return ret;};var _1c9=function(_1cf){if(_1bf[_1cf]){return _1bf[_1cf];}var ff=null;var _1d0=_197(_1cf);if(_1d0!="*"){ff=_1c1(ff,function(elem){return ((elem.nodeType==1)&&(_1d0==elem.tagName.toLowerCase()));});}var _1d1=_195(_1cf);if(_1d1.length){ff=_1c1(ff,function(elem){return ((elem.nodeType==1)&&(elem.id==_1d1));});}if(Math.max.apply(this,_191(_1cf).slice(1))>=0){ff=_1c1(ff,_1d2(_1cf));}return _1bf[_1cf]=ff;};var _1d3=function(node){var pn=node.parentNode;var pnc=pn.childNodes;var nidx=-1;var _1d4=pn.firstChild;if(!_1d4){return nidx;}var ci=node["__cachedIndex"];var cl=pn["__cachedLength"];if(((typeof cl=="number")&&(cl!=pnc.length))||(typeof ci!="number")){pn["__cachedLength"]=pnc.length;var idx=1;do{if(_1d4===node){nidx=idx;}if(_1d4.nodeType==1){_1d4["__cachedIndex"]=idx;idx++;}_1d4=_1d4.nextSibling;}while(_1d4);}else{nidx=ci;}return nidx;};var _1d5=0;var _1d6=function(elem,attr){var _1d7="";if(attr=="class"){return elem.className||_1d7;}if(attr=="for"){return elem.htmlFor||_1d7;}return elem.getAttribute(attr,2)||_1d7;};var _1d8=[{key:"|=",match:function(attr,_1d9){var _1da=" "+_1d9+"-";return function(elem){var ea=" "+(elem.getAttribute(attr,2)||"");return ((ea==_1d9)||(ea.indexOf(_1da)==0));};}},{key:"^=",match:function(attr,_1db){return function(elem){return (_1d6(elem,attr).indexOf(_1db)==0);};}},{key:"*=",match:function(attr,_1dc){return function(elem){return (_1d6(elem,attr).indexOf(_1dc)>=0);};}},{key:"~=",match:function(attr,_1dd){var tval=" "+_1dd+" ";return function(elem){var ea=" "+_1d6(elem,attr)+" ";return (ea.indexOf(tval)>=0);};}},{key:"$=",match:function(attr,_1de){var tval=" "+_1de;return function(elem){var ea=" "+_1d6(elem,attr);return (ea.lastIndexOf(_1de)==(ea.length-_1de.length));};}},{key:"!=",match:function(attr,_1df){return function(elem){return (_1d6(elem,attr)!=_1df);};}},{key:"=",match:function(attr,_1e0){return function(elem){return (_1d6(elem,attr)==_1e0);};}}];var _1e1=[{key:"first-child",match:function(name,_1e2){return function(elem){if(elem.nodeType!=1){return false;}var fc=elem.previousSibling;while(fc&&(fc.nodeType!=1)){fc=fc.previousSibling;}return (!fc);};}},{key:"last-child",match:function(name,_1e3){return function(elem){if(elem.nodeType!=1){return false;}var nc=elem.nextSibling;while(nc&&(nc.nodeType!=1)){nc=nc.nextSibling;}return (!nc);};}},{key:"empty",match:function(name,_1e4){return function(elem){var cn=elem.childNodes;var cnl=elem.childNodes.length;for(var x=cnl-1;x>=0;x--){var nt=cn[x].nodeType;if((nt==1)||(nt==3)){return false;}}return true;};}},{key:"contains",match:function(name,_1e5){return function(elem){return (elem.innerHTML.indexOf(_1e5)>=0);};}},{key:"not",match:function(name,_1e6){var ntf=_1c9(_1e6);return function(elem){return (!ntf(elem));};}},{key:"nth-child",match:function(name,_1e7){var pi=parseInt;if(_1e7=="odd"){return function(elem){return (((_1d3(elem))%2)==1);};}else{if((_1e7=="2n")||(_1e7=="even")){return function(elem){return ((_1d3(elem)%2)==0);};}else{if(_1e7.indexOf("0n+")==0){var _1e8=pi(_1e7.substr(3));return function(elem){return (elem.parentNode.childNodes[_1e8-1]===elem);};}else{if((_1e7.indexOf("n+")>0)&&(_1e7.length>3)){var _1e9=_1e7.split("n+",2);var pred=pi(_1e9[0]);var idx=pi(_1e9[1]);return function(elem){return ((_1d3(elem)%pred)==idx);};}else{if(_1e7.indexOf("n")==-1){var _1e8=pi(_1e7);return function(elem){return (_1d3(elem)==_1e8);};}}}}}}}];var _1d2=function(_1ea){var _1eb=(_1c0[_1ea]||_1bf[_1ea]);if(_1eb){return _1eb;}var ff=null;var i=_191(_1ea);if(i[0]>=0){var tn=_197(_1ea);if(tn!="*"){ff=_1c1(ff,function(elem){return (elem.tagName.toLowerCase()==tn);});}}var _1ec;var _1ed=_19b(_1ea);if(_1ed.length){var _1ee=_1ed.charAt(_1ed.length-1)=="*";if(_1ee){_1ed=_1ed.substr(0,_1ed.length-1);}var re=new RegExp("(?:^|\\s)"+_1ed+(_1ee?".*":"")+"(?:\\s|$)");ff=_1c1(ff,function(elem){return re.test(elem.className);});}if(i[3]>=0){var _1ef=_1ea.substr(i[3]+1);var _1f0="";var obi=_1ef.indexOf("(");var cbi=_1ef.lastIndexOf(")");if((0<=obi)&&(0<=cbi)&&(cbi>obi)){_1f0=_1ef.substring(obi+1,cbi);_1ef=_1ef.substr(0,obi);}_1ec=null;for(var x=0;x<_1e1.length;x++){var ta=_1e1[x];if(ta.key==_1ef){_1ec=ta.match(_1ef,_1f0);break;}}if(_1ec){ff=_1c1(ff,_1ec);}}var _1f1=(d.isIE)?function(cond){var clc=cond.toLowerCase();return function(elem){return elem[cond]||elem[clc];};}:function(cond){return function(elem){return (elem&&elem.getAttribute&&elem.hasAttribute(cond));};};_1a6(_1d8,_1ea,_1f1,function(_1f2){ff=_1c1(ff,_1f2);});if(!ff){ff=function(){return true;};}return _1c0[_1ea]=ff;};var _1f3={};var _1cb=function(_1f4,root){var fHit=_1f3[_1f4];if(fHit){return fHit;}var i=_191(_1f4);var id=_195(_1f4);if(i[0]==0){return _1f3[_1f4]=function(root){return [d.byId(id)];};}var _1f5=_1d2(_1f4);var _1f6;if(i[0]>=0){_1f6=function(root){var te=d.byId(id);if(_1f5(te)){return [te];}};}else{var tret;var tn=_197(_1f4);if(Math.max.apply(this,_191(_1f4))==-1){_1f6=function(root){var ret=[];var te,x=0,tret=root.getElementsByTagName(tn);while(te=tret[x++]){ret.push(te);}return ret;};}else{_1f6=function(root){var ret=[];var te,x=0,tret=root.getElementsByTagName(tn);while(te=tret[x++]){if(_1f5(te)){ret.push(te);}}return ret;};}}return _1f3[_1f4]=_1f6;};var _1f7={};var _1f8={">":function(root){var ret=[];var te,x=0,tret=root.childNodes;while(te=tret[x++]){if(te.nodeType==1){ret.push(te);}}return ret;}};var _1f9=function(_1fa){if(0>_1fa.indexOf(" ")){return _1cb(_1fa);}var sqf=function(root){var _1fb=_1fa.split(" ");var _1fc;if(_1fb[0]==">"){_1fc=[root];}else{_1fc=_1cb(_1fb.shift())(root);}return _1cc(_1fc,_1fb);};return sqf;};var _1fd=((document["evaluate"]&&!d.isSafari)?function(_1fe){var _1ff=_1fe.split(" ");if((document["evaluate"])&&(_1fe.indexOf(":")==-1)&&((true))){if(((_1ff.length>2)&&(_1fe.indexOf(">")==-1))||(_1ff.length>3)||(_1fe.indexOf("[")>=0)||((1==_1ff.length)&&(0<=_1fe.indexOf(".")))){return _1ba(_1fe);}}return _1f9(_1fe);}:_1f9);var _200=function(_201){if(_1f8[_201]){return _1f8[_201];}if(0>_201.indexOf(",")){return _1f8[_201]=_1fd(_201);}else{var _202=_201.split(/\s*,\s*/);var tf=function(root){var _203=0;var ret=[];var tp;while(tp=_202[_203++]){ret=ret.concat(_1fd(tp,tp.indexOf(" "))(root));}return ret;};return _1f8[_201]=tf;}};var _204=0;var _205=function(arr){var ret=new d.NodeList();if(!arr){return ret;}if(arr[0]){ret.push(arr[0]);}if(arr.length<2){return ret;}_204++;arr[0]["_zipIdx"]=_204;for(var x=1,te;te=arr[x];x++){if(arr[x]["_zipIdx"]!=_204){ret.push(te);}te["_zipIdx"]=_204;}return ret;};d.query=function(_206,root){if(typeof _206!="string"){return new d.NodeList(_206);}if(typeof root=="string"){root=d.byId(root);}return _205(_200(_206)(root||d.doc));};d._filterQueryResult=function(_207,_208){var tnl=new d.NodeList();var ff=(_208)?_1c9(_208):function(){return true;};for(var x=0,te;te=_207[x];x++){if(ff(te)){tnl.push(te);}}return tnl;};})();}if(!dojo._hasResource["dojo._base.xhr"]){dojo._hasResource["dojo._base.xhr"]=true;dojo.provide("dojo._base.xhr");dojo.formToObject=function(_209){var ret={};var iq="input[type!=file][type!=submit][type!=image][type!=reset][type!=button], select, textarea";dojo.query(iq,_209).filter(function(node){return (!node.disabled);}).forEach(function(item){var _20a=item.name;var type=(item.type||"").toLowerCase();if((type=="radio")||(type=="checkbox")){if(item.checked){ret[_20a]=item.value;}}else{if(item.multiple){var ria=ret[_20a]=[];dojo.query("option[selected]",item).forEach(function(opt){ria.push(opt.value);});}else{ret[_20a]=item.value;if(type=="image"){ret[_20a+".x"]=ret[_20a+".y"]=ret[_20a].x=ret[_20a].y=0;}}}});return ret;};dojo.objectToQuery=function(map){var ec=encodeURIComponent;var ret="";var _20b={};for(var x in map){if(map[x]!=_20b[x]){if(dojo.isArray(map[x])){for(var y=0;y<map[x].length;y++){ret+=ec(x)+"="+ec(map[x][y])+"&";}}else{ret+=ec(x)+"="+ec(map[x])+"&";}}}if((ret.length)&&(ret.charAt(ret.length-1)=="&")){ret=ret.substr(0,ret.length-1);}return ret;};dojo.formToQuery=function(_20c){return dojo.objectToQuery(dojo.formToObject(_20c));};dojo.formToJson=function(_20d){return dojo.toJson(dojo.formToObject(_20d));};dojo.queryToObject=function(str){var ret={};var qp=str.split("&");var dc=decodeURIComponent;dojo.forEach(qp,function(item){if(item.length){var _20e=item.split("=");var name=dc(_20e.shift());var val=dc(_20e.join("="));if(dojo.isString(ret[name])){ret[name]=[ret[name]];}if(dojo.isArray(ret[name])){ret[name].push(val);}else{ret[name]=val;}}});return ret;};dojo._blockAsync=false;dojo._contentHandlers={"text":function(xhr){return xhr.responseText;},"json":function(xhr){if(!djConfig.usePlainJson){console.debug("please consider using a mimetype of text/json-comment-filtered"+" to avoid potential security issues with JSON endpoints"+" (use djConfig.usePlainJson=true to turn off this message)");}return dojo.fromJson(xhr.responseText);},"json-comment-optional":function(xhr){var _20f=xhr.responseText;var _210=_20f.indexOf("/*");var _211=_20f.lastIndexOf("*/");if((_210==-1)||(_211==-1)){return dojo.fromJson(xhr.responseText);}return dojo.fromJson(_20f.substring(_210+2,_211));},"json-comment-filtered":function(xhr){var _212=xhr.responseText;var _213=_212.indexOf("/*");var _214=_212.lastIndexOf("*/");if((_213==-1)||(_214==-1)){console.debug("your JSON wasn't comment filtered!");return "";}return dojo.fromJson(_212.substring(_213+2,_214));},"javascript":function(xhr){return dojo.eval(xhr.responseText);},"xml":function(xhr){if(dojo.isIE&&!xhr.responseXML){dojo.forEach(["MSXML2","Microsoft","MSXML","MSXML3"],function(i){try{var doc=new ActiveXObject(prefixes[i]+".XMLDOM");doc.async=false;doc.loadXML(xhr.responseText);return doc;}catch(e){}});}else{return xhr.responseXML;}}};(function(){dojo._ioSetArgs=function(args,_215,_216,_217){var _218={};_218.args=args;var _219=null;if(args.form){var form=dojo.byId(args.form);var _21a=form.getAttributeNode("action");_218.url=args.url||(_21a?_21a.value:null);_219=dojo.formToObject(form);}else{_218.url=args.url;}var _21b=[{}];if(_219){_21b.push(_219);}if(args.content){_21b.push(args.content);}if(args.preventCache){_21b.push({"dojo.preventCache":new Date().valueOf()});}_218.query=dojo.objectToQuery(dojo.mixin.apply(null,_21b));_218.handleAs=args.handleAs||"text";var d=new dojo.Deferred(_215);d.addCallbacks(_216,function(_21c){return _217(_21c,d);});var ld=args.load;if(ld&&dojo.isFunction(ld)){d.addCallback(function(_21d){return ld.call(args,_21d,_218);});}var err=args.error;if(err&&dojo.isFunction(err)){d.addErrback(function(_21e){return err.call(args,_21e,_218);});}var _21f=args.handle;if(_21f&&dojo.isFunction(_21f)){d.addBoth(function(_220){return _21f.call(args,_220,_218);});}d.ioArgs=_218;return d;};var _221=function(dfd){dfd.canceled=true;var xhr=dfd.ioArgs.xhr;if(typeof xhr.abort=="function"){xhr.abort();}};var _222=function(dfd){return dojo._contentHandlers[dfd.ioArgs.handleAs](dfd.ioArgs.xhr);};var _223=function(_224,dfd){console.debug(_224);return _224;};var _225=function(args){var dfd=dojo._ioSetArgs(args,_221,_222,_223);dfd.ioArgs.xhr=dojo._xhrObj(dfd.ioArgs.args);return dfd;};var _226=null;var _227=[];var _228=function(){var now=(new Date()).getTime();if(!dojo._blockAsync){dojo.forEach(_227,function(tif,_229){if(!tif){return;}var dfd=tif.dfd;try{if(!dfd||dfd.canceled||!tif.validCheck(dfd)){_227.splice(_229,1);return;}if(tif.ioCheck(dfd)){_227.splice(_229,1);tif.resHandle(dfd);}else{if(dfd.startTime){if(dfd.startTime+(dfd.ioArgs.args.timeout||0)<now){_227.splice(_229,1);var err=new Error("timeout exceeded");err.dojoType="timeout";dfd.errback(err);dfd.cancel();}}}}catch(e){console.debug(e);dfd.errback(new Error("_watchInFlightError!"));}});}if(!_227.length){clearInterval(_226);_226=null;return;}};dojo._ioCancelAll=function(){try{dojo.forEach(_227,function(i){i.dfd.cancel();});}catch(e){}};if(dojo.isIE){dojo.addOnUnload(dojo._ioCancelAll);}dojo._ioWatch=function(dfd,_22a,_22b,_22c){if(dfd.ioArgs.args.timeout){dfd.startTime=(new Date()).getTime();}_227.push({dfd:dfd,validCheck:_22a,ioCheck:_22b,resHandle:_22c});if(!_226){_226=setInterval(_228,50);}_228();};var _22d="application/x-www-form-urlencoded";var _22e=function(dfd){return dfd.ioArgs.xhr.readyState;};var _22f=function(dfd){return 4==dfd.ioArgs.xhr.readyState;};var _230=function(dfd){if(dojo._isDocumentOk(dfd.ioArgs.xhr)){dfd.callback(dfd);}else{dfd.errback(new Error("bad http response code:"+dfd.ioArgs.xhr.status));}};var _231=function(type,dfd){var _232=dfd.ioArgs;var args=_232.args;_232.xhr.open(type,_232.url,(args.sync!==true),(args.user?args.user:undefined),(args.password?args.password:undefined));if(args.headers){for(var hdr in args.headers){if(hdr.toLowerCase()==="content-type"&&!args.contentType){args.contentType=args.headers[hdr];}else{_232.xhr.setRequestHeader(hdr,args.headers[hdr]);}}}_232.xhr.setRequestHeader("Content-Type",(args.contentType||_22d));try{_232.xhr.send(_232.query);}catch(e){dfd.cancel();}dojo._ioWatch(dfd,_22e,_22f,_230);return dfd;};dojo._ioAddQueryToUrl=function(_233){if(_233.query.length){_233.url+=(_233.url.indexOf("?")==-1?"?":"&")+_233.query;_233.query=null;}};dojo.xhrGet=function(args){var dfd=_225(args);dojo._ioAddQueryToUrl(dfd.ioArgs);return _231("GET",dfd);};dojo.xhrPost=function(args){return _231("POST",_225(args));};dojo.rawXhrPost=function(args){var dfd=_225(args);dfd.ioArgs.query=args.postData;return _231("POST",dfd);};dojo.xhrPut=function(args){return _231("PUT",_225(args));};dojo.rawXhrPut=function(args){var dfd=_225(args);var _234=dfd.ioArgs;if(args["putData"]){_234.query=args.putData;args.putData=null;}return _231("PUT",dfd);};dojo.xhrDelete=function(args){var dfd=_225(args);dojo._ioAddQueryToUrl(dfd.ioArgs);return _231("DELETE",dfd);};dojo.wrapForm=function(_235){throw new Error("dojo.wrapForm not yet implemented");};})();}if(!dojo._hasResource["dojo._base.fx"]){dojo._hasResource["dojo._base.fx"]=true;dojo.provide("dojo._base.fx");dojo._Line=function(_236,end){this.start=_236;this.end=end;this.getValue=function(n){return ((this.end-this.start)*n)+this.start;};};dojo.declare("dojo._Animation",null,{constructor:function(args){dojo.mixin(this,args);if(dojo.isArray(this.curve)){this.curve=new dojo._Line(this.curve[0],this.curve[1]);}},curve:null,duration:1000,easing:null,repeat:0,rate:10,delay:null,beforeBegin:null,onBegin:null,onAnimate:null,onEnd:null,onPlay:null,onPause:null,onStop:null,_active:false,_paused:false,_startTime:null,_endTime:null,_timer:null,_percent:0,_startRepeatCount:0,fire:function(evt,args){if(this[evt]){this[evt].apply(this,args||[]);}return this;},play:function(_237,_238){if(_238){clearTimeout(this._timer);this._active=this._paused=false;this._percent=0;}else{if(this._active&&!this._paused){return this;}}this.fire("beforeBegin");var d=_237||this.delay;if(d>0){setTimeout(dojo.hitch(this,function(){this.play(null,_238);}),d);return this;}this._startTime=new Date().valueOf();if(this._paused){this._startTime-=this.duration*this._percent;}this._endTime=this._startTime+this.duration;this._active=true;this._paused=false;var _239=this.curve.getValue(this._percent);if(!this._percent){if(!this._startRepeatCount){this._startRepeatCount=this.repeat;}this.fire("onBegin",[_239]);}this.fire("onPlay",[_239]);this._cycle();return this;},pause:function(){clearTimeout(this._timer);if(!this._active){return this;}this._paused=true;this.fire("onPause",[this.curve.getValue(this._percent)]);return this;},gotoPercent:function(pct,_23a){clearTimeout(this._timer);this._active=this._paused=true;this._percent=pct*100;if(_23a){this.play();}return this;},stop:function(_23b){if(!this._timer){return;}clearTimeout(this._timer);if(_23b){this._percent=1;}this.fire("onStop",[this.curve.getValue(this._percent)]);this._active=this._paused=false;return this;},status:function(){if(this._active){return this._paused?"paused":"playing";}return "stopped";},_cycle:function(){clearTimeout(this._timer);if(this._active){var curr=new Date().valueOf();var step=(curr-this._startTime)/(this._endTime-this._startTime);if(step>=1){step=1;}this._percent=step;if(this.easing){step=this.easing(step);}this.fire("onAnimate",[this.curve.getValue(step)]);if(step<1){this._timer=setTimeout(dojo.hitch(this,"_cycle"),this.rate);}else{this._active=false;if(this.repeat>0){this.repeat--;this.play(null,true);}else{if(this.repeat==-1){this.play(null,true);}else{if(this._startRepeatCount){this.repeat=this._startRepeatCount;this._startRepeatCount=0;}}}this._percent=0;this.fire("onEnd");}}return this;}});(function(){var _23c=function(node){if(dojo.isIE){var ns=node.style;if(!ns.zoom.length&&dojo.style(node,"zoom")=="normal"){ns.zoom="1";}if(!ns.width.length&&dojo.style(node,"width")=="auto"){ns.width="auto";}}};dojo._fade=function(args){if(typeof args.end=="undefined"){throw new Error("dojo._fade needs an end value");}args.node=dojo.byId(args.node);var _23d=dojo.mixin({properties:{}},args);var _23e=(_23d.properties.opacity={});_23e.start=(typeof _23d.start=="undefined")?function(){return Number(dojo.style(_23d.node,"opacity"));}:_23d.start;_23e.end=_23d.end;var anim=dojo.animateProperty(_23d);dojo.connect(anim,"beforeBegin",null,function(){_23c(_23d.node);});return anim;};dojo.fadeIn=function(args){return dojo._fade(dojo.mixin({end:1},args));};dojo.fadeOut=function(args){return dojo._fade(dojo.mixin({end:0},args));};if(dojo.isKhtml&&!dojo.isSafari){dojo._defaultEasing=function(n){return parseFloat("0.5")+((Math.sin((n+parseFloat("1.5"))*Math.PI))/2);};}else{dojo._defaultEasing=function(n){return 0.5+((Math.sin((n+1.5)*Math.PI))/2);};}var _23f=function(_240){this._properties=_240;for(var p in _240){var prop=_240[p];if(prop.start instanceof dojo.Color){prop.tempColor=new dojo.Color();}}this.getValue=function(r){var ret={};for(var p in this._properties){var prop=this._properties[p];var _241=null;if(prop.start instanceof dojo.Color){_241=dojo.blendColors(prop.start,prop.end,r,prop.tempColor).toCss();}else{if(!dojo.isArray(prop.start)){_241=((prop.end-prop.start)*r)+prop.start+(p!="opacity"?prop.units||"px":"");}}ret[p]=_241;}return ret;};};dojo.animateProperty=function(args){args.node=dojo.byId(args.node);if(!args.easing){args.easing=dojo._defaultEasing;}var anim=new dojo._Animation(args);dojo.connect(anim,"beforeBegin",anim,function(){var pm={};for(var p in this.properties){var prop=pm[p]=dojo.mixin({},this.properties[p]);if(dojo.isFunction(prop.start)){prop.start=prop.start();}if(dojo.isFunction(prop.end)){prop.end=prop.end();}var _242=(p.toLowerCase().indexOf("color")>=0);function _243(node,p){switch(p){case "height":return node.offsetHeight;case "width":return node.offsetWidth;}var v=dojo.style(node,p);return (p=="opacity")?Number(v):parseFloat(v);};if(typeof prop.end=="undefined"){prop.end=_243(this.node,p);}else{if(typeof prop.start=="undefined"){prop.start=_243(this.node,p);}}if(_242){prop.start=new dojo.Color(prop.start);prop.end=new dojo.Color(prop.end);}else{prop.start=(p=="opacity")?Number(prop.start):parseFloat(prop.start);}}this.curve=new _23f(pm);});dojo.connect(anim,"onAnimate",anim,function(_244){for(var s in _244){dojo.style(this.node,s,_244[s]);}});return anim;};})();}
