/*
	Copyright (c) 2004-2006, The Dojo Foundation
	All Rights Reserved.

	Licensed under the Academic Free License version 2.1 or above OR the
	modified BSD license. For more information on Dojo licensing, see:

		http://dojotoolkit.org/community/licensing.shtml
*/

/*
	This is a compiled version of Dojo, built for deployment and not for
	development. To get an editable version, please visit:

		http://dojotoolkit.org

	for documentation and information on getting the source.
*/

if(typeof dojo=="undefined"){
var dj_global=this;
function dj_undef(_1,_2) {
if(_2==null){
_2=dj_global;
}
return (typeof  _proxy_jslib_handle(_2, (_1), 0, 0)=="undefined");
}
if(dj_undef("djConfig")){
var djConfig={};
}
if(dj_undef("dojo")){
var dojo={};
}
dojo.version={major:0,minor:3,patch:1,flag:"",revision:Number("$Rev: 4342 $".match(/[0-9]+/)[0]),toString:function() {
{var _proxy_jslib_with_objs= [] ;with(_proxy_jslib_with_objs[_proxy_jslib_with_objs.length]= (dojo.version)){
return major+"."+minor+"."+patch+flag+" ("+revision+")";
}; _proxy_jslib_with_objs.length-- ;}
}};
dojo.evalProp=function(_3,_4,_5) {
return (_4&&!dj_undef(_3,_4)? _proxy_jslib_handle(_4, (_3), 0, 0):(_5?( _proxy_jslib_assign('', _4, (_3), '=', ({}))):undefined));
};
dojo.parseObjPath=function(_6,_7,_8) {
var _9=(_7!=null?_7:dj_global);
var _a=_6.split(".");
var _b=_a.pop();
for(var i=0,l=_a.length;i<l&&_9;i++){
_9=dojo.evalProp( _proxy_jslib_handle(_a, (i), 0, 0),_9,_8);
}
return {obj:_9,prop:_b};
};
dojo.evalObjPath=function(_d,_e) {
if(typeof _d!="string"){
return dj_global;
}
if(_d.indexOf(".")==-1){
return dojo.evalProp(_d,dj_global,_e);
}
var _f=dojo.parseObjPath(_d,dj_global,_e);
if(_f){
return dojo.evalProp(_f.prop,_f.obj,_e);
}
return null;
};
dojo.errorToString=function(_10) {
if(!dj_undef("message",_10)){
return _10.message;
}else{
if(!dj_undef("description",_10)){
return _10.description;
}else{
return _10;
}
}
};
dojo.raise=function(_11,_12) {
if(_12){
_11=_11+": "+dojo.errorToString(_12);
}
try{
dojo.hostenv.println("FATAL: "+_11);
}
catch(e){
}
throw Error(_11);
};
dojo.debug=function() {
};
dojo.debugShallow=function(obj) {
};
 _proxy_jslib_assign('', dojo, 'profile', '=', ({start:function() {
},end:function() {
},stop:function() {
},dump:function() {
}}));
function dj_eval(_14) {
return  _proxy_jslib_handle(dj_global, 'eval', '', 0, 0)?dj_global.eval(_proxy_jslib_proxify_js((_14), 0, 0) ):eval(_proxy_jslib_proxify_js((_14), 0, 0) );
}
dojo.unimplemented=function(_15,_16) {
var _17="'"+_15+"' not implemented";
if(_16!=null){
_17+=" "+_16;
}
dojo.raise(_17);
};
dojo.deprecated=function(_18,_19,_1a) {
var _1b="DEPRECATED: "+_18;
if(_19){
_1b+=" "+_19;
}
if(_1a){
_1b+=" -- will be removed in version: "+_1a;
}
dojo.debug(_1b);
};
dojo.inherits=function(_1c,_1d) {
if(typeof _1d!="function"){
dojo.raise("dojo.inherits: superclass argument ["+_1d+"] must be a function (subclass: ["+_1c+"']");
}
_1c.prototype=new (_1d)();
_1c.prototype.constructor=_1c;
_1c.superclass=_1d.prototype;
 _proxy_jslib_assign('', _1c, ("super"), '=', (_1d.prototype));
};
dojo.render=(function() {
function vscaffold(_1e,_1f) {
var tmp={capable:false,support:{builtin:false,plugin:false},prefixes:_1e};
for(var _21 in _1f){
 _proxy_jslib_assign('', tmp, (_21), '=', (false));
}
return tmp;
}
return {name:"",ver:dojo.version,os:{win:false,linux:false,osx:false},html:vscaffold(["html"],["ie","opera","khtml","safari","moz"]),svg:vscaffold(["svg"],["corel","adobe","batik"]),vml:vscaffold(["vml"],["ie"]),swf:vscaffold(["Swf","Flash","Mm"],["mm"]),swt:vscaffold(["Swt"],["ibm"])};
})();
dojo.hostenv=(function() {
var _22={isDebug:false,allowQueryConfig:false,baseScriptUri:"",baseRelativePath:"",libraryScriptUri:"",iePreventClobber:false,ieClobberMinimal:true,preventBackButtonFix:true,searchIds:[],parseWidgets:true};
if(typeof djConfig=="undefined"){
djConfig=_22;
}else{
for(var _23 in _22){
if(typeof  _proxy_jslib_handle(djConfig, (_23), 0, 0)=="undefined"){
 _proxy_jslib_assign('', djConfig, (_23), '=', ( _proxy_jslib_handle(_22, (_23), 0, 0)));
}
}
}
return {name_:"(unset)",version_:"(unset)",getName:function() {
return this.name_;
},getVersion:function() {
return this.version_;
},getText:function(uri) {
dojo.unimplemented("getText","uri="+uri);
}};
})();
dojo.hostenv.getBaseScriptUri=function() {
if(djConfig.baseScriptUri.length){
return djConfig.baseScriptUri;
}
var uri=new (String)(djConfig.libraryScriptUri||djConfig.baseRelativePath);
if(!uri){
dojo.raise("Nothing returned by getLibraryScriptUri(): "+uri);
}
var _26=uri.lastIndexOf("/");
djConfig.baseScriptUri=djConfig.baseRelativePath;
return djConfig.baseScriptUri;
};
(function() {
var _27={pkgFileName:"__package__",loading_modules_:{},loaded_modules_:{},addedToLoadingCount:[],removedFromLoadingCount:[],inFlightCount:0,modulePrefixes_:{dojo:{name:"dojo",value:"src"}},setModulePrefix:function(_28,_29) {
 _proxy_jslib_assign('', this.modulePrefixes_, (_28), '=', ({name:_28,value:_29}));
},getModulePrefix:function(_2a) {
var mp=this.modulePrefixes_;
if(( _proxy_jslib_handle(mp, (_2a), 0, 0))&&( _proxy_jslib_handle( _proxy_jslib_handle(mp, (_2a), 0, 0), ("name"), 0, 0))){
return  _proxy_jslib_handle( _proxy_jslib_handle(mp, (_2a), 0, 0), 'value', '', 0, 0);
}
return _2a;
},getTextStack:[],loadUriStack:[],loadedUris:[],post_load_:false,modulesLoadedListeners:[],unloadListeners:[],loadNotifying:false};
for(var _2c in _27){
 _proxy_jslib_assign('', dojo.hostenv, (_2c), '=', ( _proxy_jslib_handle(_27, (_2c), 0, 0)));
}
})();
dojo.hostenv.loadPath=function(_2d,_2e,cb) {
var uri;
if((_2d.charAt(0)=="/")||(_2d.match(/^\w+:/))){
uri=_2d;
}else{
uri=this.getBaseScriptUri()+_2d;
}
if(djConfig.cacheBust&&dojo.render.html.capable){
uri+="?"+ _proxy_jslib_handle(String(djConfig.cacheBust), 'replace', '', 1, 0)(/\W+/g,"");
}
try{
return ((!_2e)?this.loadUri(uri,cb):this.loadUriAndCheck(uri,_2e,cb));
}
catch(e){
dojo.debug(e);
return false;
}
};
dojo.hostenv.loadUri=function(uri,cb) {
if( _proxy_jslib_handle(this.loadedUris, (uri), 0, 0)){
return 1;
}
var _33=this.getText(uri,null,true);
if(_33==null){
return 0;
}
 _proxy_jslib_assign('', this.loadedUris, (uri), '=', (true));
if(cb){
_33="("+_33+")";
}
var _34=dj_eval(_33);
if(cb){
cb(_34);
}
return 1;
};
dojo.hostenv.loadUriAndCheck=function(uri,_36,cb) {
var ok=true;
try{
ok=this.loadUri(uri,cb);
}
catch(e){
dojo.debug("failed loading ",uri," with error: ",e);
}
return ((ok)&&(this.findModule(_36,false)))?true:false;
};
dojo.loaded=function() {
};
dojo.unloaded=function() {
};
dojo.hostenv.loaded=function() {
this.loadNotifying=true;
this.post_load_=true;
var mll=this.modulesLoadedListeners;
for(var x=0;x<mll.length;x++){
 _proxy_jslib_handle(mll, (x), 1, 0)();
}
this.modulesLoadedListeners=[];
this.loadNotifying=false;
dojo.loaded();
};
dojo.hostenv.unloaded=function() {
var mll=this.unloadListeners;
while(mll.length){
(mll.pop())();
}
dojo.unloaded();
};
dojo.addOnLoad=function(obj,_3d) {
var dh=dojo.hostenv;
if(arguments.length==1){
dh.modulesLoadedListeners.push(obj);
}else{
if(arguments.length>1){
dh.modulesLoadedListeners.push(function() {
 _proxy_jslib_handle(obj, (_3d), 1, 0)();
});
}
}
if(dh.post_load_&&dh.inFlightCount==0&&!dh.loadNotifying){
dh.callLoaded();
}
};
dojo.addOnUnload=function(obj,_40) {
var dh=dojo.hostenv;
if(arguments.length==1){
dh.unloadListeners.push(obj);
}else{
if(arguments.length>1){
dh.unloadListeners.push(function() {
 _proxy_jslib_handle(obj, (_40), 1, 0)();
});
}
}
};
dojo.hostenv.modulesLoaded=function() {
if(this.post_load_){
return;
}
if((this.loadUriStack.length==0)&&(this.getTextStack.length==0)){
if(this.inFlightCount>0){
dojo.debug("files still in flight!");
return;
}
dojo.hostenv.callLoaded();
}
};
dojo.hostenv.callLoaded=function() {
if(typeof  _proxy_jslib_handle(null, 'setTimeout', setTimeout, 0, 0)=="object"){
 _proxy_jslib_handle(null, 'setTimeout', setTimeout, 1, 0)("dojo.hostenv.loaded();",0);
}else{
dojo.hostenv.loaded();
}
};
dojo.hostenv.getModuleSymbols=function(_42) {
var _43=_42.split(".");
for(var i=_43.length-1;i>0;i--){
var _45=_43.slice(0,i).join(".");
var _46=this.getModulePrefix(_45);
if(_46!=_45){
_43.splice(0,i,_46);
break;
}
}
return _43;
};
dojo.hostenv._global_omit_module_check=false;
dojo.hostenv.loadModule=function(_47,_48,_49) {
if(!_47){
return;
}
_49=this._global_omit_module_check||_49;
var _4a=this.findModule(_47,false);
if(_4a){
return _4a;
}
if(dj_undef(_47,this.loading_modules_)){
this.addedToLoadingCount.push(_47);
}
 _proxy_jslib_assign('', this.loading_modules_, (_47), '=', (1));
var _4b= _proxy_jslib_handle(_47, 'replace', '', 1, 0)(/\./g,"/")+".js";
var _4c=this.getModuleSymbols(_47);
var _4d=((_4c[0].charAt(0)!="/")&&(!_4c[0].match(/^\w+:/)));
var _4e= _proxy_jslib_handle(_4c, (_4c.length-1), 0, 0);
var _4f=_47.split(".");
if(_4e=="*"){
_47=(_4f.slice(0,-1)).join(".");
while(_4c.length){
_4c.pop();
_4c.push(this.pkgFileName);
_4b=_4c.join("/")+".js";
if(_4d&&(_4b.charAt(0)=="/")){
_4b=_4b.slice(1);
}
ok=this.loadPath(_4b,((!_49)?_47:null));
if(ok){
break;
}
_4c.pop();
}
}else{
_4b=_4c.join("/")+".js";
_47=_4f.join(".");
var ok=this.loadPath(_4b,((!_49)?_47:null));
if((!ok)&&(!_48)){
_4c.pop();
while(_4c.length){
_4b=_4c.join("/")+".js";
ok=this.loadPath(_4b,((!_49)?_47:null));
if(ok){
break;
}
_4c.pop();
_4b=_4c.join("/")+"/"+this.pkgFileName+".js";
if(_4d&&(_4b.charAt(0)=="/")){
_4b=_4b.slice(1);
}
ok=this.loadPath(_4b,((!_49)?_47:null));
if(ok){
break;
}
}
}
if((!ok)&&(!_49)){
dojo.raise("Could not load '"+_47+"'; last tried '"+_4b+"'");
}
}
if(!_49&&! _proxy_jslib_handle(this, ("isXDomain"), 0, 0)){
_4a=this.findModule(_47,false);
if(!_4a){
dojo.raise("symbol '"+_47+"' is not defined after loading '"+_4b+"'");
}
}
return _4a;
};
dojo.hostenv.startPackage=function(_51) {
var _52=dojo.evalObjPath((_51.split(".").slice(0,-1)).join("."));
 _proxy_jslib_assign('', this.loaded_modules_, ((new (String)(_51)).toLowerCase()), '=', (_52));
var _53=_51.split(/\./);
if( _proxy_jslib_handle(_53, (_53.length-1), 0, 0)=="*"){
_53.pop();
}
return dojo.evalObjPath(_53.join("."),true);
};
dojo.hostenv.findModule=function(_54,_55) {
var lmn=(new (String)(_54)).toLowerCase();
if( _proxy_jslib_handle(this.loaded_modules_, (lmn), 0, 0)){
return  _proxy_jslib_handle(this.loaded_modules_, (lmn), 0, 0);
}
var _57=dojo.evalObjPath(_54);
if((_54)&&(typeof _57!="undefined")&&(_57)){
 _proxy_jslib_assign('', this.loaded_modules_, (lmn), '=', (_57));
return _57;
}
if(_55){
dojo.raise("no loaded module named '"+_54+"'");
}
return null;
};
dojo.kwCompoundRequire=function(_58) {
var _59= _proxy_jslib_handle(_58, ("common"), 0, 0)||[];
var _5a=( _proxy_jslib_handle(_58, (dojo.hostenv.name_), 0, 0))?_59.concat( _proxy_jslib_handle(_58, (dojo.hostenv.name_), 0, 0)||[]):_59.concat( _proxy_jslib_handle(_58, ("default"), 0, 0)||[]);
for(var x=0;x<_5a.length;x++){
var _5c= _proxy_jslib_handle(_5a, (x), 0, 0);
if(_5c.constructor==Array){
dojo.hostenv.loadModule.apply(dojo.hostenv,_5c);
}else{
dojo.hostenv.loadModule(_5c);
}
}
};
dojo.require=function() {
dojo.hostenv.loadModule.apply(dojo.hostenv,arguments);
};
dojo.requireIf=function() {
if((arguments[0]===true)||(arguments[0]=="common")||(arguments[0]&& _proxy_jslib_handle(dojo.render, (arguments[0]), 0, 0).capable)){
var _5d=[];
for(var i=1;i<arguments.length;i++){
_5d.push( _proxy_jslib_handle(arguments, (i), 0, 0));
}
dojo.require.apply(dojo,_5d);
}
};
dojo.requireAfterIf=dojo.requireIf;
dojo.provide=function() {
return dojo.hostenv.startPackage.apply(dojo.hostenv,arguments);
};
dojo.setModulePrefix=function(_5f,_60) {
return dojo.hostenv.setModulePrefix(_5f,_60);
};
dojo.exists=function(obj,_62) {
var p=_62.split(".");
for(var i=0;i<p.length;i++){
if(!( _proxy_jslib_handle(obj, ( _proxy_jslib_handle(p, (i), 0, 0)), 0, 0))){
return false;
}
obj= _proxy_jslib_handle(obj, ( _proxy_jslib_handle(p, (i), 0, 0)), 0, 0);
}
return true;
};
}
if(typeof window=="undefined"){
dojo.raise("no window object");
}
(function() {
if(djConfig.allowQueryConfig){
var _65= _proxy_jslib_handle( _proxy_jslib_handle(document, 'location', '', 0, 0), 'toString', '', 1, 0)();
var _66=_65.split("?",2);
if(_66.length>1){
var _67=_66[1];
var _68=_67.split("&");
for(var x in _68){
var sp= _proxy_jslib_handle(_68, (x), 0, 0).split("=");
if((sp[0].length>9)&&(sp[0].substr(0,9)=="djConfig.")){
var opt=sp[0].substr(9);
try{
 _proxy_jslib_assign('', djConfig, (opt), '=', (eval(_proxy_jslib_proxify_js((sp[1]), 0, 0) )));
}
catch(e){
 _proxy_jslib_assign('', djConfig, (opt), '=', (sp[1]));
}
}
}
}
}
if((( _proxy_jslib_handle(djConfig, ("baseScriptUri"), 0, 0)=="")||( _proxy_jslib_handle(djConfig, ("baseRelativePath"), 0, 0)==""))&&(document&& _proxy_jslib_handle(document, 'getElementsByTagName', '', 0, 0))){
var _6c= _proxy_jslib_handle(document, 'getElementsByTagName', '', 1, 0)("script");
var _6d=/(__package__|dojo|bootstrap1)\.js([\?\.]|$)/i;
for(var i=0;i<_6c.length;i++){
var src= _proxy_jslib_handle(_6c, (i), 0, 0).getAttribute("src");
if(! _proxy_jslib_handle(null, 'src', src, 0, 0)){
continue;
}
var m= _proxy_jslib_handle(null, 'src', src, 0, 0).match(_6d);
if(m){
var _71= _proxy_jslib_handle(null, 'src', src, 0, 0).substring(0,m.index);
if( _proxy_jslib_handle(null, 'src', src, 0, 0).indexOf("bootstrap1")>-1){
_71+="../";
}
if(! _proxy_jslib_handle(this, ("djConfig"), 0, 0)){
djConfig={};
}
if( _proxy_jslib_handle(djConfig, ("baseScriptUri"), 0, 0)==""){
 _proxy_jslib_assign('', djConfig, ("baseScriptUri"), '=', (_71));
}
if( _proxy_jslib_handle(djConfig, ("baseRelativePath"), 0, 0)==""){
 _proxy_jslib_assign('', djConfig, ("baseRelativePath"), '=', (_71));
}
break;
}
}
}
var dr=dojo.render;
var drh=dojo.render.html;
var drs=dojo.render.svg;
var dua=drh.UA=navigator.userAgent;
var dav=drh.AV=navigator.appVersion;
var t=true;
var f=false;
drh.capable=t;
drh.support.builtin=t;
dr.ver=parseFloat(drh.AV);
dr.os.mac=dav.indexOf("Macintosh")>=0;
dr.os.win=dav.indexOf("Windows")>=0;
dr.os.linux=dav.indexOf("X11")>=0;
drh.opera=dua.indexOf("Opera")>=0;
drh.khtml=(dav.indexOf("Konqueror")>=0)||(dav.indexOf("Safari")>=0);
drh.safari=dav.indexOf("Safari")>=0;
var _79=dua.indexOf("Gecko");
drh.mozilla=drh.moz=(_79>=0)&&(!drh.khtml);
if(drh.mozilla){
drh.geckoVersion=dua.substring(_79+6,_79+14);
}
drh.ie=(document.all)&&(!drh.opera);
drh.ie50=drh.ie&&dav.indexOf("MSIE 5.0")>=0;
drh.ie55=drh.ie&&dav.indexOf("MSIE 5.5")>=0;
drh.ie60=drh.ie&&dav.indexOf("MSIE 6.0")>=0;
drh.ie70=drh.ie&&dav.indexOf("MSIE 7.0")>=0;
dojo.locale=(drh.ie?navigator.userLanguage:navigator.language).toLowerCase();
dr.vml.capable=drh.ie;
drs.capable=f;
drs.support.plugin=f;
drs.support.builtin=f;
if(document.implementation&&document.implementation.hasFeature&&document.implementation.hasFeature("org.w3c.dom.svg","1.0")){
drs.capable=t;
drs.support.builtin=t;
drs.support.plugin=f;
}
})();
dojo.hostenv.startPackage("dojo.hostenv");
dojo.render.name=dojo.hostenv.name_="browser";
dojo.hostenv.searchIds=[];
dojo.hostenv._XMLHTTP_PROGIDS=["Msxml2.XMLHTTP","Microsoft.XMLHTTP","Msxml2.XMLHTTP.4.0"];
dojo.hostenv.getXmlhttpObject=function() {
var _7a=null;
var _7b=null;
try{
_7a=new (XMLHttpRequest)();
}
catch(e){
}
if(!_7a){
for(var i=0;i<3;(i= _proxy_jslib_assign_rval('++', 'i', '', '', i))){
var _7d= _proxy_jslib_handle(dojo.hostenv._XMLHTTP_PROGIDS, (i), 0, 0);
try{
_7a=new (ActiveXObject)(_7d);
}
catch(e){
_7b=e;
}
if(_7a){
dojo.hostenv._XMLHTTP_PROGIDS=[_7d];
break;
}
}
}
if(!_7a){
return dojo.raise("XMLHTTP not available",_7b);
}
return _7a;
};
dojo.hostenv.getText=function(uri,_7f,_80) {
var _81=this.getXmlhttpObject();
if(_7f){
_81.onreadystatechange=function() {
if(4==_81.readyState){
if((! _proxy_jslib_handle(_81, ("status"), 0, 0))||((200<=_81.status)&&(300>_81.status))){
_7f(_81.responseText);
}
}
};
}
 _proxy_jslib_handle(_81, 'open', '', 1, 0)("GET",uri,_7f?true:false);
try{
_81.send(null);
if(_7f){
return null;
}
if(( _proxy_jslib_handle(_81, ("status"), 0, 0))&&((200>_81.status)||(300<=_81.status))){
throw Error("Unable to load "+uri+" status:"+_81.status);
}
}
catch(e){
if((_80)&&(!_7f)){
return null;
}else{
throw e;
}
}
return _81.responseText;
};
dojo.hostenv.defaultDebugContainerId="dojoDebug";
dojo.hostenv._println_buffer=[];
dojo.hostenv._println_safe=false;
dojo.hostenv.println=function(_82) {
if(!dojo.hostenv._println_safe){
dojo.hostenv._println_buffer.push(_82);
}else{
try{
var _83= _proxy_jslib_handle(document, 'getElementById', '', 1, 0)(djConfig.debugContainerId?djConfig.debugContainerId:dojo.hostenv.defaultDebugContainerId);
if(!_83){
_83= _proxy_jslib_handle(document, 'getElementsByTagName', '', 1, 0)("body")[0]|| _proxy_jslib_handle(document, 'body', '', 0, 0);
}
var div=document.createElement("div");
div.appendChild(document.createTextNode(_82));
_83.appendChild(div);
}
catch(e){
try{
 _proxy_jslib_handle(document, 'write', '', 1, 0)("<div>"+_82+"</div>");
}
catch(e2){
window.status=_82;
}
}
}
};
dojo.addOnLoad(function() {
dojo.hostenv._println_safe=true;
while(dojo.hostenv._println_buffer.length>0){
dojo.hostenv.println(dojo.hostenv._println_buffer.shift());
}
});
function dj_addNodeEvtHdlr(_85,_86,fp,_88) {
var _89= _proxy_jslib_handle(_85, ("on"+_86), 0, 0)||function() {
};
 _proxy_jslib_assign('', _85, ("on"+_86), '=', (function() {
fp.apply(_85,arguments);
_89.apply(_85,arguments);
}));
return true;
}
dj_addNodeEvtHdlr(window,"load",function() {
if(arguments.callee.initialized){
return;
}
arguments.callee.initialized=true;
var _8a=function() {
if(dojo.render.html.ie){
dojo.hostenv.makeWidgets();
}
};
if(dojo.hostenv.inFlightCount==0){
_8a();
dojo.hostenv.modulesLoaded();
}else{
dojo.addOnLoad(_8a);
}
});
dj_addNodeEvtHdlr(window,"unload",function() {
dojo.hostenv.unloaded();
});
dojo.hostenv.makeWidgets=function() {
var _8b=[];
if(djConfig.searchIds&&djConfig.searchIds.length>0){
_8b=_8b.concat(djConfig.searchIds);
}
if(dojo.hostenv.searchIds&&dojo.hostenv.searchIds.length>0){
_8b=_8b.concat(dojo.hostenv.searchIds);
}
if((djConfig.parseWidgets)||(_8b.length>0)){
if(dojo.evalObjPath("dojo.widget.Parse")){
var _8c=new (dojo.xml.Parse)();
if(_8b.length>0){
for(var x=0;x<_8b.length;x++){
var _8e= _proxy_jslib_handle(document, 'getElementById', '', 1, 0)( _proxy_jslib_handle(_8b, (x), 0, 0));
if(!_8e){
continue;
}
var _8f=_8c.parseElement(_8e,null,true);
dojo.widget.getParser().createComponents(_8f);
}
}else{
if(djConfig.parseWidgets){
var _8f=_8c.parseElement( _proxy_jslib_handle(document, 'getElementsByTagName', '', 1, 0)("body")[0]|| _proxy_jslib_handle(document, 'body', '', 0, 0),null,true);
dojo.widget.getParser().createComponents(_8f);
}
}
}
}
};
dojo.addOnLoad(function() {
if(!dojo.render.html.ie){
dojo.hostenv.makeWidgets();
}
});
try{
if(dojo.render.html.ie){
 _proxy_jslib_handle(document, 'write', '', 1, 0)("<style>v:*{ behavior:url(#default#VML); }</style>");
 _proxy_jslib_handle(document, 'write', '', 1, 0)("<xml:namespace ns=\"urn:schemas-microsoft-com:vml\" prefix=\"v\"/>");
}
}
catch(e){
}
dojo.hostenv.writeIncludes=function() {
};
dojo.byId=function(id,doc) {
if(id&&(typeof id=="string"||id instanceof String)){
if(!doc){
doc=document;
}
return  _proxy_jslib_handle(doc, 'getElementById', '', 1, 0)(id);
}
return id;
};
(function() {
if(typeof dj_usingBootstrap!="undefined"){
return;
}
var _92=false;
var _93=false;
var _94=false;
if((typeof  _proxy_jslib_handle(this, ("load"), 0, 0)=="function")&&((typeof  _proxy_jslib_handle(this, ("Packages"), 0, 0)=="function")||(typeof  _proxy_jslib_handle(this, ("Packages"), 0, 0)=="object"))){
_92=true;
}else{
if(typeof  _proxy_jslib_handle(this, ("load"), 0, 0)=="function"){
_93=true;
}else{
if(window.widget){
_94=true;
}
}
}
var _95=[];
if(( _proxy_jslib_handle(this, ("djConfig"), 0, 0))&&(( _proxy_jslib_handle(djConfig, ("isDebug"), 0, 0))||( _proxy_jslib_handle(djConfig, ("debugAtAllCosts"), 0, 0)))){
_95.push("debug.js");
}
if(( _proxy_jslib_handle(this, ("djConfig"), 0, 0))&&( _proxy_jslib_handle(djConfig, ("debugAtAllCosts"), 0, 0))&&(!_92)&&(!_94)){
_95.push("browser_debug.js");
}
if(( _proxy_jslib_handle(this, ("djConfig"), 0, 0))&&( _proxy_jslib_handle(djConfig, ("compat"), 0, 0))){
_95.push("compat/"+ _proxy_jslib_handle(djConfig, ("compat"), 0, 0)+".js");
}
var _96= _proxy_jslib_handle(djConfig, ("baseScriptUri"), 0, 0);
if(( _proxy_jslib_handle(this, ("djConfig"), 0, 0))&&( _proxy_jslib_handle(djConfig, ("baseLoaderUri"), 0, 0))){
_96= _proxy_jslib_handle(djConfig, ("baseLoaderUri"), 0, 0);
}
for(var x=0;x<_95.length;x++){
var _98=_96+"src/"+ _proxy_jslib_handle(_95, (x), 0, 0);
if(_92||_93){
 _proxy_jslib_handle(null, 'load', load, 1, 0)(_98);
}else{
try{
 _proxy_jslib_handle(document, 'write', '', 1, 0)("<scr"+"ipt type='text/javascript' src='"+_98+"'></scr"+"ipt>");
}
catch(e){
var _99=document.createElement("script");
 _proxy_jslib_assign('', _99, 'src', '=', (_98));
 _proxy_jslib_handle(document, 'getElementsByTagName', '', 1, 0)("head")[0].appendChild(_99);
}
}
}
})();
dojo.fallback_locale="en";
dojo.normalizeLocale=function(_9a) {
return _9a?_9a.toLowerCase():dojo.locale;
};
dojo.requireLocalization=function(_9b,_9c,_9d) {
dojo.debug("EXPERIMENTAL: dojo.requireLocalization");
var _9e=dojo.hostenv.getModuleSymbols(_9b);
var _9f=_9e.concat("nls").join("/");
_9d=dojo.normalizeLocale(_9d);
var _a0=_9d.split("-");
var _a1=[];
for(var i=_a0.length;i>0;i--){
_a1.push(_a0.slice(0,i).join("-"));
}
if( _proxy_jslib_handle(_a1, (_a1.length-1), 0, 0)!=dojo.fallback_locale){
_a1.push(dojo.fallback_locale);
}
var _a3=[_9b,"_nls",_9c].join(".");
var _a4=dojo.hostenv.startPackage(_a3);
 _proxy_jslib_assign('', dojo.hostenv.loaded_modules_, (_a3), '=', (_a4));
var _a5=false;
for(var i=_a1.length-1;i>=0;i--){
var loc= _proxy_jslib_handle(_a1, (i), 0, 0);
var pkg=[_a3,loc].join(".");
var _a8=false;
if(!dojo.hostenv.findModule(pkg)){
 _proxy_jslib_assign('', dojo.hostenv.loaded_modules_, (pkg), '=', (null));
var _a9=[_9f,loc,_9c].join("/")+".js";
_a8=dojo.hostenv.loadPath(_a9,null,function(_aa) {
 _proxy_jslib_assign('', _a4, (loc), '=', (_aa));
if(_a5){
for(var x in _a5){
if(! _proxy_jslib_handle( _proxy_jslib_handle(_a4, (loc), 0, 0), (x), 0, 0)){
 _proxy_jslib_assign('',  _proxy_jslib_handle(_a4, (loc), 0, 0), (x), '=', ( _proxy_jslib_handle(_a5, (x), 0, 0)));
}
}
}
});
}else{
_a8=true;
}
if(_a8&& _proxy_jslib_handle(_a4, (loc), 0, 0)){
_a5= _proxy_jslib_handle(_a4, (loc), 0, 0);
}
}
};
dojo.provide("dojo.string.common");
dojo.require("dojo.string");
dojo.string.trim=function(str,wh) {
if(! _proxy_jslib_handle(str, 'replace', '', 0, 0)){
return str;
}
if(!str.length){
return str;
}
var re=(wh>0)?(/^\s+/):(wh<0)?(/\s+$/):(/^\s+|\s+$/g);
return  _proxy_jslib_handle(str, 'replace', '', 1, 0)(re,"");
};
dojo.string.trimStart=function(str) {
return dojo.string.trim(str,1);
};
dojo.string.trimEnd=function(str) {
return dojo.string.trim(str,-1);
};
dojo.string.repeat=function(str,_b2,_b3) {
var out="";
for(var i=0;i<_b2;i++){
out+=str;
if(_b3&&i<_b2-1){
out+=_b3;
}
}
return out;
};
dojo.string.pad=function(str,len,c,dir) {
var out=String(str);
if(!c){
c="0";
}
if(!dir){
dir=1;
}
while(out.length<len){
if(dir>0){
out=c+out;
}else{
out+=c;
}
}
return out;
};
dojo.string.padLeft=function(str,len,c) {
return dojo.string.pad(str,len,c,1);
};
dojo.string.padRight=function(str,len,c) {
return dojo.string.pad(str,len,c,-1);
};
dojo.provide("dojo.string");
dojo.require("dojo.string.common");
dojo.provide("dojo.lang.common");
dojo.require("dojo.lang");
dojo.lang._mixin=function(obj,_c2) {
var _c3={};
for(var x in _c2){
if(typeof  _proxy_jslib_handle(_c3, (x), 0, 0)=="undefined"|| _proxy_jslib_handle(_c3, (x), 0, 0)!= _proxy_jslib_handle(_c2, (x), 0, 0)){
 _proxy_jslib_assign('', obj, (x), '=', ( _proxy_jslib_handle(_c2, (x), 0, 0)));
}
}
if(dojo.render.html.ie&&dojo.lang.isFunction( _proxy_jslib_handle(_c2, ("toString"), 0, 0))&& _proxy_jslib_handle(_c2, ("toString"), 0, 0)!= _proxy_jslib_handle(obj, ("toString"), 0, 0)){
 _proxy_jslib_assign('', obj, 'toString', '=', ( _proxy_jslib_handle(_c2, 'toString', '', 0, 0)));
}
return obj;
};
dojo.lang.mixin=function(obj,_c6) {
for(var i=1,l=arguments.length;i<l;i++){
dojo.lang._mixin(obj, _proxy_jslib_handle(arguments, (i), 0, 0));
}
return obj;
};
dojo.lang.extend=function(_c8,_c9) {
for(var i=1,l=arguments.length;i<l;i++){
dojo.lang._mixin(_c8.prototype, _proxy_jslib_handle(arguments, (i), 0, 0));
}
return _c8;
};
dojo.lang.find=function(arr,val,_cd,_ce) {
if(!dojo.lang.isArrayLike(arr)&&dojo.lang.isArrayLike(val)){
var a=arr;
arr=val;
val=a;
}
var _d0=dojo.lang.isString(arr);
if(_d0){
arr=arr.split("");
}
if(_ce){
var _d1=-1;
var i=arr.length-1;
var end=-1;
}else{
var _d1=1;
var i=0;
var end=arr.length;
}
if(_cd){
while(i!=end){
if( _proxy_jslib_handle(arr, (i), 0, 0)===val){
return i;
}
i+=_d1;
}
}else{
while(i!=end){
if( _proxy_jslib_handle(arr, (i), 0, 0)==val){
return i;
}
i+=_d1;
}
}
return -1;
};
dojo.lang.indexOf=dojo.lang.find;
dojo.lang.findLast=function(arr,val,_d6) {
return dojo.lang.find(arr,val,_d6,true);
};
dojo.lang.lastIndexOf=dojo.lang.findLast;
dojo.lang.inArray=function(arr,val) {
return dojo.lang.find(arr,val)>-1;
};
dojo.lang.isObject=function(wh) {
if(typeof wh=="undefined"){
return false;
}
return (typeof wh=="object"||wh===null||dojo.lang.isArray(wh)||dojo.lang.isFunction(wh));
};
dojo.lang.isArray=function(wh) {
return (wh instanceof Array||typeof wh=="array");
};
dojo.lang.isArrayLike=function(wh) {
if(dojo.lang.isString(wh)){
return false;
}
if(dojo.lang.isFunction(wh)){
return false;
}
if(dojo.lang.isArray(wh)){
return true;
}
if(typeof wh!="undefined"&&wh&&dojo.lang.isNumber(wh.length)&&isFinite(wh.length)){
return true;
}
return false;
};
dojo.lang.isFunction=function(wh) {
if(!wh){
return false;
}
return (wh instanceof Function||typeof wh=="function");
};
dojo.lang.isString=function(wh) {
return (wh instanceof String||typeof wh=="string");
};
dojo.lang.isAlien=function(wh) {
if(!wh){
return false;
}
return !dojo.lang.isFunction()&&/\{\s*\[native code\]\s*\}/.test(String(wh));
};
dojo.lang.isBoolean=function(wh) {
return (wh instanceof Boolean||typeof wh=="boolean");
};
dojo.lang.isNumber=function(wh) {
return (wh instanceof Number||typeof wh=="number");
};
dojo.lang.isUndefined=function(wh) {
return ((wh==undefined)&&(typeof wh=="undefined"));
};
dojo.provide("dojo.lang.extras");
dojo.require("dojo.lang.common");
 _proxy_jslib_assign('', dojo.lang, 'setTimeout', '=', (function(_e2,_e3) {
var _e4=window,argsStart=2;
if(!dojo.lang.isFunction(_e2)){
_e4=_e2;
_e2=_e3;
_e3=arguments[2];
argsStart++;
}
if(dojo.lang.isString(_e2)){
_e2= _proxy_jslib_handle(_e4, (_e2), 0, 0);
}
var _e5=[];
for(var i=argsStart;i<arguments.length;i++){
_e5.push( _proxy_jslib_handle(arguments, (i), 0, 0));
}
return  _proxy_jslib_handle(null, 'setTimeout', setTimeout, 1, 0)(function() {
_e2.apply(_e4,_e5);
},_e3);
}));
dojo.lang.getNameInObj=function(ns,_e8) {
if(!ns){
ns=dj_global;
}
for(var x in ns){
if( _proxy_jslib_handle(ns, (x), 0, 0)===_e8){
return new (String)(x);
}
}
return null;
};
dojo.lang.shallowCopy=function(obj) {
var ret={},key;
for(key in obj){
if(dojo.lang.isUndefined( _proxy_jslib_handle(ret, (key), 0, 0))){
 _proxy_jslib_assign('', ret, (key), '=', ( _proxy_jslib_handle(obj, (key), 0, 0)));
}
}
return ret;
};
dojo.lang.firstValued=function() {
for(var i=0;i<arguments.length;i++){
if(typeof  _proxy_jslib_handle(arguments, (i), 0, 0)!="undefined"){
return  _proxy_jslib_handle(arguments, (i), 0, 0);
}
}
return undefined;
};
dojo.lang.getObjPathValue=function(_ed,_ee,_ef) {
{var _proxy_jslib_with_objs= [] ;with(_proxy_jslib_with_objs[_proxy_jslib_with_objs.length]= (dojo.parseObjPath(_ed,_ee,_ef))){
return dojo.evalProp(prop,obj,_ef);
}; _proxy_jslib_with_objs.length-- ;}
};
dojo.lang.setObjPathValue=function(_f0,_f1,_f2,_f3) {
if(arguments.length<4){
_f3=true;
}
{var _proxy_jslib_with_objs= [] ;with(_proxy_jslib_with_objs[_proxy_jslib_with_objs.length]= (dojo.parseObjPath(_f0,_f2,_f3))){
if(obj&&(_f3||(prop in obj))){
 _proxy_jslib_assign('', obj, (prop), '=', (_f1));
}
}; _proxy_jslib_with_objs.length-- ;}
};
dojo.provide("dojo.io.IO");
dojo.require("dojo.string");
dojo.require("dojo.lang.extras");
dojo.io.transports=[];
dojo.io.hdlrFuncNames=["load","error","timeout"];
dojo.io.Request=function(url,_f5,_f6,_f7) {
if((arguments.length==1)&&(arguments[0].constructor==Object)){
this.fromKwArgs(arguments[0]);
}else{
this.url=url;
if(_f5){
this.mimetype=_f5;
}
if(_f6){
this.transport=_f6;
}
if(arguments.length>=4){
this.changeUrl=_f7;
}
}
};
dojo.lang.extend(dojo.io.Request,{url:"",mimetype:"text/plain",method:"GET",content:undefined,transport:undefined,changeUrl:undefined,formNode:undefined,sync:false,bindSuccess:false,useCache:false,preventCache:false,load:function(_f8,_f9,evt) {
},error:function(_fb,_fc) {
},timeout:function(_fd) {
},handle:function() {
},timeoutSeconds:0,abort:function() {
},fromKwArgs:function(_fe) {
if( _proxy_jslib_handle(_fe, ("url"), 0, 0)){
_fe.url= _proxy_jslib_handle(_fe.url, 'toString', '', 1, 0)();
}
if( _proxy_jslib_handle(_fe, ("formNode"), 0, 0)){
_fe.formNode=dojo.byId(_fe.formNode);
}
if(! _proxy_jslib_handle(_fe, ("method"), 0, 0)&& _proxy_jslib_handle(_fe, ("formNode"), 0, 0)&& _proxy_jslib_handle(_fe, ("formNode"), 0, 0).method){
_fe.method= _proxy_jslib_handle(_fe, ("formNode"), 0, 0).method;
}
if(! _proxy_jslib_handle(_fe, ("handle"), 0, 0)&& _proxy_jslib_handle(_fe, ("handler"), 0, 0)){
_fe.handle=_fe.handler;
}
if(! _proxy_jslib_handle(_fe, ("load"), 0, 0)&& _proxy_jslib_handle(_fe, ("loaded"), 0, 0)){
 _proxy_jslib_assign('', _fe, 'load', '=', (_fe.loaded));
}
if(! _proxy_jslib_handle(_fe, ("changeUrl"), 0, 0)&& _proxy_jslib_handle(_fe, ("changeURL"), 0, 0)){
_fe.changeUrl=_fe.changeURL;
}
_fe.encoding=dojo.lang.firstValued( _proxy_jslib_handle(_fe, ("encoding"), 0, 0), _proxy_jslib_handle(djConfig, ("bindEncoding"), 0, 0),"");
_fe.sendTransport=dojo.lang.firstValued( _proxy_jslib_handle(_fe, ("sendTransport"), 0, 0), _proxy_jslib_handle(djConfig, ("ioSendTransport"), 0, 0),false);
var _ff=dojo.lang.isFunction;
for(var x=0;x<dojo.io.hdlrFuncNames.length;x++){
var fn= _proxy_jslib_handle(dojo.io.hdlrFuncNames, (x), 0, 0);
if(_ff( _proxy_jslib_handle(_fe, (fn), 0, 0))){
continue;
}
if(_ff( _proxy_jslib_handle(_fe, ("handle"), 0, 0))){
 _proxy_jslib_assign('', _fe, (fn), '=', (_fe.handle));
}
}
dojo.lang.mixin(this,_fe);
}});
dojo.io.Error=function(msg,type,num) {
this.message=msg;
this.type=type||"unknown";
this.number=num||0;
};
dojo.io.transports.addTransport=function(name) {
this.push(name);
 _proxy_jslib_assign('', this, (name), '=', ( _proxy_jslib_handle(dojo.io, (name), 0, 0)));
};
dojo.io.bind=function(_106) {
if(!(_106 instanceof dojo.io.Request)){
try{
_106=new (dojo.io.Request)(_106);
}
catch(e){
dojo.debug(e);
}
}
var _107="";
if( _proxy_jslib_handle(_106, ("transport"), 0, 0)){
_107= _proxy_jslib_handle(_106, ("transport"), 0, 0);
if(! _proxy_jslib_handle(this, (_107), 0, 0)){
return _106;
}
}else{
for(var x=0;x<dojo.io.transports.length;x++){
var tmp= _proxy_jslib_handle(dojo.io.transports, (x), 0, 0);
if(( _proxy_jslib_handle(this, (tmp), 0, 0))&&( _proxy_jslib_handle(this, (tmp), 0, 0).canHandle(_106))){
_107=tmp;
}
}
if(_107==""){
return _106;
}
}
 _proxy_jslib_handle(this, (_107), 0, 0).bind(_106);
_106.bindSuccess=true;
return _106;
};
dojo.io.queueBind=function(_10a) {
if(!(_10a instanceof dojo.io.Request)){
try{
_10a=new (dojo.io.Request)(_10a);
}
catch(e){
dojo.debug(e);
}
}
var _10b= _proxy_jslib_handle(_10a, 'load', '', 0, 0);
 _proxy_jslib_assign('', _10a, 'load', '=', (function() {
dojo.io._queueBindInFlight=false;
var ret=_10b.apply(this,arguments);
dojo.io._dispatchNextQueueBind();
return ret;
}));
var _10d=_10a.error;
_10a.error=function() {
dojo.io._queueBindInFlight=false;
var ret=_10d.apply(this,arguments);
dojo.io._dispatchNextQueueBind();
return ret;
};
dojo.io._bindQueue.push(_10a);
dojo.io._dispatchNextQueueBind();
return _10a;
};
dojo.io._dispatchNextQueueBind=function() {
if(!dojo.io._queueBindInFlight){
dojo.io._queueBindInFlight=true;
if(dojo.io._bindQueue.length>0){
dojo.io.bind(dojo.io._bindQueue.shift());
}else{
dojo.io._queueBindInFlight=false;
}
}
};
dojo.io._bindQueue=[];
dojo.io._queueBindInFlight=false;
dojo.io.argsFromMap=function(map,_110,last) {
var enc=/utf/i.test(_110||"")?encodeURIComponent:dojo.string.encodeAscii;
var _113=[];
var _114=new (Object)();
for(var name in map){
var _116=function(elt) {
var val=enc(name)+"="+enc(elt);
 _proxy_jslib_handle(_113, ((last==name)?"push":"unshift"), 1, 0)(val);
};
if(! _proxy_jslib_handle(_114, (name), 0, 0)){
var _119= _proxy_jslib_handle(map, (name), 0, 0);
if(dojo.lang.isArray(_119)){
dojo.lang.forEach(_119,_116);
}else{
_116(_119);
}
}
}
return _113.join("&");
};
dojo.io.setIFrameSrc=function(_11a,src,_11c) {
try{
var r=dojo.render.html;
if(!_11c){
if(r.safari){
 _proxy_jslib_assign('', _11a, 'location', '=', ( _proxy_jslib_handle(null, 'src', src, 0, 0)));
}else{
 _proxy_jslib_assign('',  _proxy_jslib_handle( _proxy_jslib_handle(null, 'frames', frames, 0, 0), (_11a.name), 0, 0), 'location', '=', ( _proxy_jslib_handle(null, 'src', src, 0, 0)));
}
}else{
var idoc;
if(r.ie){
idoc=_11a.contentWindow.document;
}else{
if(r.safari){
idoc=_11a.document;
}else{
idoc=_11a.contentWindow;
}
}
if(!idoc){
 _proxy_jslib_assign('', _11a, 'location', '=', ( _proxy_jslib_handle(null, 'src', src, 0, 0)));
return;
}else{
 _proxy_jslib_handle( _proxy_jslib_handle(idoc, 'location', '', 0, 0), 'replace', '', 1, 0)( _proxy_jslib_handle(null, 'src', src, 0, 0));
}
}
}
catch(e){
dojo.debug(e);
dojo.debug("setIFrameSrc: "+e);
}
};
dojo.provide("dojo.lang.array");
dojo.require("dojo.lang.common");
dojo.lang.has=function(obj,name) {
try{
return (typeof  _proxy_jslib_handle(obj, (name), 0, 0)!="undefined");
}
catch(e){
return false;
}
};
dojo.lang.isEmpty=function(obj) {
if(dojo.lang.isObject(obj)){
var tmp={};
var _123=0;
for(var x in obj){
if( _proxy_jslib_handle(obj, (x), 0, 0)&&(! _proxy_jslib_handle(tmp, (x), 0, 0))){
_123++;
break;
}
}
return (_123==0);
}else{
if(dojo.lang.isArrayLike(obj)||dojo.lang.isString(obj)){
return obj.length==0;
}
}
};
dojo.lang.map=function(arr,obj,_127) {
var _128=dojo.lang.isString(arr);
if(_128){
arr=arr.split("");
}
if(dojo.lang.isFunction(obj)&&(!_127)){
_127=obj;
obj=dj_global;
}else{
if(dojo.lang.isFunction(obj)&&_127){
var _129=obj;
obj=_127;
_127=_129;
}
}
if(Array.map){
var _12a=Array.map(arr,_127,obj);
}else{
var _12a=[];
for(var i=0;i<arr.length;(i= _proxy_jslib_assign_rval('++', 'i', '', '', i))){
_12a.push(_127.call(obj, _proxy_jslib_handle(arr, (i), 0, 0)));
}
}
if(_128){
return _12a.join("");
}else{
return _12a;
}
};
dojo.lang.forEach=function(_12c,_12d,_12e) {
if(dojo.lang.isString(_12c)){
_12c=_12c.split("");
}
if(Array.forEach){
Array.forEach(_12c,_12d,_12e);
}else{
if(!_12e){
_12e=dj_global;
}
for(var i=0,l=_12c.length;i<l;i++){
_12d.call(_12e, _proxy_jslib_handle(_12c, (i), 0, 0),i,_12c);
}
}
};
dojo.lang._everyOrSome=function(_130,arr,_132,_133) {
if(dojo.lang.isString(arr)){
arr=arr.split("");
}
if(Array.every){
return  _proxy_jslib_handle(Array, ((_130)?"every":"some"), 1, 0)(arr,_132,_133);
}else{
if(!_133){
_133=dj_global;
}
for(var i=0,l=arr.length;i<l;i++){
var _135=_132.call(_133, _proxy_jslib_handle(arr, (i), 0, 0),i,arr);
if((_130)&&(!_135)){
return false;
}else{
if((!_130)&&(_135)){
return true;
}
}
}
return (_130)?true:false;
}
};
dojo.lang.every=function(arr,_137,_138) {
return this._everyOrSome(true,arr,_137,_138);
};
dojo.lang.some=function(arr,_13a,_13b) {
return this._everyOrSome(false,arr,_13a,_13b);
};
dojo.lang.filter=function(arr,_13d,_13e) {
var _13f=dojo.lang.isString(arr);
if(_13f){
arr=arr.split("");
}
if(Array.filter){
var _140=Array.filter(arr,_13d,_13e);
}else{
if(!_13e){
if(arguments.length>=3){
dojo.raise("thisObject doesn't exist!");
}
_13e=dj_global;
}
var _140=[];
for(var i=0;i<arr.length;i++){
if(_13d.call(_13e, _proxy_jslib_handle(arr, (i), 0, 0),i,arr)){
_140.push( _proxy_jslib_handle(arr, (i), 0, 0));
}
}
}
if(_13f){
return _140.join("");
}else{
return _140;
}
};
dojo.lang.unnest=function() {
var out=[];
for(var i=0;i<arguments.length;i++){
if(dojo.lang.isArrayLike( _proxy_jslib_handle(arguments, (i), 0, 0))){
var add=dojo.lang.unnest.apply(this, _proxy_jslib_handle(arguments, (i), 0, 0));
out=out.concat(add);
}else{
out.push( _proxy_jslib_handle(arguments, (i), 0, 0));
}
}
return out;
};
dojo.lang.toArray=function(_145,_146) {
var _147=[];
for(var i=_146||0;i<_145.length;i++){
_147.push( _proxy_jslib_handle(_145, (i), 0, 0));
}
return _147;
};
dojo.provide("dojo.lang.func");
dojo.require("dojo.lang.common");
dojo.lang.hitch=function(_149,_14a) {
if(dojo.lang.isString(_14a)){
var fcn= _proxy_jslib_handle(_149, (_14a), 0, 0);
}else{
var fcn=_14a;
}
return function() {
return fcn.apply(_149,arguments);
};
};
dojo.lang.anonCtr=0;
dojo.lang.anon={};
dojo.lang.nameAnonFunc=function(_14c,_14d,_14e) {
var nso=(_14d||dojo.lang.anon);
if((_14e)||(( _proxy_jslib_handle(dj_global, ("djConfig"), 0, 0))&&( _proxy_jslib_handle(djConfig, ("slowAnonFuncLookups"), 0, 0)==true))){
for(var x in nso){
if( _proxy_jslib_handle(nso, (x), 0, 0)===_14c){
return x;
}
}
}
var ret="__"+dojo.lang.anonCtr++;
while(typeof  _proxy_jslib_handle(nso, (ret), 0, 0)!="undefined"){
ret="__"+dojo.lang.anonCtr++;
}
 _proxy_jslib_assign('', nso, (ret), '=', (_14c));
return ret;
};
dojo.lang.forward=function(_152) {
return function() {
return  _proxy_jslib_handle(this, (_152), 0, 0).apply(this,arguments);
};
};
dojo.lang.curry=function(ns,func) {
var _155=[];
ns=ns||dj_global;
if(dojo.lang.isString(func)){
func= _proxy_jslib_handle(ns, (func), 0, 0);
}
for(var x=2;x<arguments.length;x++){
_155.push( _proxy_jslib_handle(arguments, (x), 0, 0));
}
var _157=( _proxy_jslib_handle(func, ("__preJoinArity"), 0, 0)||func.length)-_155.length;
function gather(_158,_159,_15a) {
var _15b=_15a;
var _15c=_159.slice(0);
for(var x=0;x<_158.length;x++){
_15c.push( _proxy_jslib_handle(_158, (x), 0, 0));
}
_15a=_15a-_158.length;
if(_15a<=0){
var res=func.apply(ns,_15c);
_15a=_15b;
return res;
}else{
return function() {
return gather(arguments,_15c,_15a);
};
}
}
return gather([],_155,_157);
};
dojo.lang.curryArguments=function(ns,func,args,_162) {
var _163=[];
var x=_162||0;
for(x=_162;x<args.length;x++){
_163.push( _proxy_jslib_handle(args, (x), 0, 0));
}
return dojo.lang.curry.apply(dojo.lang,[ns,func].concat(_163));
};
dojo.lang.tryThese=function() {
for(var x=0;x<arguments.length;x++){
try{
if(typeof  _proxy_jslib_handle(arguments, (x), 0, 0)=="function"){
var ret=( _proxy_jslib_handle(arguments, (x), 1, 0)());
if(ret){
return ret;
}
}
}
catch(e){
dojo.debug(e);
}
}
};
dojo.lang.delayThese=function(farr,cb,_169,_16a) {
if(!farr.length){
if(typeof _16a=="function"){
_16a();
}
return;
}
if((typeof _169=="undefined")&&(typeof cb=="number")){
_169=cb;
cb=function() {
};
}else{
if(!cb){
cb=function() {
};
if(!_169){
_169=0;
}
}
}
 _proxy_jslib_handle(null, 'setTimeout', setTimeout, 1, 0)(function() {
(farr.shift())();
cb();
dojo.lang.delayThese(farr,cb,_169,_16a);
},_169);
};
dojo.provide("dojo.string.extras");
dojo.require("dojo.string.common");
dojo.require("dojo.lang");
dojo.string.substituteParams=function(_16b,hash) {
var map=(typeof hash=="object")?hash:dojo.lang.toArray(arguments,1);
return  _proxy_jslib_handle(_16b, 'replace', '', 1, 0)(/\%\{(\w+)\}/g,function(_16e,key) {
return  _proxy_jslib_handle(map, (key), 0, 0)||dojo.raise("Substitution not found: "+key);
});
};
dojo.string.paramString=function(str,_171,_172) {
dojo.deprecated("dojo.string.paramString","use dojo.string.substituteParams instead","0.4");
for(var name in _171){
var re=new (RegExp)("\\%\\{"+name+"\\}","g");
str= _proxy_jslib_handle(str, 'replace', '', 1, 0)(re, _proxy_jslib_handle(_171, (name), 0, 0));
}
if(_172){
str= _proxy_jslib_handle(str, 'replace', '', 1, 0)(/%\{([^\}\s]+)\}/g,"");
}
return str;
};
dojo.string.capitalize=function(str) {
if(!dojo.lang.isString(str)){
return "";
}
if(arguments.length==0){
str=this;
}
var _176=str.split(" ");
for(var i=0;i<_176.length;i++){
 _proxy_jslib_assign('', _176, (i), '=', ( _proxy_jslib_handle(_176, (i), 0, 0).charAt(0).toUpperCase()+ _proxy_jslib_handle(_176, (i), 0, 0).substring(1)));
}
return _176.join(" ");
};
dojo.string.isBlank=function(str) {
if(!dojo.lang.isString(str)){
return true;
}
return (dojo.string.trim(str).length==0);
};
dojo.string.encodeAscii=function(str) {
if(!dojo.lang.isString(str)){
return str;
}
var ret="";
var _17b=escape(str);
var _17c,re=/%u([0-9A-F]{4})/i;
while((_17c=_17b.match(re))){
var num=Number("0x"+_17c[1]);
var _17e=escape("&#"+num+";");
ret+=_17b.substring(0,_17c.index)+_17e;
_17b=_17b.substring(_17c.index+_17c[0].length);
}
ret+= _proxy_jslib_handle(_17b, 'replace', '', 1, 0)(/\+/g,"%2B");
return ret;
};
dojo.string.escape=function(type,str) {
var args=dojo.lang.toArray(arguments,1);
switch(type.toLowerCase()){
case "xml":
case "html":
case "xhtml":
return dojo.string.escapeXml.apply(this,args);
case "sql":
return dojo.string.escapeSql.apply(this,args);
case "regexp":
case "regex":
return dojo.string.escapeRegExp.apply(this,args);
case "javascript":
case "jscript":
case "js":
return dojo.string.escapeJavaScript.apply(this,args);
case "ascii":
return dojo.string.encodeAscii.apply(this,args);
default:
return str;
}
};
dojo.string.escapeXml=function(str,_183) {
str= _proxy_jslib_handle( _proxy_jslib_handle( _proxy_jslib_handle( _proxy_jslib_handle(str, 'replace', '', 1, 0)(/&/gm,"&amp;"), 'replace', '', 1, 0)(/</gm,"&lt;"), 'replace', '', 1, 0)(/>/gm,"&gt;"), 'replace', '', 1, 0)(/"/gm,"&quot;");
if(!_183){
str= _proxy_jslib_handle(str, 'replace', '', 1, 0)(/'/gm,"&#39;");
}
return str;
};
dojo.string.escapeSql=function(str) {
return  _proxy_jslib_handle(str, 'replace', '', 1, 0)(/'/gm,"''");
};
dojo.string.escapeRegExp=function(str) {
return  _proxy_jslib_handle( _proxy_jslib_handle(str, 'replace', '', 1, 0)(/\\/gm,"\\\\"), 'replace', '', 1, 0)(/([\f\b\n\t\r[\^$|?*+(){}])/gm,"\\$1");
};
dojo.string.escapeJavaScript=function(str) {
return  _proxy_jslib_handle(str, 'replace', '', 1, 0)(/(["'\f\b\n\t\r])/gm,"\\$1");
};
dojo.string.escapeString=function(str) {
return  _proxy_jslib_handle( _proxy_jslib_handle( _proxy_jslib_handle( _proxy_jslib_handle( _proxy_jslib_handle(("\""+ _proxy_jslib_handle(str, 'replace', '', 1, 0)(/(["\\])/g,"\\$1")+"\""), 'replace', '', 1, 0)(/[\f]/g,"\\f"), 'replace', '', 1, 0)(/[\b]/g,"\\b"), 'replace', '', 1, 0)(/[\n]/g,"\\n"), 'replace', '', 1, 0)(/[\t]/g,"\\t"), 'replace', '', 1, 0)(/[\r]/g,"\\r");
};
dojo.string.summary=function(str,len) {
if(!len||str.length<=len){
return str;
}else{
return  _proxy_jslib_handle(str.substring(0,len), 'replace', '', 1, 0)(/\.+$/,"")+"...";
}
};
dojo.string.endsWith=function(str,end,_18c) {
if(_18c){
str=str.toLowerCase();
end=end.toLowerCase();
}
if((str.length-end.length)<0){
return false;
}
return str.lastIndexOf(end)==str.length-end.length;
};
dojo.string.endsWithAny=function(str) {
for(var i=1;i<arguments.length;i++){
if(dojo.string.endsWith(str, _proxy_jslib_handle(arguments, (i), 0, 0))){
return true;
}
}
return false;
};
dojo.string.startsWith=function(str,_190,_191) {
if(_191){
str=str.toLowerCase();
_190=_190.toLowerCase();
}
return str.indexOf(_190)==0;
};
dojo.string.startsWithAny=function(str) {
for(var i=1;i<arguments.length;i++){
if(dojo.string.startsWith(str, _proxy_jslib_handle(arguments, (i), 0, 0))){
return true;
}
}
return false;
};
dojo.string.has=function(str) {
for(var i=1;i<arguments.length;i++){
if(str.indexOf( _proxy_jslib_handle(arguments, (i), 0, 0))>-1){
return true;
}
}
return false;
};
dojo.string.normalizeNewlines=function(text,_197) {
if(_197=="\n"){
text= _proxy_jslib_handle(text, 'replace', '', 1, 0)(/\r\n/g,"\n");
text= _proxy_jslib_handle(text, 'replace', '', 1, 0)(/\r/g,"\n");
}else{
if(_197=="\r"){
text= _proxy_jslib_handle(text, 'replace', '', 1, 0)(/\r\n/g,"\r");
text= _proxy_jslib_handle(text, 'replace', '', 1, 0)(/\n/g,"\r");
}else{
text= _proxy_jslib_handle(text, 'replace', '', 1, 0)(/([^\r])\n/g,"$1\r\n");
text= _proxy_jslib_handle(text, 'replace', '', 1, 0)(/\r([^\n])/g,"\r\n$1");
}
}
return text;
};
dojo.string.splitEscaped=function(str,_199) {
var _19a=[];
for(var i=0,prevcomma=0;i<str.length;i++){
if(str.charAt(i)=="\\"){
i++;
continue;
}
if(str.charAt(i)==_199){
_19a.push(str.substring(prevcomma,i));
prevcomma=i+1;
}
}
_19a.push(str.substr(prevcomma));
return _19a;
};
dojo.provide("dojo.dom");
dojo.require("dojo.lang.array");
dojo.dom.ELEMENT_NODE=1;
dojo.dom.ATTRIBUTE_NODE=2;
dojo.dom.TEXT_NODE=3;
dojo.dom.CDATA_SECTION_NODE=4;
dojo.dom.ENTITY_REFERENCE_NODE=5;
dojo.dom.ENTITY_NODE=6;
dojo.dom.PROCESSING_INSTRUCTION_NODE=7;
dojo.dom.COMMENT_NODE=8;
dojo.dom.DOCUMENT_NODE=9;
dojo.dom.DOCUMENT_TYPE_NODE=10;
dojo.dom.DOCUMENT_FRAGMENT_NODE=11;
dojo.dom.NOTATION_NODE=12;
dojo.dom.dojoml="http://www.dojotoolkit.org/2004/dojoml";
dojo.dom.xmlns={svg:"http://www.w3.org/2000/svg",smil:"http://www.w3.org/2001/SMIL20/",mml:"http://www.w3.org/1998/Math/MathML",cml:"http://www.xml-cml.org",xlink:"http://www.w3.org/1999/xlink",xhtml:"http://www.w3.org/1999/xhtml",xul:"http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul",xbl:"http://www.mozilla.org/xbl",fo:"http://www.w3.org/1999/XSL/Format",xsl:"http://www.w3.org/1999/XSL/Transform",xslt:"http://www.w3.org/1999/XSL/Transform",xi:"http://www.w3.org/2001/XInclude",xforms:"http://www.w3.org/2002/01/xforms",saxon:"http://icl.com/saxon",xalan:"http://xml.apache.org/xslt",xsd:"http://www.w3.org/2001/XMLSchema",dt:"http://www.w3.org/2001/XMLSchema-datatypes",xsi:"http://www.w3.org/2001/XMLSchema-instance",rdf:"http://www.w3.org/1999/02/22-rdf-syntax-ns#",rdfs:"http://www.w3.org/2000/01/rdf-schema#",dc:"http://purl.org/dc/elements/1.1/",dcq:"http://purl.org/dc/qualifiers/1.0","soap-env":"http://schemas.xmlsoap.org/soap/envelope/",wsdl:"http://schemas.xmlsoap.org/wsdl/",AdobeExtensions:"http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"};
dojo.dom.isNode=function(wh) {
if(typeof Element=="object"){
try{
return wh instanceof Element;
}
catch(E){
}
}else{
return wh&&!isNaN(wh.nodeType);
}
};
dojo.dom.getTagName=function(node) {
dojo.deprecated("dojo.dom.getTagName","use node.tagName instead","0.4");
var _19e=node.tagName;
if(_19e.substr(0,5).toLowerCase()!="dojo:"){
if(_19e.substr(0,4).toLowerCase()=="dojo"){
return "dojo:"+_19e.substring(4).toLowerCase();
}
var djt=node.getAttribute("dojoType")||node.getAttribute("dojotype");
if(djt){
return "dojo:"+djt.toLowerCase();
}
if((node.getAttributeNS)&&(node.getAttributeNS(this.dojoml,"type"))){
return "dojo:"+node.getAttributeNS(this.dojoml,"type").toLowerCase();
}
try{
djt=node.getAttribute("dojo:type");
}
catch(e){
}
if(djt){
return "dojo:"+djt.toLowerCase();
}
if((! _proxy_jslib_handle(dj_global, ("djConfig"), 0, 0))||(! _proxy_jslib_handle(djConfig, ("ignoreClassNames"), 0, 0))){
var _1a0=node.className||node.getAttribute("class");
if((_1a0)&&(_1a0.indexOf)&&(_1a0.indexOf("dojo-")!=-1)){
var _1a1=_1a0.split(" ");
for(var x=0;x<_1a1.length;x++){
if(( _proxy_jslib_handle(_1a1, (x), 0, 0).length>5)&&( _proxy_jslib_handle(_1a1, (x), 0, 0).indexOf("dojo-")>=0)){
return "dojo:"+ _proxy_jslib_handle(_1a1, (x), 0, 0).substr(5).toLowerCase();
}
}
}
}
}
return _19e.toLowerCase();
};
dojo.dom.getUniqueId=function() {
do{
var id="dj_unique_"+( _proxy_jslib_assign('++', (arguments.callee), ('_idIncrement'), ''));
}while( _proxy_jslib_handle(document, 'getElementById', '', 1, 0)(id));
return id;
};
dojo.dom.getUniqueId._idIncrement=0;
dojo.dom.firstElement=dojo.dom.getFirstChildElement=function(_1a4,_1a5) {
var node=_1a4.firstChild;
while(node&&node.nodeType!=dojo.dom.ELEMENT_NODE){
node=node.nextSibling;
}
if(_1a5&&node&&node.tagName&&node.tagName.toLowerCase()!=_1a5.toLowerCase()){
node=dojo.dom.nextElement(node,_1a5);
}
return node;
};
dojo.dom.lastElement=dojo.dom.getLastChildElement=function(_1a7,_1a8) {
var node=_1a7.lastChild;
while(node&&node.nodeType!=dojo.dom.ELEMENT_NODE){
node=node.previousSibling;
}
if(_1a8&&node&&node.tagName&&node.tagName.toLowerCase()!=_1a8.toLowerCase()){
node=dojo.dom.prevElement(node,_1a8);
}
return node;
};
dojo.dom.nextElement=dojo.dom.getNextSiblingElement=function(node,_1ab) {
if(!node){
return null;
}
do{
node=node.nextSibling;
}while(node&&node.nodeType!=dojo.dom.ELEMENT_NODE);
if(node&&_1ab&&_1ab.toLowerCase()!=node.tagName.toLowerCase()){
return dojo.dom.nextElement(node,_1ab);
}
return node;
};
dojo.dom.prevElement=dojo.dom.getPreviousSiblingElement=function(node,_1ad) {
if(!node){
return null;
}
if(_1ad){
_1ad=_1ad.toLowerCase();
}
do{
node=node.previousSibling;
}while(node&&node.nodeType!=dojo.dom.ELEMENT_NODE);
if(node&&_1ad&&_1ad.toLowerCase()!=node.tagName.toLowerCase()){
return dojo.dom.prevElement(node,_1ad);
}
return node;
};
dojo.dom.moveChildren=function(_1ae,_1af,trim) {
var _1b1=0;
if(trim){
while(_1ae.hasChildNodes()&&_1ae.firstChild.nodeType==dojo.dom.TEXT_NODE){
_1ae.removeChild(_1ae.firstChild);
}
while(_1ae.hasChildNodes()&&_1ae.lastChild.nodeType==dojo.dom.TEXT_NODE){
_1ae.removeChild(_1ae.lastChild);
}
}
while(_1ae.hasChildNodes()){
_1af.appendChild(_1ae.firstChild);
_1b1++;
}
return _1b1;
};
dojo.dom.copyChildren=function(_1b2,_1b3,trim) {
var _1b5=_1b2.cloneNode(true);
return this.moveChildren(_1b5,_1b3,trim);
};
dojo.dom.removeChildren=function(node) {
var _1b7=node.childNodes.length;
while(node.hasChildNodes()){
node.removeChild(node.firstChild);
}
return _1b7;
};
dojo.dom.replaceChildren=function(node,_1b9) {
dojo.dom.removeChildren(node);
node.appendChild(_1b9);
};
dojo.dom.removeNode=function(node) {
if(node&&node.parentNode){
return node.parentNode.removeChild(node);
}
};
dojo.dom.getAncestors=function(node,_1bc,_1bd) {
var _1be=[];
var _1bf=dojo.lang.isFunction(_1bc);
while(node){
if(!_1bf||_1bc(node)){
_1be.push(node);
}
if(_1bd&&_1be.length>0){
return _1be[0];
}
node=node.parentNode;
}
if(_1bd){
return null;
}
return _1be;
};
dojo.dom.getAncestorsByTag=function(node,tag,_1c2) {
tag=tag.toLowerCase();
return dojo.dom.getAncestors(node,function(el) {
return ((el.tagName)&&(el.tagName.toLowerCase()==tag));
},_1c2);
};
dojo.dom.getFirstAncestorByTag=function(node,tag) {
return dojo.dom.getAncestorsByTag(node,tag,true);
};
dojo.dom.isDescendantOf=function(node,_1c7,_1c8) {
if(_1c8&&node){
node=node.parentNode;
}
while(node){
if(node==_1c7){
return true;
}
node=node.parentNode;
}
return false;
};
dojo.dom.innerXML=function(node) {
if(node.innerXML){
return node.innerXML;
}else{
if(node.xml){
return node.xml;
}else{
if(typeof XMLSerializer!="undefined"){
return (new (XMLSerializer)()).serializeToString(node);
}
}
}
};
dojo.dom.createDocument=function() {
var doc=null;
if(!dj_undef("ActiveXObject")){
var _1cb=["MSXML2","Microsoft","MSXML","MSXML3"];
for(var i=0;i<_1cb.length;i++){
try{
doc=new (ActiveXObject)( _proxy_jslib_handle(_1cb, (i), 0, 0)+".XMLDOM");
}
catch(e){
}
if(doc){
break;
}
}
}else{
if((document.implementation)&&(document.implementation.createDocument)){
doc=document.implementation.createDocument("","",null);
}
}
return doc;
};
dojo.dom.createDocumentFromText=function(str,_1ce) {
if(!_1ce){
_1ce="text/xml";
}
if(!dj_undef("DOMParser")){
var _1cf=new (DOMParser)();
return _1cf.parseFromString(str,_1ce);
}else{
if(!dj_undef("ActiveXObject")){
var _1d0=dojo.dom.createDocument();
if(_1d0){
_1d0.async=false;
_1d0.loadXML(str);
return _1d0;
}else{
dojo.debug("toXml didn't work?");
}
}else{
if(document.createElement){
var tmp=document.createElement("xml");
 _proxy_jslib_assign('', tmp, 'innerHTML', '=', (str));
if(document.implementation&&document.implementation.createDocument){
var _1d2=document.implementation.createDocument("foo","",null);
for(var i=0;i<tmp.childNodes.length;i++){
_1d2.importNode(tmp.childNodes.item(i),true);
}
return _1d2;
}
return ((tmp.document)&&(tmp.document.firstChild?tmp.document.firstChild:tmp));
}
}
}
return null;
};
dojo.dom.prependChild=function(node,_1d5) {
if(_1d5.firstChild){
_1d5.insertBefore(node,_1d5.firstChild);
}else{
_1d5.appendChild(node);
}
return true;
};
dojo.dom.insertBefore=function(node,ref,_1d8) {
if(_1d8!=true&&(node===ref||node.nextSibling===ref)){
return false;
}
var _1d9=ref.parentNode;
_1d9.insertBefore(node,ref);
return true;
};
dojo.dom.insertAfter=function(node,ref,_1dc) {
var pn=ref.parentNode;
if(ref==pn.lastChild){
if((_1dc!=true)&&(node===ref)){
return false;
}
pn.appendChild(node);
}else{
return this.insertBefore(node,ref.nextSibling,_1dc);
}
return true;
};
dojo.dom.insertAtPosition=function(node,ref,_1e0) {
if((!node)||(!ref)||(!_1e0)){
return false;
}
switch(_1e0.toLowerCase()){
case "before":
return dojo.dom.insertBefore(node,ref);
case "after":
return dojo.dom.insertAfter(node,ref);
case "first":
if(ref.firstChild){
return dojo.dom.insertBefore(node,ref.firstChild);
}else{
ref.appendChild(node);
return true;
}
break;
default:
ref.appendChild(node);
return true;
}
};
dojo.dom.insertAtIndex=function(node,_1e2,_1e3) {
var _1e4=_1e2.childNodes;
if(!_1e4.length){
_1e2.appendChild(node);
return true;
}
var _1e5=null;
for(var i=0;i<_1e4.length;i++){
var _1e7= _proxy_jslib_handle(_1e4.item(i), ("getAttribute"), 0, 0)?parseInt(_1e4.item(i).getAttribute("dojoinsertionindex")):-1;
if(_1e7<_1e3){
_1e5=_1e4.item(i);
}
}
if(_1e5){
return dojo.dom.insertAfter(node,_1e5);
}else{
return dojo.dom.insertBefore(node,_1e4.item(0));
}
};
dojo.dom.textContent=function(node,text) {
if(text){
dojo.dom.replaceChildren(node,document.createTextNode(text));
return text;
}else{
var _1ea="";
if(node==null){
return _1ea;
}
for(var i=0;i<node.childNodes.length;i++){
switch( _proxy_jslib_handle(node.childNodes, (i), 0, 0).nodeType){
case 1:
case 5:
_1ea+=dojo.dom.textContent( _proxy_jslib_handle(node.childNodes, (i), 0, 0));
break;
case 3:
case 2:
case 4:
_1ea+= _proxy_jslib_handle( _proxy_jslib_handle(node.childNodes, (i), 0, 0), 'nodeValue', '', 0, 0);
break;
default:
break;
}
}
return _1ea;
}
};
dojo.dom.collectionToArray=function(_1ec) {
dojo.deprecated("dojo.dom.collectionToArray","use dojo.lang.toArray instead","0.4");
return dojo.lang.toArray(_1ec);
};
dojo.dom.hasParent=function(node) {
return node&&node.parentNode&&dojo.dom.isNode(node.parentNode);
};
dojo.dom.isTag=function(node) {
if(node&&node.tagName){
var arr=dojo.lang.toArray(arguments,1);
return  _proxy_jslib_handle(arr, (dojo.lang.find(node.tagName,arr)), 0, 0)||"";
}
return "";
};
dojo.provide("dojo.undo.browser");
dojo.require("dojo.io");
try{
if((! _proxy_jslib_handle(djConfig, ("preventBackButtonFix"), 0, 0))&&(!dojo.hostenv.post_load_)){
 _proxy_jslib_handle(document, 'write', '', 1, 0)("<iframe style='border: 0px; width: 1px; height: 1px; position: absolute; bottom: 0px; right: 0px; visibility: visible;' name='djhistory' id='djhistory' src='"+(dojo.hostenv.getBaseScriptUri()+"iframe_history.html")+"'></iframe>");
}
}
catch(e){
}
if(dojo.render.html.opera){
dojo.debug("Opera is not supported with dojo.undo.browser, so back/forward detection will not work.");
}
dojo.undo.browser={initialHref: _proxy_jslib_handle( _proxy_jslib_handle(window, 'location', '', 0, 0), 'href', '', 0, 0),initialHash: _proxy_jslib_handle(window, 'location', '', 0, 0).hash,moveForward:false,historyStack:[],forwardStack:[],historyIframe:null,bookmarkAnchor:null,locationTimer:null,setInitialState:function(args) {
this.initialState={"url":this.initialHref,"kwArgs":args,"urlHash":this.initialHash};
},addToHistory:function(args) {
var hash=null;
if(!this.historyIframe){
this.historyIframe= _proxy_jslib_handle( _proxy_jslib_handle(window, 'frames', '', 0, 0), ("djhistory"), 0, 0);
}
if(!this.bookmarkAnchor){
this.bookmarkAnchor=document.createElement("a");
( _proxy_jslib_handle(document, 'body', '', 0, 0)|| _proxy_jslib_handle(document, 'getElementsByTagName', '', 1, 0)("body")[0]).appendChild(this.bookmarkAnchor);
this.bookmarkAnchor.style.display="none";
}
if((! _proxy_jslib_handle(args, ("changeUrl"), 0, 0))||(dojo.render.html.ie)){
var url=dojo.hostenv.getBaseScriptUri()+"iframe_history.html?"+(new (Date)()).getTime();
this.moveForward=true;
dojo.io.setIFrameSrc(this.historyIframe,url,false);
}
if( _proxy_jslib_handle(args, ("changeUrl"), 0, 0)){
this.changingUrl=true;
hash="#"+(( _proxy_jslib_handle(args, ("changeUrl"), 0, 0)!==true)? _proxy_jslib_handle(args, ("changeUrl"), 0, 0):(new (Date)()).getTime());
 _proxy_jslib_handle(null, 'setTimeout', setTimeout, 1, 0)("window.location.href = '"+hash+"'; dojo.undo.browser.changingUrl = false;",1);
 _proxy_jslib_assign('', this.bookmarkAnchor, 'href', '=', (hash));
if(dojo.render.html.ie){
var _1f4= _proxy_jslib_handle(args, ("back"), 0, 0)|| _proxy_jslib_handle(args, ("backButton"), 0, 0)|| _proxy_jslib_handle(args, ("handle"), 0, 0);
var tcb=function(_1f6) {
if( _proxy_jslib_handle(window, 'location', '', 0, 0).hash!=""){
 _proxy_jslib_handle(null, 'setTimeout', setTimeout, 1, 0)("window.location.href = '"+hash+"';",1);
}
_1f4.apply(this,[_1f6]);
};
if( _proxy_jslib_handle(args, ("back"), 0, 0)){
args.back=tcb;
}else{
if( _proxy_jslib_handle(args, ("backButton"), 0, 0)){
args.backButton=tcb;
}else{
if( _proxy_jslib_handle(args, ("handle"), 0, 0)){
args.handle=tcb;
}
}
}
this.forwardStack=[];
var _1f7= _proxy_jslib_handle(args, ("forward"), 0, 0)|| _proxy_jslib_handle(args, ("forwardButton"), 0, 0)|| _proxy_jslib_handle(args, ("handle"), 0, 0);
var tfw=function(_1f9) {
if( _proxy_jslib_handle(window, 'location', '', 0, 0).hash!=""){
 _proxy_jslib_assign('',  _proxy_jslib_handle(window, 'location', '', 0, 0), 'href', '=', (hash));
}
if(_1f7){
_1f7.apply(this,[_1f9]);
}
};
if( _proxy_jslib_handle(args, ("forward"), 0, 0)){
args.forward=tfw;
}else{
if( _proxy_jslib_handle(args, ("forwardButton"), 0, 0)){
args.forwardButton=tfw;
}else{
if( _proxy_jslib_handle(args, ("handle"), 0, 0)){
args.handle=tfw;
}
}
}
}else{
if(dojo.render.html.moz){
if(!this.locationTimer){
this.locationTimer= _proxy_jslib_handle(null, 'setInterval', setInterval, 1, 0)("dojo.undo.browser.checkLocation();",200);
}
}
}
}
this.historyStack.push({"url":url,"kwArgs":args,"urlHash":hash});
},checkLocation:function() {
if(!this.changingUrl){
var hsl=this.historyStack.length;
if(( _proxy_jslib_handle(window, 'location', '', 0, 0).hash==this.initialHash|| _proxy_jslib_handle( _proxy_jslib_handle(window, 'location', '', 0, 0), 'href', '', 0, 0)==this.initialHref)&&(hsl==1)){
this.handleBackButton();
return;
}
if(this.forwardStack.length>0){
if( _proxy_jslib_handle(this.forwardStack, (this.forwardStack.length-1), 0, 0).urlHash== _proxy_jslib_handle(window, 'location', '', 0, 0).hash){
this.handleForwardButton();
return;
}
}
if((hsl>=2)&&( _proxy_jslib_handle(this.historyStack, (hsl-2), 0, 0))){
if( _proxy_jslib_handle(this.historyStack, (hsl-2), 0, 0).urlHash== _proxy_jslib_handle(window, 'location', '', 0, 0).hash){
this.handleBackButton();
return;
}
}
}
},iframeLoaded:function(evt,_1fc) {
if(!dojo.render.html.opera){
var _1fd=this._getUrlQuery( _proxy_jslib_handle(_1fc, 'href', '', 0, 0));
if(_1fd==null){
if(this.historyStack.length==1){
this.handleBackButton();
}
return;
}
if(this.moveForward){
this.moveForward=false;
return;
}
if(this.historyStack.length>=2&&_1fd==this._getUrlQuery( _proxy_jslib_handle(this.historyStack, (this.historyStack.length-2), 0, 0).url)){
this.handleBackButton();
}else{
if(this.forwardStack.length>0&&_1fd==this._getUrlQuery( _proxy_jslib_handle(this.forwardStack, (this.forwardStack.length-1), 0, 0).url)){
this.handleForwardButton();
}
}
}
},handleBackButton:function() {
var _1fe=this.historyStack.pop();
if(!_1fe){
return;
}
var last= _proxy_jslib_handle(this.historyStack, (this.historyStack.length-1), 0, 0);
if(!last&&this.historyStack.length==0){
last=this.initialState;
}
if(last){
if( _proxy_jslib_handle(last.kwArgs, ("back"), 0, 0)){
 _proxy_jslib_handle(last.kwArgs, ("back"), 1, 0)();
}else{
if( _proxy_jslib_handle(last.kwArgs, ("backButton"), 0, 0)){
 _proxy_jslib_handle(last.kwArgs, ("backButton"), 1, 0)();
}else{
if( _proxy_jslib_handle(last.kwArgs, ("handle"), 0, 0)){
last.kwArgs.handle("back");
}
}
}
}
this.forwardStack.push(_1fe);
},handleForwardButton:function() {
var last=this.forwardStack.pop();
if(!last){
return;
}
if( _proxy_jslib_handle(last.kwArgs, ("forward"), 0, 0)){
last.kwArgs.forward();
}else{
if( _proxy_jslib_handle(last.kwArgs, ("forwardButton"), 0, 0)){
last.kwArgs.forwardButton();
}else{
if( _proxy_jslib_handle(last.kwArgs, ("handle"), 0, 0)){
last.kwArgs.handle("forward");
}
}
}
this.historyStack.push(last);
},_getUrlQuery:function(url) {
var _202=url.split("?");
if(_202.length<2){
return null;
}else{
return _202[1];
}
}};
dojo.provide("dojo.io.BrowserIO");
dojo.require("dojo.io");
dojo.require("dojo.lang.array");
dojo.require("dojo.lang.func");
dojo.require("dojo.string.extras");
dojo.require("dojo.dom");
dojo.require("dojo.undo.browser");
dojo.io.checkChildrenForFile=function(node) {
var _204=false;
var _205= _proxy_jslib_handle(node, 'getElementsByTagName', '', 1, 0)("input");
dojo.lang.forEach(_205,function(_206) {
if(_204){
return;
}
if(_206.getAttribute("type")=="file"){
_204=true;
}
});
return _204;
};
dojo.io.formHasFile=function(_207) {
return dojo.io.checkChildrenForFile(_207);
};
dojo.io.updateNode=function(node,_209) {
node=dojo.byId(node);
var args=_209;
if(dojo.lang.isString(_209)){
args={url:_209};
}
args.mimetype="text/html";
 _proxy_jslib_assign('', args, 'load', '=', (function(t,d,e) {
while(node.firstChild){
if( _proxy_jslib_handle(dojo, ("event"), 0, 0)){
try{
dojo.event.browser.clean(node.firstChild);
}
catch(e){
}
}
node.removeChild(node.firstChild);
}
 _proxy_jslib_assign('', node, 'innerHTML', '=', (d));
}));
dojo.io.bind(args);
};
dojo.io.formFilter=function(node) {
var type=(node.type||"").toLowerCase();
return !node.disabled&&node.name&&!dojo.lang.inArray(type,["file","submit","image","reset","button"]);
};
dojo.io.encodeForm=function(_210,_211,_212) {
if((!_210)||(!_210.tagName)||(!_210.tagName.toLowerCase()=="form")){
dojo.raise("Attempted to encode a non-form element.");
}
if(!_212){
_212=dojo.io.formFilter;
}
var enc=/utf/i.test(_211||"")?encodeURIComponent:dojo.string.encodeAscii;
var _214=[];
for(var i=0;i<_210.elements.length;i++){
var elm= _proxy_jslib_handle(_210.elements, (i), 0, 0);
if(!elm||elm.tagName.toLowerCase()=="fieldset"||!_212(elm)){
continue;
}
var name=enc(elm.name);
var type=elm.type.toLowerCase();
if(type=="select-multiple"){
for(var j=0;j<elm.options.length;j++){
if( _proxy_jslib_handle(elm.options, (j), 0, 0).selected){
_214.push(name+"="+enc( _proxy_jslib_handle( _proxy_jslib_handle(elm.options, (j), 0, 0), 'value', '', 0, 0)));
}
}
}else{
if(dojo.lang.inArray(type,["radio","checkbox"])){
if(elm.checked){
_214.push(name+"="+enc( _proxy_jslib_handle(elm, 'value', '', 0, 0)));
}
}else{
_214.push(name+"="+enc( _proxy_jslib_handle(elm, 'value', '', 0, 0)));
}
}
}
var _21a= _proxy_jslib_handle(_210, 'getElementsByTagName', '', 1, 0)("input");
for(var i=0;i<_21a.length;i++){
var _21b= _proxy_jslib_handle(_21a, (i), 0, 0);
if(_21b.type.toLowerCase()=="image"&&_21b.form==_210&&_212(_21b)){
var name=enc(_21b.name);
_214.push(name+"="+enc( _proxy_jslib_handle(_21b, 'value', '', 0, 0)));
_214.push(name+".x=0");
_214.push(name+".y=0");
}
}
return _214.join("&")+"&";
};
dojo.io.FormBind=function(args) {
this.bindArgs={};
if(args&&args.formNode){
this.init(args);
}else{
if(args){
this.init({formNode:args});
}
}
};
dojo.lang.extend(dojo.io.FormBind,{form:null,bindArgs:null,clickedButton:null,init:function(args) {
var form=dojo.byId(args.formNode);
if(!form||!form.tagName||form.tagName.toLowerCase()!="form"){
throw new (Error)("FormBind: Couldn't apply, invalid form");
}else{
if(this.form==form){
return;
}else{
if(this.form){
throw new (Error)("FormBind: Already applied to a form");
}
}
}
dojo.lang.mixin(this.bindArgs,args);
this.form=form;
this.connect(form,"onsubmit","submit");
for(var i=0;i<form.elements.length;i++){
var node= _proxy_jslib_handle(form.elements, (i), 0, 0);
if(node&&node.type&&dojo.lang.inArray(node.type.toLowerCase(),["submit","button"])){
this.connect(node,"onclick","click");
}
}
var _221= _proxy_jslib_handle(form, 'getElementsByTagName', '', 1, 0)("input");
for(var i=0;i<_221.length;i++){
var _222= _proxy_jslib_handle(_221, (i), 0, 0);
if(_222.type.toLowerCase()=="image"&&_222.form==form){
this.connect(_222,"onclick","click");
}
}
},onSubmit:function(form) {
return true;
},submit:function(e) {
e.preventDefault();
if(this.onSubmit(this.form)){
dojo.io.bind(dojo.lang.mixin(this.bindArgs,{formFilter:dojo.lang.hitch(this,"formFilter")}));
}
},click:function(e) {
var node=e.currentTarget;
if(node.disabled){
return;
}
this.clickedButton=node;
},formFilter:function(node) {
var type=(node.type||"").toLowerCase();
var _229=false;
if(node.disabled||!node.name){
_229=false;
}else{
if(dojo.lang.inArray(type,["submit","button","image"])){
if(!this.clickedButton){
this.clickedButton=node;
}
_229=node==this.clickedButton;
}else{
_229=!dojo.lang.inArray(type,["file","submit","reset","button"]);
}
}
return _229;
},connect:function(_22a,_22b,_22c) {
if(dojo.evalObjPath("dojo.event.connect")){
dojo.event.connect(_22a,_22b,this,_22c);
}else{
var fcn=dojo.lang.hitch(this,_22c);
 _proxy_jslib_assign('', _22a, (_22b), '=', (function(e) {
if(!e){
e=window.event;
}
if(!e.currentTarget){
e.currentTarget=e.srcElement;
}
if(!e.preventDefault){
e.preventDefault=function() {
window.event.returnValue=false;
};
}
fcn(e);
}));
}
}});
dojo.io.XMLHTTPTransport=new function(){
var _22f=this;
var _230={};
this.useCache=false;
this.preventCache=false;
function getCacheKey(url,_232,_233) {
return url+"|"+_232+"|"+_233.toLowerCase();
}
function addToCache(url,_235,_236,http) {
 _proxy_jslib_assign('', _230, (getCacheKey(url,_235,_236)), '=', (http));
}
function getFromCache(url,_239,_23a) {
return  _proxy_jslib_handle(_230, (getCacheKey(url,_239,_23a)), 0, 0);
}
this.clearCache=function() {
_230={};
};
function doLoad(_23b,http,url,_23e,_23f) {
if(((http.status>=200)&&(http.status<300))||(http.status==304)||( _proxy_jslib_handle( _proxy_jslib_handle(null, 'location', location, 0, 0), 'protocol', '', 0, 0)=="file:"&&(http.status==0||http.status==undefined))||( _proxy_jslib_handle( _proxy_jslib_handle(null, 'location', location, 0, 0), 'protocol', '', 0, 0)=="chrome:"&&(http.status==0||http.status==undefined))){
var ret;
if(_23b.method.toLowerCase()=="head"){
var _241=http.getAllResponseHeaders();
ret={};
 _proxy_jslib_assign('', ret, 'toString', '=', (function() {
return _241;
}));
var _242=_241.split(/[\r\n]+/g);
for(var i=0;i<_242.length;i++){
var pair= _proxy_jslib_handle(_242, (i), 0, 0).match(/^([^:]+)\s*:\s*(.+)$/i);
if(pair){
 _proxy_jslib_assign('', ret, (pair[1]), '=', (pair[2]));
}
}
}else{
if(_23b.mimetype=="text/javascript"){
try{
ret=dj_eval(http.responseText);
}
catch(e){
dojo.debug(e);
dojo.debug(http.responseText);
ret=null;
}
}else{
if(_23b.mimetype=="text/json"){
try{
ret=dj_eval("("+http.responseText+")");
}
catch(e){
dojo.debug(e);
dojo.debug(http.responseText);
ret=false;
}
}else{
if((_23b.mimetype=="application/xml")||(_23b.mimetype=="text/xml")){
ret=http.responseXML;
if(!ret||typeof ret=="string"||!http.getResponseHeader("Content-Type")){
ret=dojo.dom.createDocumentFromText(http.responseText);
}
}else{
ret=http.responseText;
}
}
}
}
if(_23f){
addToCache(url,_23e,_23b.method,http);
}
 _proxy_jslib_handle(_23b, ((typeof  _proxy_jslib_handle(_23b, 'load', '', 0, 0)=="function")?"load":"handle"), 1, 0)("load",ret,http,_23b);
}else{
var _245=new (dojo.io.Error)("XMLHttpTransport Error: "+http.status+" "+http.statusText);
 _proxy_jslib_handle(_23b, ((typeof _23b.error=="function")?"error":"handle"), 1, 0)("error",_245,http,_23b);
}
}
function setHeaders(http,_247) {
if( _proxy_jslib_handle(_247, ("headers"), 0, 0)){
for(var _248 in  _proxy_jslib_handle(_247, ("headers"), 0, 0)){
if(_248.toLowerCase()=="content-type"&&! _proxy_jslib_handle(_247, ("contentType"), 0, 0)){
 _proxy_jslib_assign('', _247, ("contentType"), '=', ( _proxy_jslib_handle( _proxy_jslib_handle(_247, ("headers"), 0, 0), (_248), 0, 0)));
}else{
http.setRequestHeader(_248, _proxy_jslib_handle( _proxy_jslib_handle(_247, ("headers"), 0, 0), (_248), 0, 0));
}
}
}
}
this.inFlight=[];
this.inFlightTimer=null;
this.startWatchingInFlight=function() {
if(!this.inFlightTimer){
this.inFlightTimer= _proxy_jslib_handle(null, 'setInterval', setInterval, 1, 0)("dojo.io.XMLHTTPTransport.watchInFlight();",10);
}
};
this.watchInFlight=function() {
var now=null;
for(var x=this.inFlight.length-1;x>=0;x--){
var tif= _proxy_jslib_handle(this.inFlight, (x), 0, 0);
if(!tif){
this.inFlight.splice(x,1);
continue;
}
if(4==tif.http.readyState){
this.inFlight.splice(x,1);
doLoad(tif.req,tif.http,tif.url,tif.query,tif.useCache);
}else{
if(tif.startTime){
if(!now){
now=(new (Date)()).getTime();
}
if(tif.startTime+(tif.req.timeoutSeconds*1000)<now){
if(typeof tif.http.abort=="function"){
tif.http.abort();
}
this.inFlight.splice(x,1);
 _proxy_jslib_handle(tif.req, ((typeof tif.req.timeout=="function")?"timeout":"handle"), 1, 0)("timeout",null,tif.http,tif.req);
}
}
}
}
if(this.inFlight.length==0){
clearInterval(this.inFlightTimer);
this.inFlightTimer=null;
}
};
var _24c=dojo.hostenv.getXmlhttpObject()?true:false;
this.canHandle=function(_24d) {
return _24c&&dojo.lang.inArray(( _proxy_jslib_handle(_24d, ("mimetype"), 0, 0).toLowerCase()||""),["text/plain","text/html","application/xml","text/xml","text/javascript","text/json"])&&!( _proxy_jslib_handle(_24d, ("formNode"), 0, 0)&&dojo.io.formHasFile( _proxy_jslib_handle(_24d, ("formNode"), 0, 0)));
};
this.multipartBoundary="45309FFF-BD65-4d50-99C9-36986896A96F";
this.bind=function(_24e) {
if(! _proxy_jslib_handle(_24e, ("url"), 0, 0)){
if(! _proxy_jslib_handle(_24e, ("formNode"), 0, 0)&&( _proxy_jslib_handle(_24e, ("backButton"), 0, 0)|| _proxy_jslib_handle(_24e, ("back"), 0, 0)|| _proxy_jslib_handle(_24e, ("changeUrl"), 0, 0)|| _proxy_jslib_handle(_24e, ("watchForURL"), 0, 0))&&(!djConfig.preventBackButtonFix)){
dojo.deprecated("Using dojo.io.XMLHTTPTransport.bind() to add to browser history without doing an IO request","Use dojo.undo.browser.addToHistory() instead.","0.4");
dojo.undo.browser.addToHistory(_24e);
return true;
}
}
var url=_24e.url;
var _250="";
if( _proxy_jslib_handle(_24e, ("formNode"), 0, 0)){
var ta=_24e.formNode.getAttribute("action");
if((ta)&&(! _proxy_jslib_handle(_24e, ("url"), 0, 0))){
url=ta;
}
var tp=_24e.formNode.getAttribute("method");
if((tp)&&(! _proxy_jslib_handle(_24e, ("method"), 0, 0))){
_24e.method=tp;
}
_250+=dojo.io.encodeForm(_24e.formNode,_24e.encoding, _proxy_jslib_handle(_24e, ("formFilter"), 0, 0));
}
if(url.indexOf("#")>-1){
dojo.debug("Warning: dojo.io.bind: stripping hash values from url:",url);
url=url.split("#")[0];
}
if( _proxy_jslib_handle(_24e, ("file"), 0, 0)){
_24e.method="post";
}
if(! _proxy_jslib_handle(_24e, ("method"), 0, 0)){
_24e.method="get";
}
if(_24e.method.toLowerCase()=="get"){
_24e.multipart=false;
}else{
if( _proxy_jslib_handle(_24e, ("file"), 0, 0)){
_24e.multipart=true;
}else{
if(! _proxy_jslib_handle(_24e, ("multipart"), 0, 0)){
_24e.multipart=false;
}
}
}
if( _proxy_jslib_handle(_24e, ("backButton"), 0, 0)|| _proxy_jslib_handle(_24e, ("back"), 0, 0)|| _proxy_jslib_handle(_24e, ("changeUrl"), 0, 0)){
dojo.undo.browser.addToHistory(_24e);
}
var _253= _proxy_jslib_handle(_24e, ("content"), 0, 0)||{};
if(_24e.sendTransport){
 _proxy_jslib_assign('', _253, ("dojo.transport"), '=', ("xmlhttp"));
}
do{
if(_24e.postContent){
_250=_24e.postContent;
break;
}
if(_253){
_250+=dojo.io.argsFromMap(_253,_24e.encoding);
}
if(_24e.method.toLowerCase()=="get"||!_24e.multipart){
break;
}
var t=[];
if(_250.length){
var q=_250.split("&");
for(var i=0;i<q.length;(i= _proxy_jslib_assign_rval('++', 'i', '', '', i))){
if( _proxy_jslib_handle(q, (i), 0, 0).length){
var p= _proxy_jslib_handle(q, (i), 0, 0).split("=");
t.push("--"+this.multipartBoundary,"Content-Disposition: form-data; name=\""+p[0]+"\"","",p[1]);
}
}
}
if(_24e.file){
if(dojo.lang.isArray(_24e.file)){
for(var i=0;i<_24e.file.length;(i= _proxy_jslib_assign_rval('++', 'i', '', '', i))){
var o= _proxy_jslib_handle(_24e.file, (i), 0, 0);
t.push("--"+this.multipartBoundary,"Content-Disposition: form-data; name=\""+o.name+"\"; filename=\""+("fileName" in o?o.fileName:o.name)+"\"","Content-Type: "+("contentType" in o?o.contentType:"application/octet-stream"),"", _proxy_jslib_handle(o, 'content', '', 0, 0));
}
}else{
var o=_24e.file;
t.push("--"+this.multipartBoundary,"Content-Disposition: form-data; name=\""+o.name+"\"; filename=\""+("fileName" in o?o.fileName:o.name)+"\"","Content-Type: "+("contentType" in o?o.contentType:"application/octet-stream"),"", _proxy_jslib_handle(o, 'content', '', 0, 0));
}
}
if(t.length){
t.push("--"+this.multipartBoundary+"--","");
_250=t.join("\r\n");
}
}while(false);
var _259= _proxy_jslib_handle(_24e, ("sync"), 0, 0)?false:true;
var _25a= _proxy_jslib_handle(_24e, ("preventCache"), 0, 0)||(this.preventCache==true&& _proxy_jslib_handle(_24e, ("preventCache"), 0, 0)!=false);
var _25b= _proxy_jslib_handle(_24e, ("useCache"), 0, 0)==true||(this.useCache==true&& _proxy_jslib_handle(_24e, ("useCache"), 0, 0)!=false);
if(!_25a&&_25b){
var _25c=getFromCache(url,_250,_24e.method);
if(_25c){
doLoad(_24e,_25c,url,_250,false);
return;
}
}
var http=dojo.hostenv.getXmlhttpObject(_24e);
var _25e=false;
if(_259){
var _25f=this.inFlight.push({"req":_24e,"http":http,"url":url,"query":_250,"useCache":_25b,"startTime":_24e.timeoutSeconds?(new (Date)()).getTime():0});
this.startWatchingInFlight();
}
if(_24e.method.toLowerCase()=="post"){
 _proxy_jslib_handle(http, 'open', '', 1, 0)("POST",url,_259);
setHeaders(http,_24e);
http.setRequestHeader("Content-Type",_24e.multipart?("multipart/form-data; boundary="+this.multipartBoundary):(_24e.contentType||"application/x-www-form-urlencoded"));
try{
http.send(_250);
}
catch(e){
if(typeof http.abort=="function"){
http.abort();
}
doLoad(_24e,{status:404},url,_250,_25b);
}
}else{
var _260=url;
if(_250!=""){
_260+=(_260.indexOf("?")>-1?"&":"?")+_250;
}
if(_25a){
_260+=(dojo.string.endsWithAny(_260,"?","&")?"":(_260.indexOf("?")>-1?"&":"?"))+"dojo.preventCache="+new (Date)().valueOf();
}
 _proxy_jslib_handle(http, 'open', '', 1, 0)(_24e.method.toUpperCase(),_260,_259);
setHeaders(http,_24e);
try{
http.send(null);
}
catch(e){
if(typeof http.abort=="function"){
http.abort();
}
doLoad(_24e,{status:404},url,_250,_25b);
}
}
if(!_259){
doLoad(_24e,http,url,_250,_25b);
}
_24e.abort=function() {
return http.abort();
};
return;
};
dojo.io.transports.addTransport("XMLHTTPTransport");
};
dojo.provide("dojo.event");
dojo.require("dojo.lang.array");
dojo.require("dojo.lang.extras");
dojo.require("dojo.lang.func");
dojo.event=new function(){
this.canTimeout=dojo.lang.isFunction( _proxy_jslib_handle(dj_global, ("setTimeout"), 0, 0))||dojo.lang.isAlien( _proxy_jslib_handle(dj_global, ("setTimeout"), 0, 0));
function interpolateArgs(args,_262) {
var dl=dojo.lang;
var ao={srcObj:dj_global,srcFunc:null,adviceObj:dj_global,adviceFunc:null,aroundObj:null,aroundFunc:null,adviceType:(args.length>2)?args[0]:"after",precedence:"last",once:false,delay:null,rate:0,adviceMsg:false};
switch(args.length){
case 0:
return;
case 1:
return;
case 2:
ao.srcFunc=args[0];
ao.adviceFunc=args[1];
break;
case 3:
if((dl.isObject(args[0]))&&(dl.isString(args[1]))&&(dl.isString(args[2]))){
ao.adviceType="after";
ao.srcObj=args[0];
ao.srcFunc=args[1];
ao.adviceFunc=args[2];
}else{
if((dl.isString(args[1]))&&(dl.isString(args[2]))){
ao.srcFunc=args[1];
ao.adviceFunc=args[2];
}else{
if((dl.isObject(args[0]))&&(dl.isString(args[1]))&&(dl.isFunction(args[2]))){
ao.adviceType="after";
ao.srcObj=args[0];
ao.srcFunc=args[1];
var _265=dl.nameAnonFunc(args[2],ao.adviceObj,_262);
ao.adviceFunc=_265;
}else{
if((dl.isFunction(args[0]))&&(dl.isObject(args[1]))&&(dl.isString(args[2]))){
ao.adviceType="after";
ao.srcObj=dj_global;
var _265=dl.nameAnonFunc(args[0],ao.srcObj,_262);
ao.srcFunc=_265;
ao.adviceObj=args[1];
ao.adviceFunc=args[2];
}
}
}
}
break;
case 4:
if((dl.isObject(args[0]))&&(dl.isObject(args[2]))){
ao.adviceType="after";
ao.srcObj=args[0];
ao.srcFunc=args[1];
ao.adviceObj=args[2];
ao.adviceFunc=args[3];
}else{
if((dl.isString(args[0]))&&(dl.isString(args[1]))&&(dl.isObject(args[2]))){
ao.adviceType=args[0];
ao.srcObj=dj_global;
ao.srcFunc=args[1];
ao.adviceObj=args[2];
ao.adviceFunc=args[3];
}else{
if((dl.isString(args[0]))&&(dl.isFunction(args[1]))&&(dl.isObject(args[2]))){
ao.adviceType=args[0];
ao.srcObj=dj_global;
var _265=dl.nameAnonFunc(args[1],dj_global,_262);
ao.srcFunc=_265;
ao.adviceObj=args[2];
ao.adviceFunc=args[3];
}else{
if((dl.isString(args[0]))&&(dl.isObject(args[1]))&&(dl.isString(args[2]))&&(dl.isFunction(args[3]))){
ao.srcObj=args[1];
ao.srcFunc=args[2];
var _265=dl.nameAnonFunc(args[3],dj_global,_262);
ao.adviceObj=dj_global;
ao.adviceFunc=_265;
}else{
if(dl.isObject(args[1])){
ao.srcObj=args[1];
ao.srcFunc=args[2];
ao.adviceObj=dj_global;
ao.adviceFunc=args[3];
}else{
if(dl.isObject(args[2])){
ao.srcObj=dj_global;
ao.srcFunc=args[1];
ao.adviceObj=args[2];
ao.adviceFunc=args[3];
}else{
ao.srcObj=ao.adviceObj=ao.aroundObj=dj_global;
ao.srcFunc=args[1];
ao.adviceFunc=args[2];
ao.aroundFunc=args[3];
}
}
}
}
}
}
break;
case 6:
ao.srcObj=args[1];
ao.srcFunc=args[2];
ao.adviceObj=args[3];
ao.adviceFunc=args[4];
ao.aroundFunc=args[5];
ao.aroundObj=dj_global;
break;
default:
ao.srcObj=args[1];
ao.srcFunc=args[2];
ao.adviceObj=args[3];
ao.adviceFunc=args[4];
ao.aroundObj=args[5];
ao.aroundFunc=args[6];
ao.once=args[7];
ao.delay=args[8];
ao.rate=args[9];
ao.adviceMsg=args[10];
break;
}
if(dl.isFunction(ao.aroundFunc)){
var _265=dl.nameAnonFunc(ao.aroundFunc,ao.aroundObj,_262);
ao.aroundFunc=_265;
}
if(dl.isFunction(ao.srcFunc)){
ao.srcFunc=dl.getNameInObj(ao.srcObj,ao.srcFunc);
}
if(dl.isFunction(ao.adviceFunc)){
ao.adviceFunc=dl.getNameInObj(ao.adviceObj,ao.adviceFunc);
}
if((ao.aroundObj)&&(dl.isFunction(ao.aroundFunc))){
ao.aroundFunc=dl.getNameInObj(ao.aroundObj,ao.aroundFunc);
}
if(!ao.srcObj){
dojo.raise("bad srcObj for srcFunc: "+ao.srcFunc);
}
if(!ao.adviceObj){
dojo.raise("bad adviceObj for adviceFunc: "+ao.adviceFunc);
}
return ao;
}
this.connect=function() {
if(arguments.length==1){
var ao=arguments[0];
}else{
var ao=interpolateArgs(arguments,true);
}
if(dojo.lang.isArray(ao.srcObj)&&ao.srcObj!=""){
var _267={};
for(var x in ao){
 _proxy_jslib_assign('', _267, (x), '=', ( _proxy_jslib_handle(ao, (x), 0, 0)));
}
var mjps=[];
dojo.lang.forEach(ao.srcObj,function(src) {
if((dojo.render.html.capable)&&(dojo.lang.isString( _proxy_jslib_handle(null, 'src', src, 0, 0)))){
 src= _proxy_jslib_assign_rval('', 'src', '=', (dojo.byId( _proxy_jslib_handle(null, 'src', src, 0, 0))), src);
}
_267.srcObj= _proxy_jslib_handle(null, 'src', src, 0, 0);
mjps.push(dojo.event.connect.call(dojo.event,_267));
});
return mjps;
}
var mjp=dojo.event.MethodJoinPoint.getForMethod(ao.srcObj,ao.srcFunc);
if(ao.adviceFunc){
var mjp2=dojo.event.MethodJoinPoint.getForMethod(ao.adviceObj,ao.adviceFunc);
}
mjp.kwAddAdvice(ao);
return mjp;
};
this.log=function(a1,a2) {
var _26f;
if((arguments.length==1)&&(typeof a1=="object")){
_26f=a1;
}else{
_26f={srcObj:a1,srcFunc:a2};
}
_26f.adviceFunc=function() {
var _270=[];
for(var x=0;x<arguments.length;x++){
_270.push( _proxy_jslib_handle(arguments, (x), 0, 0));
}
dojo.debug("("+_26f.srcObj+")."+_26f.srcFunc,":",_270.join(", "));
};
this.kwConnect(_26f);
};
this.connectBefore=function() {
var args=["before"];
for(var i=0;i<arguments.length;i++){
args.push( _proxy_jslib_handle(arguments, (i), 0, 0));
}
return this.connect.apply(this,args);
};
this.connectAround=function() {
var args=["around"];
for(var i=0;i<arguments.length;i++){
args.push( _proxy_jslib_handle(arguments, (i), 0, 0));
}
return this.connect.apply(this,args);
};
this.connectOnce=function() {
var ao=interpolateArgs(arguments,true);
ao.once=true;
return this.connect(ao);
};
this._kwConnectImpl=function(_277,_278) {
var fn=(_278)?"disconnect":"connect";
if(typeof  _proxy_jslib_handle(_277, ("srcFunc"), 0, 0)=="function"){
_277.srcObj= _proxy_jslib_handle(_277, ("srcObj"), 0, 0)||dj_global;
var _27a=dojo.lang.nameAnonFunc(_277.srcFunc,_277.srcObj,true);
_277.srcFunc=_27a;
}
if(typeof  _proxy_jslib_handle(_277, ("adviceFunc"), 0, 0)=="function"){
_277.adviceObj= _proxy_jslib_handle(_277, ("adviceObj"), 0, 0)||dj_global;
var _27a=dojo.lang.nameAnonFunc(_277.adviceFunc,_277.adviceObj,true);
_277.adviceFunc=_27a;
}
return  _proxy_jslib_handle(dojo.event, (fn), 1, 0)(( _proxy_jslib_handle(_277, ("type"), 0, 0)|| _proxy_jslib_handle(_277, ("adviceType"), 0, 0)||"after"), _proxy_jslib_handle(_277, ("srcObj"), 0, 0)||dj_global, _proxy_jslib_handle(_277, ("srcFunc"), 0, 0), _proxy_jslib_handle(_277, ("adviceObj"), 0, 0)|| _proxy_jslib_handle(_277, ("targetObj"), 0, 0)||dj_global, _proxy_jslib_handle(_277, ("adviceFunc"), 0, 0)|| _proxy_jslib_handle(_277, ("targetFunc"), 0, 0), _proxy_jslib_handle(_277, ("aroundObj"), 0, 0), _proxy_jslib_handle(_277, ("aroundFunc"), 0, 0), _proxy_jslib_handle(_277, ("once"), 0, 0), _proxy_jslib_handle(_277, ("delay"), 0, 0), _proxy_jslib_handle(_277, ("rate"), 0, 0), _proxy_jslib_handle(_277, ("adviceMsg"), 0, 0)||false);
};
this.kwConnect=function(_27b) {
return this._kwConnectImpl(_27b,false);
};
this.disconnect=function() {
var ao=interpolateArgs(arguments,true);
if(!ao.adviceFunc){
return;
}
var mjp=dojo.event.MethodJoinPoint.getForMethod(ao.srcObj,ao.srcFunc);
return mjp.removeAdvice(ao.adviceObj,ao.adviceFunc,ao.adviceType,ao.once);
};
this.kwDisconnect=function(_27e) {
return this._kwConnectImpl(_27e,true);
};
};
dojo.event.MethodInvocation=function(_27f,obj,args) {
this.jp_=_27f;
this.object=obj;
this.args=[];
for(var x=0;x<args.length;x++){
 _proxy_jslib_assign('', this.args, (x), '=', ( _proxy_jslib_handle(args, (x), 0, 0)));
}
this.around_index=-1;
};
dojo.event.MethodInvocation.prototype.proceed=function() {
this.around_index++;
if(this.around_index>=this.jp_.around.length){
return  _proxy_jslib_handle(this.jp_.object, (this.jp_.methodname), 0, 0).apply(this.jp_.object,this.args);
}else{
var ti= _proxy_jslib_handle(this.jp_.around, (this.around_index), 0, 0);
var mobj=ti[0]||dj_global;
var meth=ti[1];
return  _proxy_jslib_handle(mobj, (meth), 0, 0).call(mobj,this);
}
};
dojo.event.MethodJoinPoint=function(obj,_287) {
this.object=obj||dj_global;
this.methodname=_287;
this.methodfunc= _proxy_jslib_handle(this.object, (_287), 0, 0);
this.before=[];
this.after=[];
this.around=[];
};
dojo.event.MethodJoinPoint.getForMethod=function(obj,_289) {
if(!obj){
obj=dj_global;
}
if(! _proxy_jslib_handle(obj, (_289), 0, 0)){
 _proxy_jslib_assign('', obj, (_289), '=', (function() {
}));
if(! _proxy_jslib_handle(obj, (_289), 0, 0)){
dojo.raise("Cannot set do-nothing method on that object "+_289);
}
}else{
if((!dojo.lang.isFunction( _proxy_jslib_handle(obj, (_289), 0, 0)))&&(!dojo.lang.isAlien( _proxy_jslib_handle(obj, (_289), 0, 0)))){
return null;
}
}
var _28a=_289+"$joinpoint";
var _28b=_289+"$joinpoint$method";
var _28c= _proxy_jslib_handle(obj, (_28a), 0, 0);
if(!_28c){
var _28d=false;
if( _proxy_jslib_handle(dojo.event, ("browser"), 0, 0)){
if(( _proxy_jslib_handle(obj, ("attachEvent"), 0, 0))||( _proxy_jslib_handle(obj, ("nodeType"), 0, 0))||( _proxy_jslib_handle(obj, ("addEventListener"), 0, 0))){
_28d=true;
dojo.event.browser.addClobberNodeAttrs(obj,[_28a,_28b,_289]);
}
}
var _28e= _proxy_jslib_handle(obj, (_289), 0, 0).length;
 _proxy_jslib_assign('', obj, (_28b), '=', ( _proxy_jslib_handle(obj, (_289), 0, 0)));
_28c= _proxy_jslib_assign('', obj, (_28a), '=', (new (dojo.event.MethodJoinPoint)(obj,_28b)));
 _proxy_jslib_assign('', obj, (_289), '=', (function() {
var args=[];
if((_28d)&&(!arguments.length)){
var evt=null;
try{
if(obj.ownerDocument){
evt=obj.ownerDocument.parentWindow.event;
}else{
if(obj.documentElement){
evt=obj.documentElement.ownerDocument.parentWindow.event;
}else{
evt=window.event;
}
}
}
catch(e){
evt=window.event;
}
if(evt){
args.push(dojo.event.browser.fixEvent(evt,this));
}
}else{
for(var x=0;x<arguments.length;x++){
if((x==0)&&(_28d)&&(dojo.event.browser.isEvent( _proxy_jslib_handle(arguments, (x), 0, 0)))){
args.push(dojo.event.browser.fixEvent( _proxy_jslib_handle(arguments, (x), 0, 0),this));
}else{
args.push( _proxy_jslib_handle(arguments, (x), 0, 0));
}
}
}
return _28c.run.apply(_28c,args);
}));
 _proxy_jslib_handle(obj, (_289), 0, 0).__preJoinArity=_28e;
}
return _28c;
};
dojo.lang.extend(dojo.event.MethodJoinPoint,{unintercept:function() {
 _proxy_jslib_assign('', this.object, (this.methodname), '=', (this.methodfunc));
this.before=[];
this.after=[];
this.around=[];
},disconnect:dojo.lang.forward("unintercept"),run:function() {
var obj=this.object||dj_global;
var args=arguments;
var _294=[];
for(var x=0;x<args.length;x++){
 _proxy_jslib_assign('', _294, (x), '=', ( _proxy_jslib_handle(args, (x), 0, 0)));
}
var _296=function(marr) {
if(!marr){
dojo.debug("Null argument to unrollAdvice()");
return;
}
var _298=marr[0]||dj_global;
var _299=marr[1];
if(! _proxy_jslib_handle(_298, (_299), 0, 0)){
dojo.raise("function \""+_299+"\" does not exist on \""+_298+"\"");
}
var _29a=marr[2]||dj_global;
var _29b=marr[3];
var msg=marr[6];
var _29d;
var to={args:[],jp_:this,object:obj,proceed:function() {
return  _proxy_jslib_handle(_298, (_299), 0, 0).apply(_298,to.args);
}};
to.args=_294;
var _29f=parseInt(marr[4]);
var _2a0=((!isNaN(_29f))&&(marr[4]!==null)&&(typeof marr[4]!="undefined"));
if(marr[5]){
var rate=parseInt(marr[5]);
var cur=new (Date)();
var _2a3=false;
if(( _proxy_jslib_handle(marr, ("last"), 0, 0))&&((cur-marr.last)<=rate)){
if(dojo.event.canTimeout){
if( _proxy_jslib_handle(marr, ("delayTimer"), 0, 0)){
clearTimeout(marr.delayTimer);
}
var tod=parseInt(rate*2);
var mcpy=dojo.lang.shallowCopy(marr);
marr.delayTimer= _proxy_jslib_handle(null, 'setTimeout', setTimeout, 1, 0)(function() {
mcpy[5]=0;
_296(mcpy);
},tod);
}
return;
}else{
marr.last=cur;
}
}
if(_29b){
 _proxy_jslib_handle(_29a, (_29b), 0, 0).call(_29a,to);
}else{
if((_2a0)&&((dojo.render.html)||(dojo.render.svg))){
 _proxy_jslib_handle(dj_global, ("setTimeout"), 1, 0)(function() {
if(msg){
 _proxy_jslib_handle(_298, (_299), 0, 0).call(_298,to);
}else{
 _proxy_jslib_handle(_298, (_299), 0, 0).apply(_298,args);
}
},_29f);
}else{
if(msg){
 _proxy_jslib_handle(_298, (_299), 0, 0).call(_298,to);
}else{
 _proxy_jslib_handle(_298, (_299), 0, 0).apply(_298,args);
}
}
}
};
if(this.before.length>0){
dojo.lang.forEach(this.before,_296);
}
var _2a6;
if(this.around.length>0){
var mi=new (dojo.event.MethodInvocation)(this,obj,args);
_2a6=mi.proceed();
}else{
if(this.methodfunc){
_2a6= _proxy_jslib_handle(this.object, (this.methodname), 0, 0).apply(this.object,args);
}
}
if(this.after.length>0){
dojo.lang.forEach(this.after,_296);
}
return (this.methodfunc)?_2a6:null;
},getArr:function(kind) {
var arr=this.after;
if((typeof kind=="string")&&(kind.indexOf("before")!=-1)){
arr=this.before;
}else{
if(kind=="around"){
arr=this.around;
}
}
return arr;
},kwAddAdvice:function(args) {
this.addAdvice( _proxy_jslib_handle(args, ("adviceObj"), 0, 0), _proxy_jslib_handle(args, ("adviceFunc"), 0, 0), _proxy_jslib_handle(args, ("aroundObj"), 0, 0), _proxy_jslib_handle(args, ("aroundFunc"), 0, 0), _proxy_jslib_handle(args, ("adviceType"), 0, 0), _proxy_jslib_handle(args, ("precedence"), 0, 0), _proxy_jslib_handle(args, ("once"), 0, 0), _proxy_jslib_handle(args, ("delay"), 0, 0), _proxy_jslib_handle(args, ("rate"), 0, 0), _proxy_jslib_handle(args, ("adviceMsg"), 0, 0));
},addAdvice:function(_2ab,_2ac,_2ad,_2ae,_2af,_2b0,once,_2b2,rate,_2b4) {
var arr=this.getArr(_2af);
if(!arr){
dojo.raise("bad this: "+this);
}
var ao=[_2ab,_2ac,_2ad,_2ae,_2b2,rate,_2b4];
if(once){
if(this.hasAdvice(_2ab,_2ac,_2af,arr)>=0){
return;
}
}
if(_2b0=="first"){
arr.unshift(ao);
}else{
arr.push(ao);
}
},hasAdvice:function(_2b7,_2b8,_2b9,arr) {
if(!arr){
arr=this.getArr(_2b9);
}
var ind=-1;
for(var x=0;x<arr.length;x++){
var aao=(typeof _2b8=="object")? _proxy_jslib_handle((new (String)(_2b8)), 'toString', '', 1, 0)():_2b8;
var a1o=(typeof  _proxy_jslib_handle(arr, (x), 0, 0)[1]=="object")? _proxy_jslib_handle((new (String)( _proxy_jslib_handle(arr, (x), 0, 0)[1])), 'toString', '', 1, 0)(): _proxy_jslib_handle(arr, (x), 0, 0)[1];
if(( _proxy_jslib_handle(arr, (x), 0, 0)[0]==_2b7)&&(a1o==aao)){
ind=x;
}
}
return ind;
},removeAdvice:function(_2bf,_2c0,_2c1,once) {
var arr=this.getArr(_2c1);
var ind=this.hasAdvice(_2bf,_2c0,_2c1,arr);
if(ind==-1){
return false;
}
while(ind!=-1){
arr.splice(ind,1);
if(once){
break;
}
ind=this.hasAdvice(_2bf,_2c0,_2c1,arr);
}
return true;
}});
dojo.require("dojo.event");
dojo.provide("dojo.event.topic");
dojo.event.topic=new function(){
this.topics={};
this.getTopic=function(_2c5) {
if(! _proxy_jslib_handle(this.topics, (_2c5), 0, 0)){
 _proxy_jslib_assign('', this.topics, (_2c5), '=', (new (this.TopicImpl)(_2c5)));
}
return  _proxy_jslib_handle(this.topics, (_2c5), 0, 0);
};
this.registerPublisher=function(_2c6,obj,_2c8) {
var _2c6=this.getTopic(_2c6);
_2c6.registerPublisher(obj,_2c8);
};
this.subscribe=function(_2c9,obj,_2cb) {
var _2c9=this.getTopic(_2c9);
_2c9.subscribe(obj,_2cb);
};
this.unsubscribe=function(_2cc,obj,_2ce) {
var _2cc=this.getTopic(_2cc);
_2cc.unsubscribe(obj,_2ce);
};
this.destroy=function(_2cf) {
this.getTopic(_2cf).destroy();
 _proxy_jslib_assign('delete', (this.topics), (_2cf), '');
};
this.publishApply=function(_2d0,args) {
var _2d0=this.getTopic(_2d0);
_2d0.sendMessage.apply(_2d0,args);
};
this.publish=function(_2d2,_2d3) {
var _2d2=this.getTopic(_2d2);
var args=[];
for(var x=1;x<arguments.length;x++){
args.push( _proxy_jslib_handle(arguments, (x), 0, 0));
}
_2d2.sendMessage.apply(_2d2,args);
};
};
dojo.event.topic.TopicImpl=function(_2d6) {
this.topicName=_2d6;
this.subscribe=function(_2d7,_2d8) {
var tf=_2d8||_2d7;
var to=(!_2d8)?dj_global:_2d7;
dojo.event.kwConnect({srcObj:this,srcFunc:"sendMessage",adviceObj:to,adviceFunc:tf});
};
this.unsubscribe=function(_2db,_2dc) {
var tf=(!_2dc)?_2db:_2dc;
var to=(!_2dc)?null:_2db;
dojo.event.kwDisconnect({srcObj:this,srcFunc:"sendMessage",adviceObj:to,adviceFunc:tf});
};
this.destroy=function() {
dojo.event.MethodJoinPoint.getForMethod(this,"sendMessage").disconnect();
};
this.registerPublisher=function(_2df,_2e0) {
dojo.event.connect(_2df,_2e0,this,"sendMessage");
};
this.sendMessage=function(_2e1) {
};
};
dojo.provide("dojo.event.browser");
dojo.require("dojo.event");
dojo._ie_clobber=new function(){
this.clobberNodes=[];
function nukeProp(node,prop) {
try{
 _proxy_jslib_assign('', node, (prop), '=', (null));
}
catch(e){
}
try{
 _proxy_jslib_assign('delete', (node), (prop), '');
}
catch(e){
}
try{
node.removeAttribute(prop);
}
catch(e){
}
}
this.clobber=function(_2e4) {
var na;
var tna;
if(_2e4){
tna=_2e4.all|| _proxy_jslib_handle(_2e4, 'getElementsByTagName', '', 1, 0)("*");
na=[_2e4];
for(var x=0;x<tna.length;x++){
if( _proxy_jslib_handle( _proxy_jslib_handle(tna, (x), 0, 0), ("__doClobber__"), 0, 0)){
na.push( _proxy_jslib_handle(tna, (x), 0, 0));
}
}
}else{
try{
window.onload=null;
}
catch(e){
}
na=(this.clobberNodes.length)?this.clobberNodes:document.all;
}
tna=null;
var _2e8={};
for(var i=na.length-1;i>=0;i=i-1){
var el= _proxy_jslib_handle(na, (i), 0, 0);
if( _proxy_jslib_handle(el, ("__clobberAttrs__"), 0, 0)){
for(var j=0;j<el.__clobberAttrs__.length;j++){
nukeProp(el, _proxy_jslib_handle(el.__clobberAttrs__, (j), 0, 0));
}
nukeProp(el,"__clobberAttrs__");
nukeProp(el,"__doClobber__");
}
}
na=null;
};
};
if(dojo.render.html.ie){
dojo.addOnUnload(function() {
dojo._ie_clobber.clobber();
try{
if(( _proxy_jslib_handle(dojo, ("widget"), 0, 0))&&( _proxy_jslib_handle(dojo.widget, ("manager"), 0, 0))){
dojo.widget.manager.destroyAll();
}
}
catch(e){
}
try{
window.onload=null;
}
catch(e){
}
try{
window.onunload=null;
}
catch(e){
}
dojo._ie_clobber.clobberNodes=[];
});
}
dojo.event.browser=new function(){
var _2ec=0;
this.clean=function(node) {
if(dojo.render.html.ie){
dojo._ie_clobber.clobber(node);
}
};
this.addClobberNode=function(node) {
if(!dojo.render.html.ie){
return;
}
if(! _proxy_jslib_handle(node, ("__doClobber__"), 0, 0)){
node.__doClobber__=true;
dojo._ie_clobber.clobberNodes.push(node);
node.__clobberAttrs__=[];
}
};
this.addClobberNodeAttrs=function(node,_2f0) {
if(!dojo.render.html.ie){
return;
}
this.addClobberNode(node);
for(var x=0;x<_2f0.length;x++){
node.__clobberAttrs__.push( _proxy_jslib_handle(_2f0, (x), 0, 0));
}
};
this.removeListener=function(node,_2f3,fp,_2f5) {
if(!_2f5){
var _2f5=false;
}
_2f3=_2f3.toLowerCase();
if(_2f3.substr(0,2)=="on"){
_2f3=_2f3.substr(2);
}
if(node.removeEventListener){
node.removeEventListener(_2f3,fp,_2f5);
}
};
this.addListener=function(node,_2f7,fp,_2f9,_2fa) {
if(!node){
return;
}
if(!_2f9){
var _2f9=false;
}
_2f7=_2f7.toLowerCase();
if(_2f7.substr(0,2)!="on"){
_2f7="on"+_2f7;
}
if(!_2fa){
var _2fb=function(evt) {
if(!evt){
evt=window.event;
}
var ret=fp(dojo.event.browser.fixEvent(evt,this));
if(_2f9){
dojo.event.browser.stopEvent(evt);
}
return ret;
};
}else{
_2fb=fp;
}
if(node.addEventListener){
node.addEventListener(_2f7.substr(2),_2fb,_2f9);
return _2fb;
}else{
if(typeof  _proxy_jslib_handle(node, (_2f7), 0, 0)=="function"){
var _2fe= _proxy_jslib_handle(node, (_2f7), 0, 0);
 _proxy_jslib_assign('', node, (_2f7), '=', (function(e) {
_2fe(e);
return _2fb(e);
}));
}else{
 _proxy_jslib_assign('', node, (_2f7), '=', (_2fb));
}
if(dojo.render.html.ie){
this.addClobberNodeAttrs(node,[_2f7]);
}
return _2fb;
}
};
this.isEvent=function(obj) {
return (typeof obj!="undefined")&&(typeof Event!="undefined")&&(obj.eventPhase);
};
this.currentEvent=null;
this.callListener=function(_301,_302) {
if(typeof _301!="function"){
dojo.raise("listener not a function: "+_301);
}
dojo.event.browser.currentEvent.currentTarget=_302;
return _301.call(_302,dojo.event.browser.currentEvent);
};
this.stopPropagation=function() {
dojo.event.browser.currentEvent.cancelBubble=true;
};
this.preventDefault=function() {
dojo.event.browser.currentEvent.returnValue=false;
};
this.keys={KEY_BACKSPACE:8,KEY_TAB:9,KEY_ENTER:13,KEY_SHIFT:16,KEY_CTRL:17,KEY_ALT:18,KEY_PAUSE:19,KEY_CAPS_LOCK:20,KEY_ESCAPE:27,KEY_SPACE:32,KEY_PAGE_UP:33,KEY_PAGE_DOWN:34,KEY_END:35,KEY_HOME:36,KEY_LEFT_ARROW:37,KEY_UP_ARROW:38,KEY_RIGHT_ARROW:39,KEY_DOWN_ARROW:40,KEY_INSERT:45,KEY_DELETE:46,KEY_LEFT_WINDOW:91,KEY_RIGHT_WINDOW:92,KEY_SELECT:93,KEY_F1:112,KEY_F2:113,KEY_F3:114,KEY_F4:115,KEY_F5:116,KEY_F6:117,KEY_F7:118,KEY_F8:119,KEY_F9:120,KEY_F10:121,KEY_F11:122,KEY_F12:123,KEY_NUM_LOCK:144,KEY_SCROLL_LOCK:145};
this.revKeys=[];
for(var key in this.keys){
 _proxy_jslib_assign('', this.revKeys, ( _proxy_jslib_handle(this.keys, (key), 0, 0)), '=', (key));
}
this.fixEvent=function(evt,_305) {
if((!evt)&&( _proxy_jslib_handle(window, ("event"), 0, 0))){
var evt=window.event;
}
if(( _proxy_jslib_handle(evt, ("type"), 0, 0))&&( _proxy_jslib_handle(evt, ("type"), 0, 0).indexOf("key")==0)){
evt.keys=this.revKeys;
for(var key in this.keys){
 _proxy_jslib_assign('', evt, (key), '=', ( _proxy_jslib_handle(this.keys, (key), 0, 0)));
}
if((dojo.render.html.ie)&&( _proxy_jslib_handle(evt, ("type"), 0, 0)=="keypress")){
evt.charCode=evt.keyCode;
}
}
if(dojo.render.html.ie){
if(!evt.target){
evt.target=evt.srcElement;
}
if(!evt.currentTarget){
evt.currentTarget=(_305?_305:evt.srcElement);
}
if(!evt.layerX){
evt.layerX=evt.offsetX;
}
if(!evt.layerY){
evt.layerY=evt.offsetY;
}
var _307=((dojo.render.html.ie55)||( _proxy_jslib_handle(document, ("compatMode"), 0, 0)=="BackCompat"))? _proxy_jslib_handle(document, 'body', '', 0, 0):document.documentElement;
if(!evt.pageX){
evt.pageX=evt.clientX+(_307.scrollLeft||0);
}
if(!evt.pageY){
evt.pageY=evt.clientY+(_307.scrollTop||0);
}
if(evt.type=="mouseover"){
evt.relatedTarget=evt.fromElement;
}
if(evt.type=="mouseout"){
evt.relatedTarget=evt.toElement;
}
this.currentEvent=evt;
evt.callListener=this.callListener;
evt.stopPropagation=this.stopPropagation;
evt.preventDefault=this.preventDefault;
}
return evt;
};
this.stopEvent=function(ev) {
if(window.event){
ev.returnValue=false;
ev.cancelBubble=true;
}else{
ev.preventDefault();
ev.stopPropagation();
}
};
};
dojo.kwCompoundRequire({common:["dojo.event","dojo.event.topic"],browser:["dojo.event.browser"],dashboard:["dojo.event.browser"]});
dojo.provide("dojo.event.*");
dojo.provide("dojo.lfx.Animation");
dojo.provide("dojo.lfx.Line");
dojo.require("dojo.lang.func");
dojo.lfx.Line=function(_309,end) {
this.start=_309;
this.end=end;
if(dojo.lang.isArray(_309)){
var diff=[];
dojo.lang.forEach(this.start,function(s,i) {
 _proxy_jslib_assign('', diff, (i), '=', ( _proxy_jslib_handle(this.end, (i), 0, 0)-s));
},this);
this.getValue=function(n) {
var res=[];
dojo.lang.forEach(this.start,function(s,i) {
 _proxy_jslib_assign('', res, (i), '=', (( _proxy_jslib_handle(diff, (i), 0, 0)*n)+s));
},this);
return res;
};
}else{
var diff=end-_309;
this.getValue=function(n) {
return (diff*n)+this.start;
};
}
};
dojo.lfx.easeIn=function(n) {
return Math.pow(n,3);
};
dojo.lfx.easeOut=function(n) {
return (1-Math.pow(1-n,3));
};
dojo.lfx.easeInOut=function(n) {
return ((3*Math.pow(n,2))-(2*Math.pow(n,3)));
};
dojo.lfx.IAnimation=function() {
};
dojo.lang.extend(dojo.lfx.IAnimation,{curve:null,duration:1000,easing:null,repeatCount:0,rate:25,handler:null,beforeBegin:null,onBegin:null,onAnimate:null,onEnd:null,onPlay:null,onPause:null,onStop:null,play:null,pause:null,stop:null,fire:function(evt,args) {
if( _proxy_jslib_handle(this, (evt), 0, 0)){
 _proxy_jslib_handle(this, (evt), 0, 0).apply(this,(args||[]));
}
},_active:false,_paused:false});
dojo.lfx.Animation=function(_318,_319,_31a,_31b,_31c,rate) {
dojo.lfx.IAnimation.call(this);
if(dojo.lang.isNumber(_318)||(!_318&&_319.getValue)){
rate=_31c;
_31c=_31b;
_31b=_31a;
_31a=_319;
_319=_318;
_318=null;
}else{
if(_318.getValue||dojo.lang.isArray(_318)){
rate=_31b;
_31c=_31a;
_31b=_319;
_31a=_318;
_319=null;
_318=null;
}
}
if(dojo.lang.isArray(_31a)){
this.curve=new (dojo.lfx.Line)(_31a[0],_31a[1]);
}else{
this.curve=_31a;
}
if(_319!=null&&_319>0){
this.duration=_319;
}
if(_31c){
this.repeatCount=_31c;
}
if(rate){
this.rate=rate;
}
if(_318){
this.handler=_318.handler;
this.beforeBegin=_318.beforeBegin;
this.onBegin=_318.onBegin;
this.onEnd=_318.onEnd;
this.onPlay=_318.onPlay;
this.onPause=_318.onPause;
this.onStop=_318.onStop;
this.onAnimate=_318.onAnimate;
}
if(_31b&&dojo.lang.isFunction(_31b)){
this.easing=_31b;
}
};
dojo.inherits(dojo.lfx.Animation,dojo.lfx.IAnimation);
dojo.lang.extend(dojo.lfx.Animation,{_startTime:null,_endTime:null,_timer:null,_percent:0,_startRepeatCount:0,play:function(_31e,_31f) {
if(_31f){
clearTimeout(this._timer);
this._active=false;
this._paused=false;
this._percent=0;
}else{
if(this._active&&!this._paused){
return this;
}
}
this.fire("handler",["beforeBegin"]);
this.fire("beforeBegin");
if(_31e>0){
 _proxy_jslib_handle(null, 'setTimeout', setTimeout, 1, 0)(dojo.lang.hitch(this,function() {
this.play(null,_31f);
}),_31e);
return this;
}
this._startTime=new (Date)().valueOf();
if(this._paused){
this._startTime-=(this.duration*this._percent/100);
}
this._endTime=this._startTime+this.duration;
this._active=true;
this._paused=false;
var step=this._percent/100;
var _321=this.curve.getValue(step);
if(this._percent==0){
if(!this._startRepeatCount){
this._startRepeatCount=this.repeatCount;
}
this.fire("handler",["begin",_321]);
this.fire("onBegin",[_321]);
}
this.fire("handler",["play",_321]);
this.fire("onPlay",[_321]);
this._cycle();
return this;
},pause:function() {
clearTimeout(this._timer);
if(!this._active){
return this;
}
this._paused=true;
var _322=this.curve.getValue(this._percent/100);
this.fire("handler",["pause",_322]);
this.fire("onPause",[_322]);
return this;
},gotoPercent:function(pct,_324) {
clearTimeout(this._timer);
this._active=true;
this._paused=true;
this._percent=pct;
if(_324){
this.play();
}
},stop:function(_325) {
clearTimeout(this._timer);
var step=this._percent/100;
if(_325){
step=1;
}
var _327=this.curve.getValue(step);
this.fire("handler",["stop",_327]);
this.fire("onStop",[_327]);
this._active=false;
this._paused=false;
return this;
},status:function() {
if(this._active){
return this._paused?"paused":"playing";
}else{
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=100;
}else{
this._percent=step*100;
}
if((this.easing)&&(dojo.lang.isFunction(this.easing))){
step=this.easing(step);
}
var _32a=this.curve.getValue(step);
this.fire("handler",["animate",_32a]);
this.fire("onAnimate",[_32a]);
if(step<1){
this._timer= _proxy_jslib_handle(null, 'setTimeout', setTimeout, 1, 0)(dojo.lang.hitch(this,"_cycle"),this.rate);
}else{
this._active=false;
this.fire("handler",["end"]);
this.fire("onEnd");
if(this.repeatCount>0){
this.repeatCount--;
this.play(null,true);
}else{
if(this.repeatCount==-1){
this.play(null,true);
}else{
if(this._startRepeatCount){
this.repeatCount=this._startRepeatCount;
this._startRepeatCount=0;
}
}
}
}
}
return this;
}});
dojo.lfx.Combine=function() {
dojo.lfx.IAnimation.call(this);
this._anims=[];
this._animsEnded=0;
var _32b=arguments;
if(_32b.length==1&&(dojo.lang.isArray(_32b[0])||dojo.lang.isArrayLike(_32b[0]))){
_32b=_32b[0];
}
var _32c=this;
dojo.lang.forEach(_32b,function(anim) {
_32c._anims.push(anim);
var _32e=( _proxy_jslib_handle(anim, ("onEnd"), 0, 0))?dojo.lang.hitch(anim,"onEnd"):function() {
};
anim.onEnd=function() {
_32e();
_32c._onAnimsEnded();
};
});
};
dojo.inherits(dojo.lfx.Combine,dojo.lfx.IAnimation);
dojo.lang.extend(dojo.lfx.Combine,{_animsEnded:0,play:function(_32f,_330) {
if(!this._anims.length){
return this;
}
this.fire("beforeBegin");
if(_32f>0){
 _proxy_jslib_handle(null, 'setTimeout', setTimeout, 1, 0)(dojo.lang.hitch(this,function() {
this.play(null,_330);
}),_32f);
return this;
}
if(_330||this._anims[0].percent==0){
this.fire("onBegin");
}
this.fire("onPlay");
this._animsCall("play",null,_330);
return this;
},pause:function() {
this.fire("onPause");
this._animsCall("pause");
return this;
},stop:function(_331) {
this.fire("onStop");
this._animsCall("stop",_331);
return this;
},_onAnimsEnded:function() {
this._animsEnded++;
if(this._animsEnded>=this._anims.length){
this.fire("onEnd");
}
return this;
},_animsCall:function(_332) {
var args=[];
if(arguments.length>1){
for(var i=1;i<arguments.length;i++){
args.push( _proxy_jslib_handle(arguments, (i), 0, 0));
}
}
var _335=this;
dojo.lang.forEach(this._anims,function(anim) {
 _proxy_jslib_handle(anim, (_332), 1, 0)(args);
},_335);
return this;
}});
dojo.lfx.Chain=function() {
dojo.lfx.IAnimation.call(this);
this._anims=[];
this._currAnim=-1;
var _337=arguments;
if(_337.length==1&&(dojo.lang.isArray(_337[0])||dojo.lang.isArrayLike(_337[0]))){
_337=_337[0];
}
var _338=this;
dojo.lang.forEach(_337,function(anim,i,_33b) {
_338._anims.push(anim);
var _33c=( _proxy_jslib_handle(anim, ("onEnd"), 0, 0))?dojo.lang.hitch(anim,"onEnd"):function() {
};
if(i<_33b.length-1){
anim.onEnd=function() {
_33c();
_338._playNext();
};
}else{
anim.onEnd=function() {
_33c();
_338.fire("onEnd");
};
}
},_338);
};
dojo.inherits(dojo.lfx.Chain,dojo.lfx.IAnimation);
dojo.lang.extend(dojo.lfx.Chain,{_currAnim:-1,play:function(_33d,_33e) {
if(!this._anims.length){
return this;
}
if(_33e||! _proxy_jslib_handle(this._anims, (this._currAnim), 0, 0)){
this._currAnim=0;
}
var _33f= _proxy_jslib_handle(this._anims, (this._currAnim), 0, 0);
this.fire("beforeBegin");
if(_33d>0){
 _proxy_jslib_handle(null, 'setTimeout', setTimeout, 1, 0)(dojo.lang.hitch(this,function() {
this.play(null,_33e);
}),_33d);
return this;
}
if(_33f){
if(this._currAnim==0){
this.fire("handler",["begin",this._currAnim]);
this.fire("onBegin",[this._currAnim]);
}
this.fire("onPlay",[this._currAnim]);
_33f.play(null,_33e);
}
return this;
},pause:function() {
if( _proxy_jslib_handle(this._anims, (this._currAnim), 0, 0)){
 _proxy_jslib_handle(this._anims, (this._currAnim), 0, 0).pause();
this.fire("onPause",[this._currAnim]);
}
return this;
},playPause:function() {
if(this._anims.length==0){
return this;
}
if(this._currAnim==-1){
this._currAnim=0;
}
var _340= _proxy_jslib_handle(this._anims, (this._currAnim), 0, 0);
if(_340){
if(!_340._active||_340._paused){
this.play();
}else{
this.pause();
}
}
return this;
},stop:function() {
var _341= _proxy_jslib_handle(this._anims, (this._currAnim), 0, 0);
if(_341){
_341.stop();
this.fire("onStop",[this._currAnim]);
}
return _341;
},_playNext:function() {
if(this._currAnim==-1||this._anims.length==0){
return this;
}
this._currAnim++;
if( _proxy_jslib_handle(this._anims, (this._currAnim), 0, 0)){
 _proxy_jslib_handle(this._anims, (this._currAnim), 0, 0).play(null,true);
}
return this;
}});
dojo.lfx.combine=function() {
var _342=arguments;
if(dojo.lang.isArray(arguments[0])){
_342=arguments[0];
}
return new (dojo.lfx.Combine)(_342);
};
dojo.lfx.chain=function() {
var _343=arguments;
if(dojo.lang.isArray(arguments[0])){
_343=arguments[0];
}
return new (dojo.lfx.Chain)(_343);
};
dojo.provide("dojo.graphics.color");
dojo.require("dojo.lang.array");
dojo.graphics.color.Color=function(r,g,b,a) {
if(dojo.lang.isArray(r)){
this.r=r[0];
this.g=r[1];
this.b=r[2];
this.a=r[3]||1;
}else{
if(dojo.lang.isString(r)){
var rgb=dojo.graphics.color.extractRGB(r);
this.r=rgb[0];
this.g=rgb[1];
this.b=rgb[2];
this.a=g||1;
}else{
if(r instanceof dojo.graphics.color.Color){
this.r=r.r;
this.b=r.b;
this.g=r.g;
this.a=r.a;
}else{
this.r=r;
this.g=g;
this.b=b;
this.a=a;
}
}
}
};
dojo.graphics.color.Color.fromArray=function(arr) {
return new (dojo.graphics.color.Color)(arr[0],arr[1],arr[2],arr[3]);
};
dojo.lang.extend(dojo.graphics.color.Color,{toRgb:function(_34a) {
if(_34a){
return this.toRgba();
}else{
return [this.r,this.g,this.b];
}
},toRgba:function() {
return [this.r,this.g,this.b,this.a];
},toHex:function() {
return dojo.graphics.color.rgb2hex(this.toRgb());
},toCss:function() {
return "rgb("+this.toRgb().join()+")";
},toString:function() {
return this.toHex();
},blend:function(_34b,_34c) {
return dojo.graphics.color.blend(this.toRgb(),new (dojo.graphics.color.Color)(_34b).toRgb(),_34c);
}});
dojo.graphics.color.named={white:[255,255,255],black:[0,0,0],red:[255,0,0],green:[0,255,0],blue:[0,0,255],navy:[0,0,128],gray:[128,128,128],silver:[192,192,192]};
dojo.graphics.color.blend=function(a,b,_34f) {
if(typeof a=="string"){
return dojo.graphics.color.blendHex(a,b,_34f);
}
if(!_34f){
_34f=0;
}else{
if(_34f>1){
_34f=1;
}else{
if(_34f<-1){
_34f=-1;
}
}
}
var c=new (Array)(3);
for(var i=0;i<3;i++){
var half=Math.abs( _proxy_jslib_handle(a, (i), 0, 0)- _proxy_jslib_handle(b, (i), 0, 0))/2;
 _proxy_jslib_assign('', c, (i), '=', (Math.floor(Math.min( _proxy_jslib_handle(a, (i), 0, 0), _proxy_jslib_handle(b, (i), 0, 0))+half+(half*_34f))));
}
return c;
};
dojo.graphics.color.blendHex=function(a,b,_355) {
return dojo.graphics.color.rgb2hex(dojo.graphics.color.blend(dojo.graphics.color.hex2rgb(a),dojo.graphics.color.hex2rgb(b),_355));
};
dojo.graphics.color.extractRGB=function(_356) {
var hex="0123456789abcdef";
_356=_356.toLowerCase();
if(_356.indexOf("rgb")==0){
var _358=_356.match(/rgba*\((\d+), *(\d+), *(\d+)/i);
var ret=_358.splice(1,3);
return ret;
}else{
var _35a=dojo.graphics.color.hex2rgb(_356);
if(_35a){
return _35a;
}else{
return  _proxy_jslib_handle(dojo.graphics.color.named, (_356), 0, 0)||[255,255,255];
}
}
};
dojo.graphics.color.hex2rgb=function(hex) {
var _35c="0123456789ABCDEF";
var rgb=new (Array)(3);
if(hex.indexOf("#")==0){
hex=hex.substring(1);
}
hex=hex.toUpperCase();
if( _proxy_jslib_handle(hex, 'replace', '', 1, 0)(new (RegExp)("["+_35c+"]","g"),"")!=""){
return null;
}
if(hex.length==3){
rgb[0]=hex.charAt(0)+hex.charAt(0);
rgb[1]=hex.charAt(1)+hex.charAt(1);
rgb[2]=hex.charAt(2)+hex.charAt(2);
}else{
rgb[0]=hex.substring(0,2);
rgb[1]=hex.substring(2,4);
rgb[2]=hex.substring(4);
}
for(var i=0;i<rgb.length;i++){
 _proxy_jslib_assign('', rgb, (i), '=', (_35c.indexOf( _proxy_jslib_handle(rgb, (i), 0, 0).charAt(0))*16+_35c.indexOf( _proxy_jslib_handle(rgb, (i), 0, 0).charAt(1))));
}
return rgb;
};
dojo.graphics.color.rgb2hex=function(r,g,b) {
if(dojo.lang.isArray(r)){
g=r[1]||0;
b=r[2]||0;
r=r[0]||0;
}
var ret=dojo.lang.map([r,g,b],function(x) {
x=new (Number)(x);
var s= _proxy_jslib_handle(x, 'toString', '', 1, 0)(16);
while(s.length<2){
s="0"+s;
}
return s;
});
ret.unshift("#");
return ret.join("");
};
dojo.provide("dojo.uri.Uri");
dojo.uri=new function(){
this.joinPath=function() {
var arr=[];
for(var i=0;i<arguments.length;i++){
arr.push( _proxy_jslib_handle(arguments, (i), 0, 0));
}
return  _proxy_jslib_handle( _proxy_jslib_handle(arr.join("/"), 'replace', '', 1, 0)(/\/{2,}/g,"/"), 'replace', '', 1, 0)(/((https*|ftps*):)/i,"$1/");
};
this.dojoUri=function(uri) {
return new (dojo.uri.Uri)(dojo.hostenv.getBaseScriptUri(),uri);
};
this.Uri=function() {
var uri=arguments[0];
for(var i=1;i<arguments.length;i++){
if(! _proxy_jslib_handle(arguments, (i), 0, 0)){
continue;
}
var _36a=new (dojo.uri.Uri)( _proxy_jslib_handle( _proxy_jslib_handle(arguments, (i), 0, 0), 'toString', '', 1, 0)());
var _36b=new (dojo.uri.Uri)( _proxy_jslib_handle(uri, 'toString', '', 1, 0)());
if(_36a.path==""&&_36a.scheme==null&&_36a.authority==null&&_36a.query==null){
if(_36a.fragment!=null){
_36b.fragment=_36a.fragment;
}
_36a=_36b;
}else{
if(_36a.scheme==null){
_36a.scheme=_36b.scheme;
if(_36a.authority==null){
_36a.authority=_36b.authority;
if(_36a.path.charAt(0)!="/"){
var path=_36b.path.substring(0,_36b.path.lastIndexOf("/")+1)+_36a.path;
var segs=path.split("/");
for(var j=0;j<segs.length;j++){
if( _proxy_jslib_handle(segs, (j), 0, 0)=="."){
if(j==segs.length-1){
 _proxy_jslib_assign('', segs, (j), '=', (""));
}else{
segs.splice(j,1);
j--;
}
}else{
if(j>0&&!(j==1&&segs[0]=="")&& _proxy_jslib_handle(segs, (j), 0, 0)==".."&& _proxy_jslib_handle(segs, (j-1), 0, 0)!=".."){
if(j==segs.length-1){
segs.splice(j,1);
 _proxy_jslib_assign('', segs, (j-1), '=', (""));
}else{
segs.splice(j-1,2);
j-=2;
}
}
}
}
_36a.path=segs.join("/");
}
}
}
}
uri="";
if(_36a.scheme!=null){
uri+=_36a.scheme+":";
}
if(_36a.authority!=null){
uri+="//"+_36a.authority;
}
uri+=_36a.path;
if(_36a.query!=null){
uri+="?"+_36a.query;
}
if(_36a.fragment!=null){
uri+="#"+_36a.fragment;
}
}
this.uri= _proxy_jslib_handle(uri, 'toString', '', 1, 0)();
var _36f="^(([^:/?#]+):)?(//([^/?#]*))?([^?#]*)(\\?([^#]*))?(#(.*))?$";
var r=this.uri.match(new (RegExp)(_36f));
this.scheme=r[2]||(r[1]?"":null);
this.authority=r[4]||(r[3]?"":null);
this.path=r[5];
this.query=r[7]||(r[6]?"":null);
this.fragment=r[9]||(r[8]?"":null);
if(this.authority!=null){
_36f="^((([^:]+:)?([^@]+))@)?([^:]*)(:([0-9]+))?$";
r=this.authority.match(new (RegExp)(_36f));
this.user=r[3]||null;
this.password=r[4]||null;
 _proxy_jslib_assign('', this, 'host', '=', (r[5]));
 _proxy_jslib_assign('', this, 'port', '=', (r[7]||null));
}
 _proxy_jslib_assign('', this, 'toString', '=', (function() {
return this.uri;
}));
};
};
dojo.provide("dojo.style");
dojo.require("dojo.graphics.color");
dojo.require("dojo.uri.Uri");
dojo.require("dojo.lang.common");
(function() {
var h=dojo.render.html;
var ds=dojo.style;
var db= _proxy_jslib_handle(document, ("body"), 0, 0)|| _proxy_jslib_handle(document, ("documentElement"), 0, 0);
ds.boxSizing={MARGIN_BOX:"margin-box",BORDER_BOX:"border-box",PADDING_BOX:"padding-box",CONTENT_BOX:"content-box"};
var bs=ds.boxSizing;
ds.getBoxSizing=function(node) {
if((h.ie)||(h.opera)){
var cm= _proxy_jslib_handle(document, ("compatMode"), 0, 0);
if((cm=="BackCompat")||(cm=="QuirksMode")){
return bs.BORDER_BOX;
}else{
return bs.CONTENT_BOX;
}
}else{
if(arguments.length==0){
node=document.documentElement;
}
var _377=ds.getStyle(node,"-moz-box-sizing");
if(!_377){
_377=ds.getStyle(node,"box-sizing");
}
return (_377?_377:bs.CONTENT_BOX);
}
};
ds.isBorderBox=function(node) {
return (ds.getBoxSizing(node)==bs.BORDER_BOX);
};
ds.getUnitValue=function(node,_37a,_37b) {
var s=ds.getComputedStyle(node,_37a);
if((!s)||((s=="auto")&&(_37b))){
return {value:0,units:"px"};
}
if(dojo.lang.isUndefined(s)){
return ds.getUnitValue.bad;
}
var _37d=s.match(/(\-?[\d.]+)([a-z%]*)/i);
if(!_37d){
return ds.getUnitValue.bad;
}
return {value:Number(_37d[1]),units:_37d[2].toLowerCase()};
};
ds.getUnitValue.bad={value:NaN,units:""};
ds.getPixelValue=function(node,_37f,_380) {
var _381=ds.getUnitValue(node,_37f,_380);
if(isNaN( _proxy_jslib_handle(_381, 'value', '', 0, 0))){
return 0;
}
if(( _proxy_jslib_handle(_381, 'value', '', 0, 0))&&(_381.units!="px")){
return NaN;
}
return  _proxy_jslib_handle(_381, 'value', '', 0, 0);
};
ds.getNumericStyle=function() {
dojo.deprecated("dojo.(style|html).getNumericStyle","in favor of dojo.(style|html).getPixelValue","0.4");
return ds.getPixelValue.apply(this,arguments);
};
ds.setPositivePixelValue=function(node,_383,_384) {
if(isNaN(_384)){
return false;
}
 _proxy_jslib_assign('', node.style, (_383), '=', (Math.max(0,_384)+"px"));
return true;
};
ds._sumPixelValues=function(node,_386,_387) {
var _388=0;
for(var x=0;x<_386.length;x++){
_388+=ds.getPixelValue(node, _proxy_jslib_handle(_386, (x), 0, 0),_387);
}
return _388;
};
ds.isPositionAbsolute=function(node) {
return (ds.getComputedStyle(node,"position")=="absolute");
};
ds.getBorderExtent=function(node,side) {
return (ds.getStyle(node,"border-"+side+"-style")=="none"?0:ds.getPixelValue(node,"border-"+side+"-width"));
};
ds.getMarginWidth=function(node) {
return ds._sumPixelValues(node,["margin-left","margin-right"],ds.isPositionAbsolute(node));
};
ds.getBorderWidth=function(node) {
return ds.getBorderExtent(node,"left")+ds.getBorderExtent(node,"right");
};
ds.getPaddingWidth=function(node) {
return ds._sumPixelValues(node,["padding-left","padding-right"],true);
};
ds.getPadBorderWidth=function(node) {
return ds.getPaddingWidth(node)+ds.getBorderWidth(node);
};
ds.getContentBoxWidth=function(node) {
node=dojo.byId(node);
return node.offsetWidth-ds.getPadBorderWidth(node);
};
ds.getBorderBoxWidth=function(node) {
node=dojo.byId(node);
return node.offsetWidth;
};
ds.getMarginBoxWidth=function(node) {
return ds.getInnerWidth(node)+ds.getMarginWidth(node);
};
ds.setContentBoxWidth=function(node,_395) {
node=dojo.byId(node);
if(ds.isBorderBox(node)){
_395+=ds.getPadBorderWidth(node);
}
return ds.setPositivePixelValue(node,"width",_395);
};
ds.setMarginBoxWidth=function(node,_397) {
node=dojo.byId(node);
if(!ds.isBorderBox(node)){
_397-=ds.getPadBorderWidth(node);
}
_397-=ds.getMarginWidth(node);
return ds.setPositivePixelValue(node,"width",_397);
};
ds.getContentWidth=ds.getContentBoxWidth;
ds.getInnerWidth=ds.getBorderBoxWidth;
ds.getOuterWidth=ds.getMarginBoxWidth;
ds.setContentWidth=ds.setContentBoxWidth;
ds.setOuterWidth=ds.setMarginBoxWidth;
ds.getMarginHeight=function(node) {
return ds._sumPixelValues(node,["margin-top","margin-bottom"],ds.isPositionAbsolute(node));
};
ds.getBorderHeight=function(node) {
return ds.getBorderExtent(node,"top")+ds.getBorderExtent(node,"bottom");
};
ds.getPaddingHeight=function(node) {
return ds._sumPixelValues(node,["padding-top","padding-bottom"],true);
};
ds.getPadBorderHeight=function(node) {
return ds.getPaddingHeight(node)+ds.getBorderHeight(node);
};
ds.getContentBoxHeight=function(node) {
node=dojo.byId(node);
return node.offsetHeight-ds.getPadBorderHeight(node);
};
ds.getBorderBoxHeight=function(node) {
node=dojo.byId(node);
return node.offsetHeight;
};
ds.getMarginBoxHeight=function(node) {
return ds.getInnerHeight(node)+ds.getMarginHeight(node);
};
ds.setContentBoxHeight=function(node,_3a0) {
node=dojo.byId(node);
if(ds.isBorderBox(node)){
_3a0+=ds.getPadBorderHeight(node);
}
return ds.setPositivePixelValue(node,"height",_3a0);
};
ds.setMarginBoxHeight=function(node,_3a2) {
node=dojo.byId(node);
if(!ds.isBorderBox(node)){
_3a2-=ds.getPadBorderHeight(node);
}
_3a2-=ds.getMarginHeight(node);
return ds.setPositivePixelValue(node,"height",_3a2);
};
ds.getContentHeight=ds.getContentBoxHeight;
ds.getInnerHeight=ds.getBorderBoxHeight;
ds.getOuterHeight=ds.getMarginBoxHeight;
ds.setContentHeight=ds.setContentBoxHeight;
ds.setOuterHeight=ds.setMarginBoxHeight;
ds.getAbsolutePosition=ds.abs=function(node,_3a4) {
node=dojo.byId(node);
var ret=[];
ret.x=ret.y=0;
var st=dojo.html.getScrollTop();
var sl=dojo.html.getScrollLeft();
if(h.ie){
{var _proxy_jslib_with_objs= [] ;with(_proxy_jslib_with_objs[_proxy_jslib_with_objs.length]= (node.getBoundingClientRect())){
ret.x=left-2;
ret.y= _proxy_jslib_with_handle(_proxy_jslib_with_objs, 'top', top, 0, 0)-2;
}; _proxy_jslib_with_objs.length-- ;}
}else{
if(document.getBoxObjectFor){
var bo=document.getBoxObjectFor(node);
ret.x=bo.x-ds.sumAncestorProperties(node,"scrollLeft");
ret.y=bo.y-ds.sumAncestorProperties(node,"scrollTop");
}else{
if( _proxy_jslib_handle(node, ("offsetParent"), 0, 0)){
var _3a9;
if((h.safari)&&(node.style.getPropertyValue("position")=="absolute")&&(node.parentNode==db)){
_3a9=db;
}else{
_3a9=db.parentNode;
}
if(node.parentNode!=db){
var nd=node;
if(window.opera){
nd=db;
}
ret.x-=ds.sumAncestorProperties(nd,"scrollLeft");
ret.y-=ds.sumAncestorProperties(nd,"scrollTop");
}
do{
var n= _proxy_jslib_handle(node, ("offsetLeft"), 0, 0);
ret.x+=isNaN(n)?0:n;
var m= _proxy_jslib_handle(node, ("offsetTop"), 0, 0);
ret.y+=isNaN(m)?0:m;
node=node.offsetParent;
}while((node!=_3a9)&&(node!=null));
}else{
if( _proxy_jslib_handle(node, ("x"), 0, 0)&& _proxy_jslib_handle(node, ("y"), 0, 0)){
ret.x+=isNaN(node.x)?0:node.x;
ret.y+=isNaN(node.y)?0:node.y;
}
}
}
}
if(_3a4){
ret.y+=st;
ret.x+=sl;
}
ret[0]=ret.x;
ret[1]=ret.y;
return ret;
};
ds.sumAncestorProperties=function(node,prop) {
node=dojo.byId(node);
if(!node){
return 0;
}
var _3af=0;
while(node){
var val= _proxy_jslib_handle(node, (prop), 0, 0);
if(val){
_3af+=val-0;
if(node== _proxy_jslib_handle(document, 'body', '', 0, 0)){
break;
}
}
node=node.parentNode;
}
return _3af;
};
ds.getTotalOffset=function(node,type,_3b3) {
return  _proxy_jslib_handle(ds.abs(node,_3b3), ((type=="top")?"y":"x"), 0, 0);
};
ds.getAbsoluteX=ds.totalOffsetLeft=function(node,_3b5) {
return ds.getTotalOffset(node,"left",_3b5);
};
ds.getAbsoluteY=ds.totalOffsetTop=function(node,_3b7) {
return ds.getTotalOffset(node,"top",_3b7);
};
ds.styleSheet=null;
ds.insertCssRule=function(_3b8,_3b9,_3ba) {
if(!ds.styleSheet){
if(document.createStyleSheet){
ds.styleSheet=document.createStyleSheet();
}else{
if(document.styleSheets[0]){
ds.styleSheet=document.styleSheets[0];
}else{
return null;
}
}
}
if(arguments.length<3){
if(ds.styleSheet.cssRules){
_3ba=ds.styleSheet.cssRules.length;
}else{
if(ds.styleSheet.rules){
_3ba=ds.styleSheet.rules.length;
}else{
return null;
}
}
}
if( _proxy_jslib_handle(ds.styleSheet, 'insertRule', '', 0, 0)){
var rule=_3b8+" { "+_3b9+" }";
return  _proxy_jslib_handle(ds.styleSheet, 'insertRule', '', 1, 0)(rule,_3ba);
}else{
if(ds.styleSheet.addRule){
return ds.styleSheet.addRule(_3b8,_3b9,_3ba);
}else{
return null;
}
}
};
ds.removeCssRule=function(_3bc) {
if(!ds.styleSheet){
dojo.debug("no stylesheet defined for removing rules");
return false;
}
if(h.ie){
if(!_3bc){
_3bc=ds.styleSheet.rules.length;
ds.styleSheet.removeRule(_3bc);
}
}else{
if(document.styleSheets[0]){
if(!_3bc){
_3bc=ds.styleSheet.cssRules.length;
}
ds.styleSheet.deleteRule(_3bc);
}
}
return true;
};
ds.insertCssFile=function(URI,doc,_3bf) {
if(!URI){
return;
}
if(!doc){
doc=document;
}
var _3c0=dojo.hostenv.getText(URI);
_3c0=ds.fixPathsInCssText(_3c0,URI);
if(_3bf){
var _3c1= _proxy_jslib_handle(doc, 'getElementsByTagName', '', 1, 0)("style");
var _3c2="";
for(var i=0;i<_3c1.length;i++){
_3c2=( _proxy_jslib_handle(_3c1, (i), 0, 0).styleSheet&& _proxy_jslib_handle( _proxy_jslib_handle(_3c1, (i), 0, 0).styleSheet, 'cssText', '', 0, 0))? _proxy_jslib_handle( _proxy_jslib_handle(_3c1, (i), 0, 0).styleSheet, 'cssText', '', 0, 0): _proxy_jslib_handle( _proxy_jslib_handle(_3c1, (i), 0, 0), 'innerHTML', '', 0, 0);
if(_3c0==_3c2){
return;
}
}
}
var _3c4=ds.insertCssText(_3c0);
if(_3c4&&djConfig.isDebug){
 _proxy_jslib_handle(_3c4, 'setAttribute', '', 1, 0)("dbgHref",URI);
}
return _3c4;
};
ds.insertCssText=function(_3c5,doc,URI) {
if(!_3c5){
return;
}
if(!doc){
doc=document;
}
if(URI){
_3c5=ds.fixPathsInCssText(_3c5,URI);
}
var _3c8=doc.createElement("style");
 _proxy_jslib_handle(_3c8, 'setAttribute', '', 1, 0)("type","text/css");
var head= _proxy_jslib_handle(doc, 'getElementsByTagName', '', 1, 0)("head")[0];
if(!head){
dojo.debug("No head tag in document, aborting styles");
return;
}else{
head.appendChild(_3c8);
}
if(_3c8.styleSheet){
 _proxy_jslib_assign('', _3c8.styleSheet, 'cssText', '=', (_3c5));
}else{
var _3ca=doc.createTextNode(_3c5);
_3c8.appendChild(_3ca);
}
return _3c8;
};
ds.fixPathsInCssText=function(_3cb,URI) {
if(!_3cb||!URI){
return;
}
var pos=0;
var str="";
var url="";
while(pos!=-1){
pos=0;
url="";
pos=_3cb.indexOf("url(",pos);
if(pos<0){
break;
}
str+=_3cb.slice(0,pos+4);
_3cb=_3cb.substring(pos+4,_3cb.length);
url+=_3cb.match(/^[\t\s\w()\/.\\'"-:#=&?]*\)/)[0];
_3cb=_3cb.substring(url.length-1,_3cb.length);
url= _proxy_jslib_handle(url, 'replace', '', 1, 0)(/^[\s\t]*(['"]?)([\w()\/.\\'"-:#=&?]*)\1[\s\t]*?\)/,"$2");
if( _proxy_jslib_handle(url, 'search', '', 1, 0)(/(file|https?|ftps?):\/\//)==-1){
url=( _proxy_jslib_handle(new (dojo.uri.Uri)(URI,url), 'toString', '', 1, 0)());
}
str+=url;
}
return str+_3cb;
};
ds.getBackgroundColor=function(node) {
node=dojo.byId(node);
var _3d1;
do{
_3d1=ds.getStyle(node,"background-color");
if(_3d1.toLowerCase()=="rgba(0, 0, 0, 0)"){
_3d1="transparent";
}
if(node== _proxy_jslib_handle(document, 'getElementsByTagName', '', 1, 0)("body")[0]){
node=null;
break;
}
node=node.parentNode;
}while(node&&dojo.lang.inArray(_3d1,["transparent",""]));
if(_3d1=="transparent"){
_3d1=[255,255,255,0];
}else{
_3d1=dojo.graphics.color.extractRGB(_3d1);
}
return _3d1;
};
ds.getComputedStyle=function(node,_3d3,_3d4) {
node=dojo.byId(node);
var _3d3=ds.toSelectorCase(_3d3);
var _3d5=ds.toCamelCase(_3d3);
if(!node||!node.style){
return _3d4;
}else{
if(document.defaultView){
try{
var cs=document.defaultView.getComputedStyle(node,"");
if(cs){
return cs.getPropertyValue(_3d3);
}
}
catch(e){
if(node.style.getPropertyValue){
return node.style.getPropertyValue(_3d3);
}else{
return _3d4;
}
}
}else{
if(node.currentStyle){
return  _proxy_jslib_handle(node.currentStyle, (_3d5), 0, 0);
}
}
}
if(node.style.getPropertyValue){
return node.style.getPropertyValue(_3d3);
}else{
return _3d4;
}
};
ds.getStyleProperty=function(node,_3d8) {
node=dojo.byId(node);
return (node&&node.style? _proxy_jslib_handle(node.style, (ds.toCamelCase(_3d8)), 0, 0):undefined);
};
ds.getStyle=function(node,_3da) {
var _3db=ds.getStyleProperty(node,_3da);
return (_3db?_3db:ds.getComputedStyle(node,_3da));
};
ds.setStyle=function(node,_3dd,_3de) {
node=dojo.byId(node);
if(node&&node.style){
var _3df=ds.toCamelCase(_3dd);
 _proxy_jslib_assign('', node.style, (_3df), '=', (_3de));
}
};
ds.toCamelCase=function(_3e0) {
var arr=_3e0.split("-"),cc=arr[0];
for(var i=1;i<arr.length;i++){
cc+= _proxy_jslib_handle(arr, (i), 0, 0).charAt(0).toUpperCase()+ _proxy_jslib_handle(arr, (i), 0, 0).substring(1);
}
return cc;
};
ds.toSelectorCase=function(_3e3) {
return  _proxy_jslib_handle(_3e3, 'replace', '', 1, 0)(/([A-Z])/g,"-$1").toLowerCase();
};
ds.setOpacity=function setOpacity(node,_3e5,_3e6) {
node=dojo.byId(node);
if(!_3e6){
if(_3e5>=1){
if(h.ie){
ds.clearOpacity(node);
return;
}else{
_3e5=0.999999;
}
}else{
if(_3e5<0){
_3e5=0;
}
}
}
if(h.ie){
if(node.nodeName.toLowerCase()=="tr"){
var tds= _proxy_jslib_handle(node, 'getElementsByTagName', '', 1, 0)("td");
for(var x=0;x<tds.length;x++){
 _proxy_jslib_handle(tds, (x), 0, 0).style.filter="Alpha(Opacity="+_3e5*100+")";
}
}
node.style.filter="Alpha(Opacity="+_3e5*100+")";
}else{
if(h.moz){
node.style.opacity=_3e5;
node.style.MozOpacity=_3e5;
}else{
if(h.safari){
node.style.opacity=_3e5;
node.style.KhtmlOpacity=_3e5;
}else{
node.style.opacity=_3e5;
}
}
}
};
ds.getOpacity=function getOpacity(node) {
node=dojo.byId(node);
if(h.ie){
var opac=(node.filters&&node.filters.alpha&&typeof node.filters.alpha.opacity=="number"?node.filters.alpha.opacity:100)/100;
}else{
var opac=node.style.opacity||node.style.MozOpacity||node.style.KhtmlOpacity||1;
}
return opac>=0.999999?1:Number(opac);
};
ds.clearOpacity=function clearOpacity(node) {
node=dojo.byId(node);
var ns=node.style;
if(h.ie){
try{
if(node.filters&&node.filters.alpha){
ns.filter="";
}
}
catch(e){
}
}else{
if(h.moz){
ns.opacity=1;
ns.MozOpacity=1;
}else{
if(h.safari){
ns.opacity=1;
ns.KhtmlOpacity=1;
}else{
ns.opacity=1;
}
}
}
};
ds.setStyleAttributes=function(node,_3ee) {
var _3ef={"opacity":dojo.style.setOpacity,"content-height":dojo.style.setContentHeight,"content-width":dojo.style.setContentWidth,"outer-height":dojo.style.setOuterHeight,"outer-width":dojo.style.setOuterWidth};
var _3f0= _proxy_jslib_handle(_3ee, 'replace', '', 1, 0)(/(;)?\s*$/,"").split(";");
for(var i=0;i<_3f0.length;i++){
var _3f2= _proxy_jslib_handle(_3f0, (i), 0, 0).split(":");
var name= _proxy_jslib_handle( _proxy_jslib_handle(_3f2[0], 'replace', '', 1, 0)(/\s*$/,""), 'replace', '', 1, 0)(/^\s*/,"").toLowerCase();
var _3f4= _proxy_jslib_handle( _proxy_jslib_handle(_3f2[1], 'replace', '', 1, 0)(/\s*$/,""), 'replace', '', 1, 0)(/^\s*/,"");
if(dojo.lang.has(_3ef,name)){
 _proxy_jslib_handle(_3ef, (name), 1, 0)(node,_3f4);
}else{
 _proxy_jslib_assign('', node.style, (dojo.style.toCamelCase(name)), '=', (_3f4));
}
}
};
ds._toggle=function(node,_3f6,_3f7) {
node=dojo.byId(node);
_3f7(node,!_3f6(node));
return _3f6(node);
};
ds.show=function(node) {
node=dojo.byId(node);
if(ds.getStyleProperty(node,"display")=="none"){
ds.setStyle(node,"display",(node.dojoDisplayCache||""));
node.dojoDisplayCache=undefined;
}
};
ds.hide=function(node) {
node=dojo.byId(node);
if(typeof  _proxy_jslib_handle(node, ("dojoDisplayCache"), 0, 0)=="undefined"){
var d=ds.getStyleProperty(node,"display");
if(d!="none"){
node.dojoDisplayCache=d;
}
}
ds.setStyle(node,"display","none");
};
ds.setShowing=function(node,_3fc) {
 _proxy_jslib_handle(ds, ((_3fc?"show":"hide")), 1, 0)(node);
};
ds.isShowing=function(node) {
return (ds.getStyleProperty(node,"display")!="none");
};
ds.toggleShowing=function(node) {
return ds._toggle(node,ds.isShowing,ds.setShowing);
};
ds.displayMap={tr:"",td:"",th:"",img:"inline",span:"inline",input:"inline",button:"inline"};
ds.suggestDisplayByTagName=function(node) {
node=dojo.byId(node);
if(node&&node.tagName){
var tag=node.tagName.toLowerCase();
return (tag in ds.displayMap? _proxy_jslib_handle(ds.displayMap, (tag), 0, 0):"block");
}
};
ds.setDisplay=function(node,_402) {
ds.setStyle(node,"display",(dojo.lang.isString(_402)?_402:(_402?ds.suggestDisplayByTagName(node):"none")));
};
ds.isDisplayed=function(node) {
return (ds.getComputedStyle(node,"display")!="none");
};
ds.toggleDisplay=function(node) {
return ds._toggle(node,ds.isDisplayed,ds.setDisplay);
};
ds.setVisibility=function(node,_406) {
ds.setStyle(node,"visibility",(dojo.lang.isString(_406)?_406:(_406?"visible":"hidden")));
};
ds.isVisible=function(node) {
return (ds.getComputedStyle(node,"visibility")!="hidden");
};
ds.toggleVisibility=function(node) {
return ds._toggle(node,ds.isVisible,ds.setVisibility);
};
ds.toCoordinateArray=function(_409,_40a) {
if(dojo.lang.isArray(_409)){
while(_409.length<4){
_409.push(0);
}
while(_409.length>4){
_409.pop();
}
var ret=_409;
}else{
var node=dojo.byId(_409);
var pos=ds.getAbsolutePosition(node,_40a);
var ret=[pos.x,pos.y,ds.getBorderBoxWidth(node),ds.getBorderBoxHeight(node)];
}
ret.x=ret[0];
ret.y=ret[1];
ret.w=ret[2];
ret.h=ret[3];
return ret;
};
})();
dojo.provide("dojo.html");
dojo.require("dojo.lang.func");
dojo.require("dojo.dom");
dojo.require("dojo.style");
dojo.require("dojo.string");
dojo.lang.mixin(dojo.html,dojo.dom);
dojo.lang.mixin(dojo.html,dojo.style);
dojo.html.clearSelection=function() {
try{
if( _proxy_jslib_handle(window, ("getSelection"), 0, 0)){
if(dojo.render.html.safari){
window.getSelection().collapse();
}else{
window.getSelection().removeAllRanges();
}
}else{
if(document.selection){
if(document.selection.empty){
document.selection.empty();
}else{
if(document.selection.clear){
document.selection.clear();
}
}
}
}
return true;
}
catch(e){
dojo.debug(e);
return false;
}
};
dojo.html.disableSelection=function(_40e) {
_40e=dojo.byId(_40e)|| _proxy_jslib_handle(document, 'body', '', 0, 0);
var h=dojo.render.html;
if(h.mozilla){
_40e.style.MozUserSelect="none";
}else{
if(h.safari){
_40e.style.KhtmlUserSelect="none";
}else{
if(h.ie){
_40e.unselectable="on";
}else{
return false;
}
}
}
return true;
};
dojo.html.enableSelection=function(_410) {
_410=dojo.byId(_410)|| _proxy_jslib_handle(document, 'body', '', 0, 0);
var h=dojo.render.html;
if(h.mozilla){
_410.style.MozUserSelect="";
}else{
if(h.safari){
_410.style.KhtmlUserSelect="";
}else{
if(h.ie){
_410.unselectable="off";
}else{
return false;
}
}
}
return true;
};
dojo.html.selectElement=function(_412) {
_412=dojo.byId(_412);
if(document.selection&& _proxy_jslib_handle(document, 'body', '', 0, 0).createTextRange){
var _413= _proxy_jslib_handle(document, 'body', '', 0, 0).createTextRange();
_413.moveToElementText(_412);
_413.select();
}else{
if( _proxy_jslib_handle(window, ("getSelection"), 0, 0)){
var _414=window.getSelection();
if( _proxy_jslib_handle(_414, ("selectAllChildren"), 0, 0)){
_414.selectAllChildren(_412);
}
}
}
};
dojo.html.selectInputText=function(_415) {
_415=dojo.byId(_415);
if(document.selection&& _proxy_jslib_handle(document, 'body', '', 0, 0).createTextRange){
var _416=_415.createTextRange();
_416.moveStart("character",0);
_416.moveEnd("character", _proxy_jslib_handle(_415, 'value', '', 0, 0).length);
_416.select();
}else{
if( _proxy_jslib_handle(window, ("getSelection"), 0, 0)){
var _417=window.getSelection();
_415.setSelectionRange(0, _proxy_jslib_handle(_415, 'value', '', 0, 0).length);
}
}
_415.focus();
};
dojo.html.isSelectionCollapsed=function() {
if( _proxy_jslib_handle(document, ("selection"), 0, 0)){
return document.selection.createRange().text=="";
}else{
if( _proxy_jslib_handle(window, ("getSelection"), 0, 0)){
var _418=window.getSelection();
if(dojo.lang.isString(_418)){
return _418=="";
}else{
return _418.isCollapsed;
}
}
}
};
dojo.html.getEventTarget=function(evt) {
if(!evt){
evt=window.event||{};
}
var t=(evt.srcElement?evt.srcElement:(evt.target?evt.target:null));
while((t)&&(t.nodeType!=1)){
t=t.parentNode;
}
return t;
};
dojo.html.getDocumentWidth=function() {
dojo.deprecated("dojo.html.getDocument*","replaced by dojo.html.getViewport*","0.4");
return dojo.html.getViewportWidth();
};
dojo.html.getDocumentHeight=function() {
dojo.deprecated("dojo.html.getDocument*","replaced by dojo.html.getViewport*","0.4");
return dojo.html.getViewportHeight();
};
dojo.html.getDocumentSize=function() {
dojo.deprecated("dojo.html.getDocument*","replaced of dojo.html.getViewport*","0.4");
return dojo.html.getViewportSize();
};
dojo.html.ge