/*  Prototype JavaScript framework - Copyright (c) Sam Stephenson. Prototype is freely distributable under the terms of an MIT-style license. For details, see the Prototype web site: http://www.prototypejs.org/ */
var Prototype={Version:"1.6.1_rc2",Browser:{IE:!!(window.attachEvent&&navigator.userAgent.indexOf("Opera")===-1),Opera:navigator.userAgent.indexOf("Opera")>-1,WebKit:navigator.userAgent.indexOf("AppleWebKit/")>-1,Gecko:navigator.userAgent.indexOf("Gecko")>-1&&navigator.userAgent.indexOf("KHTML")===-1,MobileSafari:!!navigator.userAgent.match(/Apple.*Mobile.*Safari/)},BrowserFeatures:{XPath:!!document.evaluate,SelectorsAPI:!!document.querySelector,ElementExtensions:(function(){if(window.HTMLElement&&window.HTMLElement.prototype){return true}if(window.Element&&window.Element.prototype){return true}})(),SpecificElementExtensions:(function(){if(typeof window.HTMLDivElement!=="undefined"){return true}var a=document.createElement("div");if(a.__proto__&&a.__proto__!==document.createElement("form")["__proto__"]){return true}return false})()},ScriptFragment:"<script[^>]*>([\\S\\s]*?)<\/script>",JSONFilter:/^\/\*-secure-([\s\S]*)\*\/\s*$/,emptyFunction:function(){},K:function(a){return a}};if(Prototype.Browser.MobileSafari){Prototype.BrowserFeatures.SpecificElementExtensions=false}var Abstract={};var Try={these:function(){var c;for(var b=0,f=arguments.length;b<f;b++){var a=arguments[b];try{c=a();break}catch(g){}}return c}};var Class=(function(){function a(){var h=null,g=$A(arguments);if(Object.isFunction(g[0])){h=g.shift()}function c(){this.initialize.apply(this,arguments)}Object.extend(c,Class.Methods);c.superclass=h;c.subclasses=[];if(h){var e=function(){};e.prototype=h.prototype;c.prototype=new e;h.subclasses.push(c)}for(var f=0;f<g.length;f++){c.addMethods(g[f])}if(!c.prototype.initialize){c.prototype.initialize=Prototype.emptyFunction}c.prototype.constructor=c;return c}function b(k){var f=this.superclass&&this.superclass.prototype;var e=Object.keys(k);if(!Object.keys({toString:true}).length){if(k.toString!=Object.prototype.toString){e.push("toString")}if(k.valueOf!=Object.prototype.valueOf){e.push("valueOf")}}for(var c=0,g=e.length;c<g;c++){var j=e[c],h=k[j];if(f&&Object.isFunction(h)&&h.argumentNames().first()=="$super"){var l=h;h=(function(n){return function(){return f[n].apply(this,arguments)}})(j).wrap(l);h.valueOf=l.valueOf.bind(l);h.toString=l.toString.bind(l)}this.prototype[j]=h}return this}return{create:a,Methods:{addMethods:b}}})();(function(){function n(s){return Object.prototype.toString.call(s).match(/^\[object\s(.*)\]$/)[1]}function j(s,u){for(var t in u){s[t]=u[t]}return s}function m(s){try{if(e(s)){return"undefined"}if(s===null){return"null"}return s.inspect?s.inspect():String(s)}catch(t){if(t instanceof RangeError){return"..."}throw t}}function l(s){var u=typeof s;switch(u){case"undefined":case"function":case"unknown":return;case"boolean":return s.toString()}if(s===null){return"null"}if(s.toJSON){return s.toJSON()}if(h(s)){return}var t=[];for(var w in s){var v=l(s[w]);if(!e(v)){t.push(w.toJSON()+": "+v)}}return"{"+t.join(", ")+"}"}function c(s){return $H(s).toQueryString()}function f(s){return s&&s.toHTML?s.toHTML():String.interpret(s)}function q(s){var t=[];for(var u in s){t.push(u)}return t}function o(s){var t=[];for(var u in s){t.push(s[u])}return t}function k(s){return j({},s)}function h(s){return !!(s&&s.nodeType==1)}function g(s){return n(s)==="Array"}function r(s){return s instanceof Hash}function b(s){return typeof s==="function"}function a(s){return n(s)==="String"}function p(s){return n(s)==="Number"}function e(s){return typeof s==="undefined"}j(Object,{extend:j,inspect:m,toJSON:l,toQueryString:c,toHTML:f,keys:q,values:o,clone:k,isElement:h,isArray:g,isHash:r,isFunction:b,isString:a,isNumber:p,isUndefined:e})})();Object.extend(Function.prototype,(function(){var m=Array.prototype.slice;function e(q,n){var p=q.length,o=n.length;while(o--){q[p+o]=n[o]}return q}function k(o,n){o=m.call(o,0);return e(o,n)}function h(){var n=this.toString().match(/^[\s\(]*function[^(]*\(([^)]*)\)/)[1].replace(/\/\/.*?[\r\n]|\/\*(?:.|[\r\n])*?\*\//g,"").replace(/\s+/g,"").split(",");return n.length==1&&!n[0]?[]:n}function j(p){if(arguments.length<2&&Object.isUndefined(arguments[0])){return this}var n=this,o=m.call(arguments,1);return function(){var q=k(o,arguments);return n.apply(p,q)}}function g(p){var n=this,o=m.call(arguments,1);return function(r){var q=e([r||window.event],o);return n.apply(p,q)}}function l(){if(!arguments.length){return this}var n=this,o=m.call(arguments,0);return function(){var p=k(o,arguments);return n.apply(this,p)}}function f(p){var n=this,o=m.call(arguments,1);p=p*1000;return window.setTimeout(function(){return n.apply(n,o)},p)}function a(){var n=e([0.01],arguments);return this.delay.apply(this,n)}function c(o){var n=this;return function(){var p=e([n.bind(this)],arguments);return o.apply(this,p)}}function b(){if(this._methodized){return this._methodized}var n=this;return this._methodized=function(){var o=e([this],arguments);return n.apply(null,o)}}return{argumentNames:h,bind:j,bindAsEventListener:g,curry:l,delay:f,defer:a,wrap:c,methodize:b}})());Date.prototype.toJSON=function(){return'"'+this.getUTCFullYear()+"-"+(this.getUTCMonth()+1).toPaddedString(2)+"-"+this.getUTCDate().toPaddedString(2)+"T"+this.getUTCHours().toPaddedString(2)+":"+this.getUTCMinutes().toPaddedString(2)+":"+this.getUTCSeconds().toPaddedString(2)+'Z"'};RegExp.prototype.match=RegExp.prototype.test;RegExp.escape=function(a){return String(a).replace(/([.*+?^=!:${}()|[\]\/\\])/g,"\\$1")};var PeriodicalExecuter=Class.create({initialize:function(b,a){this.callback=b;this.frequency=a;this.currentlyExecuting=false;this.registerCallback()},registerCallback:function(){this.timer=setInterval(this.onTimerEvent.bind(this),this.frequency*1000)},execute:function(){this.callback(this)},stop:function(){if(!this.timer){return}clearInterval(this.timer);this.timer=null},onTimerEvent:function(){if(!this.currentlyExecuting){try{this.currentlyExecuting=true;this.execute()}catch(a){}finally{this.currentlyExecuting=false}}}});Object.extend(String,{interpret:function(a){return a==null?"":String(a)},specialChar:{"\b":"\\b","\t":"\\t","\n":"\\n","\f":"\\f","\r":"\\r","\\":"\\\\"}});Object.extend(String.prototype,(function(){function prepareReplacement(replacement){if(Object.isFunction(replacement)){return replacement}var template=new Template(replacement);return function(match){return template.evaluate(match)}}function gsub(pattern,replacement){var result="",source=this,match;replacement=prepareReplacement(replacement);if(Object.isString(pattern)){pattern=RegExp.escape(pattern)}if(!(pattern.length||pattern.source)){replacement=replacement("");return replacement+source.split("").join(replacement)+replacement}while(source.length>0){if(match=source.match(pattern)){result+=source.slice(0,match.index);result+=String.interpret(replacement(match));source=source.slice(match.index+match[0].length)}else{result+=source,source=""}}return result}function sub(pattern,replacement,count){replacement=prepareReplacement(replacement);count=Object.isUndefined(count)?1:count;return this.gsub(pattern,function(match){if(--count<0){return match[0]}return replacement(match)})}function scan(pattern,iterator){this.gsub(pattern,iterator);return String(this)}function truncate(length,truncation){length=length||30;truncation=Object.isUndefined(truncation)?"...":truncation;return this.length>length?this.slice(0,length-truncation.length)+truncation:String(this)}function strip(){return this.replace(/^\s+/,"").replace(/\s+$/,"")}function stripTags(){return this.replace(/<\/?[^>]+>/gi,"")}function stripScripts(){return this.replace(new RegExp(Prototype.ScriptFragment,"img"),"")}function extractScripts(){var matchAll=new RegExp(Prototype.ScriptFragment,"img");var matchOne=new RegExp(Prototype.ScriptFragment,"im");return(this.match(matchAll)||[]).map(function(scriptTag){return(scriptTag.match(matchOne)||["",""])[1]})}function evalScripts(){return this.extractScripts().map(function(script){return eval(script)})}function escapeHTML(){escapeHTML.text.data=this;return escapeHTML.div.innerHTML}function unescapeHTML(){var div=document.createElement("div");div.innerHTML=this.stripTags();return div.childNodes[0]?(div.childNodes.length>1?$A(div.childNodes).inject("",function(memo,node){return memo+node.nodeValue}):div.childNodes[0].nodeValue):""}function toQueryParams(separator){var match=this.strip().match(/([^?#]*)(#.*)?$/);if(!match){return{}}return match[1].split(separator||"&").inject({},function(hash,pair){if((pair=pair.split("="))[0]){var key=decodeURIComponent(pair.shift());var value=pair.length>1?pair.join("="):pair[0];if(value!=undefined){value=decodeURIComponent(value)}if(key in hash){if(!Object.isArray(hash[key])){hash[key]=[hash[key]]}hash[key].push(value)}else{hash[key]=value}}return hash})}function toArray(){return this.split("")}function succ(){return this.slice(0,this.length-1)+String.fromCharCode(this.charCodeAt(this.length-1)+1)}function times(count){return count<1?"":new Array(count+1).join(this)}function camelize(){var parts=this.split("-"),len=parts.length;if(len==1){return parts[0]}var camelized=this.charAt(0)=="-"?parts[0].charAt(0).toUpperCase()+parts[0].substring(1):parts[0];for(var i=1;i<len;i++){camelized+=parts[i].charAt(0).toUpperCase()+parts[i].substring(1)}return camelized}function capitalize(){return this.charAt(0).toUpperCase()+this.substring(1).toLowerCase()}function underscore(){return this.gsub(/::/,"/").gsub(/([A-Z]+)([A-Z][a-z])/,"#{1}_#{2}").gsub(/([a-z\d])([A-Z])/,"#{1}_#{2}").gsub(/-/,"_").toLowerCase()}function dasherize(){return this.gsub(/_/,"-")}function inspect(useDoubleQuotes){var escapedString=this.gsub(/[\x00-\x1f\\]/,function(match){var character=String.specialChar[match[0]];return character?character:"\\u00"+match[0].charCodeAt().toPaddedString(2,16)});if(useDoubleQuotes){return'"'+escapedString.replace(/"/g,'\\"')+'"'}return"'"+escapedString.replace(/'/g,"\\'")+"'"}function toJSON(){return this.inspect(true)}function unfilterJSON(filter){return this.sub(filter||Prototype.JSONFilter,"#{1}")}function isJSON(){var str=this;if(str.blank()){return false}str=this.replace(/\\./g,"@").replace(/"[^"\\\n\r]*"/g,"");return(/^[,:{}\[\]0-9.\-+Eaeflnr-u \n\r\t]*$/).test(str)}function evalJSON(sanitize){var json=this.unfilterJSON();try{if(!sanitize||json.isJSON()){return eval("("+json+")")}}catch(e){}throw new SyntaxError("Badly formed JSON string: "+this.inspect())}function include(pattern){return this.indexOf(pattern)>-1}function startsWith(pattern){return this.indexOf(pattern)===0}function endsWith(pattern){var d=this.length-pattern.length;return d>=0&&this.lastIndexOf(pattern)===d}function empty(){return this==""}function blank(){return/^\s*$/.test(this)}function interpolate(object,pattern){return new Template(this,pattern).evaluate(object)}return{gsub:gsub,sub:sub,scan:scan,truncate:truncate,strip:strip,stripTags:stripTags,stripScripts:stripScripts,extractScripts:extractScripts,evalScripts:evalScripts,escapeHTML:escapeHTML,unescapeHTML:unescapeHTML,toQueryParams:toQueryParams,parseQuery:toQueryParams,toArray:toArray,succ:succ,times:times,camelize:camelize,capitalize:capitalize,underscore:underscore,dasherize:dasherize,inspect:inspect,toJSON:toJSON,unfilterJSON:unfilterJSON,isJSON:isJSON,evalJSON:evalJSON,include:include,startsWith:startsWith,endsWith:endsWith,empty:empty,blank:blank,interpolate:interpolate}})());Object.extend(String.prototype.escapeHTML,{div:document.createElement("div"),text:document.createTextNode("")});String.prototype.escapeHTML.div.appendChild(String.prototype.escapeHTML.text);if("<\n>".escapeHTML()!=="&lt;\n&gt;"){String.prototype.escapeHTML=function(){return this.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;")}}if("&lt;\n&gt;".unescapeHTML()!=="<\n>"){String.prototype.unescapeHTML=function(){return this.stripTags().replace(/&lt;/g,"<").replace(/&gt;/g,">").replace(/&amp;/g,"&")}}var Template=Class.create({initialize:function(a,b){this.template=a.toString();this.pattern=b||Template.Pattern},evaluate:function(a){if(Object.isFunction(a.toTemplateReplacements)){a=a.toTemplateReplacements()}return this.template.gsub(this.pattern,function(e){if(a==null){return""}var g=e[1]||"";if(g=="\\"){return e[2]}var b=a,h=e[3];var f=/^([^.[]+|\[((?:.*?[^\\])?)\])(\.|\[|$)/;e=f.exec(h);if(e==null){return g}while(e!=null){var c=e[1].startsWith("[")?e[2].gsub("\\\\]","]"):e[1];b=b[c];if(null==b||""==e[3]){break}h=h.substring("["==e[3]?e[1].length:e[0].length);e=f.exec(h)}return g+String.interpret(b)})}});Template.Pattern=/(^|.|\r|\n)(#\{(.*?)\})/;var $break={};var Enumerable=(function(){function c(A,z){var y=0;try{this._each(function(C){A.call(z,C,y++)})}catch(B){if(B!=$break){throw B}}return this}function t(B,A,z){var y=-B,C=[],D=this.toArray();if(B<1){return D}while((y+=B)<D.length){C.push(D.slice(y,y+B))}return C.collect(A,z)}function b(A,z){A=A||Prototype.K;var y=true;this.each(function(C,B){y=y&&!!A.call(z,C,B);if(!y){throw $break}});return y}function k(A,z){A=A||Prototype.K;var y=false;this.each(function(C,B){if(y=!!A.call(z,C,B)){throw $break}});return y}function l(A,z){A=A||Prototype.K;var y=[];this.each(function(C,B){y.push(A.call(z,C,B))});return y}function v(A,z){var y;this.each(function(C,B){if(A.call(z,C,B)){y=C;throw $break}});return y}function j(A,z){var y=[];this.each(function(C,B){if(A.call(z,C,B)){y.push(C)}});return y}function h(B,A,z){A=A||Prototype.K;var y=[];if(Object.isString(B)){B=new RegExp(RegExp.escape(B))}this.each(function(D,C){if(B.match(D)){y.push(A.call(z,D,C))}});return y}function a(y){if(Object.isFunction(this.indexOf)){if(this.indexOf(y)!=-1){return true}}var z=false;this.each(function(A){if(A==y){z=true;throw $break}});return z}function s(z,y){y=Object.isUndefined(y)?null:y;return this.eachSlice(z,function(A){while(A.length<z){A.push(y)}return A})}function n(y,A,z){this.each(function(C,B){y=A.call(z,y,C,B)});return y}function x(z){var y=$A(arguments).slice(1);return this.map(function(A){return A[z].apply(A,y)})}function r(A,z){A=A||Prototype.K;var y;this.each(function(C,B){C=A.call(z,C,B);if(y==null||C>=y){y=C}});return y}function p(A,z){A=A||Prototype.K;var y;this.each(function(C,B){C=A.call(z,C,B);if(y==null||C<y){y=C}});return y}function f(B,z){B=B||Prototype.K;var A=[],y=[];this.each(function(D,C){(B.call(z,D,C)?A:y).push(D)});return[A,y]}function g(z){var y=[];this.each(function(A){y.push(A[z])});return y}function e(A,z){var y=[];this.each(function(C,B){if(!A.call(z,C,B)){y.push(C)}});return y}function o(z,y){return this.map(function(B,A){return{value:B,criteria:z.call(y,B,A)}}).sort(function(D,C){var B=D.criteria,A=C.criteria;return B<A?-1:B>A?1:0}).pluck("value")}function q(){return this.map()}function u(){var z=Prototype.K,y=$A(arguments);if(Object.isFunction(y.last())){z=y.pop()}var A=[this].concat(y).map($A);return this.map(function(C,B){return z(A.pluck(B))})}function m(){return this.toArray().length}function w(){return"#<Enumerable:"+this.toArray().inspect()+">"}return{each:c,eachSlice:t,all:b,every:b,any:k,some:k,collect:l,map:l,detect:v,findAll:j,select:j,filter:j,grep:h,include:a,member:a,inGroupsOf:s,inject:n,invoke:x,max:r,min:p,partition:f,pluck:g,reject:e,sortBy:o,toArray:q,entries:q,zip:u,size:m,inspect:w,find:v}})();function $A(c){if(!c){return[]}if("toArray" in c){return c.toArray()}var b=c.length||0,a=new Array(b);while(b--){a[b]=c[b]}return a}function $w(a){if(!Object.isString(a)){return[]}a=a.strip();return a?a.split(/\s+/):[]}Array.from=$A;(function(){var u=Array.prototype,o=u.slice,q=u.forEach;function b(y){for(var x=0,z=this.length;x<z;x++){y(this[x])}}if(!q){q=b}function n(){this.length=0;return this}function e(){return this[0]}function h(){return this[this.length-1]}function k(){return this.select(function(x){return x!=null})}function w(){return this.inject([],function(y,x){if(Object.isArray(x)){return y.concat(x.flatten())}y.push(x);return y})}function j(){var x=o.call(arguments,0);return this.select(function(y){return !x.include(y)})}function g(x){return(x!==false?this:this.toArray())._reverse()}function m(x){return this.inject([],function(A,z,y){if(0==y||(x?A.last()!=z:!A.include(z))){A.push(z)}return A})}function r(x){return this.uniq().findAll(function(y){return x.detect(function(z){return y===z})})}function s(){return o.call(this,0)}function l(){return this.length}function v(){return"["+this.map(Object.inspect).join(", ")+"]"}function t(){var x=[];this.each(function(y){var z=Object.toJSON(y);if(!Object.isUndefined(z)){x.push(z)}});return"["+x.join(", ")+"]"}function a(z,x){x||(x=0);var y=this.length;if(x<0){x=y+x}for(;x<y;x++){if(this[x]===z){return x}}return -1}function p(y,x){x=isNaN(x)?this.length:(x<0?this.length+x:x)+1;var z=this.slice(0,x).reverse().indexOf(y);return(z<0)?z:x-z-1}function c(){var C=o.call(this,0),A;for(var y=0,z=arguments.length;y<z;y++){A=arguments[y];if(Object.isArray(A)&&!("callee" in A)){for(var x=0,B=A.length;x<B;x++){C.push(A[x])}}else{C.push(A)}}return C}Object.extend(u,Enumerable);if(!u._reverse){u._reverse=u.reverse}Object.extend(u,{_each:q,clear:n,first:e,last:h,compact:k,flatten:w,without:j,reverse:g,uniq:m,intersect:r,clone:s,toArray:s,size:l,inspect:v,toJSON:t});var f=(function(){return[].concat(arguments)[0][0]!==1})(1,2);if(f){u.concat=c}if(!u.indexOf){u.indexOf=a}if(!u.lastIndexOf){u.lastIndexOf=p}})();function $H(a){return new Hash(a)}var Hash=Class.create(Enumerable,(function(){function f(s){this._object=Object.isHash(s)?s.toObject():Object.clone(s)}function g(t){for(var s in this._object){var u=this._object[s],v=[s,u];v.key=s;v.value=u;t(v)}}function m(s,t){return this._object[s]=t}function c(s){if(this._object[s]!==Object.prototype[s]){return this._object[s]}}function p(s){var t=this._object[s];delete this._object[s];return t}function r(){return Object.clone(this._object)}function q(){return this.pluck("key")}function o(){return this.pluck("value")}function h(t){var s=this.detect(function(u){return u.value===t});return s&&s.key}function k(s){return this.clone().update(s)}function e(s){return new Hash(s).inject(this,function(t,u){t.set(u.key,u.value);return t})}function b(s,t){if(Object.isUndefined(t)){return s}return s+"="+encodeURIComponent(String.interpret(t))}function a(){return this.inject([],function(u,v){var t=encodeURIComponent(v.key),s=v.value;if(s&&typeof s=="object"){if(Object.isArray(s)){return u.concat(s.map(b.curry(t)))}}else{u.push(b(t,s))}return u}).join("&")}function n(){return"#<Hash:{"+this.map(function(s){return s.map(Object.inspect).join(": ")}).join(", ")+"}>"}function l(){return Object.toJSON(this.toObject())}function j(){return new Hash(this)}return{initialize:f,_each:g,set:m,get:c,unset:p,toObject:r,toTemplateReplacements:r,keys:q,values:o,index:h,merge:k,update:e,toQueryString:a,inspect:n,toJSON:l,clone:j}})());Hash.from=$H;Object.extend(Number.prototype,(function(){function e(){return this.toPaddedString(2,16)}function f(){return this+1}function a(m,l){$R(0,this,true).each(m,l);return this}function b(n,m){var l=this.toString(m||10);return"0".times(n-l.length)+l}function g(){return isFinite(this)?this.toString():"null"}function k(){return Math.abs(this)}function j(){return Math.round(this)}function h(){return Math.ceil(this)}function c(){return Math.floor(this)}return{toColorPart:e,succ:f,times:a,toPaddedString:b,toJSON:g,abs:k,round:j,ceil:h,floor:c}})());function $R(c,a,b){return new ObjectRange(c,a,b)}var ObjectRange=Class.create(Enumerable,(function(){function b(g,e,f){this.start=g;this.end=e;this.exclusive=f}function c(e){var f=this.start;while(this.include(f)){e(f);f=f.succ()}}function a(e){if(e<this.start){return false}if(this.exclusive){return e<this.end}return e<=this.end}return{initialize:b,_each:c,include:a}})());var Ajax={getTransport:function(){return Try.these(function(){return new XMLHttpRequest()},function(){return new ActiveXObject("Msxml2.XMLHTTP")},function(){return new ActiveXObject("Microsoft.XMLHTTP")})||false},activeRequestCount:0};Ajax.Responders={responders:[],_each:function(a){this.responders._each(a)},register:function(a){if(!this.include(a)){this.responders.push(a)}},unregister:function(a){this.responders=this.responders.without(a)},dispatch:function(e,b,c,a){this.each(function(f){if(Object.isFunction(f[e])){try{f[e].apply(f,[b,c,a])}catch(g){}}})}};Object.extend(Ajax.Responders,Enumerable);Ajax.Responders.register({onCreate:function(){Ajax.activeRequestCount++},onComplete:function(){Ajax.activeRequestCount--}});Ajax.Base=Class.create({initialize:function(a){this.options={method:"post",asynchronous:true,contentType:"application/x-www-form-urlencoded",encoding:"UTF-8",parameters:"",evalJSON:true,evalJS:true};Object.extend(this.options,a||{});this.options.method=this.options.method.toLowerCase();if(Object.isString(this.options.parameters)){this.options.parameters=this.options.parameters.toQueryParams()}else{if(Object.isHash(this.options.parameters)){this.options.parameters=this.options.parameters.toObject()}}}});Ajax.Request=Class.create(Ajax.Base,{_complete:false,initialize:function($super,b,a){$super(a);this.transport=Ajax.getTransport();this.request(b)},request:function(b){this.url=b;this.method=this.options.method;var f=Object.clone(this.options.parameters);if(!["get","post"].include(this.method)){f._method=this.method;this.method="post"}this.parameters=f;if(f=Object.toQueryString(f)){if(this.method=="get"){this.url+=(this.url.include("?")?"&":"?")+f}else{if(/Konqueror|Safari|KHTML/.test(navigator.userAgent)){f+="&_="}}}try{var a=new Ajax.Response(this);if(this.options.onCreate){this.options.onCreate(a)}Ajax.Responders.dispatch("onCreate",this,a);this.transport.open(this.method.toUpperCase(),this.url,this.options.asynchronous);if(this.options.asynchronous){this.respondToReadyState.bind(this).defer(1)}this.transport.onreadystatechange=this.onStateChange.bind(this);this.setRequestHeaders();this.body=this.method=="post"?(this.options.postBody||f):null;this.transport.send(this.body);if(!this.options.asynchronous&&this.transport.overrideMimeType){this.onStateChange()}}catch(c){this.dispatchException(c)}},onStateChange:function(){var a=this.transport.readyState;if(a>1&&!((a==4)&&this._complete)){this.respondToReadyState(this.transport.readyState)}},setRequestHeaders:function(){var f={"X-Requested-With":"XMLHttpRequest","X-Prototype-Version":Prototype.Version,Accept:"text/javascript, text/html, application/xml, text/xml, */*"};if(this.method=="post"){f["Content-type"]=this.options.contentType+(this.options.encoding?"; charset="+this.options.encoding:"");if(this.transport.overrideMimeType&&(navigator.userAgent.match(/Gecko\/(\d{4})/)||[0,2005])[1]<2005){f.Connection="close"}}if(typeof this.options.requestHeaders=="object"){var c=this.options.requestHeaders;if(Object.isFunction(c.push)){for(var b=0,e=c.length;b<e;b+=2){f[c[b]]=c[b+1]}}else{$H(c).each(function(g){f[g.key]=g.value})}}for(var a in f){this.transport.setRequestHeader(a,f[a])}},success:function(){var a=this.getStatus();return !a||(a>=200&&a<300)},getStatus:function(){try{return this.transport.status||0}catch(a){return 0}},respondToReadyState:function(a){var c=Ajax.Request.Events[a],b=new Ajax.Response(this);if(c=="Complete"){try{this._complete=true;(this.options["on"+b.status]||this.options["on"+(this.success()?"Success":"Failure")]||Prototype.emptyFunction)(b,b.headerJSON)}catch(f){this.dispatchException(f)}var g=b.getHeader("Content-type");if(this.options.evalJS=="force"||(this.options.evalJS&&this.isSameOrigin()&&g&&g.match(/^\s*(text|application)\/(x-)?(java|ecma)script(;.*)?\s*$/i))){this.evalResponse()}}try{(this.options["on"+c]||Prototype.emptyFunction)(b,b.headerJSON);Ajax.Responders.dispatch("on"+c,this,b,b.headerJSON)}catch(f){this.dispatchException(f)}if(c=="Complete"){this.transport.onreadystatechange=Prototype.emptyFunction}},isSameOrigin:function(){var a=this.url.match(/^\s*https?:\/\/[^\/]*/);return !a||(a[0]=="#{protocol}//#{domain}#{port}".interpolate({protocol:location.protocol,domain:document.domain,port:location.port?":"+location.port:""}))},getHeader:function(a){try{return this.transport.getResponseHeader(a)||null}catch(b){return null}},evalResponse:function(){try{return eval((this.transport.responseText||"").unfilterJSON())}catch(e){this.dispatchException(e)}},dispatchException:function(a){(this.options.onException||Prototype.emptyFunction)(this,a);Ajax.Responders.dispatch("onException",this,a)}});Ajax.Request.Events=["Uninitialized","Loading","Loaded","Interactive","Complete"];Ajax.Response=Class.create({initialize:function(c){this.request=c;var e=this.transport=c.transport,a=this.readyState=e.readyState;if((a>2&&!Prototype.Browser.IE)||a==4){this.status=this.getStatus();this.statusText=this.getStatusText();this.responseText=String.interpret(e.responseText);this.headerJSON=this._getHeaderJSON()}if(a==4){var b=e.responseXML;this.responseXML=Object.isUndefined(b)?null:b;this.responseJSON=this._getResponseJSON()}},status:0,statusText:"",getStatus:Ajax.Request.prototype.getStatus,getStatusText:function(){try{return this.transport.statusText||""}catch(a){return""}},getHeader:Ajax.Request.prototype.getHeader,getAllHeaders:function(){try{return this.getAllResponseHeaders()}catch(a){return null}},getResponseHeader:function(a){return this.transport.getResponseHeader(a)},getAllResponseHeaders:function(){return this.transport.getAllResponseHeaders()},_getHeaderJSON:function(){var a=this.getHeader("X-JSON");if(!a){return null}a=decodeURIComponent(escape(a));try{return a.evalJSON(this.request.options.sanitizeJSON||!this.request.isSameOrigin())}catch(b){this.request.dispatchException(b)}},_getResponseJSON:function(){var a=this.request.options;if(!a.evalJSON||(a.evalJSON!="force"&&!(this.getHeader("Content-type")||"").include("application/json"))||this.responseText.blank()){return null}try{return this.responseText.evalJSON(a.sanitizeJSON||!this.request.isSameOrigin())}catch(b){this.request.dispatchException(b)}}});Ajax.Updater=Class.create(Ajax.Request,{initialize:function($super,a,c,b){this.container={success:(a.success||a),failure:(a.failure||(a.success?null:a))};b=Object.clone(b);var e=b.onComplete;b.onComplete=(function(f,g){this.updateContent(f.responseText);if(Object.isFunction(e)){e(f,g)}}).bind(this);$super(c,b)},updateContent:function(e){var c=this.container[this.success()?"success":"failure"],a=this.options;if(!a.evalScripts){e=e.stripScripts()}if(c=$(c)){if(a.insertion){if(Object.isString(a.insertion)){var b={};b[a.insertion]=e;c.insert(b)}else{a.insertion(c,e)}}else{c.update(e)}}}});Ajax.PeriodicalUpdater=Class.create(Ajax.Base,{initialize:function($super,a,c,b){$super(b);this.onComplete=this.options.onComplete;this.frequency=(this.options.frequency||2);this.decay=(this.options.decay||1);this.updater={};this.container=a;this.url=c;this.start()},start:function(){this.options.onComplete=this.updateComplete.bind(this);this.onTimerEvent()},stop:function(){this.updater.options.onComplete=undefined;clearTimeout(this.timer);(this.onComplete||Prototype.emptyFunction).apply(this,arguments)},updateComplete:function(a){if(this.options.decay){this.decay=(a.responseText==this.lastText?this.decay*this.options.decay:1);this.lastText=a.responseText}this.timer=this.onTimerEvent.bind(this).delay(this.decay*this.frequency)},onTimerEvent:function(){this.updater=new Ajax.Updater(this.container,this.url,this.options)}});function $(b){if(arguments.length>1){for(var a=0,e=[],c=arguments.length;a<c;a++){e.push($(arguments[a]))}return e}if(Object.isString(b)){b=document.getElementById(b)}return Element.extend(b)}if(Prototype.BrowserFeatures.XPath){document._getElementsByXPath=function(g,a){var c=[];var f=document.evaluate(g,$(a)||document,null,XPathResult.ORDERED_NODE_SNAPSHOT_TYPE,null);for(var b=0,e=f.snapshotLength;b<e;b++){c.push(Element.extend(f.snapshotItem(b)))}return c}}if(!window.Node){var Node={}}if(!Node.ELEMENT_NODE){Object.extend(Node,{ELEMENT_NODE:1,ATTRIBUTE_NODE:2,TEXT_NODE:3,CDATA_SECTION_NODE:4,ENTITY_REFERENCE_NODE:5,ENTITY_NODE:6,PROCESSING_INSTRUCTION_NODE:7,COMMENT_NODE:8,DOCUMENT_NODE:9,DOCUMENT_TYPE_NODE:10,DOCUMENT_FRAGMENT_NODE:11,NOTATION_NODE:12})}(function(c){var b=(function(){var g=document.createElement("form");var f=document.createElement("input");var e=document.documentElement;f.setAttribute("name","test");g.appendChild(f);e.appendChild(g);var h=g.elements?(typeof g.elements.test=="undefined"):null;e.removeChild(g);g=f=null;return h})();var a=c.Element;c.Element=function(g,f){f=f||{};g=g.toLowerCase();var e=Element.cache;if(b&&f.name){g="<"+g+' name="'+f.name+'">';delete f.name;return Element.writeAttribute(document.createElement(g),f)}if(!e[g]){e[g]=Element.extend(document.createElement(g))}return Element.writeAttribute(e[g].cloneNode(false),f)};Object.extend(c.Element,a||{});if(a){c.Element.prototype=a.prototype}})(this);Element.cache={};Element.idCounter=1;Element.Methods={visible:function(a){return $(a).style.display!="none"},toggle:function(a){a=$(a);Element[Element.visible(a)?"hide":"show"](a);return a},hide:function(a){a=$(a);a.style.display="none";return a},show:function(a){a=$(a);a.style.display="";return a},remove:function(a){a=$(a);a.parentNode.removeChild(a);return a},update:(function(){var b=(function(){var f=document.createElement("select"),g=true;f.innerHTML='<option value="test">test</option>';if(f.options&&f.options[0]){g=f.options[0].nodeName.toUpperCase()!=="OPTION"}f=null;return g})();var a=(function(){try{var f=document.createElement("table");if(f&&f.tBodies){f.innerHTML="<tbody><tr><td>test</td></tr></tbody>";var h=typeof f.tBodies[0]=="undefined";f=null;return h}}catch(g){return true}})();var e=(function(){var f=document.createElement("script"),h=false;try{f.appendChild(document.createTextNode(""));h=!f.firstChild||f.firstChild&&f.firstChild.nodeType!==3}catch(g){h=true}f=null;return h})();function c(g,h){g=$(g);if(h&&h.toElement){h=h.toElement()}if(Object.isElement(h)){return g.update().insert(h)}h=Object.toHTML(h);var f=g.tagName.toUpperCase();if(f==="SCRIPT"&&e){g.text=h;return g}if(b||a){if(f in Element._insertionTranslations.tags){$A(g.childNodes).each(function(j){g.removeChild(j)});Element._getContentFromAnonymousElement(f,h.stripScripts()).each(function(j){g.appendChild(j)})}else{g.innerHTML=h.stripScripts()}}else{g.innerHTML=h.stripScripts()}h.evalScripts.bind(h).defer();return g}return c})(),replace:function(b,c){b=$(b);if(c&&c.toElement){c=c.toElement()}else{if(!Object.isElement(c)){c=Object.toHTML(c);var a=b.ownerDocument.createRange();a.selectNode(b);c.evalScripts.bind(c).defer();c=a.createContextualFragment(c.stripScripts())}}b.parentNode.replaceChild(c,b);return b},insert:function(c,f){c=$(c);if(Object.isString(f)||Object.isNumber(f)||Object.isElement(f)||(f&&(f.toElement||f.toHTML))){f={bottom:f}}var e,g,b,h;for(var a in f){e=f[a];a=a.toLowerCase();g=Element._insertionTranslations[a];if(e&&e.toElement){e=e.toElement()}if(Object.isElement(e)){g(c,e);continue}e=Object.toHTML(e);b=((a=="before"||a=="after")?c.parentNode:c).tagName.toUpperCase();h=Element._getContentFromAnonymousElement(b,e.stripScripts());if(a=="top"||a=="after"){h.reverse()}h.each(g.curry(c));e.evalScripts.bind(e).defer()}return c},wrap:function(b,c,a){b=$(b);if(Object.isElement(c)){$(c).writeAttribute(a||{})}else{if(Object.isString(c)){c=new Element(c,a)}else{c=new Element("div",c)}}if(b.parentNode){b.parentNode.replaceChild(c,b)}c.appendChild(b);return c},inspect:function(b){b=$(b);var a="<"+b.tagName.toLowerCase();$H({id:"id",className:"class"}).each(function(g){var f=g.first(),c=g.last();var e=(b[f]||"").toString();if(e){a+=" "+c+"="+e.inspect(true)}});return a+">"},recursivelyCollect:function(a,c){a=$(a);var b=[];while(a=a[c]){if(a.nodeType==1){b.push(Element.extend(a))}}return b},ancestors:function(a){return $(a).recursivelyCollect("parentNode")},descendants:function(a){return Element.select(a,"*")},firstDescendant:function(a){a=$(a).firstChild;while(a&&a.nodeType!=1){a=a.nextSibling}return $(a)},immediateDescendants:function(a){if(!(a=$(a).firstChild)){return[]}while(a&&a.nodeType!=1){a=a.nextSibling}if(a){return[a].concat($(a).nextSiblings())}return[]},previousSiblings:function(a){return $(a).recursivelyCollect("previousSibling")},nextSiblings:function(a){return $(a).recursivelyCollect("nextSibling")},siblings:function(a){a=$(a);return a.previousSiblings().reverse().concat(a.nextSiblings())},match:function(b,a){if(Object.isString(a)){a=new Selector(a)}return a.match($(b))},up:function(b,e,a){b=$(b);if(arguments.length==1){return $(b.parentNode)}var c=b.ancestors();return Object.isNumber(e)?c[e]:Selector.findElement(c,e,a)},down:function(b,c,a){b=$(b);if(arguments.length==1){return b.firstDescendant()}return Object.isNumber(c)?b.descendants()[c]:Element.select(b,c)[a||0]},previous:function(b,e,a){b=$(b);if(arguments.length==1){return $(Selector.handlers.previousElementSibling(b))}var c=b.previousSiblings();return Object.isNumber(e)?c[e]:Selector.findElement(c,e,a)},next:function(c,e,b){c=$(c);if(arguments.length==1){return $(Selector.handlers.nextElementSibling(c))}var a=c.nextSiblings();return Object.isNumber(e)?a[e]:Selector.findElement(a,e,b)},select:function(){var a=$A(arguments),b=$(a.shift());return Selector.findChildElements(b,a)},adjacent:function(){var a=$A(arguments),b=$(a.shift());return Selector.findChildElements(b.parentNode,a).without(b)},identify:function(a){a=$(a);var b=a.readAttribute("id");if(b){return b}do{b="anonymous_element_"+Element.idCounter++}while($(b));a.writeAttribute("id",b);return b},readAttribute:(function(){var a=(function(){var b=document.createElement("iframe"),f=false;document.documentElement.appendChild(b);try{b.getAttribute("type",2)}catch(c){f=true}document.documentElement.removeChild(b);b=null;return f})();return function(e,b){e=$(e);if(a&&b==="type"&&e.tagName.toUpperCase()=="IFRAME"){return e.getAttribute("type")}if(Prototype.Browser.IE){var c=Element._attributeTranslations.read;if(c.values[b]){return c.values[b](e,b)}if(c.names[b]){b=c.names[b]}if(b.include(":")){return(!e.attributes||!e.attributes[b])?null:e.attributes[b].value}}return e.getAttribute(b)}})(),writeAttribute:function(f,c,g){f=$(f);var b={},e=Element._attributeTranslations.write;if(typeof c=="object"){b=c}else{b[c]=Object.isUndefined(g)?true:g}for(var a in b){c=e.names[a]||a;g=b[a];if(e.values[a]){c=e.values[a](f,g)}if(g===false||g===null){f.removeAttribute(c)}else{if(g===true){f.setAttribute(c,c)}else{f.setAttribute(c,g)}}}return f},getHeight:function(a){return $(a).getDimensions().height},getWidth:function(a){return $(a).getDimensions().width},classNames:function(a){return new Element.ClassNames(a)},hasClassName:function(a,b){if(!(a=$(a))){return}var c=a.className;return(c.length>0&&(c==b||new RegExp("(^|\\s)"+b+"(\\s|$)").test(c)))},addClassName:function(a,b){if(!(a=$(a))){return}if(!a.hasClassName(b)){a.className+=(a.className?" ":"")+b}return a},removeClassName:function(a,b){if(!(a=$(a))){return}a.className=a.className.replace(new RegExp("(^|\\s+)"+b+"(\\s+|$)")," ").strip();return a},toggleClassName:function(a,b){if(!(a=$(a))){return}return a[a.hasClassName(b)?"removeClassName":"addClassName"](b)},cleanWhitespace:function(b){b=$(b);var c=b.firstChild;while(c){var a=c.nextSibling;if(c.nodeType==3&&!/\S/.test(c.nodeValue)){b.removeChild(c)}c=a}return b},empty:function(a){return $(a).innerHTML.blank()},descendantOf:function(b,a){b=$(b),a=$(a);if(b.compareDocumentPosition){return(b.compareDocumentPosition(a)&8)===8}if(a.contains){return a.contains(b)&&a!==b}while(b=b.parentNode){if(b==a){return true}}return false},scrollTo:function(a){a=$(a);var b=a.cumulativeOffset();window.scrollTo(b[0],b[1]);return a},getStyle:function(b,c){b=$(b);c=c=="float"?"cssFloat":c.camelize();var e=b.style[c];if(!e||e=="auto"){var a=document.defaultView.getComputedStyle(b,null);e=a?a[c]:null}if(c=="opacity"){return e?parseFloat(e):1}return e=="auto"?null:e},getOpacity:function(a){return $(a).getStyle("opacity")},setStyle:function(b,c){b=$(b);var f=b.style,a;if(Object.isString(c)){b.style.cssText+=";"+c;return c.include("opacity")?b.setOpacity(c.match(/opacity:\s*(\d?\.?\d*)/)[1]):b}for(var e in c){if(e=="opacity"){b.setOpacity(c[e])}else{f[(e=="float"||e=="cssFloat")?(Object.isUndefined(f.styleFloat)?"cssFloat":"styleFloat"):e]=c[e]}}return b},setOpacity:function(a,b){a=$(a);a.style.opacity=(b==1||b==="")?"":(b<0.00001)?0:b;return a},getDimensions:function(c){c=$(c);var h=c.getStyle("display");if(h!="none"&&h!=null){return{width:c.offsetWidth,height:c.offsetHeight}}var b=c.style;var g=b.visibility;var e=b.position;var a=b.display;b.visibility="hidden";if(e!="fixed"){b.position="absolute"}b.display="block";var j=c.clientWidth;var f=c.clientHeight;b.display=a;b.position=e;b.visibility=g;return{width:j,height:f}},makePositioned:function(a){a=$(a);var b=Element.getStyle(a,"position");if(b=="static"||!b){a._madePositioned=true;a.style.position="relative";if(Prototype.Browser.Opera){a.style.top=0;a.style.left=0}}return a},undoPositioned:function(a){a=$(a);if(a._madePositioned){a._madePositioned=undefined;a.style.position=a.style.top=a.style.left=a.style.bottom=a.style.right=""}return a},makeClipping:function(a){a=$(a);if(a._overflow){return a}a._overflow=Element.getStyle(a,"overflow")||"auto";if(a._overflow!=="hidden"){a.style.overflow="hidden"}return a},undoClipping:function(a){a=$(a);if(!a._overflow){return a}a.style.overflow=a._overflow=="auto"?"":a._overflow;a._overflow=null;return a},cumulativeOffset:function(b){var a=0,c=0;do{a+=b.offsetTop||0;c+=b.offsetLeft||0;b=b.offsetParent}while(b);return Element._returnOffset(c,a)},positionedOffset:function(b){var a=0,e=0;do{a+=b.offsetTop||0;e+=b.offsetLeft||0;b=b.offsetParent;if(b){if(b.tagName.toUpperCase()=="BODY"){break}var c=Element.getStyle(b,"position");if(c!=="static"){break}}}while(b);return Element._returnOffset(e,a)},absolutize:function(b){b=$(b);if(b.getStyle("position")=="absolute"){return b}var e=b.positionedOffset();var g=e[1];var f=e[0];var c=b.clientWidth;var a=b.clientHeight;b._originalLeft=f-parseFloat(b.style.left||0);b._originalTop=g-parseFloat(b.style.top||0);b._originalWidth=b.style.width;b._originalHeight=b.style.height;b.style.position="absolute";b.style.top=g+"px";b.style.left=f+"px";b.style.width=c+"px";b.style.height=a+"px";return b},relativize:function(a){a=$(a);if(a.getStyle("position")=="relative"){return a}a.style.position="relative";var c=parseFloat(a.style.top||0)-(a._originalTop||0);var b=parseFloat(a.style.left||0)-(a._originalLeft||0);a.style.top=c+"px";a.style.left=b+"px";a.style.height=a._originalHeight;a.style.width=a._originalWidth;return a},cumulativeScrollOffset:function(b){var a=0,c=0;do{a+=b.scrollTop||0;c+=b.scrollLeft||0;b=b.parentNode}while(b);return Element._returnOffset(c,a)},getOffsetParent:function(a){if(a.offsetParent){return $(a.offsetParent)}if(a==document.body){return $(a)}while((a=a.parentNode)&&a!=document.body){if(Element.getStyle(a,"position")!="static"){return $(a)}}return $(document.body)},viewportOffset:function(e){var a=0,c=0;var b=e;do{a+=b.offsetTop||0;c+=b.offsetLeft||0;if(b.offsetParent==document.body&&Element.getStyle(b,"position")=="absolute"){break}}while(b=b.offsetParent);b=e;do{if(!Prototype.Browser.Opera||(b.tagName&&(b.tagName.toUpperCase()=="BODY"))){a-=b.scrollTop||0;c-=b.scrollLeft||0}}while(b=b.parentNode);return Element._returnOffset(c,a)},clonePosition:function(b,e){var a=Object.extend({setLeft:true,setTop:true,setWidth:true,setHeight:true,offsetTop:0,offsetLeft:0},arguments[2]||{});e=$(e);var f=e.viewportOffset();b=$(b);var g=[0,0];var c=null;if(Element.getStyle(b,"position")=="absolute"){c=b.getOffsetParent();g=c.viewportOffset()}if(c==document.body){g[0]-=document.body.offsetLeft;g[1]-=document.body.offsetTop}if(a.setLeft){b.style.left=(f[0]-g[0]+a.offsetLeft)+"px"}if(a.setTop){b.style.top=(f[1]-g[1]+a.offsetTop)+"px"}if(a.setWidth){b.style.width=e.offsetWidth+"px"}if(a.setHeight){b.style.height=e.offsetHeight+"px"}return b}};Object.extend(Element.Methods,{getElementsBySelector:Element.Methods.select,childElements:Element.Methods.immediateDescendants});Element._attributeTranslations={write:{names:{className:"class",htmlFor:"for"},values:{}}};if(Prototype.Browser.Opera){Element.Methods.getStyle=Element.Methods.getStyle.wrap(function(e,b,c){switch(c){case"left":case"top":case"right":case"bottom":if(e(b,"position")==="static"){return null}case"height":case"width":if(!Element.visible(b)){return null}var f=parseInt(e(b,c),10);if(f!==b["offset"+c.capitalize()]){return f+"px"}var a;if(c==="height"){a=["border-top-width","padding-top","padding-bottom","border-bottom-width"]}else{a=["border-left-width","padding-left","padding-right","border-right-width"]}return a.inject(f,function(g,h){var j=e(b,h);return j===null?g:g-parseInt(j,10)})+"px";default:return e(b,c)}});Element.Methods.readAttribute=Element.Methods.readAttribute.wrap(function(c,a,b){if(b==="title"){return a.title}return c(a,b)})}else{if(Prototype.Browser.IE){Element.Methods.getOffsetParent=Element.Methods.getOffsetParent.wrap(function(c,b){b=$(b);try{b.offsetParent}catch(g){return $(document.body)}var a=b.getStyle("position");if(a!=="static"){return c(b)}b.setStyle({position:"relative"});var f=c(b);b.setStyle({position:a});return f});$w("positionedOffset viewportOffset").each(function(a){Element.Methods[a]=Element.Methods[a].wrap(function(g,c){c=$(c);try{c.offsetParent}catch(j){return Element._returnOffset(0,0)}var b=c.getStyle("position");if(b!=="static"){return g(c)}var f=c.getOffsetParent();if(f&&f.getStyle("position")==="fixed"){f.setStyle({zoom:1})}c.setStyle({position:"relative"});var h=g(c);c.setStyle({position:b});return h})});Element.Methods.cumulativeOffset=Element.Methods.cumulativeOffset.wrap(function(b,a){try{a.offsetParent}catch(c){return Element._returnOffset(0,0)}return b(a)});Element.Methods.getStyle=function(a,b){a=$(a);b=(b=="float"||b=="cssFloat")?"styleFloat":b.camelize();var c=a.style[b];if(!c&&a.currentStyle){c=a.currentStyle[b]}if(b=="opacity"){if(c=(a.getStyle("filter")||"").match(/alpha\(opacity=(.*)\)/)){if(c[1]){return parseFloat(c[1])/100}}return 1}if(c=="auto"){if((b=="width"||b=="height")&&(a.getStyle("display")!="none")){return a["offset"+b.capitalize()]+"px"}return null}return c};Element.Methods.setOpacity=function(b,f){function g(h){return h.replace(/alpha\([^\)]*\)/gi,"")}b=$(b);var a=b.currentStyle;if((a&&!a.hasLayout)||(!a&&b.style.zoom=="normal")){b.style.zoom=1}var e=b.getStyle("filter"),c=b.style;if(f==1||f===""){(e=g(e))?c.filter=e:c.removeAttribute("filter");return b}else{if(f<0.00001){f=0}}c.filter=g(e)+"alpha(opacity="+(f*100)+")";return b};Element._attributeTranslations=(function(){var b="className";var a="for";var c=document.createElement("div");c.setAttribute(b,"x");if(c.className!=="x"){c.setAttribute("class","x");if(c.className==="x"){b="class"}}c=null;c=document.createElement("label");c.setAttribute(a,"x");if(c.htmlFor!=="x"){c.setAttribute("htmlFor","x");if(c.htmlFor==="x"){a="htmlFor"}}c=null;return{read:{names:{"class":b,className:b,"for":a,htmlFor:a},values:{_getAttr:function(e,f){return e.getAttribute(f,2)},_getAttrNode:function(e,g){var f=e.getAttributeNode(g);return f?f.value:""},_getEv:(function(){var e=document.createElement("div");e.onclick=Prototype.emptyFunction;var h=e.getAttribute("onclick");var g;if(String(h).indexOf("{")>-1){g=function(f,j){j=f.getAttribute(j);if(!j){return null}j=j.toString();j=j.split("{")[1];j=j.split("}")[0];return j.strip()}}else{if(h===""){g=function(f,j){j=f.getAttribute(j);if(!j){return null}return j.strip()}}}e=null;return g})(),_flag:function(e,f){return $(e).hasAttribute(f)?f:null},style:function(e){return e.style.cssText.toLowerCase()},title:function(e){return e.title}}}}})();Element._attributeTranslations.write={names:Object.extend({cellpadding:"cellPadding",cellspacing:"cellSpacing"},Element._attributeTranslations.read.names),values:{checked:function(a,b){a.checked=!!b},style:function(a,b){a.style.cssText=b?b:""}}};Element._attributeTranslations.has={};$w("colSpan rowSpan vAlign dateTime accessKey tabIndex encType maxLength readOnly longDesc frameBorder").each(function(a){Element._attributeTranslations.write.names[a.toLowerCase()]=a;Element._attributeTranslations.has[a.toLowerCase()]=a});(function(a){Object.extend(a,{href:a._getAttr,src:a._getAttr,type:a._getAttr,action:a._getAttrNode,disabled:a._flag,checked:a._flag,readonly:a._flag,multiple:a._flag,onload:a._getEv,onunload:a._getEv,onclick:a._getEv,ondblclick:a._getEv,onmousedown:a._getEv,onmouseup:a._getEv,onmouseover:a._getEv,onmousemove:a._getEv,onmouseout:a._getEv,onfocus:a._getEv,onblur:a._getEv,onkeypress:a._getEv,onkeydown:a._getEv,onkeyup:a._getEv,onsubmit:a._getEv,onreset:a._getEv,onselect:a._getEv,onchange:a._getEv})})(Element._attributeTranslations.read.values);if(Prototype.BrowserFeatures.ElementExtensions){(function(){function a(f){var b=f.getElementsByTagName("*"),e=[];for(var c=0,g;g=b[c];c++){if(g.tagName!=="!"){e.push(g)}}return e}Element.Methods.down=function(c,e,b){c=$(c);if(arguments.length==1){return c.firstDescendant()}return Object.isNumber(e)?a(c)[e]:Element.select(c,e)[b||0]}})()}}else{if(Prototype.Browser.Gecko&&/rv:1\.8\.0/.test(navigator.userAgent)){Element.Methods.setOpacity=function(a,b){a=$(a);a.style.opacity=(b==1)?0.999999:(b==="")?"":(b<0.00001)?0:b;return a}}else{if(Prototype.Browser.WebKit){Element.Methods.setOpacity=function(a,b){a=$(a);a.style.opacity=(b==1||b==="")?"":(b<0.00001)?0:b;if(b==1){if(a.tagName.toUpperCase()=="IMG"&&a.width){a.width++;a.width--}else{try{var f=document.createTextNode(" ");a.appendChild(f);a.removeChild(f)}catch(c){}}}return a};Element.Methods.cumulativeOffset=function(b){var a=0,c=0;do{a+=b.offsetTop||0;c+=b.offsetLeft||0;if(b.offsetParent==document.body){if(Element.getStyle(b,"position")=="absolute"){break}}b=b.offsetParent}while(b);return Element._returnOffset(c,a)}}}}}if("outerHTML" in document.documentElement){Element.Methods.replace=function(c,f){c=$(c);if(f&&f.toElement){f=f.toElement()}if(Object.isElement(f)){c.parentNode.replaceChild(f,c);return c}f=Object.toHTML(f);var e=c.parentNode,b=e.tagName.toUpperCase();if(Element._insertionTranslations.tags[b]){var g=c.next();var a=Element._getContentFromAnonymousElement(b,f.stripScripts());e.removeChild(c);if(g){a.each(function(h){e.insertBefore(h,g)})}else{a.each(function(h){e.appendChild(h)})}}else{c.outerHTML=f.stripScripts()}f.evalScripts.bind(f).defer();return c}}Element._returnOffset=function(b,c){var a=[b,c];a.left=b;a.top=c;return a};Element._getContentFromAnonymousElement=function(c,b){var e=new Element("div"),a=Element._insertionTranslations.tags[c];if(a){e.innerHTML=a[0]+b+a[1];a[2].times(function(){e=e.firstChild})}else{e.innerHTML=b}return $A(e.childNodes)};Element._insertionTranslations={before:function(a,b){a.parentNode.insertBefore(b,a)},top:function(a,b){a.insertBefore(b,a.firstChild)},bottom:function(a,b){a.appendChild(b)},after:function(a,b){a.parentNode.insertBefore(b,a.nextSibling)},tags:{TABLE:["<table>","</table>",1],TBODY:["<table><tbody>","</tbody></table>",2],TR:["<table><tbody><tr>","</tr></tbody></table>",3],TD:["<table><tbody><tr><td>","</td></tr></tbody></table>",4],SELECT:["<select>","</select>",1]}};(function(){Object.extend(this.tags,{THEAD:this.tags.TBODY,TFOOT:this.tags.TBODY,TH:this.tags.TD})}).call(Element._insertionTranslations);Element.Methods.Simulated={hasAttribute:function(a,c){c=Element._attributeTranslations.has[c]||c;var b=$(a).getAttributeNode(c);return !!(b&&b.specified)}};Element.Methods.ByTag={};Object.extend(Element,Element.Methods);(function(a){if(!Prototype.BrowserFeatures.ElementExtensions&&a.__proto__){window.HTMLElement={};window.HTMLElement.prototype=a.__proto__;Prototype.BrowserFeatures.ElementExtensions=true}a=null})(document.createElement("div"));Element.extend=(function(){function c(j){if(typeof window.Element!="undefined"){var l=window.Element.prototype;if(l){var n="_"+(Math.random()+"").slice(2);var k=document.createElement(j);l[n]="x";var m=(k[n]!=="x");delete l[n];k=null;return m}}return false}function b(k,j){for(var m in j){var l=j[m];if(Object.isFunction(l)&&!(m in k)){k[m]=l.methodize()}}}var e=c("object");var g=c("applet");if(Prototype.BrowserFeatures.SpecificElementExtensions){if(e&&g){return function(k){if(k&&k.tagName){var j=k.tagName.toUpperCase();if(j==="OBJECT"||j==="APPLET"){b(k,Element.Methods);if(j==="OBJECT"){b(k,Element.Methods.ByTag.OBJECT)}else{if(j==="APPLET"){b(k,Element.Methods.ByTag.APPLET)}}}}return k}}return Prototype.K}var a={},f=Element.Methods.ByTag;var h=Object.extend(function(l){if(!l||typeof l._extendedByPrototype!="undefined"||l.nodeType!=1||l==window){return l}var j=Object.clone(a),k=l.tagName.toUpperCase();if(f[k]){Object.extend(j,f[k])}b(l,j);l._extendedByPrototype=Prototype.emptyFunction;return l},{refresh:function(){if(!Prototype.BrowserFeatures.ElementExtensions){Object.extend(a,Element.Methods);Object.extend(a,Element.Methods.Simulated)}}});h.refresh();return h})();Element.hasAttribute=function(a,b){if(a.hasAttribute){return a.hasAttribute(b)}return Element.Methods.Simulated.hasAttribute(a,b)};Element.addMethods=function(c){var k=Prototype.BrowserFeatures,e=Element.Methods.ByTag;if(!c){Object.extend(Form,Form.Methods);Object.extend(Form.Element,Form.Element.Methods);Object.extend(Element.Methods.ByTag,{FORM:Object.clone(Form.Methods),INPUT:Object.clone(Form.Element.Methods),SELECT:Object.clone(Form.Element.Methods),TEXTAREA:Object.clone(Form.Element.Methods)})}if(arguments.length==2){var b=c;c=arguments[1]}if(!b){Object.extend(Element.Methods,c||{})}else{if(Object.isArray(b)){b.each(h)}else{h(b)}}function h(m){m=m.toUpperCase();if(!Element.Methods.ByTag[m]){Element.Methods.ByTag[m]={}}Object.extend(Element.Methods.ByTag[m],c)}function a(o,n,m){m=m||false;for(var q in o){var p=o[q];if(!Object.isFunction(p)){continue}if(!m||!(q in n)){n[q]=p.methodize()}}}function f(p){var m;var o={OPTGROUP:"OptGroup",TEXTAREA:"TextArea",P:"Paragraph",FIELDSET:"FieldSet",UL:"UList",OL:"OList",DL:"DList",DIR:"Directory",H1:"Heading",H2:"Heading",H3:"Heading",H4:"Heading",H5:"Heading",H6:"Heading",Q:"Quote",INS:"Mod",DEL:"Mod",A:"Anchor",IMG:"Image",CAPTION:"TableCaption",COL:"TableCol",COLGROUP:"TableCol",THEAD:"TableSection",TFOOT:"TableSection",TBODY:"TableSection",TR:"TableRow",TH:"TableCell",TD:"TableCell",FRAMESET:"FrameSet",IFRAME:"IFrame"};if(o[p]){m="HTML"+o[p]+"Element"}if(window[m]){return window[m]}m="HTML"+p+"Element";if(window[m]){return window[m]}m="HTML"+p.capitalize()+"Element";if(window[m]){return window[m]}var n=document.createElement(p);var q=n.__proto__||n.constructor.prototype;n=null;return q}var j=window.HTMLElement?HTMLElement.prototype:Element.prototype;if(k.ElementExtensions){a(Element.Methods,j);a(Element.Methods.Simulated,j,true)}if(k.SpecificElementExtensions){for(var l in Element.Methods.ByTag){var g=f(l);if(Object.isUndefined(g)){continue}a(e[l],g.prototype)}}Object.extend(Element,Element.Methods);delete Element.ByTag;if(Element.extend.refresh){Element.extend.refresh()}Element.cache={}};document.viewport={getDimensions:function(){return{width:this.getWidth(),height:this.getHeight()}},getScrollOffsets:function(){return Element._returnOffset(window.pageXOffset||document.documentElement.scrollLeft||document.body.scrollLeft,window.pageYOffset||document.documentElement.scrollTop||document.body.scrollTop)}};(function(b){var h=Prototype.Browser,f=document,c,e={};function a(){if(h.WebKit&&!f.evaluate){return document}if(h.Opera&&window.parseFloat(window.opera.version())<9.5){return document.body}return document.documentElement}function g(j){if(!c){c=a()}e[j]="client"+j;b["get"+j]=function(){return c[e[j]]};return b["get"+j]()}b.getWidth=g.curry("Width");b.getHeight=g.curry("Height")})(document.viewport);Element.Storage={UID:1};Element.addMethods({getStorage:function(b){if(!(b=$(b))){return}var a;if(b===window){a=0}else{if(typeof b._prototypeUID==="undefined"){b._prototypeUID=[Element.Storage.UID++]}a=b._prototypeUID[0]}if(!Element.Storage[a]){Element.Storage[a]=$H()}return Element.Storage[a]},store:function(b,a,c){if(!(b=$(b))){return}if(arguments.length===2){b.getStorage().update(a)}else{b.getStorage().set(a,c)}return b},retrieve:function(c,b,a){if(!(c=$(c))){return}var f=Element.getStorage(c),e=f.get(b);if(Object.isUndefined(e)){f.set(b,a);e=a}return e},clone:function(c,a){if(!(c=$(c))){return}var f=c.cloneNode(a);f._prototypeUID=void 0;if(a){var e=Element.select(f,"*"),b=e.length;while(b--){e[b]._prototypeUID=void 0}}return Element.extend(f)}});var Selector=Class.create({initialize:function(a){this.expression=a.strip();if(this.shouldUseSelectorsAPI()){this.mode="selectorsAPI"}else{if(this.shouldUseXPath()){this.mode="xpath";this.compileXPathMatcher()}else{this.mode="normal";this.compileMatcher()}}},shouldUseXPath:(function(){var a=(function(){var f=false;if(document.evaluate&&window.XPathResult){var e=document.createElement("div");e.innerHTML="<ul><li></li></ul><div><ul><li></li></ul></div>";var c=".//*[local-name()='ul' or local-name()='UL']//*[local-name()='li' or local-name()='LI']";var b=document.evaluate(c,e,null,XPathResult.ORDERED_NODE_SNAPSHOT_TYPE,null);f=(b.snapshotLength!==2);e=null}return f})();return function(){if(!Prototype.BrowserFeatures.XPath){return false}var b=this.expression;if(Prototype.Browser.WebKit&&(b.include("-of-type")||b.include(":empty"))){return false}if((/(\[[\w-]*?:|:checked)/).test(b)){return false}if(a){return false}return true}})(),shouldUseSelectorsAPI:function(){if(!Prototype.BrowserFeatures.SelectorsAPI){return false}if(Selector.CASE_INSENSITIVE_CLASS_NAMES){return false}if(!Selector._div){Selector._div=new Element("div")}try{Selector._div.querySelector(this.expression)}catch(a){return false}return true},compileMatcher:function(){var e=this.expression,ps=Selector.patterns,h=Selector.handlers,c=Selector.criteria,le,p,m,len=ps.length,name;if(Selector._cache[e]){this.matcher=Selector._cache[e];return}this.matcher=["this.matcher = function(root) {","var r = root, h = Selector.handlers, c = false, n;"];while(e&&le!=e&&(/\S/).test(e)){le=e;for(var i=0;i<len;i++){p=ps[i].re;name=ps[i].name;if(m=e.match(p)){this.matcher.push(Object.isFunction(c[name])?c[name](m):new Template(c[name]).evaluate(m));e=e.replace(m[0],"");break}}}this.matcher.push("return h.unique(n);\n}");eval(this.matcher.join("\n"));Selector._cache[this.expression]=this.matcher},compileXPathMatcher:function(){var j=this.expression,k=Selector.patterns,c=Selector.xpath,h,b,a=k.length,f;if(Selector._cache[j]){this.xpath=Selector._cache[j];return}this.matcher=[".//*"];while(j&&h!=j&&(/\S/).test(j)){h=j;for(var g=0;g<a;g++){f=k[g].name;if(b=j.match(k[g].re)){this.matcher.push(Object.isFunction(c[f])?c[f](b):new Template(c[f]).evaluate(b));j=j.replace(b[0],"");break}}}this.xpath=this.matcher.join("");Selector._cache[this.expression]=this.xpath},findElements:function(a){a=a||document;var c=this.expression,b;switch(this.mode){case"selectorsAPI":if(a!==document){var f=a.id,g=$(a).identify();g=g.replace(/[\.:]/g,"\\$0");c="#"+g+" "+c}b=$A(a.querySelectorAll(c)).map(Element.extend);a.id=f;return b;case"xpath":return document._getElementsByXPath(this.xpath,a);default:return this.matcher(a)}},match:function(l){this.tokens=[];var r=this.expression,a=Selector.patterns,g=Selector.assertions;var b,f,h,q=a.length,c;while(r&&b!==r&&(/\S/).test(r)){b=r;for(var k=0;k<q;k++){f=a[k].re;c=a[k].name;if(h=r.match(f)){if(g[c]){this.tokens.push([c,Object.clone(h)]);r=r.replace(h[0],"")}else{return this.findElements(document).include(l)}}}}var o=true,c,n;for(var k=0,j;j=this.tokens[k];k++){c=j[0],n=j[1];if(!Selector.assertions[c](l,n)){o=false;break}}return o},toString:function(){return this.expression},inspect:function(){return"#<Selector:"+this.expression.inspect()+">"}});if(Prototype.BrowserFeatures.SelectorsAPI&&document.compatMode==="BackCompat"){Selector.CASE_INSENSITIVE_CLASS_NAMES=(function(){var c=document.createElement("div"),a=document.createElement("span");c.id="prototype_test_id";a.className="Test";c.appendChild(a);var b=(c.querySelector("#prototype_test_id .test")!==null);c=a=null;return b})()}Object.extend(Selector,{_cache:{},xpath:{descendant:"//*",child:"/*",adjacent:"/following-sibling::*[1]",laterSibling:"/following-sibling::*",tagName:function(a){if(a[1]=="*"){return""}return"[local-name()='"+a[1].toLowerCase()+"' or local-name()='"+a[1].toUpperCase()+"']"},className:"[contains(concat(' ', @class, ' '), ' #{1} ')]",id:"[@id='#{1}']",attrPresence:function(a){a[1]=a[1].toLowerCase();return new Template("[@#{1}]").evaluate(a)},attr:function(a){a[1]=a[1].toLowerCase();a[3]=a[5]||a[6];return new Template(Selector.xpath.operators[a[2]]).evaluate(a)},pseudo:function(a){var b=Selector.xpath.pseudos[a[1]];if(!b){return""}if(Object.isFunction(b)){return b(a)}return new Template(Selector.xpath.pseudos[a[1]]).evaluate(a)},operators:{"=":"[@#{1}='#{3}']","!=":"[@#{1}!='#{3}']","^=":"[starts-with(@#{1}, '#{3}')]","$=":"[substring(@#{1}, (string-length(@#{1}) - string-length('#{3}') + 1))='#{3}']","*=":"[contains(@#{1}, '#{3}')]","~=":"[contains(concat(' ', @#{1}, ' '), ' #{3} ')]","|=":"[contains(concat('-', @#{1}, '-'), '-#{3}-')]"},pseudos:{"first-child":"[not(preceding-sibling::*)]","last-child":"[not(following-sibling::*)]","only-child":"[not(preceding-sibling::* or following-sibling::*)]",empty:"[count(*) = 0 and (count(text()) = 0)]",checked:"[@checked]",disabled:"[(@disabled) and (@type!='hidden')]",enabled:"[not(@disabled) and (@type!='hidden')]",not:function(g){var k=g[6],c=Selector.patterns,l=Selector.xpath,a,n,j=c.length,b;var f=[];while(k&&a!=k&&(/\S/).test(k)){a=k;for(var h=0;h<j;h++){b=c[h].name;if(g=k.match(c[h].re)){n=Object.isFunction(l[b])?l[b](g):new Template(l[b]).evaluate(g);f.push("("+n.substring(1,n.length-1)+")");k=k.replace(g[0],"");break}}}return"[not("+f.join(" and ")+")]"},"nth-child":function(a){return Selector.xpath.pseudos.nth("(count(./preceding-sibling::*) + 1) ",a)},"nth-last-child":function(a){return Selector.xpath.pseudos.nth("(count(./following-sibling::*) + 1) ",a)},"nth-of-type":function(a){return Selector.xpath.pseudos.nth("position() ",a)},"nth-last-of-type":function(a){return Selector.xpath.pseudos.nth("(last() + 1 - position()) ",a)},"first-of-type":function(a){a[6]="1";return Selector.xpath.pseudos["nth-of-type"](a)},"last-of-type":function(a){a[6]="1";return Selector.xpath.pseudos["nth-last-of-type"](a)},"only-of-type":function(a){var b=Selector.xpath.pseudos;return b["first-of-type"](a)+b["last-of-type"](a)},nth:function(h,f){var j,k=f[6],e;if(k=="even"){k="2n+0"}if(k=="odd"){k="2n+1"}if(j=k.match(/^(\d+)$/)){return"["+h+"= "+j[1]+"]"}if(j=k.match(/^(-?\d*)?n(([+-])(\d+))?/)){if(j[1]=="-"){j[1]=-1}var g=j[1]?Number(j[1]):1;var c=j[2]?Number(j[2]):0;e="[((#{fragment} - #{b}) mod #{a} = 0) and ((#{fragment} - #{b}) div #{a} >= 0)]";return new Template(e).evaluate({fragment:h,a:g,b:c})}}}},criteria:{tagName:'n = h.tagName(n, r, "#{1}", c);      c = false;',className:'n = h.className(n, r, "#{1}", c);    c = false;',id:'n = h.id(n, r, "#{1}", c);           c = false;',attrPresence:'n = h.attrPresence(n, r, "#{1}", c); c = false;',attr:function(a){a[3]=(a[5]||a[6]);return new Template('n = h.attr(n, r, "#{1}", "#{3}", "#{2}", c); c = false;').evaluate(a)},pseudo:function(a){if(a[6]){a[6]=a[6].replace(/"/g,'\\"')}return new Template('n = h.pseudo(n, "#{1}", "#{6}", r, c); c = false;').evaluate(a)},descendant:'c = "descendant";',child:'c = "child";',adjacent:'c = "adjacent";',laterSibling:'c = "laterSibling";'},patterns:[{name:"laterSibling",re:/^\s*~\s*/},{name:"child",re:/^\s*>\s*/},{name:"adjacent",re:/^\s*\+\s*/},{name:"descendant",re:/^\s/},{name:"tagName",re:/^\s*(\*|[\w\-]+)(\b|$)?/},{name:"id",re:/^#([\w\-\*]+)(\b|$)/},{name:"className",re:/^\.([\w\-\*]+)(\b|$)/},{name:"pseudo",re:/^:((first|last|nth|nth-last|only)(-child|-of-type)|empty|checked|(en|dis)abled|not)(\((.*?)\))?(\b|$|(?=\s|[:+~>]))/},{name:"attrPresence",re:/^\[((?:[\w-]+:)?[\w-]+)\]/},{name:"attr",re:/\[((?:[\w-]*:)?[\w-]+)\s*(?:([!^$*~|]?=)\s*((['"])([^\4]*?)\4|([^'"][^\]]*?)))?\]/}],assertions:{tagName:function(a,b){return b[1].toUpperCase()==a.tagName.toUpperCase()},className:function(a,b){return Element.hasClassName(a,b[1])},id:function(a,b){return a.id===b[1]},attrPresence:function(a,b){return Element.hasAttribute(a,b[1])},attr:function(b,c){var a=Element.readAttribute(b,c[1]);return a&&Selector.operators[c[2]](a,c[5]||c[6])}},handlers:{concat:function(e,c){for(var f=0,g;g=c[f];f++){e.push(g)}return e},mark:function(a){var e=Prototype.emptyFunction;for(var b=0,c;c=a[b];b++){c._countedByPrototype=e}return a},unmark:function(a){for(var b=0,c;c=a[b];b++){c._countedByPrototype=undefined}return a},index:function(a,e,h){a._countedByPrototype=Prototype.emptyFunction;if(e){for(var b=a.childNodes,f=b.length-1,c=1;f>=0;f--){var g=b[f];if(g.nodeType==1&&(!h||g._countedByPrototype)){g.nodeIndex=c++}}}else{for(var f=0,c=1,b=a.childNodes;g=b[f];f++){if(g.nodeType==1&&(!h||g._countedByPrototype)){g.nodeIndex=c++}}}},unique:function(b){if(b.length==0){return b}var e=[],f;for(var c=0,a=b.length;c<a;c++){if(typeof(f=b[c])._countedByPrototype=="undefined"){f._countedByPrototype=Prototype.emptyFunction;e.push(Element.extend(f))}}return Selector.handlers.unmark(e)},descendant:function(a){var e=Selector.handlers;for(var c=0,b=[],f;f=a[c];c++){e.concat(b,f.getElementsByTagName("*"))}return b},child:function(a){var f=Selector.handlers;for(var e=0,c=[],g;g=a[e];e++){for(var b=0,k;k=g.childNodes[b];b++){if(k.nodeType==1&&k.tagName!="!"){c.push(k)}}}return c},adjacent:function(a){for(var c=0,b=[],f;f=a[c];c++){var e=this.nextElementSibling(f);if(e){b.push(e)}}return b},laterSibling:function(a){var e=Selector.handlers;for(var c=0,b=[],f;f=a[c];c++){e.concat(b,Element.nextSiblings(f))}return b},nextElementSibling:function(a){while(a=a.nextSibling){if(a.nodeType==1){return a}}return null},previousElementSibling:function(a){while(a=a.previousSibling){if(a.nodeType==1){return a}}return null},tagName:function(a,k,c,b){var l=c.toUpperCase();var f=[],j=Selector.handlers;if(a){if(b){if(b=="descendant"){for(var g=0,e;e=a[g];g++){j.concat(f,e.getElementsByTagName(c))}return f}else{a=this[b](a)}if(c=="*"){return a}}for(var g=0,e;e=a[g];g++){if(e.tagName.toUpperCase()===l){f.push(e)}}return f}else{return k.getElementsByTagName(c)}},id:function(a,m,b,c){var l=$(b),k=Selector.handlers;if(m==document){if(!l){return[]}if(!a){return[l]}}else{if(!m.sourceIndex||m.sourceIndex<1){var a=m.getElementsByTagName("*");for(var f=0,e;e=a[f];f++){if(e.id===b){return[e]}}}}if(a){if(c){if(c=="child"){for(var g=0,e;e=a[g];g++){if(l.parentNode==e){return[l]}}}else{if(c=="descendant"){for(var g=0,e;e=a[g];g++){if(Element.descendantOf(l,e)){return[l]}}}else{if(c=="adjacent"){for(var g=0,e;e=a[g];g++){if(Selector.handlers.previousElementSibling(l)==e){return[l]}}}else{a=k[c](a)}}}}for(var g=0,e;e=a[g];g++){if(e==l){return[l]}}return[]}return(l&&Element.descendantOf(l,m))?[l]:[]},className:function(b,a,c,e){if(b&&e){b=this[e](b)}return Selector.handlers.byClassName(b,a,c)},byClassName:function(c,b,g){if(!c){c=Selector.handlers.descendant([b])}var j=" "+g+" ";for(var f=0,e=[],h,a;h=c[f];f++){a=h.className;if(a.length==0){continue}if(a==g||(" "+a+" ").include(j)){e.push(h)}}return e},attrPresence:function(c,b,a,h){if(!c){c=b.getElementsByTagName("*")}if(c&&h){c=this[h](c)}var f=[];for(var e=0,g;g=c[e];e++){if(Element.hasAttribute(g,a)){f.push(g)}}return f},attr:function(a,k,j,l,c,b){if(!a){a=k.getElementsByTagName("*")}if(a&&b){a=this[b](a)}var m=Selector.operators[c],g=[];for(var f=0,e;e=a[f];f++){var h=Element.readAttribute(e,j);if(h===null){continue}if(m(h,l)){g.push(e)}}return g},pseudo:function(b,c,f,a,e){if(b&&e){b=this[e](b)}if(!b){b=a.getElementsByTagName("*")}return Selector.pseudos[c](b,f,a)}},pseudos:{"first-child":function(b,g,a){for(var e=0,c=[],f;f=b[e];e++){if(Selector.handlers.previousElementSibling(f)){continue}c.push(f)}return c},"last-child":function(b,g,a){for(var e=0,c=[],f;f=b[e];e++){if(Selector.handlers.nextElementSibling(f)){continue}c.push(f)}return c},"only-child":function(b,j,a){var f=Selector.handlers;for(var e=0,c=[],g;g=b[e];e++){if(!f.previousElementSibling(g)&&!f.nextElementSibling(g)){c.push(g)}}return c},"nth-child":function(b,c,a){return Selector.pseudos.nth(b,c,a)},"nth-last-child":function(b,c,a){return Selector.pseudos.nth(b,c,a,true)},"nth-of-type":function(b,c,a){return Selector.pseudos.nth(b,c,a,false,true)},"nth-last-of-type":function(b,c,a){return Selector.pseudos.nth(b,c,a,true,true)},"first-of-type":function(b,c,a){return Selector.pseudos.nth(b,"1",a,false,true)},"last-of-type":function(b,c,a){return Selector.pseudos.nth(b,"1",a,true,true)},"only-of-type":function(b,e,a){var c=Selector.pseudos;return c["last-of-type"](c["first-of-type"](b,e,a),e,a)},getIndices:function(e,c,f){if(e==0){return c>0?[c]:[]}return $R(1,f).inject([],function(a,b){if(0==(b-c)%e&&(b-c)/e>=0){a.push(b)}return a})},nth:function(c,t,v,s,f){if(c.length==0){return[]}if(t=="even"){t="2n+0"}if(t=="odd"){t="2n+1"}var r=Selector.handlers,q=[],e=[],k;r.mark(c);for(var p=0,g;g=c[p];p++){if(!g.parentNode._countedByPrototype){r.index(g.parentNode,s,f);e.push(g.parentNode)}}if(t.match(/^\d+$/)){t=Number(t);for(var p=0,g;g=c[p];p++){if(g.nodeIndex==t){q.push(g)}}}else{if(k=t.match(/^(-?\d*)?n(([+-])(\d+))?/)){if(k[1]=="-"){k[1]=-1}var w=k[1]?Number(k[1]):1;var u=k[2]?Number(k[2]):0;var x=Selector.pseudos.getIndices(w,u,c.length);for(var p=0,g,n=x.length;g=c[p];p++){for(var o=0;o<n;o++){if(g.nodeIndex==x[o]){q.push(g)}}}}}r.unmark(c);r.unmark(e);return q},empty:function(b,g,a){for(var e=0,c=[],f;f=b[e];e++){if(f.tagName=="!"||f.firstChild){continue}c.push(f)}return c},not:function(a,e,l){var j=Selector.handlers,n,c;var k=new Selector(e).findElements(l);j.mark(k);for(var g=0,f=[],b;b=a[g];g++){if(!b._countedByPrototype){f.push(b)}}j.unmark(k);return f},enabled:function(b,g,a){for(var e=0,c=[],f;f=b[e];e++){if(!f.disabled&&(!f.type||f.type!=="hidden")){c.push(f)}}return c},disabled:function(b,g,a){for(var e=0,c=[],f;f=b[e];e++){if(f.disabled){c.push(f)}}return c},checked:function(b,g,a){for(var e=0,c=[],f;f=b[e];e++){if(f.checked){c.push(f)}}return c}},operators:{"=":function(b,a){return b==a},"!=":function(b,a){return b!=a},"^=":function(b,a){return b==a||b&&b.startsWith(a)},"$=":function(b,a){return b==a||b&&b.endsWith(a)},"*=":function(b,a){return b==a||b&&b.include(a)},"~=":function(b,a){return(" "+b+" ").include(" "+a+" ")},"|=":function(b,a){return("-"+(b||"").toUpperCase()+"-").include("-"+(a||"").toUpperCase()+"-")}},split:function(b){var a=[];b.scan(/(([\w#:.~>+()\s-]+|\*|\[.*?\])+)\s*(,|$)/,function(c){a.push(c[1].strip())});return a},matchElements:function(g,j){var f=$$(j),e=Selector.handlers;e.mark(f);for(var c=0,b=[],a;a=g[c];c++){if(a._countedByPrototype){b.push(a)}}e.unmark(f);return b},findElement:function(b,c,a){if(Object.isNumber(c)){a=c;c=false}return Selector.matchElements(b,c||"*")[a||0]},findChildElements:function(f,j){j=Selector.split(j.join(","));var e=[],g=Selector.handlers;for(var c=0,b=j.length,a;c<b;c++){a=new Selector(j[c].strip());g.concat(e,a.findElements(f))}return(b>1)?g.unique(e):e}});if(Prototype.Browser.IE){Object.extend(Selector.handlers,{concat:function(e,c){for(var f=0,g;g=c[f];f++){if(g.tagName!=="!"){e.push(g)}}return e},unmark:function(a){for(var b=0,c;c=a[b];b++){c.removeAttribute("_countedByPrototype")}return a}})}function $$(){return Selector.findChildElements(document,$A(arguments))}var Form={reset:function(a){a=$(a);a.reset();return a},serializeElements:function(h,b){if(typeof b!="object"){b={hash:!!b}}else{if(Object.isUndefined(b.hash)){b.hash=true}}var c,g,a=false,f=b.submit;var e=h.inject({},function(j,k){if(!k.disabled&&k.name){c=k.name;g=$(k).getValue();if(g!=null&&k.type!="file"&&(k.type!="submit"||(!a&&f!==false&&(!f||c==f)&&(a=true)))){if(c in j){if(!Object.isArray(j[c])){j[c]=[j[c]]}j[c].push(g)}else{j[c]=g}}}return j});return b.hash?e:Object.toQueryString(e)}};Form.Methods={serialize:function(b,a){return Form.serializeElements(Form.getElements(b),a)},getElements:function(f){var g=$(f).getElementsByTagName("*"),e,a=[],c=Form.Element.Serializers;for(var b=0;e=g[b];b++){a.push(e)}return a.inject([],function(h,j){if(c[j.tagName.toLowerCase()]){h.push(Element.extend(j))}return h})},getInputs:function(h,c,e){h=$(h);var a=h.getElementsByTagName("input");if(!c&&!e){return $A(a).map(Element.extend)}for(var f=0,j=[],g=a.length;f<g;f++){var b=a[f];if((c&&b.type!=c)||(e&&b.name!=e)){continue}j.push(Element.extend(b))}return j},disable:function(a){a=$(a);Form.getElements(a).invoke("disable");return a},enable:function(a){a=$(a);Form.getElements(a).invoke("enable");return a},findFirstElement:function(b){var c=$(b).getElements().findAll(function(e){return"hidden"!=e.type&&!e.disabled});var a=c.findAll(function(e){return e.hasAttribute("tabIndex")&&e.tabIndex>=0}).sortBy(function(e){return e.tabIndex}).first();return a?a:c.find(function(e){return["input","select","textarea"].include(e.tagName.toLowerCase())})},focusFirstElement:function(a){a=$(a);a.findFirstElement().activate();return a},request:function(b,a){b=$(b),a=Object.clone(a||{});var e=a.parameters,c=b.readAttribute("action")||"";if(c.blank()){c=window.location.href}a.parameters=b.serialize(true);if(e){if(Object.isString(e)){e=e.toQueryParams()}Object.extend(a.parameters,e)}if(b.hasAttribute("method")&&!a.method){a.method=b.method}return new Ajax.Request(c,a)}};Form.Element={focus:function(a){$(a).focus();return a},select:function(a){$(a).select();return a}};Form.Element.Methods={serialize:function(a){a=$(a);if(!a.disabled&&a.name){var b=a.getValue();if(b!=undefined){var c={};c[a.name]=b;return Object.toQueryString(c)}}return""},getValue:function(a){a=$(a);var b=a.tagName.toLowerCase();return Form.Element.Serializers[b](a)},setValue:function(a,b){a=$(a);var c=a.tagName.toLowerCase();Form.Element.Serializers[c](a,b);return a},clear:function(a){$(a).value="";return a},present:function(a){return $(a).value!=""},activate:function(a){a=$(a);try{a.focus();if(a.select&&(a.tagName.toLowerCase()!="input"||!["button","reset","submit"].include(a.type))){a.select()}}catch(b){}return a},disable:function(a){a=$(a);a.disabled=true;return a},enable:function(a){a=$(a);a.disabled=false;return a}};var Field=Form.Element;var $F=Form.Element.Methods.getValue;Form.Element.Serializers={input:function(a,b){switch(a.type.toLowerCase()){case"checkbox":case"radio":return Form.Element.Serializers.inputSelector(a,b);default:return Form.Element.Serializers.textarea(a,b)}},inputSelector:function(a,b){if(Object.isUndefined(b)){return a.checked?a.value:null}else{a.checked=!!b}},textarea:function(a,b){if(Object.isUndefined(b)){return a.value}else{a.value=b}},select:function(c,g){if(Object.isUndefined(g)){return this[c.type=="select-one"?"selectOne":"selectMany"](c)}else{var b,e,h=!Object.isArray(g);for(var a=0,f=c.length;a<f;a++){b=c.options[a];e=this.optionValue(b);if(h){if(e==g){b.selected=true;return}}else{b.selected=g.include(e)}}}},selectOne:function(b){var a=b.selectedIndex;return a>=0?this.optionValue(b.options[a]):null},selectMany:function(e){var a,f=e.length;if(!f){return null}for(var c=0,a=[];c<f;c++){var b=e.options[c];if(b.selected){a.push(this.optionValue(b))}}return a},optionValue:function(a){return Element.extend(a).hasAttribute("value")?a.value:a.text}};Abstract.TimedObserver=Class.create(PeriodicalExecuter,{initialize:function($super,a,b,c){$super(c,b);this.element=$(a);this.lastValue=this.getValue()},execute:function(){var a=this.getValue();if(Object.isString(this.lastValue)&&Object.isString(a)?this.lastValue!=a:String(this.lastValue)!=String(a)){this.callback(this.element,a);this.lastValue=a}}});Form.Element.Observer=Class.create(Abstract.TimedObserver,{getValue:function(){return Form.Element.getValue(this.element)}});Form.Observer=Class.create(Abstract.TimedObserver,{getValue:function(){return Form.serialize(this.element)}});Abstract.EventObserver=Class.create({initialize:function(a,b){this.element=$(a);this.callback=b;this.lastValue=this.getValue();if(this.element.tagName.toLowerCase()=="form"){this.registerFormCallbacks()}else{this.registerCallback(this.element)}},onElementEvent:function(){var a=this.getValue();if(this.lastValue!=a){this.callback(this.element,a);this.lastValue=a}},registerFormCallbacks:function(){Form.getElements(this.element).each(this.registerCallback,this)},registerCallback:function(a){if(a.type){switch(a.type.toLowerCase()){case"checkbox":case"radio":Event.observe(a,"click",this.onElementEvent.bind(this));break;default:Event.observe(a,"change",this.onElementEvent.bind(this));break}}}});Form.Element.EventObserver=Class.create(Abstract.EventObserver,{getValue:function(){return Form.Element.getValue(this.element)}});Form.EventObserver=Class.create(Abstract.EventObserver,{getValue:function(){return Form.serialize(this.element)}});(function(){var w={KEY_BACKSPACE:8,KEY_TAB:9,KEY_RETURN:13,KEY_ESC:27,KEY_LEFT:37,KEY_UP:38,KEY_RIGHT:39,KEY_DOWN:40,KEY_DELETE:46,KEY_HOME:36,KEY_END:35,KEY_PAGEUP:33,KEY_PAGEDOWN:34,KEY_INSERT:45,cache:{}};var p;if(Prototype.Browser.IE){var h={0:1,1:4,2:2};p=function(y,x){return y.button===h[x]}}else{if(Prototype.Browser.WebKit){p=function(y,x){switch(x){case 0:return y.which==1&&!y.metaKey;case 1:return y.which==1&&y.metaKey;default:return false}}}else{p=function(y,x){return y.which?(y.which===x+1):(y.button===x)}}}function s(x){return p(x,0)}function r(x){return p(x,1)}function l(x){return p(x,2)}function c(z){z=w.extend(z);var y=z.target,x=z.type,A=z.currentTarget;if(A&&A.tagName){if(x==="load"||x==="error"||(x==="click"&&A.tagName.toLowerCase()==="input"&&A.type==="radio")){y=A}}if(y.nodeType==Node.TEXT_NODE){y=y.parentNode}return Element.extend(y)}function n(y,A){var x=w.element(y);if(!A){return x}var z=[x].concat(x.ancestors());return Selector.findElement(z,A,0)}function q(x){return{x:b(x),y:a(x)}}function b(z){var y=document.documentElement,x=document.body||{scrollLeft:0};return z.pageX||(z.clientX+(y.scrollLeft||x.scrollLeft)-(y.clientLeft||0))}function a(z){var y=document.documentElement,x=document.body||{scrollTop:0};return z.pageY||(z.clientY+(y.scrollTop||x.scrollTop)-(y.clientTop||0))}function o(x){w.extend(x);x.preventDefault();x.stopPropagation();x.stopped=true}w.Methods={isLeftClick:s,isMiddleClick:r,isRightClick:l,element:c,findElement:n,pointer:q,pointerX:b,pointerY:a,stop:o};var u=Object.keys(w.Methods).inject({},function(x,y){x[y]=w.Methods[y].methodize();return x});if(Prototype.Browser.IE){function g(y){var x;switch(y.type){case"mouseover":x=y.fromElement;break;case"mouseout":x=y.toElement;break;default:return null}return Element.extend(x)}Object.extend(u,{stopPropagation:function(){this.cancelBubble=true},preventDefault:function(){this.returnValue=false},inspect:function(){return"[object Event]"}});w.extend=function(y,x){if(!y){return false}if(y._extendedByPrototype){return y}y._extendedByPrototype=Prototype.emptyFunction;var z=w.pointer(y);Object.extend(y,{target:y.srcElement||x,relatedTarget:g(y),pageX:z.x,pageY:z.y});return Object.extend(y,u)}}else{w.prototype=window.Event.prototype||document.createEvent("HTMLEvents").__proto__;Object.extend(w.prototype,u);w.extend=Prototype.K}function m(B,A,C){var z=Element.retrieve(B,"prototype_event_registry");if(Object.isUndefined(z)){e.push(B);z=Element.retrieve(B,"prototype_event_registry",$H())}var x=z.get(A);if(Object.isUndefined()){x=[];z.set(A,x)}if(x.pluck("handler").include(C)){return false}var y;if(A.include(":")){y=function(D){if(Object.isUndefined(D.eventName)){return false}if(D.eventName!==A){return false}w.extend(D,B);C.call(B,D)}}else{if(!Prototype.Browser.IE&&(A==="mouseenter"||A==="mouseleave")){if(A==="mouseenter"||A==="mouseleave"){y=function(E){w.extend(E,B);var D=E.relatedTarget;while(D&&D!==B){try{D=D.parentNode}catch(F){D=B}}if(D===B){return}C.call(B,E)}}}else{y=function(D){w.extend(D,B);C.call(B,D)}}}y.handler=C;x.push(y);return y}function f(){for(var x=0,y=e.length;x<y;x++){w.stopObserving(e[x]);e[x]=null}}var e=[];if(Prototype.Browser.IE){window.attachEvent("onunload",f)}if(Prototype.Browser.WebKit){window.addEventListener("unload",Prototype.emptyFunction,false)}var k=Prototype.K;if(!Prototype.Browser.IE){k=function(y){var x={mouseenter:"mouseover",mouseleave:"mouseout"};return y in x?x[y]:y}}function t(A,z,B){A=$(A);var y=m(A,z,B);if(!y){return A}if(z.include(":")){if(A.addEventListener){A.addEventListener("dataavailable",y,false)}else{A.attachEvent("ondataavailable",y);A.attachEvent("onfilterchange",y)}}else{var x=k(z);if(A.addEventListener){A.addEventListener(x,y,false)}else{A.attachEvent("on"+x,y)}}return A}function j(C,A,D){C=$(C);var z=Element.retrieve(C,"prototype_event_registry");if(Object.isUndefined(z)){return C}if(A&&!D){var B=z.get(A);if(Object.isUndefined(B)){return C}B.each(function(E){Element.stopObserving(C,A,E.handler)});return C}else{if(!A){z.each(function(G){var E=G.key,F=G.value;F.each(function(H){Element.stopObserving(C,E,H.handler)})});return C}}var B=z.get(A);if(!B){return}var y=B.find(function(E){return E.handler===D});if(!y){return C}var x=k(A);if(A.include(":")){if(C.removeEventListener){C.removeEventListener("dataavailable",y,false)}else{C.detachEvent("ondataavailable",y);C.detachEvent("onfilterchange",y)}}else{if(C.removeEventListener){C.removeEventListener(x,y,false)}else{C.detachEvent("on"+x,y)}}z.set(A,B.without(y));return C}function v(A,z,y,x){A=$(A);if(Object.isUndefined(x)){x=true}if(A==document&&document.createEvent&&!A.dispatchEvent){A=document.documentElement}var B;if(document.createEvent){B=document.createEvent("HTMLEvents");B.initEvent("dataavailable",true,true)}else{B=document.createEventObject();B.eventType=x?"ondataavailable":"onfilterchange"}B.eventName=z;B.memo=y||{};if(document.createEvent){A.dispatchEvent(B)}else{A.fireEvent(B.eventType,B)}return w.extend(B)}Object.extend(w,w.Methods);Object.extend(w,{fire:v,observe:t,stopObserving:j});Element.addMethods({fire:v,observe:t,stopObserving:j});Object.extend(document,{fire:v.methodize(),observe:t.methodize(),stopObserving:j.methodize(),loaded:false});if(window.Event){Object.extend(window.Event,w)}else{window.Event=w}})();(function(){var e;function a(){if(document.loaded){return}if(e){window.clearTimeout(e)}document.loaded=true;document.fire("dom:loaded")}function c(){if(document.readyState==="complete"){document.stopObserving("readystatechange",c);a()}}function b(){try{document.documentElement.doScroll("left")}catch(f){e=b.defer();return}a()}if(document.addEventListener){document.addEventListener("DOMContentLoaded",a,false)}else{document.observe("readystatechange",c);if(window==top){e=b.defer()}}Event.observe(window,"load",a)})();Element.addMethods();Hash.toQueryString=Object.toQueryString;var Toggle={display:Element.toggle};Element.Methods.childOf=Element.Methods.descendantOf;var Insertion={Before:function(a,b){return Element.insert(a,{before:b})},Top:function(a,b){return Element.insert(a,{top:b})},Bottom:function(a,b){return Element.insert(a,{bottom:b})},After:function(a,b){return Element.insert(a,{after:b})}};var $continue=new Error('"throw $continue" is deprecated, use "return" instead');var Position={includeScrollOffsets:false,prepare:function(){this.deltaX=window.pageXOffset||document.documentElement.scrollLeft||document.body.scrollLeft||0;this.deltaY=window.pageYOffset||document.documentElement.scrollTop||document.body.scrollTop||0},within:function(b,a,c){if(this.includeScrollOffsets){return this.withinIncludingScrolloffsets(b,a,c)}this.xcomp=a;this.ycomp=c;this.offset=Element.cumulativeOffset(b);return(c>=this.offset[1]&&c<this.offset[1]+b.offsetHeight&&a>=this.offset[0]&&a<this.offset[0]+b.offsetWidth)},withinIncludingScrolloffsets:function(b,a,e){var c=Element.cumulativeScrollOffset(b);this.xcomp=a+c[0]-this.deltaX;this.ycomp=e+c[1]-this.deltaY;this.offset=Element.cumulativeOffset(b);return(this.ycomp>=this.offset[1]&&this.ycomp<this.offset[1]+b.offsetHeight&&this.xcomp>=this.offset[0]&&this.xcomp<this.offset[0]+b.offsetWidth)},overlap:function(b,a){if(!b){return 0}if(b=="vertical"){return((this.offset[1]+a.offsetHeight)-this.ycomp)/a.offsetHeight}if(b=="horizontal"){return((this.offset[0]+a.offsetWidth)-this.xcomp)/a.offsetWidth}},cumulativeOffset:Element.Methods.cumulativeOffset,positionedOffset:Element.Methods.positionedOffset,absolutize:function(a){Position.prepare();return Element.absolutize(a)},relativize:function(a){Position.prepare();return Element.relativize(a)},realOffset:Element.Methods.cumulativeScrollOffset,offsetParent:Element.Methods.getOffsetParent,page:Element.Methods.viewportOffset,clone:function(b,c,a){a=a||{};return Element.clonePosition(c,b,a)}};if(!document.getElementsByClassName){document.getElementsByClassName=function(b){function a(c){return c.blank()?null:"[contains(concat(' ', @class, ' '), ' "+c+" ')]"}b.getElementsByClassName=Prototype.BrowserFeatures.XPath?function(c,f){f=f.toString().strip();var e=/\s/.test(f)?$w(f).map(a).join(""):a(f);return e?document._getElementsByXPath(".//*"+e,c):[]}:function(f,g){g=g.toString().strip();var h=[],j=(/\s/.test(g)?$w(g):null);if(!j&&!g){return h}var c=$(f).getElementsByTagName("*");g=" "+g+" ";for(var e=0,l,k;l=c[e];e++){if(l.className&&(k=" "+l.className+" ")&&(k.include(g)||(j&&j.all(function(m){return !m.toString().blank()&&k.include(" "+m+" ")})))){h.push(Element.extend(l))}}return h};return function(e,c){return $(c||document.body).getElementsByClassName(e)}}(Element.Methods)}Element.ClassNames=Class.create();Element.ClassNames.prototype={initialize:function(a){this.element=$(a)},_each:function(a){this.element.className.split(/\s+/).select(function(b){return b.length>0})._each(a)},set:function(a){this.element.className=a},add:function(a){if(this.include(a)){return}this.set($A(this).concat(a).join(" "))},remove:function(a){if(!this.include(a)){return}this.set($A(this).without(a).join(" "))},toString:function(){return $A(this).join(" ")}};Object.extend(Element.ClassNames.prototype,Enumerable);
/* script.aculo.us - Copyright (c) Thomas Fuchs, Justin Palmer, Mark Pilgrim, Martin Bialasinki. script.aculo.us is freely distributable under the terms of an MIT-style license. For details, see the script.aculo.us web site: http://script.aculo.us/ */
String.prototype.parseColor=function(){var a="#";if(this.slice(0,4)=="rgb("){var c=this.slice(4,this.length-1).split(",");var b=0;do{a+=parseInt(c[b]).toColorPart()}while(++b<3)}else{if(this.slice(0,1)=="#"){if(this.length==4){for(var b=1;b<4;b++){a+=(this.charAt(b)+this.charAt(b)).toLowerCase()}}if(this.length==7){a=this.toLowerCase()}}}return(a.length==7?a:(arguments[0]||this))};Element.collectTextNodes=function(a){return $A($(a).childNodes).collect(function(b){return(b.nodeType==3?b.nodeValue:(b.hasChildNodes()?Element.collectTextNodes(b):""))}).flatten().join("")};Element.collectTextNodesIgnoreClass=function(a,b){return $A($(a).childNodes).collect(function(c){return(c.nodeType==3?c.nodeValue:((c.hasChildNodes()&&!Element.hasClassName(c,b))?Element.collectTextNodesIgnoreClass(c,b):""))}).flatten().join("")};Element.setContentZoom=function(a,b){a=$(a);a.setStyle({fontSize:(b/100)+"em"});if(Prototype.Browser.WebKit){window.scrollBy(0,0)}return a};Element.getInlineOpacity=function(a){return $(a).style.opacity||""};Element.forceRerendering=function(a){try{a=$(a);var c=document.createTextNode(" ");a.appendChild(c);a.removeChild(c)}catch(b){}};var Effect={_elementDoesNotExistError:{name:"ElementDoesNotExistError",message:"The specified DOM element does not exist, but is required for this effect to operate"},Transitions:{linear:Prototype.K,sinoidal:function(a){return(-Math.cos(a*Math.PI)/2)+0.5},reverse:function(a){return 1-a},flicker:function(a){var a=((-Math.cos(a*Math.PI)/4)+0.75)+Math.random()/4;return a>1?1:a},wobble:function(a){return(-Math.cos(a*Math.PI*(9*a))/2)+0.5},pulse:function(b,a){return(-Math.cos((b*((a||5)-0.5)*2)*Math.PI)/2)+0.5},spring:function(a){return 1-(Math.cos(a*4.5*Math.PI)*Math.exp(-a*6))},none:function(a){return 0},full:function(a){return 1}},DefaultOptions:{duration:1,fps:100,sync:false,from:0,to:1,delay:0,queue:"parallel"},tagifyText:function(a){var b="position:relative";if(Prototype.Browser.IE){b+=";zoom:1"}a=$(a);$A(a.childNodes).each(function(c){if(c.nodeType==3){c.nodeValue.toArray().each(function(e){a.insertBefore(new Element("span",{style:b}).update(e==" "?String.fromCharCode(160):e),c)});Element.remove(c)}})},multiple:function(b,c){var f;if(((typeof b=="object")||Object.isFunction(b))&&(b.length)){f=b}else{f=$(b).childNodes}var a=Object.extend({speed:0.1,delay:0},arguments[2]||{});var e=a.delay;$A(f).each(function(h,g){new c(h,Object.extend(a,{delay:g*a.speed+e}))})},PAIRS:{slide:["SlideDown","SlideUp"],blind:["BlindDown","BlindUp"],appear:["Appear","Fade"]},toggle:function(b,c){b=$(b);c=(c||"appear").toLowerCase();var a=Object.extend({queue:{position:"end",scope:(b.id||"global"),limit:1}},arguments[2]||{});Effect[b.visible()?Effect.PAIRS[c][1]:Effect.PAIRS[c][0]](b,a)}};Effect.DefaultOptions.transition=Effect.Transitions.sinoidal;Effect.ScopedQueue=Class.create(Enumerable,{initialize:function(){this.effects=[];this.interval=null},_each:function(a){this.effects._each(a)},add:function(b){var c=new Date().getTime();var a=Object.isString(b.options.queue)?b.options.queue:b.options.queue.position;switch(a){case"front":this.effects.findAll(function(f){return f.state=="idle"}).each(function(f){f.startOn+=b.finishOn;f.finishOn+=b.finishOn});break;case"with-last":c=this.effects.pluck("startOn").max()||c;break;case"end":c=this.effects.pluck("finishOn").max()||c;break}b.startOn+=c;b.finishOn+=c;if(!b.options.queue.limit||(this.effects.length<b.options.queue.limit)){this.effects.push(b)}if(!this.interval){this.interval=setInterval(this.loop.bind(this),15)}},remove:function(a){this.effects=this.effects.reject(function(b){return b==a});if(this.effects.length==0){clearInterval(this.interval);this.interval=null}},loop:function(){var c=new Date().getTime();for(var b=0,a=this.effects.length;b<a;b++){this.effects[b]&&this.effects[b].loop(c)}}});Effect.Queues={instances:$H(),get:function(a){if(!Object.isString(a)){return a}return this.instances.get(a)||this.instances.set(a,new Effect.ScopedQueue())}};Effect.Queue=Effect.Queues.get("global");Effect.Base=Class.create({position:null,start:function(a){function b(e,c){return((e[c+"Internal"]?"this.options."+c+"Internal(this);":"")+(e[c]?"this.options."+c+"(this);":""))}if(a&&a.transition===false){a.transition=Effect.Transitions.linear}this.options=Object.extend(Object.extend({},Effect.DefaultOptions),a||{});this.currentFrame=0;this.state="idle";this.startOn=this.options.delay*1000;this.finishOn=this.startOn+(this.options.duration*1000);this.fromToDelta=this.options.to-this.options.from;this.totalTime=this.finishOn-this.startOn;this.totalFrames=this.options.fps*this.options.duration;this.render=(function(){function c(f,e){if(f.options[e+"Internal"]){f.options[e+"Internal"](f)}if(f.options[e]){f.options[e](f)}}return function(e){if(this.state==="idle"){this.state="running";c(this,"beforeSetup");if(this.setup){this.setup()}c(this,"afterSetup")}if(this.state==="running"){e=(this.options.transition(e)*this.fromToDelta)+this.options.from;this.position=e;c(this,"beforeUpdate");if(this.update){this.update(e)}c(this,"afterUpdate")}}})();this.event("beforeStart");if(!this.options.sync){Effect.Queues.get(Object.isString(this.options.queue)?"global":this.options.queue.scope).add(this)}},loop:function(c){if(c>=this.startOn){if(c>=this.finishOn){this.render(1);this.cancel();this.event("beforeFinish");if(this.finish){this.finish()}this.event("afterFinish");return}var b=(c-this.startOn)/this.totalTime,a=(b*this.totalFrames).round();if(a>this.currentFrame){this.render(b);this.currentFrame=a}}},cancel:function(){if(!this.options.sync){Effect.Queues.get(Object.isString(this.options.queue)?"global":this.options.queue.scope).remove(this)}this.state="finished"},event:function(a){if(this.options[a+"Internal"]){this.options[a+"Internal"](this)}if(this.options[a]){this.options[a](this)}},inspect:function(){var a=$H();for(property in this){if(!Object.isFunction(this[property])){a.set(property,this[property])}}return"#<Effect:"+a.inspect()+",options:"+$H(this.options).inspect()+">"}});Effect.Parallel=Class.create(Effect.Base,{initialize:function(a){this.effects=a||[];this.start(arguments[1])},update:function(a){this.effects.invoke("render",a)},finish:function(a){this.effects.each(function(b){b.render(1);b.cancel();b.event("beforeFinish");if(b.finish){b.finish(a)}b.event("afterFinish")})}});Effect.Tween=Class.create(Effect.Base,{initialize:function(c,g,f){c=Object.isString(c)?$(c):c;var b=$A(arguments),e=b.last(),a=b.length==5?b[3]:null;this.method=Object.isFunction(e)?e.bind(c):Object.isFunction(c[e])?c[e].bind(c):function(h){c[e]=h};this.start(Object.extend({from:g,to:f},a||{}))},update:function(a){this.method(a)}});Effect.Event=Class.create(Effect.Base,{initialize:function(){this.start(Object.extend({duration:0},arguments[0]||{}))},update:Prototype.emptyFunction});Effect.Opacity=Class.create(Effect.Base,{initialize:function(b){this.element=$(b);if(!this.element){throw (Effect._elementDoesNotExistError)}if(Prototype.Browser.IE&&(!this.element.currentStyle.hasLayout)){this.element.setStyle({zoom:1})}var a=Object.extend({from:this.element.getOpacity()||0,to:1},arguments[1]||{});this.start(a)},update:function(a){this.element.setOpacity(a)}});Effect.Move=Class.create(Effect.Base,{initialize:function(b){this.element=$(b);if(!this.element){throw (Effect._elementDoesNotExistError)}var a=Object.extend({x:0,y:0,mode:"relative"},arguments[1]||{});this.start(a)},setup:function(){this.element.makePositioned();this.originalLeft=parseFloat(this.element.getStyle("left")||"0");this.originalTop=parseFloat(this.element.getStyle("top")||"0");if(this.options.mode=="absolute"){this.options.x=this.options.x-this.originalLeft;this.options.y=this.options.y-this.originalTop}},update:function(a){this.element.setStyle({left:(this.options.x*a+this.originalLeft).round()+"px",top:(this.options.y*a+this.originalTop).round()+"px"})}});Effect.MoveBy=function(b,a,c){return new Effect.Move(b,Object.extend({x:c,y:a},arguments[3]||{}))};Effect.Scale=Class.create(Effect.Base,{initialize:function(b,c){this.element=$(b);if(!this.element){throw (Effect._elementDoesNotExistError)}var a=Object.extend({scaleX:true,scaleY:true,scaleContent:true,scaleFromCenter:false,scaleMode:"box",scaleFrom:100,scaleTo:c},arguments[2]||{});this.start(a)},setup:function(){this.restoreAfterFinish=this.options.restoreAfterFinish||false;this.elementPositioning=this.element.getStyle("position");this.originalStyle={};["top","left","width","height","fontSize"].each(function(b){this.originalStyle[b]=this.element.style[b]}.bind(this));this.originalTop=this.element.offsetTop;this.originalLeft=this.element.offsetLeft;var a=this.element.getStyle("font-size")||"100%";["em","px","%","pt"].each(function(b){if(a.indexOf(b)>0){this.fontSize=parseFloat(a);this.fontSizeType=b}}.bind(this));this.factor=(this.options.scaleTo-this.options.scaleFrom)/100;this.dims=null;if(this.options.scaleMode=="box"){this.dims=[this.element.offsetHeight,this.element.offsetWidth]}if(/^content/.test(this.options.scaleMode)){this.dims=[this.element.scrollHeight,this.element.scrollWidth]}if(!this.dims){this.dims=[this.options.scaleMode.originalHeight,this.options.scaleMode.originalWidth]}},update:function(a){var b=(this.options.scaleFrom/100)+(this.factor*a);if(this.options.scaleContent&&this.fontSize){this.element.setStyle({fontSize:this.fontSize*b+this.fontSizeType})}this.setDimensions(this.dims[0]*b,this.dims[1]*b)},finish:function(a){if(this.restoreAfterFinish){this.element.setStyle(this.originalStyle)}},setDimensions:function(a,e){var f={};if(this.options.scaleX){f.width=e.round()+"px"}if(this.options.scaleY){f.height=a.round()+"px"}if(this.options.scaleFromCenter){var c=(a-this.dims[0])/2;var b=(e-this.dims[1])/2;if(this.elementPositioning=="absolute"){if(this.options.scaleY){f.top=this.originalTop-c+"px"}if(this.options.scaleX){f.left=this.originalLeft-b+"px"}}else{if(this.options.scaleY){f.top=-c+"px"}if(this.options.scaleX){f.left=-b+"px"}}}this.element.setStyle(f)}});Effect.Highlight=Class.create(Effect.Base,{initialize:function(b){this.element=$(b);if(!this.element){throw (Effect._elementDoesNotExistError)}var a=Object.extend({startcolor:"#ffff99"},arguments[1]||{});this.start(a)},setup:function(){if(this.element.getStyle("display")=="none"){this.cancel();return}this.oldStyle={};if(!this.options.keepBackgroundImage){this.oldStyle.backgroundImage=this.element.getStyle("background-image");this.element.setStyle({backgroundImage:"none"})}if(!this.options.endcolor){this.options.endcolor=this.element.getStyle("background-color").parseColor("#ffffff")}if(!this.options.restorecolor){this.options.restorecolor=this.element.getStyle("background-color")}this._base=$R(0,2).map(function(a){return parseInt(this.options.startcolor.slice(a*2+1,a*2+3),16)}.bind(this));this._delta=$R(0,2).map(function(a){return parseInt(this.options.endcolor.slice(a*2+1,a*2+3),16)-this._base[a]}.bind(this))},update:function(a){this.element.setStyle({backgroundColor:$R(0,2).inject("#",function(b,c,e){return b+((this._base[e]+(this._delta[e]*a)).round().toColorPart())}.bind(this))})},finish:function(){this.element.setStyle(Object.extend(this.oldStyle,{backgroundColor:this.options.restorecolor}))}});Effect.ScrollTo=function(c){var b=arguments[1]||{},a=document.viewport.getScrollOffsets(),e=$(c).cumulativeOffset();if(b.offset){e[1]+=b.offset}return new Effect.Tween(null,a.top,e[1],b,function(f){scrollTo(a.left,f.round())})};Effect.Fade=function(c){c=$(c);var a=c.getInlineOpacity();var b=Object.extend({from:c.getOpacity()||1,to:0,afterFinishInternal:function(e){if(e.options.to!=0){return}e.element.hide().setStyle({opacity:a})}},arguments[1]||{});return new Effect.Opacity(c,b)};Effect.Appear=function(b){b=$(b);var a=Object.extend({from:(b.getStyle("display")=="none"?0:b.getOpacity()||0),to:1,afterFinishInternal:function(c){c.element.forceRerendering()},beforeSetup:function(c){c.element.setOpacity(c.options.from).show()}},arguments[1]||{});return new Effect.Opacity(b,a)};Effect.Puff=function(b){b=$(b);var a={opacity:b.getInlineOpacity(),position:b.getStyle("position"),top:b.style.top,left:b.style.left,width:b.style.width,height:b.style.height};return new Effect.Parallel([new Effect.Scale(b,200,{sync:true,scaleFromCenter:true,scaleContent:true,restoreAfterFinish:true}),new Effect.Opacity(b,{sync:true,to:0})],Object.extend({duration:1,beforeSetupInternal:function(c){Position.absolutize(c.effects[0].element)},afterFinishInternal:function(c){c.effects[0].element.hide().setStyle(a)}},arguments[1]||{}))};Effect.BlindUp=function(a){a=$(a);a.makeClipping();return new Effect.Scale(a,0,Object.extend({scaleContent:false,scaleX:false,restoreAfterFinish:true,afterFinishInternal:function(b){b.element.hide().undoClipping()}},arguments[1]||{}))};Effect.BlindDown=function(b){b=$(b);var a=b.getDimensions();return new Effect.Scale(b,100,Object.extend({scaleContent:false,scaleX:false,scaleFrom:0,scaleMode:{originalHeight:a.height,originalWidth:a.width},restoreAfterFinish:true,afterSetup:function(c){c.element.makeClipping().setStyle({height:"0px"}).show()},afterFinishInternal:function(c){c.element.undoClipping()}},arguments[1]||{}))};Effect.SwitchOff=function(b){b=$(b);var a=b.getInlineOpacity();return new Effect.Appear(b,Object.extend({duration:0.4,from:0,transition:Effect.Transitions.flicker,afterFinishInternal:function(c){new Effect.Scale(c.element,1,{duration:0.3,scaleFromCenter:true,scaleX:false,scaleContent:false,restoreAfterFinish:true,beforeSetup:function(e){e.element.makePositioned().makeClipping()},afterFinishInternal:function(e){e.element.hide().undoClipping().undoPositioned().setStyle({opacity:a})}})}},arguments[1]||{}))};Effect.DropOut=function(b){b=$(b);var a={top:b.getStyle("top"),left:b.getStyle("left"),opacity:b.getInlineOpacity()};return new Effect.Parallel([new Effect.Move(b,{x:0,y:100,sync:true}),new Effect.Opacity(b,{sync:true,to:0})],Object.extend({duration:0.5,beforeSetup:function(c){c.effects[0].element.makePositioned()},afterFinishInternal:function(c){c.effects[0].element.hide().undoPositioned().setStyle(a)}},arguments[1]||{}))};Effect.Shake=function(e){e=$(e);var b=Object.extend({distance:20,duration:0.5},arguments[1]||{});var f=parseFloat(b.distance);var c=parseFloat(b.duration)/10;var a={top:e.getStyle("top"),left:e.getStyle("left")};return new Effect.Move(e,{x:f,y:0,duration:c,afterFinishInternal:function(g){new Effect.Move(g.element,{x:-f*2,y:0,duration:c*2,afterFinishInternal:function(h){new Effect.Move(h.element,{x:f*2,y:0,duration:c*2,afterFinishInternal:function(j){new Effect.Move(j.element,{x:-f*2,y:0,duration:c*2,afterFinishInternal:function(k){new Effect.Move(k.element,{x:f*2,y:0,duration:c*2,afterFinishInternal:function(l){new Effect.Move(l.element,{x:-f,y:0,duration:c,afterFinishInternal:function(m){m.element.undoPositioned().setStyle(a)}})}})}})}})}})}})};Effect.SlideDown=function(c){c=$(c).cleanWhitespace();var a=c.down().getStyle("bottom");var b=c.getDimensions();return new Effect.Scale(c,100,Object.extend({scaleContent:false,scaleX:false,scaleFrom:window.opera?0:1,scaleMode:{originalHeight:b.height,originalWidth:b.width},restoreAfterFinish:true,afterSetup:function(e){e.element.makePositioned();e.element.down().makePositioned();if(window.opera){e.element.setStyle({top:""})}e.element.makeClipping().setStyle({height:"0px"}).show()},afterUpdateInternal:function(e){e.element.down().setStyle({bottom:(e.dims[0]-e.element.clientHeight)+"px"})},afterFinishInternal:function(e){e.element.undoClipping().undoPositioned();e.element.down().undoPositioned().setStyle({bottom:a})}},arguments[1]||{}))};Effect.SlideUp=function(c){c=$(c).cleanWhitespace();var a=c.down().getStyle("bottom");var b=c.getDimensions();return new Effect.Scale(c,window.opera?0:1,Object.extend({scaleContent:false,scaleX:false,scaleMode:"box",scaleFrom:100,scaleMode:{originalHeight:b.height,originalWidth:b.width},restoreAfterFinish:true,afterSetup:function(e){e.element.makePositioned();e.element.down().makePositioned();if(window.opera){e.element.setStyle({top:""})}e.element.makeClipping().show()},afterUpdateInternal:function(e){e.element.down().setStyle({bottom:(e.dims[0]-e.element.clientHeight)+"px"})},afterFinishInternal:function(e){e.element.hide().undoClipping().undoPositioned();e.element.down().undoPositioned().setStyle({bottom:a})}},arguments[1]||{}))};Effect.Squish=function(a){return new Effect.Scale(a,window.opera?1:0,{restoreAfterFinish:true,beforeSetup:function(b){b.element.makeClipping()},afterFinishInternal:function(b){b.element.hide().undoClipping()}})};Effect.Grow=function(c){c=$(c);var b=Object.extend({direction:"center",moveTransition:Effect.Transitions.sinoidal,scaleTransition:Effect.Transitions.sinoidal,opacityTransition:Effect.Transitions.full},arguments[1]||{});var a={top:c.style.top,left:c.style.left,height:c.style.height,width:c.style.width,opacity:c.getInlineOpacity()};var h=c.getDimensions();var j,g;var f,e;switch(b.direction){case"top-left":j=g=f=e=0;break;case"top-right":j=h.width;g=e=0;f=-h.width;break;case"bottom-left":j=f=0;g=h.height;e=-h.height;break;case"bottom-right":j=h.width;g=h.height;f=-h.width;e=-h.height;break;case"center":j=h.width/2;g=h.height/2;f=-h.width/2;e=-h.height/2;break}return new Effect.Move(c,{x:j,y:g,duration:0.01,beforeSetup:function(k){k.element.hide().makeClipping().makePositioned()},afterFinishInternal:function(k){new Effect.Parallel([new Effect.Opacity(k.element,{sync:true,to:1,from:0,transition:b.opacityTransition}),new Effect.Move(k.element,{x:f,y:e,sync:true,transition:b.moveTransition}),new Effect.Scale(k.element,100,{scaleMode:{originalHeight:h.height,originalWidth:h.width},sync:true,scaleFrom:window.opera?1:0,transition:b.scaleTransition,restoreAfterFinish:true})],Object.extend({beforeSetup:function(l){l.effects[0].element.setStyle({height:"0px"}).show()},afterFinishInternal:function(l){l.effects[0].element.undoClipping().undoPositioned().setStyle(a)}},b))}})};Effect.Shrink=function(c){c=$(c);var b=Object.extend({direction:"center",moveTransition:Effect.Transitions.sinoidal,scaleTransition:Effect.Transitions.sinoidal,opacityTransition:Effect.Transitions.none},arguments[1]||{});var a={top:c.style.top,left:c.style.left,height:c.style.height,width:c.style.width,opacity:c.getInlineOpacity()};var g=c.getDimensions();var f,e;switch(b.direction){case"top-left":f=e=0;break;case"top-right":f=g.width;e=0;break;case"bottom-left":f=0;e=g.height;break;case"bottom-right":f=g.width;e=g.height;break;case"center":f=g.width/2;e=g.height/2;break}return new Effect.Parallel([new Effect.Opacity(c,{sync:true,to:0,from:1,transition:b.opacityTransition}),new Effect.Scale(c,window.opera?1:0,{sync:true,transition:b.scaleTransition,restoreAfterFinish:true}),new Effect.Move(c,{x:f,y:e,sync:true,transition:b.moveTransition})],Object.extend({beforeStartInternal:function(h){h.effects[0].element.makePositioned().makeClipping()},afterFinishInternal:function(h){h.effects[0].element.hide().undoClipping().undoPositioned().setStyle(a)}},b))};Effect.Pulsate=function(c){c=$(c);var b=arguments[1]||{},a=c.getInlineOpacity(),f=b.transition||Effect.Transitions.linear,e=function(g){return 1-f((-Math.cos((g*(b.pulses||5)*2)*Math.PI)/2)+0.5)};return new Effect.Opacity(c,Object.extend(Object.extend({duration:2,from:0,afterFinishInternal:function(g){g.element.setStyle({opacity:a})}},b),{transition:e}))};Effect.Fold=function(b){b=$(b);var a={top:b.style.top,left:b.style.left,width:b.style.width,height:b.style.height};b.makeClipping();return new Effect.Scale(b,5,Object.extend({scaleContent:false,scaleX:false,afterFinishInternal:function(c){new Effect.Scale(b,1,{scaleContent:false,scaleY:false,afterFinishInternal:function(e){e.element.hide().undoClipping().setStyle(a)}})}},arguments[1]||{}))};Effect.Morph=Class.create(Effect.Base,{initialize:function(c){this.element=$(c);if(!this.element){throw (Effect._elementDoesNotExistError)}var a=Object.extend({style:{}},arguments[1]||{});if(!Object.isString(a.style)){this.style=$H(a.style)}else{if(a.style.include(":")){this.style=a.style.parseStyle()}else{this.element.addClassName(a.style);this.style=$H(this.element.getStyles());this.element.removeClassName(a.style);var b=this.element.getStyles();this.style=this.style.reject(function(e){return e.value==b[e.key]});a.afterFinishInternal=function(e){e.element.addClassName(e.options.style);e.transforms.each(function(f){e.element.style[f.style]=""})}}}this.start(a)},setup:function(){function a(b){if(!b||["rgba(0, 0, 0, 0)","transparent"].include(b)){b="#ffffff"}b=b.parseColor();return $R(0,2).map(function(c){return parseInt(b.slice(c*2+1,c*2+3),16)})}this.transforms=this.style.map(function(h){var g=h[0],f=h[1],e=null;if(f.parseColor("#zzzzzz")!="#zzzzzz"){f=f.parseColor();e="color"}else{if(g=="opacity"){f=parseFloat(f);if(Prototype.Browser.IE&&(!this.element.currentStyle.hasLayout)){this.element.setStyle({zoom:1})}}else{if(Element.CSS_LENGTH.test(f)){var c=f.match(/^([\+\-]?[0-9\.]+)(.*)$/);f=parseFloat(c[1]);e=(c.length==3)?c[2]:null}}}var b=this.element.getStyle(g);return{style:g.camelize(),originalValue:e=="color"?a(b):parseFloat(b||0),targetValue:e=="color"?a(f):f,unit:e}}.bind(this)).reject(function(b){return((b.originalValue==b.targetValue)||(b.unit!="color"&&(isNaN(b.originalValue)||isNaN(b.targetValue))))})},update:function(a){var e={},b,c=this.transforms.length;while(c--){e[(b=this.transforms[c]).style]=b.unit=="color"?"#"+(Math.round(b.originalValue[0]+(b.targetValue[0]-b.originalValue[0])*a)).toColorPart()+(Math.round(b.originalValue[1]+(b.targetValue[1]-b.originalValue[1])*a)).toColorPart()+(Math.round(b.originalValue[2]+(b.targetValue[2]-b.originalValue[2])*a)).toColorPart():(b.originalValue+(b.targetValue-b.originalValue)*a).toFixed(3)+(b.unit===null?"":b.unit)}this.element.setStyle(e,true)}});Effect.Transform=Class.create({initialize:function(a){this.tracks=[];this.options=arguments[1]||{};this.addTracks(a)},addTracks:function(a){a.each(function(b){b=$H(b);var c=b.values().first();this.tracks.push($H({ids:b.keys().first(),effect:Effect.Morph,options:{style:c}}))}.bind(this));return this},play:function(){return new Effect.Parallel(this.tracks.map(function(a){var e=a.get("ids"),c=a.get("effect"),b=a.get("options");var f=[$(e)||$$(e)].flatten();return f.map(function(g){return new c(g,Object.extend({sync:true},b))})}).flatten(),this.options)}});Element.CSS_PROPERTIES=$w("backgroundColor backgroundPosition borderBottomColor borderBottomStyle borderBottomWidth borderLeftColor borderLeftStyle borderLeftWidth borderRightColor borderRightStyle borderRightWidth borderSpacing borderTopColor borderTopStyle borderTopWidth bottom clip color fontSize fontWeight height left letterSpacing lineHeight marginBottom marginLeft marginRight marginTop markerOffset maxHeight maxWidth minHeight minWidth opacity outlineColor outlineOffset outlineWidth paddingBottom paddingLeft paddingRight paddingTop right textIndent top width wordSpacing zIndex");Element.CSS_LENGTH=/^(([\+\-]?[0-9\.]+)(em|ex|px|in|cm|mm|pt|pc|\%))|0$/;String._$1=document.createElement("div");String.prototype.parseStyle=function(){var b,a=$H();if(Prototype.Browser.WebKit){b=new Element("div",{style:this}).style}else{String._$1.innerHTML='<div style="'+this+'"></div>';b=String._$1.childNodes[0].style}Element.CSS_PROPERTIES.each(function(c){if(b[c]){a.set(c,b[c])}});if(Prototype.Browser.IE&&this.include("opacity")){a.set("opacity",this.match(/opacity:\s*((?:0|1)?(?:\.\d*)?)/)[1])}return a};if(document.defaultView&&document.defaultView.getComputedStyle){Element.getStyles=function(b){var a=document.defaultView.getComputedStyle($(b),null);return Element.CSS_PROPERTIES.inject({},function(c,e){c[e]=a[e];return c})}}else{Element.getStyles=function(b){b=$(b);var a=b.currentStyle,c;c=Element.CSS_PROPERTIES.inject({},function(e,f){e[f]=a[f];return e});if(!c.opacity){c.opacity=b.getOpacity()}return c}}Effect.Methods={morph:function(a,b){a=$(a);new Effect.Morph(a,Object.extend({style:b},arguments[2]||{}));return a},visualEffect:function(c,f,b){c=$(c);var e=f.dasherize().camelize(),a=e.charAt(0).toUpperCase()+e.substring(1);new Effect[a](c,b);return c},highlight:function(b,a){b=$(b);new Effect.Highlight(b,a);return b}};$w("fade appear grow shrink fold blindUp blindDown slideUp slideDown pulsate shake puff squish switchOff dropOut").each(function(a){Effect.Methods[a]=function(c,b){c=$(c);Effect[a.charAt(0).toUpperCase()+a.substring(1)](c,b);return c}});$w("getInlineOpacity forceRerendering setContentZoom collectTextNodes collectTextNodesIgnoreClass getStyles").each(function(a){Effect.Methods[a]=Element[a]});Element.addMethods(Effect.Methods);if(!window.console||!console.firebug){var names=["log","debug","info","warn","error","assert","dir","dirxml","group","groupEnd","time","timeEnd","count","trace","profile","profileEnd"];window.console={};for(var i=0;i<names.length;++i){window.console[names[i]]=function(){}}}SCENES={normal_height:[327,327,327,327,327,327,325,327,327,325,327,327,327,325,327,326,327,327,327,327,327,327,300,327,327,327,327,326,327,327,327,327,327,327,327,327,327,298,327,327,327,327,327,327,327,327,327,327,327,325,325,325,327,327,327,327,327,327,327,327,327,327,327,327,327,327,327,327,327,327,327,327,306,327,327,327,327,327,327,327,327,327,327,327,327,327,327,327,327,327,327,327,327],zoom_height:[990,740,742,730,728,681,660,760,776,660,780,745,849,660,678,663,878,945,792,862,812,703,609,810,815,1296,678,663,772,672,713,709,784,803,836,816,829,605,833,781,740,666,767,743,878,865,909,945,955,660,661,660,990,990,990,743,743,753,853,928,743,879,742,740,803,740,1042,874,818,767,743,736,623,743,743,768,1319,1319,739,743,743,770,743,743,728,681,862,666,879,742,803,1042,818],category:[["site-rasch.fr"],["site-rasch.fr"],["site-rasch.fr"],["site-rasch.fr"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch"],["site-rasch.ru"],["site-rasch.ru"],["site-rasch.ru"],["site-rasch.ru"],["site-rasch.ru"],["site-rasch.ru"],["site-rasch.ru"],["site-rasch.ru"],["site-rasch.ru"],["site-rasch.ru"],["site-rasch.ru"],["site-rasch.ru"],["site-rasch.ru"],["site-rasch.ru"],["site-rasch.ru"],["site-sintra"],["site-sintra"],["site-sintra"],["site-sintra"],["site-sintra"],["site-sintra"],["site-sintra"],["site-sintra"],["site-sintra"]],zoom_width:[990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990,990],objects:[{groups:"000123",colors:"mmmxxx",mappings:"CCCTTT"},{groups:"00123",colors:"mmxxx",mappings:"CCTTT"},{groups:"000123",colors:"mmmxxx",mappings:"CCCTTT"},{groups:"0123",colors:"mxxx",mappings:"CTTT"},{groups:"0000123",colors:"mmmmxxx",mappings:"CCCCTTT"},{groups:"00000000123",colors:"mmmmmmmmxxx",mappings:"CCCCCCCCTTT"},{groups:"12345678",colors:"xxxxxxxx",mappings:"TTTTTTTT"},{groups:"000000123",colors:"mmmmmmxxx",mappings:"CCCCCCTTT"},{groups:"000012",colors:"mmmmxx",mappings:"CCCCTT"},{groups:"1234567",colors:"xxxxxxx",mappings:"TTTTTTT"},{groups:"00000012",colors:"mmmmmmxx",mappings:"CCCCCCTT"},{groups:"0000000012",colors:"mmmmmmmmxx",mappings:"CCCCCCCCTT"},{groups:"12345",colors:"xxxxx",mappings:"TTTTT"},{groups:"000012",colors:"mmmmxx",mappings:"CCCCTT"},{groups:"000012",colors:"mmmmxx",mappings:"CCCCTT"},{groups:"000001",colors:"mmmmmx",mappings:"CCCCCT"},{groups:"1",colors:"x",mappings:"T"},{groups:"1",colors:"x",mappings:"T"},{groups:"1200",colors:"xxmm",mappings:"TTCC"},{x:{"4":3,"-1":-1},mappings:"CCCTx",groups:"00010",colors:"mmmxx"},{groups:"000000012",colors:"mmmmmmmxx",mappings:"CCCCCCCTT"},{groups:"01",colors:"mx",mappings:"CT"},{groups:"00000012",colors:"mmmmmmxx",mappings:"CCCCCCTT"},{groups:"00123",colors:"mmxxx",mappings:"CCTTT"},{groups:"123",colors:"xxx",mappings:"TTT"},{groups:"12",colors:"xx",mappings:"TT"},{groups:"01234",colors:"mxxxx",mappings:"CTTTT"},{groups:"00123",colors:"mmxxx",mappings:"CCTTT"},{groups:"123",colors:"xxx",mappings:"TTT"},{groups:"12345",colors:"xxxxx",mappings:"TTTTT"},{groups:"123",colors:"xxx",mappings:"TTT"},{groups:"000123",colors:"mmmxxx",mappings:"CCCTTT"},{groups:"000012",colors:"mmmmxx",mappings:"CCCCTT"},{groups:"0012",colors:"mmxx",mappings:"CCTT"},{groups:"00012",colors:"mmmxx",mappings:"CCCTT"},{groups:"00000123",colors:"mmmmmxxx",mappings:"CCCCCTTT"},{groups:"0000123",colors:"mmmmxxx",mappings:"CCCCTTT"},{groups:"00001234",colors:"mmmmxxxx",mappings:"CCCCTTTT"},{groups:"00012",colors:"mmmxx",mappings:"CCCTT"},{groups:"00012",colors:"mmmxx",mappings:"CCCTT"},{groups:"00001234",colors:"mmmmxxxx",mappings:"CCCCTTTT"},{groups:"00000000012",colors:"mmmmmmmmmxx",mappings:"CCCCCCCCCTT"},{groups:"123",colors:"xxx",mappings:"TTT"},{groups:"123456",colors:"xxxxxx",mappings:"TTTTTT"},{groups:"12",colors:"xx",mappings:"TT"},{groups:"12345678",colors:"xxxxxxxx",mappings:"TTTTTTTT"},{groups:"0000123456",colors:"mmmmxxxxxx",mappings:"CCCCTTTTTT"},{groups:"00000123",colors:"mmmmmxxx",mappings:"CCCCCTTT"},{groups:"000000123",colors:"mmmmmmxxx",mappings:"CCCCCCTTT"},{groups:"123456",colors:"xxxxxx",mappings:"TTTTTT"},{groups:"1234567",colors:"xxxxxxx",mappings:"TTTTTTT"},{groups:"12345",colors:"xxxxx",mappings:"TTTTT"},{groups:"12345",colors:"xxxxx",mappings:"TTTTT"},{groups:"12345",colors:"xxxxx",mappings:"TTTTT"},{groups:"1234",colors:"xxxx",mappings:"TTTT"},{groups:"123456",colors:"xxxxxx",mappings:"TTTTTT"},{groups:"1234",colors:"xxxx",mappings:"TTTT"},{groups:"12345678912",colors:"xxxxxxxxxxx",mappings:"TTTTTTTTTTT"},{groups:"1234567",colors:"xxxxxxx",mappings:"TTTTTTT"},{groups:"123456",colors:"xxxxxx",mappings:"TTTTTT"},{groups:"001234567",colors:"mmxxxxxxx",mappings:"CCTTTTTTT"},{groups:"0001",colors:"mmmx",mappings:"CCCT"},{groups:"000123",colors:"mmmxxx",mappings:"CCCTTT"},{groups:"0001234",colors:"mmmxxxx",mappings:"CCCTTTT"},{groups:"00012",colors:"mmmxx",mappings:"CCCTT"},{groups:"00001234",colors:"mmmmxxxx",mappings:"CCCCTTTT"},{groups:"0012",colors:"mmxx",mappings:"CCTT"},{groups:"0123",colors:"mxxx",mappings:"CTTT"},{groups:"00000123",colors:"mmmmmxxx",mappings:"CCCCCTTT"},{groups:"1230",colors:"xxxm",mappings:"TTTC"},{groups:"012",colors:"mxx",mappings:"CTT"},{groups:"1",colors:"x",mappings:"T"},{groups:"012",colors:"mxx",mappings:"CTT"},{groups:"12",colors:"xx",mappings:"TT"},{groups:"123",colors:"xxx",mappings:"TTT"},{groups:"123",colors:"xxx",mappings:"TTT"},{groups:"12",colors:"xx",mappings:"TT"},{groups:"1",colors:"x",mappings:"T"},{groups:"12",colors:"xx",mappings:"TT"},{groups:"1",colors:"x",mappings:"T"},{groups:"120",colors:"xxm",mappings:"TTC"},{groups:"123",colors:"xxx",mappings:"TTT"},{groups:"001",colors:"mmx",mappings:"CCT"},{groups:"1",colors:"x",mappings:"T"},{groups:"0000123",colors:"mmmmxxx",mappings:"CCCCTTT"},{groups:"00000000123",colors:"mmmmmmmmxxx",mappings:"CCCCCCCCTTT"},{x:{"4":3,"-1":-1},mappings:"CCCTx",groups:"00010",colors:"mmmxx"},{groups:"00000000012",colors:"mmmmmmmmmxx",mappings:"CCCCCCCCCTT"},{groups:"0001",colors:"mmmx",mappings:"CCCT"},{groups:"000123",colors:"mmmxxx",mappings:"CCCTTT"},{groups:"00012",colors:"mmmxx",mappings:"CCCTT"},{groups:"0012",colors:"mmxx",mappings:"CCTT"},{groups:"00000123",colors:"mmmmmxxx",mappings:"CCCCCTTT"}],normal_width:[327,437,436,443,445,475,487,426,417,487,415,435,381,487,477,487,369,343,409,376,399,460,487,400,397,250,477,487,419,482,454,457,413,403,387,397,391,487,389,415,437,486,422,436,369,374,356,343,339,487,487,487,327,327,327,436,436,430,380,349,436,368,436,437,403,437,311,370,396,422,436,440,487,436,436,422,245,245,438,436,436,420,436,436,445,475,376,486,368,436,403,311,396],names:["R71210","R71400","R71420","R71450","NewAuthority-041446","NewAuthority-041509-00000","NewAuthority-041509--R_12200","NewAuthority-041578-00000","NewAuthority-041609-00000","R_12146","R15698","R15780","R_22330","R_50527","R_50534","R_50556","R_62792","R_62795","R_62827","R_70607-G","R71060","R71071","R71131","R71520_RS","R71521_RS","R71547_RS","R_71826","R_71837","R_71850","R_71866","R_71888","R_71975","R72433_Ret","R72441","R72486_Ret","R73360","R73361","R73362","R73365","R73366","R73368","R_73942-G","R_75800","R_75854","R_75908","R_75924","R76120","R76143","R76208","R_76342","R_76354","R_76403","R_76548","R_76577","R_76598","R_76800","R_76820","R_76842","R_76932","R_76957","R_76964","R_81660","R_81682","R_81701","R_81750","R_81790","R_91180","R_91256","R_91292","RS-045571-2","RS-045589","RS-045603","RS-045637","RS-045645","RS-045653","RS-046347","RS-046363","RS-046375","RS-046417","RS-046439","RS-046450","RS-046530HG","RS-046546","RS-046550","NewAuthority-041446","NewAuthority-041509-00000","R_70607-G","R_73942-G","R_81660","R_81682","R_81750","R_91180","R_91292"]};TEXTURES={category:[["orchid"],["orchid"],["orchid"],["orchid"],["orchid"],["orchid"],["orchid"],["orchid"],["orchid"],["orchid"],["orchid"],["orchid"],["celebrity"],["celebrity"],["celebrity"],["celebrity"],["celebrity"],["celebrity"],["celebrity"],["celebrity"],["celebrity"],["celebrity"],["celebrity"],["celebrity"],["celebrity"],["celebrity"],["celebrity"],["celebrity"],["celebrity"],["celebrity"],["celebrity"],["celebrity"],["celebrity"],["celebrity"],["celebrity"],["celebrity"],["celebrity"],["celebrity"],["celebrity"],["celebrity"],["celebrity"],["celebrity"],["celebrity"],["celebrity"],["celebrity"],["celebrity"],["celebrity"],["celebrity"],["celebrity"],["celebrity"],["celebrity"],["celebrity"],["celebrity"],["celebrity"],["celebrity"],["celebrity"],["celebrity"],["celebrity"],["celebrity"],["celebrity"],["celebrity"],["celebrity"],["celebrity"],["celebrity"],["celebrity"],["celebrity"],["celebrity"],["celebrity"],["celebrity"],["celebrity"],["celebrity"],["celebrity"],["celebrity"],["celebrity"],["celebrity"],["celebrity"],["celebrity"],["celebrity"],["celebrity"],["celebrity"],["celebrity"],["celebrity"],["celebrity"],["celebrity"],["celebrity"],["celebrity"],["celebrity"],["celebrity"],["celebrity"],["nobile"],["nobile"],["nobile"],["nobile"],["nobile"],["nobile"],["nobile"],["nobile"],["nobile"],["nobile"],["nobile"],["nobile"],["nobile"],["nobile"],["nobile"],["nobile"],["nobile"],["nobile"],["nobile"],["nobile"],["nobile"],["nobile"],["nobile"],["nobile"],["nobile"],["nobile"],["nobile"],["nobile"],["nobile"],["nobile"],["nobile"],["nobile"],["nobile"],["nobile"],["nobile"],["nobile"],["nobile"],["nobile"],["nobile"],["nobile"],["nobile"],["nobile"],["nobile"],["nobile"],["nobile"],["nobile"],["nobile"],["nobile"],["nobile"],["nobile"],["nobile"],["nobile"],["nobile"],["nobile"],["nobile"],["nobile"],["nobile"],["nobile"],["nobile"],["nobile"],["nobile"],["nobile"],["nobile"],["nobile"],["nobile"],["nobile"],["nobile"],["nobile"],["nobile"],["nobile"],["nobile"],["nobile"],["nobile"],["nobile"],["extra.other1"],["extra.bahr"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.otto"],["aqua-relief-2011"],["aqua-relief-2011"],["aqua-relief-2011"],["aqua-relief-2011"],["aqua-relief-2011"],["aqua-relief-2011"],["aqua-relief-2011"],["aqua-relief-2011"],["aqua-relief-2011"],["aqua-relief-2011"],["aqua-relief-2011"],["aqua-relief-2011"],["aqua-relief-2011"],["aqua-relief-2011"],["aqua-relief-2011"],["aqua-relief-2011"],["aqua-relief-2011"],["aqua-relief-2011"],["aqua-relief-2011"],["aqua-relief-2011"],["aqua-relief-2011"],["aqua-relief-2011"],["aqua-relief-2011"],["aqua-relief-2011"],["aqua-relief-2011"],["aqua-relief-2011"],["aqua-relief-2011"],["aqua-relief-2011"],["aqua-relief-2011"],["aqua-relief-2011"],["aqua-relief-2011"],["aqua-deco-tiles-more"],["aqua-deco-tiles-more"],["aqua-deco-tiles-more"],["aqua-deco-tiles-more"],["aqua-deco-tiles-more"],["aqua-deco-tiles-more"],["aqua-deco-tiles-more"],["aqua-deco-tiles-more"],["aqua-deco-tiles-more"],["aqua-deco-tiles-more"],["aqua-deco-tiles-more"],["aqua-deco-tiles-more"],["aqua-deco-tiles-more"],["aqua-relief-2011"],["aqua-relief-2011"],["aqua-deco-tiles-more"],["aqua-deco-tiles-more"],["aqua-deco-tiles-more"],["aqua-deco-tiles-more"],["aqua-deco-tiles-more"],["aqua-deco-tiles-more"],["aqua-deco-tiles-more"],["aqua-deco-tiles-more"],["aqua-deco-tiles-more"],["aqua-deco-tiles-more"],["aqua-deco-tiles-more"],["aqua-deco-tiles-more"],["aqua-deco-tiles-more"],["aqua-deco-tiles-more"],["aqua-deco-tiles-more"],["aqua-deco-tiles-more"],["aqua-deco-tiles-more"],["aqua-deco-tiles-more"],["aqua-deco-tiles-more"],["aqua-deco-tiles-more"],["aqua-deco-tiles-more"],["aqua-deco-tiles-more"],["aqua-deco-tiles-more"],["aqua-deco-tiles-more"],["aqua-deco-tiles-more"],["aqua-deco-tiles-more"],["aqua-deco-tiles-more"],["aqua-deco-tiles-more"],["aqua-deco-tiles-more"],["aqua-deco-tiles-more"],["aqua-deco-tiles-more"],["aqua-deco-tiles-more"],["aqua-deco-tiles-more"],["aqua-deco-tiles-more"],["aqua-relief-2011"],["aqua-deco-tiles-more"],["aqua-deco-tiles-more"],["aqua-deco-tiles-more"],["aqua-relief-2011"],["aqua-deco-tiles-more"],["aqua-relief-2011"],["aqua-deco-tiles-more"],["aqua-relief-2011"],["aqua-deco-tiles-more"],["aqua-deco-tiles-more"],["aqua-relief-2011"],["aqua-deco-tiles-more"],["aqua-relief-2011"],["aqua-relief-2011"],["aqua-deco-tiles-more"],["aqua-relief-2011"],["aqua-deco-tiles-more"],["aqua-relief-2011"],["aqua-deco-tiles-more"],["aqua-relief-2011"],["aqua-relief-2011"],["aqua-relief-2011"],["aqua-relief-2011"],["aqua-relief-2011"],["aqua-deco-tiles-more"],["aqua-deco-tiles-more"],["aqua-relief-2011"],["aqua-deco-tiles-more"],["aqua-relief-2011"],["aqua-deco-tiles-more"],["aqua-relief-2011"],["aqua-relief-2011"],["aqua-relief-2011"],["aqua-relief-2011"],["diva"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["tip-top"],["city-vol-2"],["city-vol-2"],["city-vol-2"],["city-vol-2"],["city-vol-2"],["city-vol-2"],["city-vol-2"],["city-vol-2"],["city-vol-2"],["city-vol-2"],["city-vol-2"],["city-vol-2"],["city-vol-2"],["city-vol-2"],["city-vol-2"],["city-vol-2"],["city-vol-2"],["city-vol-2"],["city-vol-2"],["city-vol-2"],["city-vol-2"],["city-vol-2"],["city-vol-2"],["city-vol-2"],["city-vol-2"],["city-vol-2"],["city-vol-2"],["city-vol-2"],["city-vol-2"],["city-vol-2"],["vis-a-vis"],["vis-a-vis"],["vis-a-vis"],["vis-a-vis"],["vis-a-vis"],["vis-a-vis"],["vis-a-vis"],["vis-a-vis"],["vis-a-vis"],["vis-a-vis"],["vis-a-vis"],["vis-a-vis"],["vis-a-vis"],["vis-a-vis"],["vis-a-vis"],["vis-a-vis"],["vis-a-vis"],["vis-a-vis"],["vis-a-vis"],["vis-a-vis"],["vis-a-vis"],["vis-a-vis"],["vis-a-vis"],["vis-a-vis"],["vis-a-vis"],["vis-a-vis"],["vis-a-vis"],["vis-a-vis"],["vis-a-vis"],["vis-a-vis"],["vis-a-vis"],["vis-a-vis"],["vis-a-vis"],["vis-a-vis"],["vis-a-vis"],["vis-a-vis"],["city-vol-2"],["city-vol-2"],["city-vol-2"],["city-vol-2"],["city-vol-2"],["extra.natuerlich-schoen"],["extra.natuerlich-schoen"],["extra.natuerlich-schoen"],["extra.natuerlich-schoen"],["extra.natuerlich-schoen"],["extra.natuerlich-schoen"],["extra.natuerlich-schoen"],["extra.natuerlich-schoen"],["extra.natuerlich-schoen"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["b-b-home-passion"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["fabulous-velvet-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["patricia-2012"],["extra.otto"],["extra.otto"],["extra.otto"],["extra.otto"],["extra.otto"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.other2"],["soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["extra.soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["diva"],["diva"],["soft-senses-2012"],["diva"],["extra.soft-senses-2012"],["soft-senses-2012"],["diva"],["diva"],["diva"],["diva"],["diva"],["soft-senses-2012"],["diva"],["diva"],["diva"],["diva"],["soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["extra.soft-senses-2012"],["soft-senses-2012"],["extra.soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["soft-senses-2012"],["extra.soft-senses-2012"],["soft-senses-2012"],["extra.soft-senses-2012"],["soft-senses-2012"],["extra.other3+fr"],["extra.other3+fr"],["favourite"],["favourite"],["favourite"],["favourite"],["favourite"],["favourite"],["extra.other3+fr"],["favourite"],["favourite"],["favourite"],["favourite"],["favourite"],["favourite"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.otto"],["chelsea-2011"],["extra.otto"],["chelsea-2011"],["chelsea-2011"],["extra.bahr"],["extra.bahr"],["chelsea-2011"],["chelsea-2011"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.otto"],["chelsea-2011"],["chelsea-2011"],["extra.bahr"],["chelsea-2011"],["chelsea-2011"],["extra.otto"],["chelsea-2011"],["chelsea-2011"],["chelsea-2011"],["chelsea-2011"],["chelsea-2011"],["chelsea-2011"],["chelsea-2011"],["chelsea-2011"],["extra.bahr"],["chelsea-2011"],["chelsea-2011"],["chelsea-2011"],["chelsea-2011"],["chelsea-2011"],["chelsea-2011"],["chelsea-2011"],["chelsea-2011"],["chelsea-2011"],["extra.otto"],["extra.otto"],["chelsea-2011"],["chelsea-2011"],["extra.otto"],["extra.otto"],["chelsea-2011"],["chelsea-2011"],["chelsea-2011"],["chelsea-2011"],["chelsea-2011"],["chelsea-2011"],["chelsea-2011"],["chelsea-2011"],["chelsea-2011"],["chelsea-2011"],["chelsea-2011"],["chelsea-2011"],["chelsea-2011"],["chelsea-2011"],["chelsea-2011"],["chelsea-2011"],["chelsea-2011"],["chelsea-2011"],["chelsea-2011"],["extra.otto"],["chelsea-2011"],["extra.bahr"],["chelsea-2011"],["extra.bahr"],["extra.otto"],["chelsea-2011"],["chelsea-2011"],["chelsea-2011"],["chelsea-2011"],["chelsea-2011"],["extra.otto"],["chelsea-2011"],["chelsea-2011"],["extra.otto"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.otto"],["extra.otto"],["extra.otto"],["extra.otto"],["extra.otto"],["extra.otto"],["aqua-relief-2011"],["aqua-relief-2011"],["aqua-relief-2011"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.bahr"],["extra.bahr"],["extra.other2"],["extra.other2"],["extra.otto"],["extra.other2"],["extra.otto"],["extra.other2"],["extra.otto"],["extra.other2"],["extra.otto"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.bahr"],["extra.other2"],["extra.other2"],["aqua-relief-2011"],["aqua-relief-2011"],["extra.other2"],["aqua-relief-2011"],["extra.other2"],["extra.bahr"],["extra.bahr"],["extra.bahr"],["extra.bahr"],["extra.other2"],["extra.otto"],["extra.bahr"],["extra.otto"],["extra.other2"],["extra.otto"],["extra.other2"],["extra.other2"],["extra.otto"],["extra.bahr"],["extra.other2"],["extra.otto"],["extra.bahr"],["extra.otto"],["extra.other2"],["extra.other2"],["extra.bahr"],["extra.other2"],["extra.bahr"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.otto"],["extra.otto"],["extra.bahr"],["extra.bahr"],["extra.other2"],["extra.other1"],["extra.otto"],["extra.other2"],["extra.otto"],["extra.bahr"],["extra.other2"],["extra.bahr"],["extra.otto"],["extra.other2"],["extra.otto"],["extra.other1"],["extra.other2"],["extra.otto"],["extra.other1"],["extra.other1"],["aqua-relief-2011"],["extra.other1"],["extra.other1"],["extra.other1"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.other1"],["extra.other1"],["aqua-deco-tiles-more"],["aqua-deco-tiles-more"],["aqua-deco-tiles-more"],["aqua-deco-tiles-more"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.other1"],["extra.other1"],["extra.other1"],["extra.bahr"],["extra.other1"],["extra.other1"],["extra.other1"],["extra.otto"],["extra.other1"],["extra.otto"],["extra.other1"],["extra.other1"],["extra.bahr"],["extra.bahr"],["extra.otto"],["extra.other2"],["extra.otto"],["extra.otto"],["extra.bahr"],["extra.otto"],["extra.bahr"],["extra.otto"],["extra.flip-flop-generation-2009"],["aqua-deco-tiles-more"],["extra.flip-flop-generation-2009"],["extra.flip-flop-generation-2009"],["extra.flip-flop-generation-2009"],["extra.flip-flop-generation-2009"],["extra.flip-flop-generation-2009"],["extra.flip-flop-generation-2009"],["extra.flip-flop-generation-2009"],["extra.flip-flop-generation-2009"],["extra.flip-flop-generation-2009"],["extra.flip-flop-generation-2009"],["extra.flip-flop-generation-2009"],["aqua-deco-tiles-more"],["extra.flip-flop-generation-2009"],["extra.flip-flop-generation-2009"],["aqua-deco-tiles-more"],["extra.flip-flop-generation-2009"],["extra.flip-flop-generation-2009"],["extra.flip-flop-generation-2009"],["extra.flip-flop-generation-2009"],["aqua-deco-tiles-more"],["extra.flip-flop-generation-2009"],["aqua-deco-tiles-more"],["extra.flip-flop-generation-2009"],["aqua-deco-tiles-more"],["extra.flip-flop-generation-2009"],["extra.flip-flop-generation-2009"],["extra.flip-flop-generation-2009"],["extra.flip-flop-generation-2009"],["extra.flip-flop-generation-2009"],["extra.flip-flop-generation-2009"],["extra.flip-flop-generation-2009"],["extra.flip-flop-generation-2009"],["extra.flip-flop-generation-2009"],["extra.flip-flop-generation-2009"],["extra.flip-flop-generation-2009"],["extra.flip-flop-generation-2009"],["extra.flip-flop-generation-2009"],["extra.flip-flop-generation-2009"],["extra.flip-flop-generation-2009"],["extra.flip-flop-generation-2009"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.other2"],["aqua-relief-2011"],["aqua-relief-2011"],["intuicion"],["intuicion"],["intuicion"],["intuicion"],["intuicion"],["intuicion"],["intuicion"],["intuicion"],["intuicion"],["intuicion"],["intuicion"],["intuicion"],["intuicion"],["intuicion"],["intuicion"],["intuicion"],["intuicion"],["intuicion"],["intuicion"],["intuicion"],["intuicion"],["intuicion"],["intuicion"],["intuicion"],["intuicion"],["intuicion"],["intuicion"],["intuicion"],["intuicion"],["intuicion"],["intuicion"],["intuicion"],["intuicion"],["intuicion"],["intuicion"],["intuicion"],["intuicion"],["intuicion"],["intuicion"],["intuicion"],["intuicion"],["intuicion"],["intuicion"],["intuicion"],["intuicion"],["intuicion"],["intuicion"],["intuicion"],["intuicion"],["intuicion"],["intuicion"],["intuicion"],["intuicion"],["intuicion"],["intuicion"],["intuicion"],["glam-2011"],["glam-2011"],["glam-2011"],["glam-2011"],["glam-2011"],["glam-2011"],["glam-2011"],["glam-2011"],["glam-2011"],["glam-2011"],["glam-2011"],["glam-2011"],["glam-2011"],["glam-2011"],["glam-2011"],["glam-2011"],["glam-2011"],["glam-2011"],["glam-2011"],["glam-2011"],["glam-2011"],["glam-2011"],["glam-2011"],["glam-2011"],["glam-2011"],["glam-2011"],["glam-2011"],["glam-2011"],["glam-2011"],["glam-2011"],["glam-2011"],["glam-2011"],["glam-2011"],["glam-2011"],["glam-2011"],["glam-2011"],["glam-2011"],["glam-2011"],["glam-2011"],["glam-2011"],["glam-2011"],["glam-2011"],["extra.bahr"],["extra.otto"],["extra.otto"],["extra.otto"],["extra.bahr"],["new-beats"],["new-beats"],["new-beats"],["new-beats"],["new-beats"],["new-beats"],["new-beats"],["new-beats"],["new-beats"],["new-beats"],["new-beats"],["new-beats"],["new-beats"],["new-beats"],["new-beats"],["new-beats"],["new-beats"],["new-beats"],["new-beats"],["new-beats"],["new-beats"],["new-beats"],["new-beats"],["new-beats"],["new-beats"],["new-beats"],["new-beats"],["new-beats"],["new-beats"],["new-beats"],["new-beats"],["new-beats"],["new-beats"],["new-beats"],["new-beats"],["new-beats"],["new-beats"],["new-beats"],["new-beats"],["new-beats"],["new-beats"],["new-beats"],["new-beats"],["new-beats"],["new-beats"],["new-beats"],["new-beats"],["new-beats"],["new-beats"],["new-beats"],["new-beats"],["new-beats"],["new-beats"],["new-beats"],["new-beats"],["new-beats"],["new-beats"],["new-beats"],["new-beats"],["new-beats"],["new-beats"],["new-beats"],["new-beats"],["new-beats"],["extra.bahr"],["new-beats"],["new-beats"],["new-beats"],["new-beats"],["new-beats"],["new-beats"],["new-beats"],["new-beats"],["new-beats"],["new-beats"],["new-beats"],["new-beats"],["new-beats"],["new-beats"],["new-beats"],["out-of-africa"],["out-of-africa"],["out-of-africa"],["out-of-africa"],["out-of-africa"],["out-of-africa"],["out-of-africa"],["out-of-africa"],["out-of-africa"],["out-of-africa"],["out-of-africa"],["out-of-africa"],["out-of-africa"],["out-of-africa"],["out-of-africa"],["out-of-africa"],["out-of-africa"],["out-of-africa"],["out-of-africa"],["out-of-africa"],["out-of-africa"],["out-of-africa"],["out-of-africa"],["out-of-africa"],["out-of-africa"],["out-of-africa"],["out-of-africa"],["out-of-africa"],["out-of-africa"],["out-of-africa"],["out-of-africa"],["out-of-africa"],["out-of-africa"],["out-of-africa"],["out-of-africa"],["out-of-africa"],["out-of-africa"],["out-of-africa"],["out-of-africa"],["out-of-africa"],["out-of-africa"],["out-of-africa"],["out-of-africa"],["out-of-africa"],["out-of-africa"],["out-of-africa"],["out-of-africa"],["out-of-africa"],["out-of-africa"],["out-of-africa"],["out-of-africa"],["out-of-africa"],["out-of-africa"],["out-of-africa"],["out-of-africa"],["out-of-africa"],["out-of-africa"],["out-of-africa"],["out-of-africa"],["out-of-africa"],["out-of-africa"],["out-of-africa"],["out-of-africa"],["out-of-africa"],["out-of-africa"],["out-of-africa"],["out-of-africa"],["out-of-africa"],["out-of-africa"],["out-of-africa"],["out-of-africa"],["celia"],["celia"],["celia"],["celia"],["celia"],["celia"],["celia"],["celia"],["celia"],["celia"],["celia"],["celia"],["celia"],["celia"],["celia"],["celia"],["celia"],["celia"],["celia"],["celia"],["celia"],["new-authority"],["new-authority"],["new-authority"],["new-authority"],["new-authority"],["new-authority"],["new-authority"],["new-authority"],["new-authority"],["new-authority"],["new-authority"],["new-authority"],["new-authority"],["new-authority"],["new-authority"],["new-authority"],["new-authority"],["new-authority"],["new-authority"],["new-authority"],["new-authority"],["new-authority"],["new-authority"],["new-authority"],["new-authority"],["new-authority"],["new-authority"],["new-authority"],["new-authority"],["new-authority"],["new-authority"],["new-authority"],["new-authority"],["new-authority"],["new-authority"],["new-authority"],["new-authority"],["new-authority"],["new-authority"],["new-authority"],["new-authority"],["new-authority"],["new-authority"],["new-authority"],["new-authority"],["new-authority"],["new-authority"],["new-authority"],["new-authority"],["new-authority"],["extra.other2"],["celia"],["celia"],["celia"],["celia"],["celia"],["celia"],["celia"],["celia"],["celia"],["celia"],["celia"],["celia"],["celia"],["celia"],["celia"],["celia"],["celia"],["celia"],["celia"],["celia"],["woodland"],["woodland"],["woodland"],["woodland"],["woodland"],["woodland"],["woodland"],["woodland"],["woodland"],["woodland"],["woodland"],["woodland"],["woodland"],["woodland"],["woodland"],["woodland"],["woodland"],["woodland"],["woodland"],["woodland"],["woodland"],["woodland"],["woodland"],["woodland"],["woodland"],["woodland"],["woodland"],["woodland"],["woodland"],["woodland"],["woodland"],["woodland"],["woodland"],["woodland"],["woodland"],["woodland"],["woodland"],["woodland"],["woodland"],["woodland"],["woodland"],["woodland"],["woodland"],["woodland"],["woodland"],["woodland"],["woodland"],["woodland"],["woodland"],["woodland"],["woodland"],["woodland"],["woodland"],["woodland"],["woodland"],["woodland"],["woodland"],["woodland"],["woodland"],["woodland"],["woodland"],["woodland"],["woodland"],["woodland"],["woodland"],["woodland"],["woodland"],["woodland"],["woodland"],["woodland"],["woodland"],["woodland"],["woodland"],["extra.bahr"],["celia"],["celia"],["celia"],["celia"],["celia"],["celia"],["celia"],["celia"],["celia"],["celia"],["celia"],["celia"],["celia"],["extra.soft-velvet-2009"],["extra.soft-velvet-2009"],["extra.soft-velvet-2009"],["extra.soft-velvet-2009"],["extra.soft-velvet-2009"],["double-diva"],["extra.soft-velvet-2009"],["extra.soft-velvet-2009"],["extra.soft-velvet-2009"],["extra.soft-velvet-2009"],["extra.soft-velvet-2009"],["extra.soft-velvet-2009"],["extra.soft-velvet-2009"],["extra.soft-velvet-2009"],["extra.soft-velvet-2009"],["double-diva"],["double-diva"],["double-diva"],["double-diva"],["double-diva"],["double-diva"],["double-diva"],["double-diva"],["double-diva"],["double-diva"],["double-diva"],["double-diva"],["double-diva"],["double-diva"],["double-diva"],["double-diva"],["double-diva"],["double-diva"],["double-diva"],["aqua-relief-2011"],["aqua-relief-2011"],["aqua-relief-2011"],["extra.bahr"],["extra.bahr"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["diva"],["colormix-2"],["colormix-2"],["colormix-2"],["colormix-2"],["colormix-2"],["mega-color"],["mega-color"],["mega-color"],["mega-color"],["mega-color"],["colormix-3"],["colormix-3"],["colormix-3"],["colormix-3"],["colormix-3"],["colormix-3"],["colormix-3"],["colormix-3"],["giganto"],["giganto"],["giganto"],["giganto"],["giganto"],["giganto"],["giganto"],["giganto"],["extra.other3"],["extra.other3"],["extra.other2"],["extra.other2"],["la-fleur"],["palagietto"],["la-fleur"],["palagietto"],["palagietto"],["la-fleur"],["palagietto"],["la-fleur"],["palagietto"],["la-fleur"],["la-fleur"],["palagietto"],["la-fleur"],["palagietto"],["palagietto"],["la-fleur"],["palagietto"],["la-fleur"],["la-fleur"],["palagietto"],["la-fleur"],["palagietto"],["palagietto"],["la-fleur"],["la-fleur"],["palagietto"],["palagietto"],["la-fleur"],["palagietto"],["la-fleur"],["la-fleur"],["palagietto"],["la-fleur"],["palagietto"],["palagietto"],["la-fleur"],["palagietto"],["la-fleur"],["palagietto"],["la-fleur"],["la-fleur"],["palagietto"],["palagietto"],["la-fleur"],["la-fleur"],["palagietto"],["la-fleur"],["palagietto"],["la-fleur"],["palagietto"],["la-fleur"],["palagietto"],["la-fleur"],["palagietto"],["la-fleur"],["palagietto"],["palagietto"],["la-fleur"],["palagietto"],["la-fleur"],["la-fleur"],["palagietto"],["la-fleur"],["palagietto"],["palagietto"],["la-fleur"],["la-fleur"],["palagietto"],["la-fleur"],["palagietto"],["palagietto"],["la-fleur"],["la-fleur"],["palagietto"],["palagietto"],["la-fleur"],["la-fleur"],["palagietto"],["palagietto"],["la-fleur"],["la-fleur"],["palagietto"],["palagietto"],["la-fleur"],["palagietto"],["la-fleur"],["la-fleur"],["palagietto"],["la-fleur"],["palagietto"],["la-fleur"],["palagietto"],["la-fleur"],["palagietto"],["palagietto"],["la-fleur"],["la-fleur"],["palagietto"],["palagietto"],["la-fleur"],["palagietto"],["la-fleur"],["palagietto"],["la-fleur"],["palagietto"],["la-fleur"],["la-fleur"],["palagietto"],["palagietto"],["la-fleur"],["la-fleur"],["palagietto"],["la-fleur"],["palagietto"],["palagietto"],["la-fleur"],["la-fleur"],["palagietto"],["palagietto"],["la-fleur"],["la-fleur"],["palagietto"],["la-fleur"],["palagietto"],["la-fleur"],["palagietto"],["palagietto"],["la-fleur"],["extra.other1"],["extra.other1"],["extra.other2"],["extra.other1"],["extra.other1"],["extra.other2"],["extra.other2"],["extra.other1"],["extra.other1"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.otto"],["extra.other2"],["extra.otto"],["extra.other2"],["extra.otto"],["extra.other1"],["extra.bahr"],["extra.bahr"],["extra.other1"],["extra.other1"],["extra.other1"],["extra.other1"],["extra.other1"],["extra.other1"],["extra.other2"],["extra.other2"],["extra.other1"],["extra.other1"],["extra.other2"],["extra.other1"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.other2"],["bohemia"],["bohemia"],["bohemia"],["bohemia"],["bohemia"],["bohemia"],["bohemia"],["camille"],["camille"],["camille"],["camille"],["camille"],["camille"],["camille"],["camille"],["camille"],["camille"],["camille"],["camille"],["poppy"],["poppy"],["poppy"],["poppy"],["poppy"],["italian-elegance"],["italian-elegance"],["italian-elegance"],["italian-elegance"],["italian-elegance"],["italian-elegance"],["italian-elegance"],["italian-elegance"],["italian-elegance"],["italian-elegance"],["trianon-2012"],["trianon-2012"],["trianon-2012"],["trianon-2012"],["trianon-2012"],["trianon-2012"],["trianon-2012"],["trianon-2012"],["trianon-2012"],["trianon-2012"],["trianon-2012"],["trianon-2012"],["extra.trianon-2012"],["trianon-2012"],["trianon-2012"],["extra.trianon-2012"],["trianon-2012"],["trianon-2012"],["trianon-2012"],["trianon-2012"],["trianon-2012"],["trianon-2012"],["trianon-2012"],["trianon-2012"],["trianon-2012"],["trianon-2012"],["trianon-2012"],["extra.trianon-2012"],["extra.trianon-2012"],["trianon-2012"],["trianon-2012"],["trianon-2012"],["trianon-2012"],["trianon-2012"],["trianon-2012"],["trianon-2012"],["trianon-2012"],["trianon-2012"],["trianon-2012"],["trianon-2012"],["trianon-2012"],["trianon-2012"],["trianon-2012"],["trianon-2012"],["trianon-2012"],["trianon-2012"],["trianon-2012"],["trianon-2012"],["extra.trianon-2012"],["trianon-2012"],["extra.trianon-2012"],["trianon-2012"],["trianon-2012"],["trianon-2012"],["trianon-2012"],["trianon-2012"],["trianon-2012"],["trianon-2012"],["trianon-2012"],["trianon-2012"],["trianon-2012"],["trianon-2012"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.flip-flop-generation-2009"],["aqua-deco-tiles-more"],["extra.flip-flop-generation-2009"],["extra.flip-flop-generation-2009"],["extra.flip-flop-generation-2009"],["extra.flip-flop-generation-2009"],["extra.flip-flop-generation-2009"],["aqua-deco-tiles-more"],["extra.flip-flop-generation-2009"],["extra.bahr"],["extra.trianon-2009"],["extra.trianon-2009"],["extra.trianon-2009"],["extra.trianon-2009"],["extra.trianon-2009"],["extra.trianon-2009"],["extra.trianon-2009"],["extra.trianon-2009"],["extra.bahr"],["celia"],["celia"],["celia"],["celia"],["celia"],["celia"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.bahr"],["extra.bahr"],["extra.other2"],["extra.bahr"],["extra.other2"],["extra.bahr"],["extra.bahr"],["extra.bahr"],["extra.other2"],["extra.bahr"],["extra.otto"],["extra.bahr"],["extra.other2"],["extra.bahr"],["extra.other1"],["extra.other1"],["extra.other2"],["extra.other1"],["extra.other2"],["extra.other1"],["extra.other1"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.other2"],["aqua-relief-2011"],["aqua-relief-2011"],["aqua-relief-2011"],["aqua-relief-2011"],["aqua-relief-2011"],["aqua-relief-2011"],["aqua-relief-2011"],["aqua-relief-2011"],["aqua-relief-2011"],["aqua-relief-2011"],["aqua-relief-2011"],["aqua-relief-2011"],["aqua-relief-2011"],["extra.other1"],["aqua-relief-2011"],["aqua-relief-2011"],["aqua-relief-2011"],["aqua-relief-2011"],["aqua-relief-2011"],["aqua-relief-2011"],["extra.other2"],["extra.bahr"],["extra.other1"],["extra.other1"],["aqua-relief-2011"],["extra.other1"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.other1"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.bahr"],["extra.other2"],["extra.bahr"],["extra.other2"],["extra.bahr"],["aqua-relief-2011"],["extra.other2"],["extra.otto"],["extra.other1"],["extra.other1"],["extra.otto"],["extra.other1"],["extra.bahr"],["extra.other1"],["extra.other1"],["extra.other1"],["extra.other1"],["aqua-relief-2011"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.bahr"],["extra.bahr"],["extra.other1"],["extra.other1"],["extra.other1"],["extra.other1"],["extra.other1"],["extra.bahr"],["extra.bahr"],["extra.other2"],["extra.other2"],["extra.other1"],["extra.other1"],["extra.other1"],["extra.other1"],["extra.other1"],["extra.other1"],["extra.other1"],["extra.bahr"],["extra.bahr"],["extra.bahr"],["extra.other1"],["extra.other1"],["extra.other1"],["meadow"],["meadow"],["meadow"],["meadow"],["meadow"],["meadow"],["extra.otto"],["extra.otto"],["extra.otto"],["extra.otto"],["extra.otto"],["extra.otto"],["extra.other1"],["extra.other1"],["extra.other3+pl"],["extra.other2"],["extra.other2"],["extra.other2"],["extra.other3+fr"],["extra.other3+fr"],["new-england"],["new-england"],["new-england"],["new-england"],["new-england"],["new-england"],["new-england"],["new-england"],["isabella"],["isabella"],["isabella"],["isabella"],["isabella"],["isabella"],["isabella"],["isabella"],["isabella"],["isabella"],["isabella"],["isabella"],["isabella"],["isabella"],["lounge"],["lounge"],["lounge"],["lounge"],["lounge"],["lounge"],["lounge"],["lounge"],["lounge"],["lounge"],["lounge"],["lounge"],["lounge"],["lounge"],["lounge"],["lounge"],["lounge"],["lounge"],["lounge"],["lounge"],["lounge"],["lounge"],["lounge"],["lounge"],["lounge"],["lounge"],["lounge"],["lounge"],["lounge"],["lounge"],["lounge"],["lounge"],["lounge"],["lounge"],["lounge"],["lounge"],["lounge"],["lounge"],["lounge"],["lounge"],["lounge"],["lounge"],["lounge"],["lounge"],["lounge"],["lounge"],["lounge"],["lounge"],["lounge"],["lounge"],["lounge"],["lounge"],["lounge"],["lounge"],["lounge"],["lounge"],["lounge"],["lounge"],["lounge"],["lounge"],["lounge"],["lounge"],["lounge"],["lounge"],["lounge"],["lounge"],["lounge"],["lounge"],["extra.other1"],["bambino-2011"],["bambino-2011"],["extra.other1"],["bambino-2011"],["bambino-2011"],["extra.other3+fr"],["extra.bahr"],["bambino-2011"],["bambino-2011"],["extra.other1"],["extra.other1"],["extra.other2"],["extra.bahr"],["extra.other1"],["bambino-2011"],["bambino-2011"],["bambino-2011"],["extra.otto"],["bambino-2011"],["bambino-2011"],["bambino-2011"],["bambino-2011"],["bambino-2011"],["extra.otto"],["bambino-2011"],["bambino-2011"],["extra.otto"],["bambino-2011"],["extra.otto"],["bambino-2011"],["bambino-2011"],["bambino-2011"],["bambino-2011"],["extra.otto"],["bambino-2011"],["bambino-2011"],["bambino-2011"],["bambino-2011"],["bambino-2011"],["bambino-2011"],["extra.otto"],["bambino-2011"],["bambino-2011"],["bambino-2011"],["extra.otto"],["bambino-2011"],["bambino-2011"],["bambino-2011"],["bambino-2011"],["bambino-2011"],["bambino-2011"],["bambino-2011"],["bambino-2011"],["bambino-2011"],["bambino-2011"],["bambino-2011"],["bambino-2011"],["bambino-2011"],["bambino-2011"],["bambino-2011"],["bambino-2011"],["bambino-2011"],["bambino-2011"],["bambino-2011"],["bambino-2011"],["bambino-2011"],["extra.otto"],["bambino-2011"],["extra.other2"],["extra.other2"]],colors:[[[248,235,216,855,35.625,0.696,0.91]],[[171,120,80,879,26.374,0.363,0.492]],[[245,220,183,424,35.806,0.756,0.839]],[[244,226,218,548,18.462,0.542,0.906]],[[242,229,207,633,37.714,0.574,0.88]],[[178,136,45,954,41.053,0.596,0.437]],[[241,236,210,1000,50.323,0.525,0.884]],[[244,232,211,720,38.182,0.6,0.892]],[[249,233,200,379,40.408,0.803,0.88]],[[245,228,219,513,20.769,0.565,0.91]],[[242,228,206,424,36.667,0.581,0.878]],[[241,233,210,713,44.516,0.525,0.884],[181,161,155,52,13.846,0.149,0.659],[201,188,194,25,332.308,0.107,0.763]],[[83,74,58,712,38.4,0.177,0.276]],[[230,183,131,647,31.515,0.664,0.708]],[[85,71,53,633,33.75,0.232,0.271]],[[231,186,131,543,33,0.676,0.71]],[[249,213,165,258,34.286,0.875,0.812]],[[240,201,157,431,31.807,0.735,0.778]],[[205,160,95,260,35.455,0.524,0.588]],[[139,108,84,322,26.182,0.247,0.437]],[[214,206,202,376,20,0.128,0.816]],[[168,151,104,447,44.062,0.269,0.533]],[[180,164,106,301,47.027,0.33,0.561]],[[177,144,105,259,32.5,0.316,0.553]],[[176,138,79,217,36.495,0.38,0.5]],[[140,104,85,207,20.727,0.244,0.441]],[[175,145,89,299,39.07,0.35,0.518]],[[171,137,142,988,351.176,0.168,0.604]],[[189,121,67,423,26.557,0.48,0.502]],[[194,158,121,397,30.411,0.374,0.618]],[[220,215,211,719,26.667,0.114,0.845]],[[166,151,103,767,45.714,0.261,0.527]],[[230,220,180,643,48,0.5,0.804]],[[238,215,187,961,32.941,0.6,0.833]],[[136,70,60,677,7.895,0.388,0.384]],[[230,198,194,654,6.667,0.419,0.831]],[[241,205,139,996,38.824,0.785,0.745]],[[170,134,141,670,348.333,0.175,0.596]],[[196,123,60,501,27.794,0.535,0.502]],[[195,154,109,650,31.395,0.417,0.596]],[[227,221,219,464,15,0.125,0.875]],[[180,166,104,723,48.947,0.336,0.557]],[[221,214,178,513,50.233,0.387,0.782]],[[228,200,170,729,31.034,0.518,0.78]],[[136,75,57,809,13.671,0.409,0.378]],[[229,197,194,269,5.143,0.402,0.829]],[[228,187,123,523,36.571,0.66,0.688]],[[237,198,148,522,33.708,0.712,0.755]],[[249,210,167,670,31.463,0.872,0.816]],[[163,143,146,553,351,0.098,0.6]],[[207,135,76,907,27.023,0.577,0.555]],[[199,162,124,331,30.4,0.401,0.633]],[[233,226,221,487,25,0.214,0.89]],[[184,165,104,627,45.75,0.36,0.565]],[[232,219,175,623,46.316,0.553,0.798]],[[250,220,185,549,32.308,0.867,0.853]],[[149,87,55,653,20.426,0.461,0.4]],[[233,204,198,801,10.286,0.443,0.845]],[[247,214,165,493,35.854,0.837,0.808]],[[167,137,143,452,348,0.146,0.596]],[[182,117,58,479,28.548,0.517,0.471]],[[204,171,133,279,32.113,0.41,0.661]],[[210,202,199,669,16.364,0.109,0.802]],[[183,167,112,568,46.479,0.33,0.578]],[[217,205,165,448,46.154,0.406,0.749]],[[229,201,172,510,30.526,0.523,0.786]],[[142,85,55,564,20.69,0.442,0.386]],[[217,184,181,468,5,0.321,0.78]],[[234,201,144,527,38,0.682,0.741]],[[154,135,144,282,331.579,0.086,0.567],[137,112,95,185,24.286,0.181,0.455]],[[206,135,71,360,28.444,0.579,0.543]],[[201,173,136,352,34.154,0.376,0.661]],[[226,221,212,275,38.571,0.194,0.859]],[[185,167,115,335,44.571,0.333,0.588]],[[227,218,183,395,47.727,0.44,0.804]],[[249,225,196,339,32.83,0.815,0.873]],[[147,86,57,389,19.333,0.441,0.4]],[[225,203,195,265,16,0.333,0.824]],[[237,210,157,442,39.75,0.69,0.773]],[[163,142,149,288,340,0.102,0.598],[138,117,105,262,21.818,0.136,0.476]],[[206,136,75,482,27.939,0.572,0.551]],[[199,169,135,326,31.875,0.364,0.655]],[[227,219,211,368,30,0.222,0.859],[155,153,157,10,270,0.02,0.608]],[[185,168,117,340,45,0.327,0.592]],[[226,215,178,283,46.25,0.453,0.792]],[[242,220,194,306,32.5,0.649,0.855]],[[150,91,66,351,17.857,0.389,0.424]],[[222,196,189,233,12.727,0.333,0.806]],[[233,204,154,431,37.975,0.642,0.759]],[[168,156,119,400,45.306,0.22,0.563]],[[187,175,177,422,350,0.081,0.71],[167,149,141,61,18.462,0.129,0.604]],[[213,152,153,538,359.016,0.421,0.716],[180,135,103,49,24.935,0.339,0.555]],[[238,198,139,637,35.758,0.744,0.739]],[[244,207,164,502,32.25,0.784,0.8]],[[206,142,107,550,21.212,0.503,0.614]],[[233,204,171,680,31.935,0.585,0.792]],[[241,220,198,362,30.698,0.606,0.861]],[[186,166,121,633,41.538,0.32,0.602]],[[202,197,204,631,282.857,0.064,0.786]],[[213,150,148,767,1.846,0.436,0.708]],[[234,196,139,398,36,0.693,0.731]],[[249,212,177,931,29.167,0.857,0.835]],[[198,122,80,594,21.356,0.509,0.545]],[[231,155,119,469,19.286,0.7,0.686]],[[236,210,187,793,28.163,0.563,0.829]],[[237,217,199,883,28.421,0.514,0.855]],[[197,203,206,991,200,0.084,0.79]],[[235,198,195,977,4.5,0.5,0.843]],[[230,225,222,462,22.5,0.138,0.886]],[[214,140,98,649,21.724,0.586,0.612]],[[237,197,156,774,30.37,0.692,0.771]],[[139,131,89,754,50.4,0.219,0.447]],[[230,180,136,883,28.085,0.653,0.718]],[[202,188,145,799,45.263,0.35,0.68]],[[212,201,177,1000,41.143,0.289,0.763]],[[235,201,149,1000,36.279,0.683,0.753]],[[242,211,171,1000,33.803,0.732,0.81]],[[237,214,186,998,32.941,0.586,0.829]],[[228,178,116,506,33.214,0.675,0.675]],[[165,93,68,272,15.464,0.416,0.457]],[[184,113,70,400,22.632,0.449,0.498]],[[229,186,139,380,31.333,0.634,0.722]],[[226,206,173,356,37.358,0.477,0.782]],[[214,165,122,425,28.043,0.529,0.659]],[[218,198,185,384,23.636,0.308,0.79]],[[213,173,174,632,358.5,0.323,0.757]],[[220,204,196,389,20,0.255,0.816]],[[184,173,171,549,9.231,0.084,0.696]],[[207,202,200,741,17.143,0.068,0.798]],[[206,181,139,755,37.612,0.406,0.676]],[[204,178,137,583,36.716,0.396,0.669]],[[198,184,139,600,45.763,0.341,0.661]],[[215,183,149,387,30.909,0.452,0.714]],[[228,207,169,476,38.644,0.522,0.778]],[[228,197,145,264,37.59,0.606,0.731]],[[229,206,184,822,29.333,0.464,0.81]],[[236,218,195,615,33.659,0.519,0.845]],[[226,195,141,278,38.118,0.594,0.72]],[[226,180,141,435,27.529,0.594,0.72]],[[208,143,123,577,14.118,0.475,0.649]],[[182,110,74,909,20,0.425,0.502]],[[167,92,66,418,15.446,0.433,0.457]],[[134,54,44,689,6.667,0.506,0.349]],[[197,176,111,755,45.349,0.426,0.604]],[[208,186,165,696,29.302,0.314,0.731]],[[179,169,169,829,0,0.062,0.682]],[[102,75,55,436,25.532,0.299,0.308]],[[249,214,169,748,33.75,0.87,0.82]],[[247,210,182,888,25.846,0.802,0.841]],[[245,214,167,504,36.154,0.796,0.808]],[[239,214,182,766,33.684,0.64,0.825]],[[230,219,182,333,46.25,0.49,0.808]],[[226,221,217,372,26.667,0.134,0.869]],[[248,216,212,770,6.667,0.72,0.902]],[[235,214,196,471,27.692,0.494,0.845]],[[166,153,117,721,44.082,0.216,0.555]],[[197,186,184,667,9.231,0.101,0.747]],[[226,151,155,402,356.8,0.564,0.739]],[[230,181,121,640,33.028,0.686,0.688]],[[236,186,139,756,29.072,0.719,0.735]],[[216,145,113,849,18.641,0.569,0.645]],[[227,198,177,528,25.2,0.472,0.792]],[[237,199,171,980,25.455,0.647,0.8]],[[186,178,180,447,345,0.055,0.714]],[[242,238,232,952,36,0.278,0.929]],[[231,228,231,428,300,0.059,0.9]],[[234,216,206,682,21.429,0.4,0.863]],[[231,228,232,565,285,0.08,0.902],[211,191,175,19,26.667,0.29,0.757]],[[231,228,232,565,285,0.08,0.902],[211,191,175,19,26.667,0.29,0.757]],[[236,236,213,453,60,0.377,0.88]],[[241,228,216,328,28.8,0.472,0.896]],[[206,215,232,294,219.231,0.361,0.859]],[[238,236,213,605,55.2,0.424,0.884]],[[240,229,217,389,31.304,0.434,0.896]],[[229,181,176,258,5.66,0.505,0.794]],[[238,218,202,319,26.667,0.514,0.863]],[[211,166,154,292,12.632,0.393,0.716],[181,79,87,121,355.294,0.408,0.51]],[[251,210,143,747,37.222,0.931,0.773],[236,125,129,9,357.838,0.745,0.708]],[[245,227,210,554,29.143,0.636,0.892],[226,118,136,13,350,0.651,0.675]],[[232,217,199,434,32.727,0.418,0.845]],[[246,233,150,390,51.875,0.842,0.776],[105,141,47,104,82.979,0.5,0.369]],[[246,244,234,661,50,0.4,0.941],[112,138,100,43,101.053,0.16,0.467]],[[239,228,150,277,52.584,0.736,0.763]],[[244,232,214,435,36,0.577,0.898]],[[143,145,149,366,220,0.028,0.573]],[[207,206,204,401,40,0.03,0.806],[178,181,184,254,210,0.041,0.71]],[[209,175,147,228,27.097,0.403,0.698],[79,59,71,67,324,0.145,0.271],[125,128,119,41,80,0.036,0.484]],[[246,218,174,460,36.667,0.8,0.824]],[[239,234,228,492,32.727,0.256,0.916]],[[153,172,101,366,76.056,0.3,0.535],[199,175,97,87,45.882,0.477,0.58],[226,167,151,86,12.8,0.564,0.739],[194,103,112,54,354.066,0.427,0.582]],[[209,203,171,392,50.526,0.292,0.745],[241,189,194,83,354.231,0.65,0.843]],[[228,208,181,376,34.468,0.465,0.802]],[[212,213,210,712,80,0.034,0.829]],[[211,210,209,473,30,0.022,0.824],[177,176,177,218,300,0.006,0.692],[115,112,118,14,270,0.026,0.451]],[[229,219,206,351,33.913,0.307,0.853]],[[172,21,44,446,350.861,0.782,0.378]],[[249,197,81,307,41.429,0.933,0.647]],[[252,204,214,602,347.5,0.889,0.894]],[[250,243,232,507,36.667,0.643,0.945]],[[237,207,153,450,38.571,0.7,0.765],[112,70,66,62,5.217,0.258,0.349]],[[20,54,107,528,216.552,0.685,0.249]],[[243,227,216,850,24.444,0.529,0.9]],[[40,35,25,333,40,0.231,0.127],[109,112,111,158,160,0.014,0.433]],[[141,213,213,493,180,0.462,0.694]],[[36,50,100,506,226.875,0.471,0.267]],[[134,217,219,704,181.412,0.541,0.692],[16,57,124,3,217.222,0.771,0.275]],[[175,174,177,749,260,0.019,0.688],[207,202,201,82,10,0.059,0.8]],[[243,237,234,709,20,0.273,0.935],[152,154,176,89,235,0.132,0.643],[211,208,214,44,270,0.068,0.827]],[[220,196,177,327,26.512,0.381,0.778]],[[208,202,199,369,20,0.087,0.798]],[[116,164,208,650,208.696,0.495,0.635],[204,79,66,55,5.652,0.575,0.529],[142,129,146,12,285.882,0.072,0.539]],[[138,213,215,731,181.558,0.49,0.692],[208,81,16,57,20.312,0.857,0.439],[210,218,203,41,92,0.169,0.825]],[[10,17,22,614,205,0.375,0.063],[82,81,84,125,260,0.018,0.324],[170,54,47,58,3.415,0.567,0.425],[202,198,192,33,36,0.086,0.773],[163,128,129,18,358.286,0.16,0.571]],[[250,243,235,886,32,0.6,0.951],[209,86,86,26,0,0.572,0.578]],[[249,245,240,915,33.333,0.429,0.959],[175,177,179,21,210,0.026,0.694],[98,97,101,9,255,0.02,0.388]],[[206,227,169,295,81.724,0.509,0.776],[181,204,216,201,200.571,0.31,0.778],[250,204,21,185,47.948,0.958,0.531]],[[228,203,178,220,30,0.481,0.796]],[[228,180,152,254,22.105,0.585,0.745],[146,13,44,208,346.015,0.836,0.312]],[[149,150,155,329,230,0.029,0.596],[203,197,190,250,32.308,0.111,0.771]],[[234,222,221,331,4.615,0.236,0.892],[231,223,165,217,52.727,0.579,0.776],[219,170,207,154,314.694,0.405,0.763],[107,205,206,70,180.606,0.503,0.614],[182,210,193,49,143.571,0.237,0.769]],[[247,235,229,731,20,0.529,0.933],[165,160,164,109,312,0.027,0.637],[49,39,41,50,348,0.114,0.173]],[[244,235,231,733,18.462,0.371,0.931],[154,154,163,78,240,0.047,0.622],[218,66,74,60,356.842,0.673,0.557]],[[216,178,150,400,25.455,0.458,0.718]],[[234,226,214,522,36,0.323,0.878],[155,150,151,96,348,0.024,0.598]],[[148,148,153,785,240,0.024,0.59],[238,228,219,48,28.421,0.358,0.896],[119,115,119,11,300,0.017,0.459]],[[233,228,215,872,43.333,0.29,0.878],[219,171,171,46,0,0.4,0.765],[205,116,128,2,351.91,0.471,0.629]],[[241,232,215,636,39.231,0.481,0.894]],[[239,232,226,370,27.692,0.289,0.912]],[[241,234,219,498,40.909,0.44,0.902]],[[237,228,214,615,36.522,0.39,0.884],[159,157,159,86,300,0.01,0.62]],[[242,233,222,438,33,0.435,0.91]],[[238,229,215,832,36.522,0.404,0.888]],[[242,234,225,523,31.765,0.395,0.916],[47,37,38,106,354,0.119,0.165],[93,82,82,15,0,0.063,0.343]],[[241,233,222,597,34.737,0.404,0.908],[168,166,169,68,280,0.017,0.657]],[[209,149,115,377,21.702,0.505,0.635]],[[199,170,121,461,37.692,0.411,0.627]],[[231,211,188,317,32.093,0.473,0.822]],[[125,130,142,271,222.353,0.07,0.524],[175,168,166,132,13.333,0.053,0.669]],[[144,119,104,298,22.5,0.161,0.486]],[[149,106,76,349,24.658,0.324,0.441]],[[165,157,157,455,0,0.043,0.631],[117,107,109,73,348,0.045,0.439]],[[144,113,97,403,20.426,0.195,0.473]],[[146,113,82,279,29.062,0.281,0.447]],[[171,170,154,271,56.471,0.092,0.637],[151,108,88,132,19.048,0.264,0.469],[116,136,127,57,153,0.079,0.494]],[[171,145,106,292,36,0.279,0.543],[121,132,106,29,85.385,0.109,0.467]],[[158,108,92,249,14.545,0.264,0.49]],[[166,160,157,365,20,0.048,0.633],[109,97,98,131,355,0.058,0.404]],[[164,108,84,231,18,0.323,0.486]],[[161,106,81,290,18.75,0.331,0.475]],[[151,117,84,867,29.552,0.285,0.461]],[[35,36,36,736,180,0.014,0.139]],[[27,54,101,564,218.108,0.578,0.251]],[[125,201,202,599,180.779,0.421,0.641]],[[207,188,99,631,49.444,0.529,0.6]],[[207,188,99,631,49.444,0.529,0.6]],[[181,143,123,994,20.69,0.282,0.596]],[[181,143,123,994,20.69,0.282,0.596]],[[239,228,220,774,25.263,0.373,0.9]],[[239,228,220,774,25.263,0.373,0.9]],[[218,69,81,736,355.168,0.668,0.563]],[[218,69,81,736,355.168,0.668,0.563]],[[154,146,148,639,345,0.038,0.588]],[[154,146,148,639,345,0.038,0.588]],[[252,234,168,536,47.143,0.933,0.824]],[[235,172,113,886,29.016,0.753,0.682]],[[237,215,197,898,27,0.526,0.851]],[[237,215,197,898,27,0.526,0.851]],[[240,229,221,709,25.263,0.388,0.904],[158,156,158,54,300,0.01,0.616],[127,125,130,5,264,0.02,0.5]],[[240,229,221,709,25.263,0.388,0.904],[158,156,158,54,300,0.01,0.616],[127,125,130,5,264,0.02,0.5]],[[253,237,179,825,47.027,0.949,0.847]],[[161,34,76,351,340.157,0.651,0.382]],[[254,197,108,924,36.575,0.986,0.71]],[[254,239,101,506,54.118,0.987,0.696]],[[227,221,217,403,24,0.152,0.871]],[[227,221,217,403,24,0.152,0.871]],[[221,196,176,555,26.667,0.398,0.778]],[[221,196,176,555,26.667,0.398,0.778]],[[235,216,202,933,25.455,0.452,0.857]],[[235,216,202,933,25.455,0.452,0.857]],[[232,216,203,650,26.897,0.387,0.853],[199,191,192,16,352.5,0.067,0.765]],[[248,247,243,960,48,0.263,0.963],[198,217,232,10,206.471,0.425,0.843]],[[246,217,187,733,30.508,0.766,0.849]],[[105,154,212,343,212.523,0.554,0.622],[93,91,103,15,250,0.062,0.38]],[[251,238,217,784,37.059,0.81,0.918]],[[227,216,199,683,36.429,0.333,0.835]],[[216,177,165,579,14.118,0.395,0.747]],[[239,237,237,620,0,0.059,0.933],[216,214,203,102,50.769,0.143,0.822]],[[242,229,183,727,46.78,0.694,0.833],[187,122,99,5,15.682,0.393,0.561]],[[237,214,218,582,349.565,0.39,0.884],[226,203,172,85,34.444,0.482,0.78]],[[226,228,233,553,222.857,0.137,0.9],[224,207,183,63,35.122,0.398,0.798]],[[189,202,226,295,218.919,0.389,0.814]],[[242,200,152,632,32,0.776,0.773]],[[233,220,209,509,27.5,0.353,0.867]],[[240,201,177,783,22.857,0.677,0.818],[247,219,224,4,349.286,0.636,0.914]],[[239,214,210,897,8.276,0.475,0.88]],[[239,227,211,618,34.286,0.467,0.882]],[[234,226,199,280,46.286,0.455,0.849]],[[240,231,210,850,42,0.5,0.882]],[[229,205,187,559,25.714,0.447,0.816]],[[231,219,207,600,30,0.333,0.859]],[[216,177,166,599,13.2,0.391,0.749]],[[238,220,216,550,10.909,0.393,0.89]],[[232,221,195,434,42.162,0.446,0.837]],[[231,219,209,515,27.273,0.314,0.863]],[[237,203,167,840,30.857,0.66,0.792]],[[220,188,167,543,23.774,0.431,0.759]],[[220,202,171,573,37.959,0.412,0.767]],[[213,172,140,871,26.301,0.465,0.692]],[[240,195,156,479,27.857,0.737,0.776]],[[211,187,141,877,39.429,0.443,0.69]],[[230,199,171,686,28.475,0.541,0.786]],[[238,200,155,514,32.53,0.709,0.771]],[[219,205,173,474,41.739,0.39,0.769]],[[240,239,220,617,57,0.4,0.902]],[[248,240,231,937,31.765,0.548,0.939]],[[244,232,220,570,30,0.522,0.91]],[[243,220,196,651,30.638,0.662,0.861]],[[207,175,149,828,26.897,0.377,0.698]],[[240,227,219,409,22.857,0.412,0.9]],[[242,207,179,408,26.667,0.708,0.825]],[[243,230,207,716,38.333,0.6,0.882]],[[230,231,206,676,62.4,0.342,0.857]],[[214,181,172,598,12.857,0.339,0.757]],[[228,229,205,407,62.5,0.316,0.851]],[[234,221,199,521,37.714,0.455,0.849]],[[230,206,182,739,30,0.49,0.808]],[[230,213,187,520,36.279,0.462,0.818]],[[238,216,202,312,23.333,0.514,0.863]],[[235,232,233,359,340,0.07,0.916],[188,212,205,18,162.5,0.218,0.784]],[[237,235,236,334,330,0.053,0.925],[208,217,212,77,146.667,0.106,0.833]],[[232,232,200,683,60,0.41,0.847]],[[246,237,231,712,24,0.455,0.935]],[[247,218,199,612,23.75,0.75,0.875]],[[241,229,212,523,35.172,0.509,0.888]],[[70,72,84,427,231.429,0.091,0.302]],[[215,215,218,662,240,0.039,0.849]],[[54,58,65,414,218.182,0.092,0.233],[175,71,87,119,350.769,0.423,0.482],[223,197,196,92,2.222,0.297,0.822]],[[218,214,209,683,33.333,0.108,0.837],[183,181,181,153,0,0.014,0.714],[141,141,143,55,240,0.009,0.557]],[[246,237,227,528,31.579,0.514,0.927]],[[233,213,204,428,18.621,0.397,0.857]],[[236,228,229,346,352.5,0.174,0.91],[211,189,189,1,0,0.2,0.784]],[[233,229,212,346,48.571,0.323,0.873]],[[230,202,209,975,345,0.359,0.847]],[[232,205,213,1000,342.222,0.37,0.857]],[[239,216,202,636,22.703,0.536,0.865]],[[237,217,204,666,23.636,0.478,0.865]],[[244,216,174,490,36,0.761,0.82]],[[247,221,177,565,37.714,0.814,0.831]],[[240,228,217,507,28.696,0.434,0.896]],[[238,226,216,725,27.273,0.393,0.89]],[[236,226,211,597,36,0.397,0.876]],[[245,236,229,630,26.25,0.444,0.929]],[[244,210,183,711,26.557,0.735,0.837]],[[248,234,206,679,40,0.75,0.89]],[[228,200,187,488,19.024,0.432,0.814]],[[150,120,104,403,20.87,0.181,0.498]],[[210,213,175,840,64.737,0.311,0.761]],[[234,208,200,561,14.118,0.447,0.851]],[[240,203,181,501,22.373,0.663,0.825]],[[233,214,175,545,40.345,0.569,0.8]],[[229,205,183,469,28.696,0.469,0.808]],[[229,202,184,418,24,0.464,0.81]],[[197,186,149,240,46.25,0.293,0.678]],[[176,175,179,432,255,0.026,0.694]],[[141,76,93,358,344.308,0.3,0.425]],[[241,220,183,378,38.276,0.674,0.831]],[[237,176,141,814,21.875,0.727,0.741]],[[201,207,166,570,68.78,0.299,0.731]],[[226,208,186,472,33,0.408,0.808]],[[231,219,204,479,33.333,0.36,0.853]],[[239,196,147,608,31.957,0.742,0.757]],[[207,212,169,783,66.977,0.333,0.747]],[[229,214,186,654,39.07,0.453,0.814]],[[200,169,151,617,22.041,0.308,0.688]],[[240,218,199,700,27.805,0.577,0.861]],[[235,187,165,663,18.857,0.636,0.784]],[[247,226,175,632,42.5,0.818,0.827]],[[245,174,109,805,28.676,0.872,0.694]],[[221,226,185,470,67.317,0.414,0.806]],[[173,178,206,758,230.909,0.252,0.743]],[[209,209,211,713,240,0.022,0.824]],[[238,200,173,490,24.923,0.657,0.806]],[[229,237,210,559,77.778,0.429,0.876]],[[233,213,197,429,26.667,0.45,0.843]],[[230,214,209,523,14.286,0.296,0.861]],[[220,203,164,281,41.786,0.444,0.753]],[[207,200,173,645,47.647,0.262,0.745]],[[227,190,162,340,25.846,0.537,0.763]],[[219,200,182,388,29.189,0.339,0.786]],[[230,199,166,472,30.938,0.561,0.776]],[[164,146,137,589,20,0.129,0.59]],[[218,200,183,693,29.143,0.321,0.786]],[[220,205,167,502,43.019,0.431,0.759]],[[210,205,179,980,50.323,0.256,0.763]],[[229,197,172,502,26.316,0.523,0.786]],[[226,214,209,515,17.647,0.227,0.853]],[[227,214,202,577,28.8,0.309,0.841]],[[208,208,175,762,60,0.26,0.751]],[[229,186,155,273,25.135,0.587,0.753]],[[219,204,199,540,15,0.217,0.82]],[[230,218,207,515,28.696,0.315,0.857]],[[121,117,122,504,288,0.021,0.469]],[[196,198,172,847,64.615,0.186,0.725]],[[189,199,143,600,70.714,0.333,0.671]],[[216,170,167,657,3.673,0.386,0.751]],[[220,194,171,426,28.163,0.412,0.767]],[[220,196,165,416,33.818,0.44,0.755]],[[199,168,153,661,19.565,0.291,0.69]],[[227,218,214,692,18.462,0.188,0.865]],[[227,220,214,584,27.692,0.188,0.865]],[[143,67,53,583,9.333,0.459,0.384]],[[165,123,66,727,34.545,0.429,0.453]],[[205,185,195,798,330,0.167,0.765]],[[177,188,197,738,207,0.147,0.733]],[[180,196,182,921,127.5,0.119,0.737]],[[189,196,155,467,70.244,0.258,0.688]],[[227,165,132,282,20.842,0.629,0.704]],[[227,175,148,721,20.506,0.585,0.735]],[[229,209,186,742,32.093,0.453,0.814]],[[231,217,201,801,32,0.385,0.847]],[[228,221,213,590,32,0.217,0.865]],[[236,204,173,626,29.524,0.624,0.802]],[[199,78,82,528,358.017,0.519,0.543]],[[205,139,110,603,18.316,0.487,0.618]],[[172,183,137,431,74.348,0.242,0.627]],[[207,165,121,341,30.698,0.473,0.643]],[[103,55,99,594,305,0.304,0.31]],[[228,216,207,717,25.714,0.28,0.853]],[[126,99,91,343,13.714,0.161,0.425]],[[235,231,228,531,25.714,0.149,0.908]],[[104,57,104,417,300,0.292,0.316]],[[221,212,199,371,35.455,0.244,0.824]],[[230,225,221,335,26.667,0.153,0.884]],[[229,219,208,779,31.429,0.288,0.857]],[[229,225,222,439,25.714,0.119,0.884]],[[209,142,105,349,21.346,0.531,0.616]],[[103,75,74,427,2.069,0.164,0.347]],[[246,241,235,639,32.727,0.379,0.943]],[[209,138,103,330,19.811,0.535,0.612]],[[93,68,74,349,345.6,0.155,0.316],[145,101,81,182,18.75,0.283,0.443]],[[234,232,231,885,20,0.067,0.912]],[[176,74,75,684,359.412,0.408,0.49]],[[158,135,129,445,12.414,0.13,0.563]],[[247,241,231,788,37.5,0.5,0.937]],[[149,66,68,673,358.554,0.386,0.422]],[[152,129,125,668,8.889,0.116,0.543]],[[246,239,229,806,35.294,0.486,0.931]],[[74,71,73,634,320,0.021,0.284],[111,108,95,116,48.75,0.078,0.404],[152,152,152,86,0,0,0.596]],[[248,232,84,620,54.146,0.921,0.651],[207,89,77,79,5.538,0.575,0.557]],[[241,239,242,594,280,0.103,0.943],[167,157,164,105,318,0.054,0.635],[213,206,205,101,7.5,0.087,0.82]],[[53,51,50,913,20,0.029,0.202]],[[169,171,175,667,220,0.036,0.675]],[[232,215,151,561,47.407,0.638,0.751]],[[213,202,196,834,21.176,0.168,0.802]],[[232,229,228,572,15,0.08,0.902]],[[236,233,229,921,34.286,0.156,0.912]],[[186,168,164,900,10.909,0.137,0.686]],[[234,229,221,432,36.923,0.236,0.892]],[[83,130,97,304,137.872,0.221,0.418],[178,163,153,265,24,0.14,0.649]],[[117,111,112,1000,350,0.026,0.447]],[[49,50,53,1000,225,0.039,0.2]],[[235,228,220,811,32,0.273,0.892]],[[241,241,241,1000,0,0,0.945]],[[105,99,103,864,320,0.029,0.4]],[[61,57,58,780,345,0.034,0.231],[99,99,103,65,240,0.02,0.396]],[[236,227,218,650,30,0.321,0.89]],[[246,246,244,1000,60,0.1,0.961]],[[109,101,102,867,352.5,0.038,0.412]],[[244,243,241,1000,40,0.12,0.951]],[[157,65,68,399,358.043,0.414,0.435]],[[147,123,116,999,13.548,0.126,0.516]],[[123,115,119,999,330,0.034,0.467]],[[123,102,137,742,276,0.146,0.469]],[[164,84,139,701,318.75,0.323,0.486]],[[220,205,194,826,25.385,0.271,0.812]],[[226,210,200,762,23.077,0.31,0.835]],[[232,231,228,1000,45,0.08,0.902]],[[92,149,13,306,85.147,0.84,0.318],[69,89,99,123,200,0.179,0.329],[146,109,13,43,43.308,0.836,0.312],[65,132,71,9,125.373,0.34,0.386]],[[157,210,226,345,193.913,0.543,0.751],[209,209,225,190,240,0.211,0.851]],[[79,81,85,509,220,0.037,0.322]],[[107,78,120,454,281.429,0.212,0.388]],[[232,215,209,474,15.652,0.333,0.865]],[[236,234,232,708,30,0.095,0.918]],[[185,132,100,621,22.588,0.378,0.559]],[[103,82,77,890,11.538,0.144,0.353]],[[89,66,68,549,354.783,0.148,0.304]],[[234,225,220,524,21.429,0.25,0.89]],[[238,236,234,1000,30,0.105,0.925]],[[56,53,58,716,276,0.045,0.218],[91,91,99,63,240,0.042,0.373]],[[227,219,208,539,34.737,0.253,0.853]],[[238,237,238,695,300,0.029,0.931],[206,206,209,122,240,0.032,0.814]],[[55,55,58,744,240,0.027,0.222]],[[120,109,112,519,343.636,0.048,0.449]],[[235,217,209,435,18.462,0.394,0.871]],[[237,234,231,764,30,0.143,0.918]],[[231,220,211,335,27,0.294,0.867]],[[94,138,93,312,118.667,0.195,0.453],[152,169,98,238,74.366,0.292,0.524],[178,166,148,147,36,0.163,0.639]],[[112,88,85,407,6.667,0.137,0.386]],[[205,182,168,290,22.703,0.27,0.731]],[[146,83,110,481,334.286,0.275,0.449]],[[219,208,203,484,18.75,0.182,0.827],[239,232,234,229,342.857,0.179,0.924]],[[243,236,230,410,27.692,0.351,0.927]],[[111,92,92,638,0,0.094,0.398]],[[222,207,201,539,17.143,0.241,0.829]],[[169,158,162,665,338.182,0.06,0.641]],[[124,106,118,592,320,0.078,0.451]],[[169,144,139,810,10,0.149,0.604]],[[232,222,224,481,348,0.179,0.89]],[[214,206,203,788,16.364,0.118,0.818]],[[245,244,241,1000,45,0.167,0.953]],[[236,225,215,522,28.571,0.356,0.884]],[[241,235,232,905,20,0.243,0.927]],[[105,88,85,459,9,0.105,0.373]],[[167,153,156,653,347.143,0.074,0.627]],[[116,98,107,501,330,0.084,0.42]],[[156,139,133,587,15.652,0.104,0.567]],[[244,241,241,967,0,0.12,0.951]],[[239,232,230,660,13.333,0.22,0.92]],[[88,66,62,579,9.231,0.173,0.294]],[[189,165,147,668,25.714,0.241,0.659]],[[147,130,122,644,19.2,0.104,0.527]],[[229,221,215,693,25.714,0.212,0.871]],[[162,156,125,520,50.27,0.166,0.563]],[[231,215,197,811,31.765,0.415,0.839]],[[41,50,72,931,222.581,0.274,0.222]],[[211,198,188,577,26.087,0.207,0.782]],[[227,188,114,635,39.292,0.669,0.669]],[[116,53,87,775,327.619,0.373,0.331]],[[242,237,228,738,38.571,0.35,0.922]],[[240,230,226,519,17.143,0.318,0.914]],[[174,164,135,550,44.615,0.194,0.606]],[[240,221,204,731,28.333,0.545,0.871]],[[79,86,105,706,223.846,0.141,0.361]],[[93,70,69,825,2.5,0.148,0.318]],[[152,132,123,916,18.621,0.123,0.539]],[[131,68,98,628,331.429,0.317,0.39]],[[237,226,216,850,28.571,0.368,0.888]],[[157,150,117,648,49.5,0.169,0.537]],[[239,235,226,900,41.538,0.289,0.912]],[[240,225,212,509,27.857,0.483,0.886]],[[220,205,199,902,17.143,0.231,0.822]],[[173,152,143,899,18,0.155,0.62]],[[119,102,100,684,6.316,0.087,0.429]],[[226,190,132,607,37.021,0.618,0.702]],[[171,158,161,443,346.154,0.072,0.645]],[[132,114,130,767,306.667,0.073,0.482]],[[152,91,121,610,330.492,0.251,0.476]],[[237,230,227,778,18,0.217,0.91]],[[226,218,214,643,20,0.171,0.863]],[[241,239,238,1000,20,0.097,0.939]],[[247,240,232,1000,32,0.484,0.939]],[[233,221,211,730,27.273,0.333,0.871]],[[184,93,117,529,344.176,0.391,0.543]],[[84,78,77,1000,8.571,0.043,0.316]],[[93,69,56,527,21.081,0.248,0.292]],[[146,135,108,1000,42.632,0.15,0.498]],[[72,60,57,843,12,0.116,0.253]],[[227,213,189,780,37.895,0.404,0.816]],[[149,123,66,902,41.205,0.386,0.422]],[[115,41,60,996,344.595,0.474,0.306]],[[239,201,200,1000,1.538,0.549,0.861]],[[144,93,52,649,26.739,0.469,0.384]],[[161,140,42,545,49.412,0.586,0.398]],[[210,206,179,1000,52.258,0.256,0.763]],[[200,200,198,994,60,0.018,0.78]],[[233,222,202,724,38.71,0.413,0.853]],[[240,235,222,744,43.333,0.375,0.906]],[[113,41,56,642,347.5,0.468,0.302]],[[71,67,61,440,36,0.076,0.259]],[[169,149,42,649,50.551,0.602,0.414]],[[175,172,143,656,54.375,0.167,0.624]],[[247,243,231,652,45,0.5,0.937]],[[250,247,235,930,48,0.6,0.951]],[[205,173,175,578,356.25,0.242,0.741]],[[87,61,48,376,20,0.289,0.265],[198,181,84,256,51.053,0.5,0.553]],[[73,62,54,394,25.263,0.15,0.249]],[[179,179,177,587,60,0.013,0.698],[147,151,154,81,205.714,0.033,0.59]],[[218,204,181,612,37.297,0.333,0.782]],[[247,240,228,753,37.895,0.543,0.931]],[[150,46,72,1000,345,0.531,0.384]],[[58,58,58,996,0,0,0.227]],[[110,89,76,950,22.941,0.183,0.365]],[[205,194,175,767,38,0.231,0.745]],[[162,163,167,477,228,0.028,0.645]],[[234,225,214,508,33,0.323,0.878]],[[145,85,116,1000,329,0.261,0.451]],[[202,189,155,666,43.404,0.307,0.7]],[[86,111,134,968,208.75,0.218,0.431]],[[232,162,88,632,30.833,0.758,0.627]],[[185,165,99,737,46.047,0.381,0.557]],[[163,199,217,667,200,0.415,0.745]],[[217,209,186,991,44.516,0.29,0.79]],[[202,200,196,966,40,0.054,0.78]],[[231,226,219,612,35,0.2,0.882]],[[116,28,54,492,342.273,0.611,0.282]],[[44,43,42,713,30,0.023,0.169]],[[105,87,77,434,21.429,0.154,0.357],[125,129,131,12,200,0.024,0.502]],[[221,214,196,316,43.2,0.269,0.818]],[[209,209,207,707,60,0.021,0.816]],[[236,232,226,485,36,0.208,0.906]],[[154,45,73,367,344.587,0.548,0.39],[218,148,77,91,30.213,0.656,0.578]],[[107,100,88,290,37.895,0.097,0.382]],[[118,92,80,393,18.947,0.192,0.388],[152,159,166,137,210,0.073,0.624],[130,129,132,2,260,0.012,0.512]],[[216,203,183,380,36.364,0.297,0.782]],[[170,172,171,520,150,0.012,0.671],[204,205,201,234,75,0.038,0.796]],[[227,219,210,384,31.765,0.233,0.857]],[[230,228,229,487,330,0.038,0.898]],[[227,215,199,432,34.286,0.333,0.835]],[[202,209,183,585,76.154,0.22,0.769]],[[244,230,215,423,31.034,0.569,0.9]],[[173,175,160,382,68,0.086,0.657],[210,201,204,96,340,0.091,0.806],[200,154,115,36,27.529,0.436,0.618]],[[171,150,139,826,20.625,0.16,0.608]],[[207,178,144,978,32.381,0.396,0.688]],[[218,198,175,790,32.093,0.368,0.771]],[[115,69,86,774,337.826,0.25,0.361]],[[228,216,205,693,28.696,0.299,0.849]],[[189,154,110,415,33.418,0.374,0.586]],[[119,107,104,495,12,0.067,0.437]],[[237,232,230,572,17.143,0.163,0.916]],[[82,72,76,656,336,0.065,0.302],[123,114,101,126,35.455,0.098,0.439]],[[237,228,214,639,36.522,0.39,0.884]],[[237,228,214,639,36.522,0.39,0.884]],[[178,97,62,376,18.103,0.483,0.471]],[[93,71,89,484,310.909,0.134,0.322],[110,98,124,170,267.692,0.117,0.435]],[[158,151,105,398,52.075,0.215,0.516]],[[198,212,170,939,80,0.328,0.749]],[[200,169,144,880,26.786,0.337,0.675]],[[80,72,71,928,6.667,0.06,0.296]],[[227,202,177,748,30,0.472,0.792]],[[234,227,220,683,30,0.25,0.89]],[[234,227,220,683,30,0.25,0.89]],[[240,208,166,860,34.054,0.712,0.796]],[[217,220,186,741,65.294,0.327,0.796]],[[236,218,178,839,41.379,0.604,0.812]],[[180,135,147,884,344,0.231,0.618]],[[240,209,194,627,19.565,0.605,0.851]],[[153,151,151,788,0,0.01,0.596]],[[216,169,199,846,321.702,0.376,0.755]],[[145,100,131,632,318.667,0.184,0.48]],[[174,148,188,749,279,0.23,0.659]],[[231,219,208,835,28.696,0.324,0.861]],[[167,151,122,622,38.667,0.204,0.567]],[[155,153,151,649,30,0.02,0.6]],[[149,134,125,562,22.5,0.102,0.537]],[[176,145,112,711,30.938,0.288,0.565]],[[89,70,83,623,318.947,0.119,0.312],[106,98,119,155,262.857,0.097,0.425]],[[157,155,154,376,20,0.015,0.61]],[[91,79,92,573,295.385,0.076,0.335],[153,136,122,126,27.097,0.132,0.539]],[[242,237,235,635,17.143,0.212,0.935]],[[47,47,51,679,240,0.041,0.192]],[[242,221,200,877,30,0.618,0.867]],[[156,144,114,688,42.857,0.175,0.529]],[[155,146,97,589,50.69,0.23,0.494]],[[93,82,90,753,316.364,0.063,0.343]],[[242,242,242,1000,0,0,0.949]],[[51,54,58,999,214.286,0.064,0.214]],[[85,75,77,1000,348,0.062,0.314]],[[241,235,226,813,36,0.349,0.916]],[[176,97,62,547,18.421,0.479,0.467]],[[157,144,135,611,24.545,0.101,0.573]],[[168,138,100,894,33.529,0.281,0.525]],[[92,72,88,766,312,0.122,0.322]],[[152,145,141,966,21.818,0.051,0.575]],[[114,55,87,984,327.458,0.349,0.331]],[[201,184,170,990,27.097,0.223,0.727]],[[38,48,67,975,219.31,0.276,0.206]],[[230,210,187,300,32.093,0.462,0.818]],[[50,49,51,319,270,0.02,0.196],[155,133,101,253,35.556,0.213,0.502]],[[118,60,91,307,327.931,0.326,0.349],[127,105,128,1,297.391,0.099,0.457]],[[199,186,173,367,30,0.188,0.729]],[[13,35,50,288,204.324,0.587,0.124],[110,97,94,223,11.25,0.078,0.4]],[[13,35,50,288,204.324,0.587,0.124],[110,97,94,223,11.25,0.078,0.4]],[[228,218,207,446,31.429,0.28,0.853]],[[228,218,207,446,31.429,0.28,0.853]],[[185,166,143,351,32.857,0.231,0.643]],[[227,208,185,344,32.857,0.429,0.808]],[[241,237,234,761,25.714,0.2,0.931]],[[46,47,46,777,120,0.011,0.182]],[[122,80,108,387,320,0.208,0.396]],[[200,185,168,503,31.875,0.225,0.722]],[[80,78,83,230,264,0.031,0.316],[46,56,68,177,212.727,0.193,0.224]],[[80,78,83,230,264,0.031,0.316],[46,56,68,177,212.727,0.193,0.224]],[[114,106,102,565,20,0.056,0.424],[9,37,60,144,207.059,0.739,0.135]],[[114,106,102,565,20,0.056,0.424],[9,37,60,144,207.059,0.739,0.135]],[[242,215,178,310,34.688,0.711,0.824]],[[234,234,237,468,240,0.077,0.924]],[[198,117,89,461,15.413,0.489,0.563]],[[217,188,166,356,25.882,0.402,0.751]],[[196,205,153,431,70.385,0.342,0.702]],[[207,179,136,650,36.338,0.425,0.673]],[[220,164,120,338,26.4,0.588,0.667]],[[208,185,167,591,26.341,0.304,0.735]],[[238,211,173,322,35.077,0.657,0.806],[104,110,41,290,65.217,0.457,0.296]],[[237,202,181,615,22.5,0.609,0.82]],[[114,111,113,416,320,0.013,0.441],[139,139,142,278,240,0.013,0.551]],[[242,202,171,642,26.197,0.732,0.81]],[[237,217,199,532,28.421,0.514,0.855]],[[214,218,180,482,66.316,0.339,0.78]],[[144,86,69,368,13.6,0.352,0.418]],[[177,76,83,906,355.842,0.399,0.496]],[[234,219,202,491,31.875,0.432,0.855]],[[196,174,171,639,7.2,0.175,0.72]],[[236,227,218,499,30,0.321,0.89]],[[226,212,200,490,27.692,0.31,0.835]],[[122,100,92,548,16,0.14,0.42]],[[185,207,124,642,75.904,0.464,0.649]],[[185,207,124,642,75.904,0.464,0.649]],[[158,45,58,489,353.097,0.557,0.398]],[[158,45,58,489,353.097,0.557,0.398]],[[39,42,46,721,214.286,0.082,0.167],[4,7,7,167,180,0.273,0.022]],[[39,42,46,721,214.286,0.082,0.167],[4,7,7,167,180,0.273,0.022]],[[235,233,227,744,45,0.167,0.906]],[[235,233,227,744,45,0.167,0.906]],[[227,208,190,397,29.189,0.398,0.818]],[[210,214,219,528,213.333,0.111,0.841]],[[238,220,204,542,28.235,0.5,0.867]],[[227,228,197,399,61.935,0.365,0.833]],[[244,238,227,611,38.824,0.436,0.924]],[[77,56,51,233,11.538,0.203,0.251],[44,76,92,163,200,0.353,0.267]],[[77,56,51,233,11.538,0.203,0.251],[44,76,92,163,200,0.353,0.267]],[[154,88,119,270,331.818,0.273,0.475],[32,24,41,138,268.235,0.262,0.127]],[[237,235,232,679,36,0.122,0.92]],[[237,235,232,679,36,0.122,0.92]],[[219,209,202,496,24.706,0.191,0.825]],[[219,209,202,496,24.706,0.191,0.825]],[[176,195,202,484,196.154,0.197,0.741],[151,152,160,59,233.333,0.045,0.61],[120,97,106,44,336.522,0.106,0.425]],[[183,188,195,494,215,0.091,0.741]],[[233,232,229,697,45,0.083,0.906]],[[242,238,228,699,42.857,0.35,0.922]],[[180,197,205,698,199.2,0.2,0.755],[141,141,144,60,240,0.013,0.559],[121,115,117,58,340,0.025,0.463]],[[183,189,197,515,214.286,0.108,0.745]],[[227,225,222,384,36,0.082,0.88]],[[133,51,72,410,344.634,0.446,0.361],[142,113,107,161,10.286,0.141,0.488]],[[241,239,235,333,40,0.176,0.933]],[[241,239,235,333,40,0.176,0.933]],[[201,183,166,294,29.143,0.245,0.72]],[[186,221,229,879,191.163,0.453,0.814]],[[213,226,170,894,73.929,0.491,0.776]],[[131,62,73,895,350.435,0.358,0.378]],[[61,60,65,681,252,0.04,0.245]],[[244,244,244,1000,0,0,0.957]],[[222,205,192,395,26,0.313,0.812]],[[236,225,214,689,30,0.367,0.882]],[[236,225,214,689,30,0.367,0.882]],[[78,61,59,928,6.316,0.139,0.269]],[[78,61,59,928,6.316,0.139,0.269]],[[231,233,170,435,61.905,0.589,0.79]],[[231,233,170,435,61.905,0.589,0.79]],[[181,52,61,373,355.814,0.554,0.457],[222,208,199,349,23.478,0.258,0.825]],[[181,52,61,373,355.814,0.554,0.457],[222,208,199,349,23.478,0.258,0.825]],[[2,6,10,450,210,0.667,0.024]],[[235,229,218,455,38.824,0.298,0.888]],[[135,41,59,454,348.511,0.534,0.345]],[[108,107,113,332,250,0.027,0.431]],[[228,217,206,435,30,0.289,0.851]],[[177,198,206,957,196.552,0.228,0.751]],[[185,189,196,744,218.182,0.085,0.747]],[[231,228,227,652,15,0.077,0.898]],[[220,211,207,767,18.462,0.157,0.837]],[[233,229,220,662,41.538,0.228,0.888]],[[194,212,221,480,200,0.284,0.814]],[[216,226,178,570,72.5,0.453,0.792]],[[143,56,68,776,351.724,0.437,0.39]],[[182,182,187,785,240,0.035,0.724]],[[238,237,235,1000,40,0.081,0.927]],[[231,220,209,545,30,0.314,0.863]],[[98,82,77,515,14.286,0.12,0.343]],[[67,61,68,425,291.429,0.054,0.253]],[[67,61,68,425,291.429,0.054,0.253]],[[225,221,219,403,20,0.091,0.871]],[[225,221,219,403,20,0.091,0.871]],[[197,186,175,843,30,0.159,0.729]],[[197,186,175,843,30,0.159,0.729]],[[146,104,116,806,342.857,0.168,0.49]],[[146,104,116,806,342.857,0.168,0.49]],[[118,100,101,517,356.667,0.083,0.427]],[[147,50,57,647,355.67,0.492,0.386],[108,58,53,96,5.455,0.342,0.316]],[[190,174,167,563,18.261,0.15,0.7]],[[49,50,53,704,225,0.039,0.2],[92,98,100,21,195,0.042,0.376]],[[49,50,53,704,225,0.039,0.2],[92,98,100,21,195,0.042,0.376]],[[221,212,205,557,26.25,0.19,0.835]],[[94,70,65,416,10.345,0.182,0.312]],[[94,70,65,416,10.345,0.182,0.312]],[[88,71,68,496,9,0.128,0.306],[115,94,100,71,342.857,0.1,0.41]],[[239,235,231,432,30,0.2,0.922]],[[187,154,144,866,13.953,0.24,0.649]],[[222,211,203,514,25.263,0.224,0.833]],[[232,230,230,969,0,0.042,0.906]],[[234,214,187,950,34.468,0.528,0.825]],[[234,214,187,950,34.468,0.528,0.825]],[[236,216,188,466,35,0.558,0.831]],[[228,219,212,437,26.25,0.229,0.863]],[[177,149,133,995,21.818,0.22,0.608]],[[229,220,212,658,28.235,0.246,0.865]],[[168,43,58,395,352.8,0.592,0.414],[228,215,208,308,21,0.27,0.855]],[[173,147,133,414,21,0.196,0.6]],[[229,219,209,615,30,0.278,0.859]],[[232,227,220,680,35,0.207,0.886]],[[225,114,154,273,338.378,0.649,0.665]],[[252,208,140,308,36.429,0.949,0.769]],[[253,246,206,305,51.064,0.922,0.9]],[[221,208,195,476,30,0.277,0.816]],[[130,102,90,560,18,0.182,0.431]],[[216,205,197,811,25.263,0.196,0.81]],[[232,229,227,530,24,0.098,0.9]],[[203,201,203,986,300,0.019,0.792]],[[207,213,168,704,68,0.349,0.747]],[[225,207,186,582,32.308,0.394,0.806]],[[225,207,186,582,32.308,0.394,0.806]],[[235,231,228,456,25.714,0.149,0.908]],[[235,231,228,456,25.714,0.149,0.908]],[[108,85,75,490,18.182,0.18,0.359]],[[238,234,226,319,40,0.261,0.91]],[[238,234,226,319,40,0.261,0.91]],[[237,233,232,388,12,0.122,0.92],[185,23,58,118,347.037,0.779,0.408],[27,58,120,105,220,0.633,0.288],[183,171,181,67,310,0.077,0.694]],[[237,233,232,388,12,0.122,0.92],[185,23,58,118,347.037,0.779,0.408],[27,58,120,105,220,0.633,0.288],[183,171,181,67,310,0.077,0.694]],[[213,214,179,385,61.714,0.299,0.771],[220,225,220,72,120,0.077,0.873]],[[213,214,179,385,61.714,0.299,0.771],[220,225,220,72,120,0.077,0.873]],[[231,225,218,339,32.308,0.213,0.88],[61,74,126,234,228,0.348,0.367],[167,153,159,113,334.286,0.074,0.627]],[[231,225,218,339,32.308,0.213,0.88],[61,74,126,234,228,0.348,0.367],[167,153,159,113,334.286,0.074,0.627]],[[133,103,91,678,17.143,0.188,0.439]],[[229,214,203,759,25.385,0.333,0.847]],[[208,213,168,887,66.667,0.349,0.747]],[[208,213,168,887,66.667,0.349,0.747]],[[228,211,195,674,29.091,0.379,0.829]],[[225,221,219,433,20,0.091,0.871]],[[185,203,230,886,216,0.474,0.814],[160,150,174,6,265,0.129,0.635]],[[244,230,211,827,34.545,0.6,0.892],[206,205,210,10,252,0.053,0.814],[168,180,204,8,220,0.261,0.729]],[[114,90,83,835,13.548,0.157,0.386]],[[186,204,231,851,216,0.484,0.818]],[[218,200,182,866,30,0.327,0.784]],[[156,144,149,631,335,0.057,0.588]],[[216,196,179,672,27.568,0.322,0.775]],[[232,230,228,633,30,0.08,0.902]],[[176,153,147,807,12.414,0.155,0.633]],[[176,153,147,807,12.414,0.155,0.633]],[[176,153,147,807,12.414,0.155,0.633]],[[216,212,211,805,12,0.06,0.837]],[[227,218,211,630,26.25,0.222,0.859]],[[227,218,211,630,26.25,0.222,0.859]],[[93,69,76,575,342.5,0.148,0.318]],[[93,69,76,575,342.5,0.148,0.318]],[[201,188,182,599,18.947,0.15,0.751]],[[201,188,182,599,18.947,0.15,0.751]],[[201,188,182,599,18.947,0.15,0.751]],[[193,169,156,381,21.081,0.23,0.684],[130,125,130,16,300,0.02,0.5]],[[193,169,156,381,21.081,0.23,0.684],[130,125,130,16,300,0.02,0.5]],[[200,184,176,438,20,0.179,0.737],[81,67,75,344,325.714,0.095,0.29]],[[200,184,176,438,20,0.179,0.737],[81,67,75,344,325.714,0.095,0.29]],[[200,184,176,438,20,0.179,0.737],[81,67,75,344,325.714,0.095,0.29]],[[226,217,208,392,30,0.237,0.851]],[[203,187,181,550,16.364,0.175,0.753],[151,109,134,125,324.286,0.168,0.51]],[[203,187,181,550,16.364,0.175,0.753],[151,109,134,125,324.286,0.168,0.51]],[[241,239,236,682,36,0.152,0.935]],[[234,219,204,515,30,0.417,0.859]],[[232,229,228,561,15,0.08,0.902]],[[153,124,116,429,12.973,0.154,0.527]],[[234,227,220,538,30,0.25,0.89]],[[132,107,121,710,326.4,0.105,0.469]],[[222,207,194,344,27.857,0.298,0.816]],[[117,79,108,349,314.211,0.194,0.384],[233,223,225,144,348,0.185,0.894]],[[229,220,208,337,34.286,0.288,0.857],[184,202,220,326,210,0.34,0.792]],[[248,243,234,877,38.571,0.5,0.945],[225,216,215,35,6,0.143,0.863],[223,175,201,19,327.5,0.429,0.78]],[[248,244,240,887,30,0.364,0.957],[215,220,221,21,190,0.081,0.855],[160,161,163,9,220,0.016,0.633]],[[230,210,198,452,22.5,0.39,0.839]],[[232,230,227,679,36,0.098,0.9]],[[233,217,202,934,29.032,0.413,0.853]],[[233,217,202,934,29.032,0.413,0.853]],[[203,100,139,881,337.282,0.498,0.594]],[[231,220,210,748,28.571,0.304,0.865]],[[236,232,225,563,38.182,0.224,0.904]],[[236,232,225,563,38.182,0.224,0.904]],[[236,232,225,563,38.182,0.224,0.904]],[[239,227,211,929,34.286,0.467,0.882]],[[239,227,211,929,34.286,0.467,0.882]],[[237,236,234,1000,40,0.077,0.924]],[[241,230,216,441,33.6,0.472,0.896]],[[241,230,216,441,33.6,0.472,0.896]],[[238,234,230,553,30,0.19,0.918]],[[173,171,176,551,264,0.031,0.68]],[[117,112,108,270,26.667,0.04,0.441],[67,63,66,24,315,0.031,0.255]],[[176,177,181,346,228,0.033,0.7],[112,108,115,294,274.286,0.031,0.437]],[[232,209,186,941,30,0.5,0.82]],[[213,153,134,214,14.43,0.485,0.68]],[[235,230,228,428,17.143,0.149,0.908]],[[234,229,227,530,17.143,0.143,0.904]],[[233,210,199,830,19.412,0.436,0.847]],[[234,231,230,822,15,0.087,0.91]],[[89,84,89,484,300,0.029,0.339]],[[133,103,92,394,16.098,0.182,0.441]],[[195,168,153,405,21.429,0.259,0.682]],[[232,234,233,476,150,0.045,0.914],[74,73,79,413,250,0.039,0.298],[159,160,162,33,220,0.016,0.629]],[[80,90,125,365,226.667,0.22,0.402]],[[221,194,171,369,27.6,0.424,0.769]],[[229,205,184,763,28,0.464,0.81]],[[229,220,214,551,24,0.224,0.869]],[[233,213,196,422,27.568,0.457,0.841]],[[240,234,226,565,34.286,0.318,0.914]],[[156,139,129,296,22.222,0.12,0.559]],[[235,231,226,503,33.333,0.184,0.904]],[[76,76,84,396,240,0.05,0.314]],[[232,231,231,942,0,0.021,0.908]],[[138,109,98,213,16.5,0.169,0.463]],[[76,73,76,541,300,0.02,0.292],[134,134,138,191,240,0.017,0.533]],[[122,92,78,415,19.091,0.22,0.392]],[[55,56,59,582,225,0.035,0.224]],[[114,109,119,338,270,0.044,0.447]],[[232,229,227,414,24,0.098,0.9]],[[137,117,110,945,15.556,0.109,0.484]],[[232,218,205,754,28.889,0.37,0.857]],[[215,198,181,387,30,0.298,0.776]],[[215,198,181,387,30,0.298,0.776]],[[140,60,72,372,351,0.4,0.392],[103,95,102,194,307.5,0.04,0.388],[201,174,170,73,7.742,0.223,0.727]],[[145,117,106,925,16.923,0.155,0.492]],[[109,112,117,1000,217.5,0.035,0.443]],[[133,51,62,803,351.951,0.446,0.361]],[[238,222,208,504,28,0.469,0.875]],[[238,222,208,504,28,0.469,0.875]],[[177,23,45,1000,351.429,0.77,0.392]],[[48,44,46,1000,330,0.043,0.18]],[[48,44,46,1000,330,0.043,0.18]],[[246,172,98,728,30,0.892,0.675]],[[246,184,115,1000,31.603,0.879,0.708]],[[137,52,93,755,331.059,0.45,0.371]],[[194,55,114,648,334.532,0.558,0.488]],[[221,117,158,658,336.346,0.605,0.663]],[[234,175,201,1000,333.559,0.584,0.802]],[[180,202,126,531,77.368,0.418,0.643]],[[187,216,144,1000,84.167,0.48,0.706]],[[249,203,122,999,38.268,0.914,0.727]],[[228,198,146,1000,38.049,0.603,0.733]],[[228,198,146,1000,38.049,0.603,0.733]],[[232,123,91,829,13.617,0.754,0.633]],[[251,156,119,827,16.818,0.943,0.725]],[[232,167,141,1000,17.143,0.664,0.731]],[[232,167,141,1000,17.143,0.664,0.731]],[[106,176,186,1000,187.5,0.367,0.573]],[[133,178,197,999,197.812,0.356,0.647]],[[149,187,203,1000,197.778,0.342,0.69]],[[135,100,87,953,16.25,0.216,0.435]],[[135,100,87,953,16.25,0.216,0.435]],[[151,105,85,1000,18.182,0.28,0.463]],[[151,105,85,1000,18.182,0.28,0.463]],[[196,167,151,991,21.333,0.276,0.68]],[[196,167,151,991,21.333,0.276,0.68]],[[238,214,194,928,27.273,0.564,0.847]],[[232,229,218,320,47.143,0.233,0.882],[155,207,207,224,180,0.351,0.71],[196,222,151,186,81.972,0.518,0.731]],[[211,204,197,238,30,0.137,0.8],[163,202,216,183,195.849,0.405,0.743],[176,178,175,24,100,0.019,0.692]],[[206,173,152,362,23.333,0.355,0.702],[184,93,115,169,345.495,0.391,0.543]],[[224,222,220,525,30,0.061,0.871],[49,50,60,181,234.545,0.101,0.214],[126,121,131,109,270,0.04,0.494]],[[209,228,132,436,71.875,0.64,0.706]],[[122,200,206,283,184.286,0.462,0.643],[190,217,113,249,75.577,0.578,0.647],[238,231,216,121,40.909,0.393,0.89]],[[239,236,228,608,43.636,0.256,0.916],[37,44,56,100,217.895,0.204,0.182]],[[249,245,235,387,42.857,0.538,0.949],[144,203,213,162,188.696,0.451,0.7],[172,209,160,21,105.306,0.348,0.724]],[[255,209,138,379,36.41,1,0.771],[227,121,153,139,341.887,0.654,0.682]],[[247,244,238,405,40,0.36,0.951],[141,198,220,115,196.709,0.53,0.708]],[[246,240,236,393,24,0.357,0.945],[170,85,105,117,345.882,0.333,0.5]],[[245,238,230,382,32,0.429,0.931]],[[242,241,238,636,45,0.133,0.941],[48,49,53,176,228,0.05,0.198],[161,160,160,44,0,0.005,0.629],[128,126,128,16,300,0.008,0.498]],[[238,238,238,509,0,0,0.933],[58,58,65,345,240,0.057,0.241]],[[229,225,222,347,25.714,0.119,0.884]],[[156,125,97,475,28.475,0.233,0.496]],[[232,221,208,501,32.5,0.343,0.863]],[[238,226,213,500,31.2,0.424,0.884]],[[112,113,129,645,236.471,0.071,0.473]],[[106,39,53,862,347.463,0.462,0.284]],[[230,203,179,942,28.235,0.505,0.802]],[[219,215,188,682,52.258,0.301,0.798]],[[235,221,207,637,30,0.412,0.867]],[[114,80,80,445,0,0.175,0.38]],[[176,137,115,434,21.639,0.279,0.571]],[[205,194,219,666,266.4,0.258,0.81]],[[230,207,180,696,32.4,0.5,0.804]],[[233,212,221,487,334.286,0.323,0.873]],[[230,201,180,605,25.2,0.5,0.804]],[[237,232,228,780,26.667,0.2,0.912]],[[109,28,37,712,353.333,0.591,0.269],[134,86,75,36,11.186,0.282,0.41]],[[168,180,186,393,200,0.115,0.694],[221,209,182,63,41.538,0.364,0.79]],[[185,169,112,421,46.849,0.343,0.582]],[[226,212,199,405,28.889,0.318,0.833]],[[179,174,175,651,348,0.032,0.692],[224,218,215,114,20,0.127,0.861]],[[176,150,103,357,38.63,0.316,0.547]],[[237,202,180,926,23.158,0.613,0.818]],[[233,200,170,766,28.571,0.589,0.79]],[[236,220,199,711,34.054,0.493,0.853]],[[234,210,175,998,35.593,0.584,0.802]],[[221,207,196,487,26.4,0.269,0.818]],[[202,186,117,587,48.706,0.445,0.625]],[[187,169,106,489,46.667,0.373,0.575]],[[232,220,180,647,46.154,0.531,0.808]],[[171,143,92,408,38.734,0.32,0.516]],[[233,215,222,578,336.667,0.29,0.878]],[[207,175,155,452,23.077,0.351,0.71]],[[238,232,228,749,24,0.227,0.914]],[[111,26,36,749,352.941,0.62,0.269]],[[166,179,185,407,198.947,0.119,0.688]],[[207,214,216,867,193.333,0.103,0.829]],[[179,176,179,903,300,0.019,0.696]],[[211,130,93,464,18.814,0.573,0.596]],[[123,47,93,423,323.684,0.447,0.333]],[[235,214,222,595,337.143,0.344,0.88]],[[228,221,218,783,18,0.156,0.875]],[[233,227,222,502,27.273,0.2,0.892]],[[111,26,34,762,354.353,0.62,0.269]],[[23,35,67,696,223.636,0.489,0.176]],[[112,43,67,959,339.13,0.445,0.304]],[[129,121,125,550,330,0.032,0.49]],[[210,133,99,570,18.378,0.552,0.606]],[[235,184,146,999,25.618,0.69,0.747]],[[228,215,201,878,31.111,0.333,0.841]],[[232,199,166,896,30,0.589,0.78]],[[238,207,187,968,23.529,0.6,0.833]],[[229,194,149,653,33.75,0.606,0.741]],[[236,209,173,1000,34.286,0.624,0.802]],[[183,165,104,873,46.329,0.354,0.563]],[[200,184,116,999,48.571,0.433,0.62]],[[231,220,178,671,47.547,0.525,0.802]],[[175,145,98,608,36.623,0.325,0.535]],[[84,57,47,987,16.216,0.282,0.257]],[[179,154,146,918,14.545,0.178,0.637]],[[206,176,157,613,23.265,0.333,0.712]],[[237,220,198,893,33.846,0.52,0.853]],[[231,206,180,957,30.588,0.515,0.806]],[[164,179,186,828,199.091,0.137,0.686]],[[204,211,214,1000,198,0.109,0.82]],[[194,181,182,805,355.385,0.096,0.735]],[[180,174,180,999,300,0.038,0.694]],[[165,99,132,480,330,0.268,0.518]],[[236,236,238,490,240,0.056,0.929]],[[233,224,213,568,33,0.312,0.875]],[[174,169,168,648,10,0.036,0.671]],[[226,219,210,417,33.75,0.216,0.855]],[[228,213,187,330,38.049,0.432,0.814]],[[161,159,153,272,45,0.041,0.616]],[[231,231,229,432,60,0.04,0.902],[173,175,176,244,200,0.019,0.684]],[[215,196,167,541,36.25,0.375,0.749]],[[150,171,170,647,177.143,0.111,0.629],[211,209,204,67,42.857,0.074,0.814]],[[238,228,207,433,40.645,0.477,0.873]],[[224,220,215,520,33.333,0.127,0.861]],[[235,231,228,566,25.714,0.149,0.908]],[[228,218,202,554,36.923,0.325,0.843]],[[237,221,152,575,48.706,0.702,0.763]],[[165,177,153,342,90,0.133,0.647]],[[210,221,220,369,174.545,0.139,0.845]],[[229,219,202,558,37.778,0.342,0.845]],[[235,233,229,1000,40,0.13,0.91]],[[236,232,226,818,36,0.208,0.906]],[[240,229,216,958,32.5,0.444,0.894]],[[239,233,171,951,54.706,0.68,0.804]],[[215,221,212,750,100,0.117,0.849]],[[207,221,225,479,193.333,0.231,0.847]],[[236,226,210,810,36.923,0.406,0.875]],[[152,100,120,638,336.923,0.206,0.494]],[[219,214,211,802,22.5,0.1,0.843]],[[217,199,171,944,36.522,0.377,0.761]],[[227,213,150,733,49.091,0.579,0.739]],[[189,200,178,612,90,0.167,0.741]],[[163,186,188,466,184.8,0.157,0.688]],[[219,204,181,902,36.316,0.345,0.784]],[[236,227,211,473,38.4,0.397,0.876]],[[170,112,142,553,328.966,0.254,0.553]],[[176,171,168,778,22.5,0.048,0.675]],[[237,236,234,560,40,0.077,0.924]],[[227,217,201,558,36.923,0.317,0.839]],[[218,198,169,549,35.51,0.398,0.759]],[[241,224,141,395,49.8,0.781,0.749]],[[210,215,196,484,75.789,0.192,0.806]],[[205,214,214,443,180,0.099,0.822]],[[237,227,201,613,43.333,0.5,0.859]],[[237,234,234,1000,0,0.077,0.924]],[[242,214,174,1000,35.294,0.723,0.816]],[[228,220,209,852,34.737,0.26,0.857]],[[199,211,150,952,71.803,0.409,0.708]],[[200,179,160,341,28.5,0.267,0.706]],[[237,236,234,910,40,0.077,0.924]],[[218,182,203,493,325,0.327,0.784]],[[52,52,58,483,240,0.055,0.216],[61,153,166,211,187.429,0.463,0.445]],[[237,230,225,291,25,0.25,0.906],[191,183,184,47,352.5,0.059,0.733]],[[177,67,84,449,350.727,0.451,0.478],[53,51,58,245,257.143,0.064,0.214],[193,189,189,216,0,0.031,0.749]],[[247,211,141,471,39.623,0.869,0.761],[231,170,163,9,6.176,0.586,0.773]],[[239,233,227,464,30,0.273,0.914],[62,61,66,235,252,0.039,0.249]],[[238,225,217,484,22.857,0.382,0.892]],[[248,240,225,424,39.13,0.622,0.927]],[[245,188,133,485,29.464,0.848,0.741],[223,145,147,4,358.462,0.549,0.722]],[[100,79,74,339,11.538,0.149,0.341]],[[199,219,233,897,204.706,0.436,0.847]],[[173,202,214,1000,197.561,0.333,0.759]],[[176,206,133,968,84.658,0.427,0.665]],[[198,203,153,908,66,0.325,0.698]],[[221,226,184,625,67.143,0.42,0.804]],[[246,190,123,594,32.683,0.872,0.724]],[[249,208,148,1000,35.644,0.894,0.778]],[[245,214,148,1000,40.825,0.829,0.771]],[[250,233,187,971,43.81,0.863,0.857]],[[176,51,72,1000,349.92,0.551,0.445]],[[62,58,65,466,274.286,0.057,0.241]],[[82,158,170,579,188.182,0.349,0.494]],[[116,59,106,997,310.526,0.326,0.343]],[[186,82,129,687,332.885,0.43,0.525]],[[211,125,161,637,334.884,0.494,0.659]],[[231,193,210,526,333.158,0.442,0.831]],[[167,161,162,466,350,0.033,0.643]],[[196,189,190,730,351.429,0.056,0.755]],[[244,239,235,1000,26.667,0.29,0.939]],[[114,88,81,933,12.727,0.169,0.382]],[[196,125,98,487,16.531,0.454,0.576]],[[233,189,150,902,28.193,0.654,0.751]],[[178,149,134,997,20.455,0.222,0.612]],[[210,186,169,974,24.878,0.313,0.743]],[[235,216,199,999,28.333,0.474,0.851]],[[240,228,218,810,27.273,0.423,0.898]],[[50,51,54,501,225,0.038,0.204],[57,85,89,138,187.5,0.219,0.286]],[[201,130,91,526,21.273,0.505,0.573]],[[221,181,198,707,334.5,0.37,0.788]],[[243,233,219,744,35,0.5,0.906],[144,186,204,54,198,0.37,0.682]],[[173,200,210,424,196.216,0.291,0.751],[233,226,217,281,33.75,0.267,0.882],[194,212,151,98,77.705,0.415,0.712]],[[235,226,217,282,30,0.31,0.886],[221,182,192,261,344.615,0.364,0.79],[177,201,206,116,190.345,0.228,0.751]],[[186,14,59,407,344.302,0.86,0.392]],[[50,49,52,628,260,0.03,0.198]],[[230,218,200,456,36,0.375,0.843]],[[234,218,202,842,30,0.432,0.855]],[[203,124,89,807,18.421,0.523,0.573]],[[212,204,199,793,23.077,0.131,0.806]],[[187,59,80,772,350.156,0.52,0.482]],[[238,234,229,973,33.333,0.209,0.916]],[[42,44,47,782,216,0.056,0.175]],[[173,201,210,835,194.595,0.291,0.751],[207,212,180,142,69.375,0.271,0.769]],[[219,222,162,545,63,0.476,0.753]],[[247,187,135,833,27.857,0.875,0.749],[229,141,150,142,353.864,0.629,0.725]],[[83,64,54,439,20.69,0.212,0.269]],[[235,219,206,835,26.897,0.42,0.865]],[[48,45,49,695,285,0.043,0.184],[43,75,83,94,192,0.317,0.247]],[[186,62,82,654,350.323,0.5,0.486]],[[240,234,230,637,24,0.25,0.922],[109,104,112,130,277.5,0.037,0.424],[193,190,191,38,340,0.024,0.751]],[[42,44,47,679,216,0.056,0.175]],[[176,203,209,759,190.909,0.264,0.755]],[[202,207,153,727,65.556,0.36,0.706]],[[81,62,53,614,19.286,0.209,0.263]],[[81,62,53,614,19.286,0.209,0.263]],[[51,49,48,753,20,0.03,0.194],[112,116,120,77,210,0.034,0.455]],[[222,160,187,476,333.871,0.484,0.749]],[[50,49,48,751,30,0.02,0.192],[147,34,54,80,349.381,0.624,0.355]],[[237,233,228,721,33.333,0.2,0.912],[60,62,65,76,216,0.04,0.245],[153,152,155,66,260,0.015,0.602],[203,209,185,45,75,0.207,0.773]],[[238,227,218,743,27,0.37,0.894],[182,206,215,78,196.364,0.292,0.778],[207,206,157,64,58.8,0.342,0.714]],[[245,188,136,721,28.624,0.845,0.747],[227,148,151,20,357.722,0.585,0.735]],[[240,220,174,745,41.818,0.687,0.812],[216,124,152,54,341.739,0.541,0.667]],[[232,216,202,787,28,0.395,0.851]],[[47,46,47,512,300,0.011,0.182],[81,80,83,152,260,0.018,0.32],[21,143,164,108,188.811,0.773,0.363]],[[217,181,199,612,330,0.321,0.78]],[[187,62,82,484,350.4,0.502,0.488],[186,170,166,145,12,0.127,0.69]],[[235,231,227,455,30,0.167,0.906],[104,97,102,231,317.143,0.035,0.394],[153,150,154,97,285,0.019,0.596]],[[43,44,48,563,228,0.055,0.178]],[[239,232,222,265,35.294,0.347,0.904],[178,203,214,87,198.333,0.305,0.769]],[[242,226,169,502,46.849,0.737,0.806],[189,207,147,126,78,0.385,0.694],[217,122,147,17,344.211,0.556,0.665]],[[187,214,233,738,204.783,0.511,0.824]],[[156,148,154,704,315,0.039,0.596],[185,175,175,81,0,0.067,0.706],[212,206,200,80,30,0.122,0.808]],[[37,34,37,737,300,0.042,0.139],[106,81,81,167,0,0.134,0.367]],[[171,149,140,693,17.419,0.156,0.61]],[[212,79,59,547,7.843,0.64,0.531]],[[247,237,228,569,28.421,0.543,0.931]],[[171,181,185,645,197.143,0.091,0.698],[153,147,142,194,27.273,0.051,0.578]],[[51,79,78,592,177.857,0.215,0.255],[170,148,116,177,35.556,0.241,0.561],[114,119,100,68,75.789,0.087,0.429]],[[57,54,55,413,340,0.027,0.218],[89,154,173,243,193.571,0.339,0.514]],[[242,232,217,490,36,0.49,0.9]],[[203,200,198,509,24,0.046,0.786]],[[23,29,40,481,218.824,0.27,0.124],[98,73,67,333,11.613,0.188,0.324]],[[238,234,228,478,36,0.227,0.914],[119,116,119,472,300,0.013,0.461],[171,169,169,10,0,0.012,0.667]],[[38,45,54,444,213.75,0.174,0.18],[221,211,186,411,42.857,0.34,0.798]],[[140,36,53,497,350.192,0.591,0.345]],[[35,37,43,326,225,0.103,0.153],[236,232,225,316,38.182,0.224,0.904],[152,153,153,28,180,0.005,0.598]],[[171,167,153,490,46.667,0.097,0.635],[160,185,187,313,184.444,0.166,0.68]],[[196,191,192,413,348,0.041,0.759]],[[146,113,100,863,16.957,0.187,0.482]],[[42,44,51,1000,226.667,0.097,0.182]],[[189,189,189,872,0,0,0.741]],[[243,230,214,1000,33.103,0.547,0.896]],[[194,209,210,896,183.75,0.151,0.792]],[[237,232,219,1000,43.333,0.333,0.894]],[[138,134,135,999,345,0.017,0.533]],[[240,225,210,516,30,0.5,0.882]],[[185,158,147,647,17.368,0.213,0.651]],[[122,97,83,550,21.538,0.19,0.402]],[[243,238,229,1000,38.571,0.368,0.925]],[[236,229,208,1000,45,0.424,0.871]],[[121,26,42,885,349.895,0.646,0.288]],[[181,174,152,967,45.517,0.164,0.653]],[[227,221,152,647,55.2,0.573,0.743]],[[157,135,121,581,23.333,0.155,0.545]],[[206,182,177,984,10.345,0.228,0.751]],[[71,59,58,781,4.615,0.101,0.253]],[[238,230,221,621,31.765,0.333,0.9]],[[118,42,51,986,352.895,0.475,0.314]],[[186,50,91,658,341.912,0.576,0.463]],[[221,213,196,419,40.8,0.269,0.818]],[[73,69,73,976,300,0.028,0.278]],[[221,199,185,330,23.333,0.346,0.796]],[[75,54,49,503,11.538,0.21,0.243]],[[233,227,218,485,36,0.254,0.884]],[[46,50,57,442,218.182,0.107,0.202],[206,190,172,192,31.765,0.258,0.741],[93,92,95,100,260,0.016,0.367]],[[145,144,150,382,250,0.028,0.576],[209,207,210,137,280,0.032,0.818]],[[244,241,236,298,37.5,0.267,0.941]],[[188,181,185,367,325.714,0.05,0.724],[238,234,232,261,20,0.15,0.922]],[[51,43,48,524,322.5,0.085,0.184],[193,191,191,95,0,0.016,0.753]],[[76,48,37,353,16.923,0.345,0.222]],[[211,196,181,732,30,0.254,0.769]],[[50,47,46,638,15,0.042,0.188]],[[246,242,235,808,38.182,0.379,0.943]],[[56,56,65,325,240,0.074,0.237],[228,222,211,213,38.824,0.239,0.861],[128,126,128,33,300,0.008,0.498]],[[88,15,13,687,1.6,0.743,0.198]],[[164,158,146,523,40,0.09,0.608]],[[69,52,43,578,20.769,0.232,0.22]],[[225,215,198,477,37.778,0.31,0.829]],[[27,34,36,372,193.333,0.143,0.124]],[[184,162,157,549,11.111,0.16,0.669]],[[87,67,61,426,13.846,0.176,0.29]],[[248,245,243,1000,24,0.263,0.963]],[[174,166,152,369,38.182,0.12,0.639]],[[238,230,217,849,37.143,0.382,0.892]],[[46,46,46,960,0,0,0.18]],[[211,199,189,719,27.273,0.2,0.784]],[[97,71,69,715,4.286,0.169,0.325]],[[235,231,228,914,25.714,0.149,0.908]],[[195,155,140,988,16.364,0.314,0.657]],[[129,108,90,607,27.692,0.178,0.429]],[[187,195,200,976,203.077,0.106,0.759]],[[246,240,237,889,20,0.333,0.947],[154,51,75,30,346.019,0.502,0.402]],[[240,233,228,887,25,0.286,0.918]],[[245,241,240,891,12,0.2,0.951],[165,159,163,38,320,0.032,0.635],[186,193,198,29,205,0.095,0.753]],[[243,236,234,542,13.333,0.273,0.935],[206,170,180,139,343.333,0.269,0.737]],[[239,232,227,582,25,0.273,0.914]],[[185,171,171,558,0,0.091,0.698],[157,145,147,31,350,0.058,0.592]],[[207,190,169,615,33.158,0.284,0.737]],[[170,182,194,979,210,0.164,0.714]],[[214,203,200,1000,12.857,0.146,0.812]],[[151,82,109,384,336.522,0.296,0.457],[220,179,149,188,25.352,0.504,0.724]],[[193,190,200,348,258,0.083,0.765],[238,233,229,292,26.667,0.209,0.916],[158,160,165,179,222.857,0.037,0.633],[6,29,22,84,161.739,0.657,0.069]],[[154,142,82,367,50,0.305,0.463],[168,200,212,187,196.364,0.338,0.745],[116,96,89,94,15.556,0.132,0.402]],[[229,201,197,602,7.5,0.381,0.835],[150,84,110,114,336.364,0.282,0.459]],[[236,232,228,648,30,0.174,0.91],[163,167,171,116,210,0.045,0.655],[208,205,208,106,300,0.031,0.81]],[[235,225,219,615,22.5,0.286,0.89],[162,202,211,103,191.02,0.358,0.731]],[[132,131,137,404,250,0.025,0.525]],[[195,183,82,861,53.628,0.485,0.543],[192,113,93,5,12.121,0.44,0.559]],[[184,37,91,533,337.959,0.665,0.433],[206,169,86,11,41.5,0.55,0.573]],[[124,124,130,444,240,0.024,0.498]],[[195,182,77,669,53.39,0.496,0.533]],[[179,28,84,329,337.748,0.729,0.406]],[[145,108,113,624,351.892,0.146,0.496]],[[142,107,104,711,4.737,0.154,0.482]],[[248,244,236,928,40,0.462,0.949]],[[227,216,205,557,30,0.282,0.847]],[[168,152,140,666,25.714,0.139,0.604]],[[118,122,112,361,84,0.043,0.459]],[[145,134,123,474,30,0.091,0.525]],[[119,90,55,515,32.812,0.368,0.341]],[[179,168,151,583,36.429,0.156,0.647]],[[112,111,116,640,252,0.022,0.445]],[[175,176,184,973,233.333,0.06,0.704]],[[248,242,234,947,34.286,0.5,0.945]],[[201,176,166,828,17.143,0.245,0.72]],[[70,145,161,446,190.549,0.394,0.453]],[[232,219,200,818,35.625,0.41,0.847]],[[252,247,239,840,36.923,0.684,0.963],[130,125,126,6,348,0.02,0.5]],[[74,73,79,870,250,0.039,0.298]],[[204,183,171,490,21.818,0.244,0.735]],[[245,241,234,490,38.182,0.355,0.939],[196,195,199,334,255,0.034,0.773]],[[75,74,80,490,250,0.039,0.302]],[[129,113,112,514,3.529,0.071,0.473]],[[162,149,137,824,28.8,0.118,0.586]],[[55,149,174,999,192.605,0.52,0.449]],[[105,97,94,413,16.364,0.055,0.39]],[[62,61,67,592,250,0.047,0.251]],[[90,91,102,550,235,0.062,0.376]],[[239,232,225,748,30,0.304,0.91]],[[187,167,163,915,10,0.15,0.686]],[[77,60,54,990,15.652,0.176,0.257]],[[162,150,134,805,34.286,0.131,0.58]],[[177,55,79,1000,348.197,0.526,0.455]],[[162,164,172,779,228,0.057,0.655]],[[112,111,117,970,250,0.026,0.447]],[[225,201,191,315,17.647,0.362,0.816]],[[224,212,191,300,38.182,0.347,0.814]],[[148,114,65,412,35.422,0.39,0.418],[18,11,11,172,0,0.241,0.057]],[[144,75,129,516,313.043,0.315,0.429]],[[236,235,228,618,52.5,0.174,0.91],[10,7,7,154,0,0.176,0.033]],[[182,93,88,624,3.191,0.392,0.529],[26,17,18,152,353.333,0.209,0.084]],[[66,62,70,608,270,0.061,0.259],[163,166,173,164,222,0.057,0.659]],[[182,188,195,594,212.308,0.098,0.739]],[[248,242,233,858,36,0.517,0.943]],[[207,188,179,772,19.286,0.226,0.757],[38,32,33,56,350,0.086,0.137]],[[59,143,158,390,189.091,0.456,0.425],[149,151,142,26,73.333,0.041,0.575]],[[238,227,208,732,38,0.469,0.875],[28,29,33,58,228,0.082,0.12]],[[147,115,67,740,36,0.374,0.42]],[[109,51,93,628,316.552,0.362,0.314],[169,144,141,18,6.429,0.14,0.608]],[[251,250,245,761,50,0.429,0.973],[209,209,210,70,240,0.011,0.822],[164,164,164,26,0,0,0.643],[128,127,128,12,300,0.004,0.5]],[[162,76,74,744,1.364,0.373,0.463],[64,48,49,82,356.25,0.143,0.22]],[[179,179,186,769,240,0.048,0.716]],[[25,104,115,633,187.333,0.643,0.275]],[[179,214,226,707,195.319,0.448,0.794]],[[200,194,208,764,265.714,0.13,0.788]],[[227,180,151,848,22.895,0.576,0.741]],[[144,144,151,947,240,0.033,0.578]],[[141,74,106,1000,331.343,0.312,0.422]],[[138,67,93,683,338.028,0.346,0.402]],[[157,156,110,757,58.723,0.193,0.524]],[[97,102,68,686,68.824,0.2,0.333]],[[176,171,162,809,38.571,0.081,0.663]],[[109,91,89,915,6,0.101,0.388]],[[232,198,198,995,0,0.425,0.843]],[[205,190,164,485,38.049,0.291,0.724]],[[243,230,227,809,11.25,0.4,0.922]],[[42,45,51,1000,220,0.097,0.182]],[[239,236,236,1000,0,0.086,0.931]],[[240,215,213,949,4.444,0.474,0.888],[192,162,172,11,340,0.192,0.694]],[[207,193,164,471,40.465,0.309,0.727],[97,103,73,16,72,0.17,0.345]],[[239,226,221,465,16.667,0.36,0.902]],[[24,22,29,544,257.143,0.137,0.1],[156,162,170,16,214.286,0.076,0.639]],[[242,240,241,951,330,0.071,0.945],[19,15,21,14,280,0.167,0.071],[159,161,164,9,216,0.027,0.633]],[[136,40,45,900,356.875,0.545,0.345]],[[189,174,163,762,25.385,0.165,0.69]],[[163,181,179,869,173.333,0.108,0.675],[154,143,124,44,38,0.129,0.545]],[[214,208,181,899,49.091,0.287,0.775]],[[249,234,206,869,39.07,0.782,0.892]],[[133,44,51,735,355.281,0.503,0.347],[86,43,42,109,1.364,0.344,0.251]],[[246,241,233,751,36.923,0.419,0.939]],[[81,58,42,726,24.615,0.317,0.241]],[[245,241,231,735,42.857,0.412,0.933],[105,86,86,128,0,0.099,0.375],[194,195,194,19,120,0.008,0.763]],[[137,139,140,688,200,0.013,0.543],[225,224,220,121,48,0.077,0.873]],[[247,227,206,611,30.732,0.719,0.888]],[[245,233,212,757,38.182,0.623,0.896]],[[69,69,71,990,240,0.014,0.275]],[[121,121,119,969,60,0.008,0.471]],[[188,185,179,869,40,0.063,0.72]],[[185,202,205,997,189,0.167,0.765]],[[248,241,227,925,40,0.6,0.931]],[[131,34,43,637,354.433,0.588,0.324]],[[69,46,44,981,4.8,0.221,0.222]],[[112,59,48,897,10.313,0.4,0.314]],[[157,131,110,543,26.809,0.193,0.524]],[[164,115,72,887,28.043,0.39,0.463]],[[174,163,138,767,41.667,0.182,0.612]],[[217,195,167,928,33.6,0.397,0.753]],[[235,210,179,1000,33.214,0.583,0.812]],[[158,167,154,385,101.538,0.069,0.629]],[[143,124,117,827,16.154,0.104,0.51]],[[202,185,171,997,27.097,0.226,0.731]],[[50,93,99,482,187.347,0.329,0.292]],[[172,186,189,555,190.588,0.114,0.708]],[[83,61,48,575,22.286,0.267,0.257]],[[195,187,164,759,44.516,0.205,0.704]],[[241,229,208,979,38.182,0.541,0.88]],[[250,226,199,820,31.765,0.836,0.88]],[[248,227,196,895,35.769,0.788,0.871]],[[242,228,206,948,36.667,0.581,0.878]],[[40,40,42,813,240,0.024,0.161],[118,116,115,89,20,0.013,0.457],[161,164,167,44,210,0.033,0.643],[83,81,84,21,280,0.018,0.324]],[[39,38,40,927,270,0.026,0.153],[72,77,84,26,215,0.077,0.306]],[[122,59,61,808,358.095,0.348,0.355],[131,99,87,64,16.364,0.202,0.427]],[[206,227,231,803,189.6,0.342,0.857],[190,185,179,7,32.727,0.078,0.724]],[[227,236,228,815,126.667,0.191,0.908],[176,168,146,42,44,0.16,0.631]],[[206,207,185,902,62.727,0.186,0.769]],[[110,110,110,906,0,0,0.431],[203,205,210,32,222.857,0.072,0.81]],[[250,247,241,928,40,0.474,0.963]],[[250,246,238,835,40,0.545,0.957]],[[41,42,43,757,210,0.024,0.165],[82,81,82,146,300,0.006,0.32]],[[248,248,247,595,60,0.067,0.971],[39,41,46,167,222.857,0.082,0.167]],[[124,100,101,589,357.5,0.107,0.439]],[[247,243,238,814,33.333,0.36,0.951]],[[70,78,80,582,192,0.067,0.294]],[[140,155,156,577,183.75,0.075,0.58],[95,83,83,162,0,0.067,0.349]],[[208,226,227,405,183.158,0.253,0.853]],[[120,120,122,611,240,0.008,0.475]],[[200,195,191,337,26.667,0.076,0.767]],[[232,228,218,597,42.857,0.233,0.882]],[[230,227,216,596,47.143,0.219,0.875],[156,160,154,157,100,0.031,0.616]],[[231,228,216,596,48,0.238,0.876]],[[72,72,75,972,240,0.02,0.288]],[[101,82,83,718,356.842,0.104,0.359]],[[242,240,237,981,36,0.161,0.939],[164,164,165,6,240,0.006,0.645]],[[71,72,74,993,220,0.021,0.284]],[[90,71,73,807,353.684,0.118,0.316]],[[122,79,73,795,7.347,0.251,0.382]],[[150,143,135,658,32,0.067,0.559]],[[200,186,165,347,36,0.241,0.716]],[[206,183,180,794,6.923,0.21,0.757]],[[170,177,185,850,212,0.097,0.696]],[[178,171,164,508,30,0.083,0.671]],[[241,213,155,652,40.465,0.754,0.776]],[[226,203,179,730,30.638,0.448,0.794]],[[229,207,175,910,35.556,0.509,0.792]],[[209,195,175,815,35.294,0.27,0.753]],[[229,220,206,786,36.522,0.307,0.853]],[[229,225,222,466,25.714,0.119,0.884]],[[153,47,65,568,349.811,0.53,0.392]],[[199,166,176,1000,341.818,0.228,0.716]],[[84,66,66,973,0,0.12,0.294]],[[240,232,227,1000,23.077,0.302,0.916]],[[125,124,130,469,250,0.024,0.498]],[[36,36,41,329,240,0.065,0.151]],[[150,152,163,524,230.769,0.066,0.614]],[[229,86,158,498,329.79,0.733,0.618]],[[196,38,71,706,347.468,0.675,0.459]],[[196,182,82,962,52.632,0.491,0.545]],[[175,183,220,934,229.333,0.391,0.775]],[[186,42,92,673,339.167,0.632,0.447]],[[235,219,215,882,12,0.333,0.882]],[[151,19,43,573,349.091,0.776,0.333]],[[169,43,65,469,349.524,0.594,0.416]],[[229,229,228,452,60,0.019,0.896],[135,125,129,52,336,0.04,0.51]],[[92,83,90,323,313.333,0.051,0.343]],[[232,231,229,376,40,0.061,0.904]],[[227,216,199,657,36.429,0.333,0.835]],[[215,203,186,998,35.172,0.266,0.786]],[[135,30,45,596,351.429,0.636,0.324]],[[215,203,178,1000,40.541,0.316,0.771]],[[211,208,205,1000,30,0.064,0.816]],[[239,231,215,891,40,0.429,0.89]],[[239,238,234,905,48,0.135,0.927]],[[102,91,102,591,300,0.057,0.378]],[[252,238,213,779,38.462,0.867,0.912]],[[247,242,236,758,32.727,0.407,0.947]],[[227,231,219,509,80,0.2,0.882],[187,209,197,19,147.273,0.193,0.776]],[[237,221,200,419,34.054,0.507,0.857]],[[236,209,204,715,9.375,0.457,0.863]],[[238,225,195,286,41.86,0.558,0.849]],[[236,230,216,620,42,0.345,0.886]],[[227,195,183,256,16.364,0.44,0.804]],[[227,177,99,352,36.562,0.696,0.639]],[[153,112,77,297,27.632,0.33,0.451],[120,35,60,280,342.353,0.548,0.304]],[[221,195,183,298,18.947,0.358,0.792]],[[216,216,184,847,60,0.291,0.784]],[[229,215,198,807,32.903,0.373,0.837]],[[229,213,194,482,32.571,0.402,0.829]],[[226,199,189,539,16.216,0.389,0.814]],[[230,220,200,727,40,0.375,0.843]],[[213,187,178,861,15.429,0.294,0.767]],[[233,196,139,906,36.383,0.681,0.729]],[[216,188,173,769,20.93,0.355,0.763]],[[226,208,186,567,33,0.408,0.808]],[[131,53,76,737,342.308,0.424,0.361]],[[11,20,30,386,211.579,0.463,0.08]],[[233,233,233,544,0,0,0.914],[174,177,186,153,225,0.08,0.706]],[[244,242,240,583,30,0.154,0.949],[225,145,155,129,352.5,0.571,0.725]],[[236,231,226,605,30,0.208,0.906]],[[230,212,200,842,24,0.375,0.843]],[[209,217,187,558,76,0.283,0.792]],[[206,208,210,999,210,0.043,0.816]],[[229,205,197,617,15,0.381,0.835]],[[229,218,207,684,30,0.297,0.855]],[[227,214,202,527,28.8,0.309,0.841]],[[227,231,219,508,80,0.2,0.882],[187,209,197,19,147.273,0.193,0.776]],[[237,222,200,409,35.676,0.507,0.857]],[[236,209,204,719,9.375,0.457,0.863]],[[239,225,195,284,40.909,0.579,0.851]],[[227,215,203,451,30,0.3,0.843],[188,159,163,66,351.724,0.178,0.68]],[[227,208,187,380,31.5,0.417,0.812]],[[212,211,183,657,57.931,0.252,0.775]],[[228,217,197,514,38.71,0.365,0.833]],[[230,218,206,444,30,0.324,0.855],[191,187,197,5,264,0.079,0.753]],[[236,230,215,620,42.857,0.356,0.884]],[[227,195,182,253,17.333,0.446,0.802]],[[227,176,99,350,36.094,0.696,0.639]],[[153,113,77,300,28.421,0.33,0.451],[120,35,60,281,342.353,0.548,0.304]],[[221,195,183,306,18.947,0.358,0.792]],[[216,216,184,838,60,0.291,0.784]],[[230,215,198,850,31.875,0.39,0.839]],[[230,213,194,509,31.667,0.419,0.831]],[[226,199,189,569,16.216,0.389,0.814]],[[231,220,200,781,38.71,0.392,0.845]],[[213,187,178,860,15.429,0.294,0.767]],[[235,196,139,908,35.625,0.706,0.733]],[[217,188,173,768,20.455,0.367,0.765]],[[226,207,186,674,31.5,0.408,0.808]],[[131,53,76,739,342.308,0.424,0.361]],[[235,228,219,238,33.75,0.286,0.89],[189,184,195,32,267.273,0.084,0.743]],[[235,229,214,268,42.857,0.344,0.88]],[[233,230,212,245,51.429,0.323,0.873]],[[234,214,201,297,23.636,0.44,0.853]],[[230,210,205,392,12,0.333,0.853],[222,173,177,52,355.102,0.426,0.775]],[[217,217,201,514,60,0.174,0.82]],[[200,203,209,796,220,0.089,0.802]],[[215,196,185,454,22,0.273,0.784]],[[221,206,195,350,25.385,0.277,0.816]],[[236,229,211,343,43.2,0.397,0.876]],[[234,225,219,384,24,0.263,0.888]],[[226,220,214,370,30,0.171,0.863]],[[219,216,205,350,47.143,0.163,0.831],[218,167,173,136,352.941,0.408,0.755]],[[231,226,221,306,30,0.172,0.886],[207,181,184,21,353.077,0.213,0.761]],[[227,219,215,500,20,0.176,0.867],[209,182,185,25,353.333,0.227,0.767]],[[183,194,213,566,218,0.263,0.776]],[[230,171,145,886,18.353,0.63,0.735]],[[212,227,172,834,76.364,0.495,0.782]],[[222,199,166,520,35.357,0.459,0.761]],[[206,183,168,890,23.684,0.279,0.733]],[[229,209,182,977,34.468,0.475,0.806]],[[229,181,173,488,8.571,0.519,0.788]],[[180,152,124,309,30,0.272,0.596]],[[233,185,132,505,31.485,0.697,0.716]],[[197,201,151,604,64.8,0.316,0.69]],[[232,220,197,391,39.429,0.432,0.841]],[[213,179,199,830,324.706,0.288,0.769]],[[232,216,202,684,28,0.395,0.851]],[[203,215,179,811,80,0.31,0.773]],[[235,199,154,622,33.333,0.669,0.763]],[[233,219,204,597,31.034,0.397,0.857]],[[212,215,170,510,64,0.36,0.755]],[[216,177,146,511,26.571,0.473,0.71]],[[245,209,181,667,26.25,0.762,0.835]],[[227,202,179,371,28.75,0.462,0.796]],[[165,51,60,269,355.263,0.528,0.424]],[[245,207,198,483,11.489,0.701,0.869]],[[244,216,200,538,21.818,0.667,0.871]],[[239,227,217,446,27.273,0.407,0.894]],[[232,211,196,650,25,0.439,0.839]],[[204,211,226,512,220.909,0.275,0.843]],[[216,217,187,408,62,0.283,0.792]],[[241,212,210,906,3.871,0.525,0.884]],[[233,198,183,757,18,0.532,0.816]],[[236,212,177,821,35.593,0.608,0.81]],[[233,217,198,717,32.571,0.443,0.845]],[[237,232,230,773,17.143,0.163,0.916]],[[218,203,178,627,37.5,0.351,0.776]],[[165,156,132,400,43.636,0.155,0.582]],[[234,225,219,523,24,0.263,0.888],[181,140,149,23,346.829,0.217,0.629]],[[236,226,216,485,30,0.345,0.886]],[[236,205,146,410,39.333,0.703,0.749]],[[236,205,146,410,39.333,0.703,0.749]],[[212,195,136,284,46.579,0.469,0.682]],[[212,195,136,284,46.579,0.469,0.682]],[[216,204,144,405,50,0.48,0.706]],[[216,204,144,405,50,0.48,0.706]],[[214,204,201,499,13.846,0.137,0.814],[155,150,152,61,336,0.024,0.598]],[[214,204,201,499,13.846,0.137,0.814],[155,150,152,61,336,0.024,0.598]],[[238,215,177,523,37.377,0.642,0.814]],[[238,215,177,523,37.377,0.642,0.814]],[[231,152,111,430,20.5,0.714,0.671]],[[231,152,111,430,20.5,0.714,0.671]],[[244,208,166,377,32.308,0.78,0.804]],[[244,208,166,377,32.308,0.78,0.804]],[[240,206,178,652,27.097,0.674,0.82]],[[240,206,178,652,27.097,0.674,0.82]],[[234,209,201,612,14.545,0.44,0.853]],[[234,209,201,612,14.545,0.44,0.853]],[[247,227,206,452,30.732,0.719,0.888]],[[247,227,206,452,30.732,0.719,0.888]],[[208,193,121,509,49.655,0.481,0.645]],[[208,193,121,509,49.655,0.481,0.645]],[[230,217,211,657,18.947,0.275,0.865]],[[230,217,211,657,18.947,0.275,0.865]],[[234,213,221,622,337.143,0.333,0.876],[203,184,174,97,20.69,0.218,0.739]],[[234,213,221,622,337.143,0.333,0.876],[203,184,174,97,20.69,0.218,0.739]],[[240,221,194,497,35.217,0.605,0.851]],[[240,221,194,497,35.217,0.605,0.851]],[[251,213,168,669,32.53,0.912,0.822]],[[251,213,168,669,32.53,0.912,0.822]],[[230,186,158,482,23.333,0.59,0.761]],[[230,186,158,482,23.333,0.59,0.761]],[[244,209,200,659,12.273,0.667,0.871]],[[244,209,200,659,12.273,0.667,0.871]],[[245,218,178,666,35.821,0.77,0.829]],[[245,218,178,666,35.821,0.77,0.829]],[[229,214,146,341,49.157,0.615,0.735]],[[229,214,146,341,49.157,0.615,0.735]],[[226,216,207,368,28.421,0.247,0.849]],[[226,216,207,368,28.421,0.247,0.849]],[[230,211,216,334,344.211,0.275,0.865],[199,182,179,221,9,0.152,0.741],[185,165,119,52,41.818,0.32,0.596]],[[230,211,216,334,344.211,0.275,0.865],[199,182,179,221,9,0.152,0.741],[185,165,119,52,41.818,0.32,0.596]],[[230,205,179,340,30.588,0.505,0.802]],[[230,205,179,340,30.588,0.505,0.802]],[[249,211,166,334,32.53,0.874,0.814]],[[249,211,166,334,32.53,0.874,0.814]],[[243,196,165,326,23.846,0.765,0.8]],[[243,196,165,326,23.846,0.765,0.8]],[[237,206,196,321,14.634,0.532,0.849]],[[237,206,196,321,14.634,0.532,0.849]],[[240,217,171,373,40,0.697,0.806]],[[240,217,171,373,40,0.697,0.806]],[[244,219,171,641,39.452,0.768,0.814]],[[244,219,171,641,39.452,0.768,0.814]],[[202,187,130,528,47.5,0.404,0.651]],[[202,187,130,528,47.5,0.404,0.651]],[[217,205,150,690,49.254,0.469,0.72]],[[217,205,150,690,49.254,0.469,0.72]],[[217,210,206,694,21.818,0.126,0.829]],[[217,210,206,694,21.818,0.126,0.829]],[[246,229,194,503,40.385,0.743,0.863]],[[246,229,194,503,40.385,0.743,0.863]],[[238,163,123,539,20.87,0.772,0.708]],[[238,163,123,539,20.87,0.772,0.708]],[[246,211,168,843,33.077,0.813,0.812]],[[246,211,168,843,33.077,0.813,0.812]],[[240,209,186,932,25.556,0.643,0.835]],[[240,209,186,932,25.556,0.643,0.835]],[[240,214,207,918,12.727,0.524,0.876]],[[240,214,207,918,12.727,0.524,0.876]],[[244,229,205,901,36.923,0.639,0.88]],[[244,229,205,901,36.923,0.639,0.88]],[[177,158,102,723,44.8,0.325,0.547]],[[177,158,102,723,44.8,0.325,0.547]],[[229,146,103,1000,20.476,0.708,0.651]],[[229,146,103,1000,20.476,0.708,0.651]],[[220,175,146,933,23.514,0.514,0.718]],[[220,175,146,933,23.514,0.514,0.718]],[[216,150,156,903,354.545,0.458,0.718]],[[216,150,156,903,354.545,0.458,0.718]],[[235,190,114,982,37.686,0.752,0.684]],[[235,190,114,982,37.686,0.752,0.684]],[[207,190,114,959,49.032,0.492,0.629]],[[207,190,114,959,49.032,0.492,0.629]],[[215,205,198,1000,24.706,0.175,0.81]],[[215,205,198,1000,24.706,0.175,0.81]],[[227,203,214,917,332.5,0.3,0.843]],[[227,203,214,917,332.5,0.3,0.843]],[[252,213,164,967,33.409,0.936,0.816]],[[252,213,164,967,33.409,0.936,0.816]],[[239,221,199,801,33,0.556,0.859]],[[239,221,199,801,33,0.556,0.859]],[[238,202,198,1000,6,0.541,0.855]],[[238,202,198,1000,6,0.541,0.855]],[[238,213,184,1000,32.222,0.614,0.827]],[[238,213,184,1000,32.222,0.614,0.827]],[[187,172,113,671,47.838,0.352,0.588]],[[187,172,113,671,47.838,0.352,0.588]],[[201,196,198,856,336,0.044,0.778]],[[201,196,198,856,336,0.044,0.778]],[[174,150,168,938,315,0.129,0.635]],[[174,150,168,938,315,0.129,0.635]],[[247,201,135,999,35.357,0.875,0.749]],[[247,201,135,999,35.357,0.875,0.749]],[[186,130,85,506,26.733,0.423,0.531]],[[186,130,85,506,26.733,0.423,0.531]],[[233,194,166,753,25.075,0.604,0.782]],[[233,194,166,753,25.075,0.604,0.782]],[[208,151,155,792,355.789,0.377,0.704]],[[208,151,155,792,355.789,0.377,0.704]],[[232,189,117,685,37.565,0.714,0.684]],[[232,189,117,685,37.565,0.714,0.684]],[[218,202,125,560,49.677,0.557,0.673]],[[218,202,125,560,49.677,0.557,0.673]],[[226,220,214,613,30,0.171,0.863]],[[226,220,214,613,30,0.171,0.863]],[[227,209,218,598,330,0.243,0.855]],[[227,209,218,598,330,0.243,0.855]],[[244,211,169,973,33.6,0.773,0.81]],[[244,211,169,973,33.6,0.773,0.81]],[[231,153,108,785,21.951,0.719,0.665]],[[231,153,108,785,21.951,0.719,0.665]],[[239,221,203,575,30,0.529,0.867]],[[239,221,203,575,30,0.529,0.867]],[[238,208,200,1000,12.632,0.528,0.859]],[[238,208,200,1000,12.632,0.528,0.859]],[[239,216,179,965,37,0.652,0.82]],[[239,216,179,965,37,0.652,0.82]],[[239,225,212,740,28.889,0.458,0.884]],[[240,224,212,408,25.714,0.483,0.886]],[[231,226,221,505,30,0.172,0.886],[168,160,161,15,352.5,0.044,0.643]],[[108,108,121,999,240,0.057,0.449]],[[112,110,118,580,255,0.035,0.447],[144,139,140,268,348,0.022,0.555]],[[104,61,81,366,332.093,0.261,0.324],[173,145,141,155,7.5,0.163,0.616]],[[227,215,206,433,25.714,0.273,0.849]],[[77,75,79,751,270,0.026,0.302],[115,52,71,121,341.905,0.377,0.327]],[[241,220,206,546,24,0.556,0.876],[194,76,95,110,350.339,0.492,0.529]],[[239,195,163,429,25.263,0.704,0.788]],[[232,214,197,777,29.143,0.432,0.841]],[[236,208,178,901,31.034,0.604,0.812]],[[231,212,199,921,24.375,0.4,0.843]],[[132,105,99,708,10.909,0.143,0.453]],[[235,213,194,641,27.805,0.506,0.841]],[[231,228,227,374,15,0.077,0.898]],[[227,221,218,288,20,0.138,0.873]],[[227,221,218,288,20,0.138,0.873]],[[232,231,230,679,30,0.042,0.906]],[[236,234,234,1000,0,0.05,0.922]],[[236,234,234,1000,0,0.05,0.922]],[[233,230,233,739,300,0.064,0.908]],[[132,109,98,697,19.412,0.148,0.451]],[[222,209,196,512,30,0.283,0.82]],[[178,76,80,1000,357.647,0.402,0.498]],[[150,134,130,632,12,0.087,0.549]],[[148,117,104,805,17.727,0.175,0.494],[156,175,182,51,196.154,0.151,0.663]],[[235,220,207,609,27.857,0.412,0.867]],[[116,112,122,645,264,0.043,0.459]],[[138,138,92,682,60,0.2,0.451]],[[234,229,221,448,36.923,0.236,0.892]],[[231,225,219,483,30,0.2,0.882],[168,43,64,36,349.92,0.592,0.414]],[[149,117,103,1000,18.261,0.183,0.494]],[[137,137,92,835,60,0.197,0.449]],[[215,211,211,889,0,0.048,0.835]],[[231,214,203,840,23.571,0.368,0.851]],[[212,210,208,1000,30,0.044,0.824]],[[229,210,186,675,33.488,0.453,0.814]],[[177,176,177,703,300,0.006,0.692],[147,145,149,71,270,0.019,0.576],[226,222,217,61,33.333,0.134,0.869]],[[230,212,194,537,30,0.419,0.831]],[[179,175,177,804,330,0.026,0.694]],[[228,208,184,686,32.727,0.449,0.808]],[[174,173,172,396,30,0.012,0.678],[105,107,111,30,220,0.028,0.424]],[[61,59,61,631,300,0.017,0.235],[107,107,111,60,240,0.018,0.427]],[[246,240,228,582,40,0.5,0.929]],[[245,242,237,555,37.5,0.286,0.945],[99,98,99,91,300,0.005,0.386],[60,60,60,34,0,0,0.235]],[[247,244,238,593,40,0.36,0.951]],[[46,46,50,334,240,0.042,0.188]],[[141,85,111,437,332.143,0.248,0.443]],[[124,105,102,293,8.182,0.097,0.443]],[[206,186,174,991,22.5,0.246,0.745]],[[232,220,208,804,30,0.343,0.863]],[[230,216,207,545,23.478,0.315,0.857]],[[229,217,206,514,28.696,0.307,0.853]],[[228,216,205,517,28.696,0.299,0.849],[159,52,58,69,356.636,0.507,0.414]],[[227,216,206,489,28.571,0.273,0.849],[91,88,92,151,285,0.022,0.353]],[[230,219,208,467,30,0.306,0.859]],[[229,217,206,547,28.696,0.307,0.853],[144,104,113,161,346.5,0.161,0.486]],[[226,213,202,535,27.5,0.293,0.839],[167,51,74,10,348.103,0.532,0.427]],[[226,213,203,580,26.087,0.284,0.841],[94,88,90,12,340,0.033,0.357]],[[226,213,204,491,24.545,0.275,0.843]],[[226,214,203,583,28.696,0.284,0.841],[132,76,96,10,338.571,0.269,0.408]],[[228,221,209,507,37.895,0.26,0.857]],[[42,40,44,727,270,0.048,0.165],[181,57,69,93,354.194,0.521,0.467]],[[232,226,216,367,37.5,0.258,0.878],[150,111,130,106,330.769,0.157,0.512]],[[233,226,213,394,39,0.312,0.875],[207,79,91,101,354.375,0.571,0.561],[168,110,104,16,5.625,0.269,0.533]],[[234,228,214,477,42,0.323,0.878]],[[218,196,182,532,23.333,0.327,0.784],[168,100,108,72,352.941,0.281,0.525]],[[203,185,174,758,22.759,0.218,0.739]],[[201,178,156,441,29.333,0.294,0.7]],[[217,196,180,598,25.946,0.327,0.778]],[[227,215,204,488,28.696,0.291,0.845],[108,106,111,62,264,0.023,0.425]],[[200,177,155,680,29.333,0.29,0.696]],[[202,185,175,931,22.222,0.203,0.739]],[[173,150,136,893,22.703,0.184,0.606]],[[214,196,180,769,28.235,0.293,0.773]],[[226,217,204,589,35.455,0.275,0.843]],[[239,225,222,400,10.588,0.347,0.904]],[[205,215,198,408,95.294,0.175,0.81]],[[194,213,221,344,197.778,0.284,0.814]],[[237,230,218,480,37.895,0.345,0.892]],[[245,241,235,910,36,0.333,0.941]],[[123,85,68,417,18.545,0.288,0.375]],[[176,178,182,828,220,0.039,0.702]],[[93,98,110,410,222.353,0.084,0.398]],[[175,135,58,466,39.487,0.502,0.457]],[[141,68,91,502,341.096,0.349,0.41]],[[196,203,186,517,84.706,0.14,0.763]],[[185,199,208,656,203.478,0.197,0.771]],[[231,221,206,478,36,0.342,0.857]],[[231,221,206,478,36,0.342,0.857]],[[236,233,227,674,40,0.191,0.908]],[[236,233,227,674,40,0.191,0.908]],[[243,222,220,559,5.217,0.489,0.908]],[[230,230,216,933,60,0.219,0.875]],[[222,232,235,635,193.846,0.245,0.896]],[[235,220,195,507,37.5,0.5,0.843]],[[242,234,221,631,37.143,0.447,0.908]],[[244,237,228,912,33.75,0.421,0.925]],[[103,26,48,613,342.857,0.597,0.253],[174,142,87,204,37.931,0.349,0.512]],[[241,225,218,613,18.261,0.451,0.9]],[[236,232,210,588,50.769,0.406,0.875]],[[212,222,225,468,193.846,0.178,0.857]],[[230,217,196,535,37.059,0.405,0.835]],[[230,217,196,535,37.059,0.405,0.835]],[[239,229,220,455,28.421,0.373,0.9]],[[239,229,220,455,28.421,0.373,0.9]],[[85,11,37,610,338.919,0.771,0.188],[150,111,71,86,30.38,0.357,0.433]],[[247,226,220,636,13.333,0.628,0.916]],[[245,234,212,924,40,0.623,0.896]],[[244,238,228,687,37.5,0.421,0.925]],[[80,49,38,977,15.714,0.356,0.231]],[[140,143,144,529,195,0.018,0.557],[110,110,109,234,60,0.005,0.429]],[[248,221,212,673,15,0.72,0.902]],[[233,229,199,768,52.941,0.436,0.847]],[[206,222,226,364,192,0.256,0.847]],[[242,231,212,843,38,0.536,0.89]],[[239,232,222,546,35.294,0.347,0.904]],[[139,139,141,302,240,0.009,0.549],[84,82,80,266,30,0.024,0.322]],[[100,18,36,281,346.829,0.695,0.231],[152,109,67,246,29.647,0.388,0.429]],[[247,228,220,673,17.778,0.628,0.916]],[[233,228,200,586,50.909,0.429,0.849]],[[210,226,229,521,189.474,0.268,0.861]],[[235,221,195,452,39,0.5,0.843]],[[243,230,206,757,38.919,0.607,0.88]],[[243,230,206,757,38.919,0.607,0.88]],[[235,227,216,553,34.737,0.322,0.884]],[[235,227,216,553,34.737,0.322,0.884]],[[57,27,39,343,336,0.357,0.165]],[[81,80,79,475,30,0.012,0.314],[131,134,136,141,204,0.021,0.524],[108,108,109,113,240,0.005,0.425]],[[171,142,82,369,40.449,0.352,0.496]],[[247,226,215,649,20.625,0.667,0.906]],[[233,230,209,755,52.5,0.353,0.867]],[[206,221,226,431,195,0.256,0.847]],[[232,213,177,643,39.273,0.545,0.802]],[[240,229,212,819,36.429,0.483,0.886]],[[242,236,228,546,34.286,0.35,0.922]],[[232,219,201,635,34.839,0.403,0.849]],[[235,226,217,556,30,0.31,0.886]],[[239,233,227,733,30,0.273,0.914],[174,168,171,19,330,0.036,0.671]],[[236,234,232,915,30,0.095,0.918],[177,175,176,20,330,0.013,0.69]],[[237,228,218,587,31.579,0.345,0.892]],[[139,132,136,996,325.714,0.029,0.531]],[[139,132,136,996,325.714,0.029,0.531]],[[238,228,212,1000,36.923,0.433,0.882]],[[217,211,203,1000,34.286,0.156,0.824]],[[182,205,92,845,72.212,0.531,0.582]],[[241,151,66,759,29.143,0.862,0.602]],[[249,201,94,568,41.419,0.928,0.673]],[[237,230,231,1000,351.429,0.163,0.916]],[[237,230,231,1000,351.429,0.163,0.916]],[[189,153,136,630,19.245,0.286,0.637]],[[173,72,76,1000,357.624,0.412,0.48]],[[206,221,233,863,206.667,0.38,0.861]],[[167,61,64,563,358.302,0.465,0.447]],[[236,222,195,519,39.512,0.519,0.845]],[[218,219,200,1000,63.158,0.209,0.822]],[[241,228,205,962,38.333,0.562,0.875]],[[242,232,218,946,35,0.48,0.902]],[[240,237,232,1000,37.5,0.211,0.925]],[[228,218,199,650,39.31,0.349,0.837]],[[188,57,47,530,4.255,0.6,0.461]],[[220,115,83,792,14.015,0.662,0.594]],[[216,163,132,538,22.143,0.519,0.682]],[[239,214,202,999,19.459,0.536,0.865]],[[219,171,143,954,22.105,0.514,0.71]],[[221,172,115,802,32.264,0.609,0.659]],[[235,231,230,706,12,0.111,0.912]],[[239,206,176,905,28.571,0.663,0.814]],[[234,214,196,838,28.421,0.475,0.843]],[[142,41,48,973,355.842,0.552,0.359]],[[248,193,135,365,30.796,0.89,0.751]],[[244,214,168,714,36.316,0.776,0.808]],[[244,214,168,714,36.316,0.776,0.808]],[[236,213,195,554,26.341,0.519,0.845]],[[209,215,166,483,67.347,0.38,0.747]],[[168,188,220,557,216.923,0.426,0.761]],[[220,154,119,205,20.792,0.591,0.665]],[[235,225,221,381,17.143,0.259,0.894]],[[233,231,226,513,42.857,0.137,0.9]],[[232,231,231,592,0,0.021,0.908]],[[217,215,212,424,36,0.062,0.841]],[[237,232,230,858,17.143,0.163,0.916]],[[233,230,227,517,30,0.12,0.902]],[[135,38,47,999,354.433,0.561,0.339]],[[200,162,172,735,344.211,0.257,0.71]],[[44,58,85,994,219.512,0.318,0.253]],[[65,103,115,801,194.4,0.278,0.353]],[[231,225,222,506,20,0.158,0.888]],[[215,210,163,739,54.231,0.394,0.741]],[[166,120,86,925,25.5,0.317,0.494]],[[161,132,113,684,23.75,0.203,0.537]],[[228,205,182,833,30,0.46,0.804]],[[237,227,216,753,31.429,0.368,0.888]],[[240,238,239,1000,330,0.062,0.937]],[[235,231,229,896,20,0.13,0.91]],[[235,231,232,928,345,0.091,0.914]],[[227,184,136,348,31.648,0.619,0.712]],[[236,197,142,920,35.106,0.712,0.741]],[[140,182,216,548,206.842,0.494,0.698]],[[217,205,207,790,350,0.136,0.827],[171,161,174,5,286.154,0.074,0.657]],[[232,213,205,773,17.778,0.37,0.857]],[[252,234,220,751,26.25,0.842,0.925]],[[185,166,119,429,42.727,0.32,0.596]],[[210,174,117,497,36.774,0.508,0.641]],[[219,204,168,428,42.353,0.415,0.759]],[[47,49,56,447,226.667,0.087,0.202]],[[230,218,202,512,34.286,0.359,0.847]],[[253,244,230,681,36.522,0.852,0.947],[219,161,162,5,358.966,0.446,0.745]],[[229,211,185,644,35.455,0.458,0.812]],[[240,219,149,593,46.154,0.752,0.763],[177,198,141,14,82.105,0.333,0.665]],[[229,226,170,338,56.949,0.532,0.782],[169,197,169,23,120,0.194,0.718]],[[157,110,102,395,8.727,0.219,0.508],[108,80,83,99,353.571,0.149,0.369]],[[157,110,102,395,8.727,0.219,0.508],[108,80,83,99,353.571,0.149,0.369]],[[239,208,174,805,31.385,0.67,0.81]],[[229,216,202,469,31.111,0.342,0.845],[148,154,90,57,65.625,0.262,0.478]],[[227,220,229,292,286.667,0.148,0.88]],[[232,207,198,460,15.882,0.425,0.843]],[[238,207,178,683,29,0.638,0.816]],[[236,234,232,890,30,0.095,0.918]],[[229,227,226,292,20,0.055,0.892]],[[232,230,229,819,20,0.061,0.904]],[[233,230,231,689,340,0.064,0.908]],[[238,217,199,471,27.692,0.534,0.857]],[[243,239,239,938,0,0.143,0.945]],[[235,231,228,459,25.714,0.149,0.908]],[[232,229,229,740,0,0.061,0.904]],[[236,235,234,950,30,0.05,0.922]],[[233,231,231,906,0,0.043,0.91]],[[236,234,233,848,20,0.073,0.92]],[[232,230,231,611,330,0.042,0.906]],[[239,234,232,817,17.143,0.179,0.924]],[[235,231,228,523,25.714,0.149,0.908]],[[234,230,227,537,25.714,0.143,0.904]],[[228,226,226,299,0,0.036,0.89]],[[228,226,221,401,42.857,0.115,0.88]],[[233,230,227,301,30,0.12,0.902]],[[243,240,242,1000,320,0.111,0.947]],[[234,231,231,751,0,0.067,0.912]],[[234,231,231,751,0,0.067,0.912]],[[182,203,234,990,215.769,0.553,0.816]],[[249,220,198,574,25.882,0.81,0.876]],[[228,218,172,729,49.286,0.509,0.784]],[[187,207,235,603,215,0.545,0.827]],[[236,232,230,666,20,0.136,0.914]],[[140,118,112,266,12.857,0.111,0.494]],[[228,212,200,347,25.714,0.341,0.839],[179,178,184,100,250,0.041,0.71]],[[215,198,194,952,11.429,0.208,0.802]],[[235,222,215,778,21,0.333,0.882]],[[178,108,80,411,17.143,0.389,0.506]],[[220,212,175,699,49.333,0.391,0.775]],[[227,195,169,664,26.897,0.509,0.776]],[[226,190,162,418,26.25,0.525,0.761]],[[242,206,211,812,351.667,0.581,0.878]],[[236,230,230,452,0,0.136,0.914],[174,173,179,312,250,0.038,0.69],[206,203,205,50,320,0.03,0.802]],[[237,225,209,375,34.286,0.438,0.875],[199,201,201,342,180,0.018,0.784],[157,174,194,45,212.432,0.233,0.688]],[[238,232,229,464,20,0.209,0.916],[205,202,173,114,54.375,0.242,0.741]],[[98,92,102,315,276,0.052,0.38],[134,133,145,133,245,0.052,0.545]],[[241,227,211,561,32,0.517,0.886],[183,196,201,10,196.667,0.143,0.753]],[[243,235,234,621,6.667,0.273,0.935],[223,219,197,17,50.769,0.289,0.824]],[[240,203,164,646,30.789,0.717,0.792]],[[164,41,46,711,357.561,0.6,0.402]],[[239,215,195,682,27.273,0.579,0.851]],[[229,202,180,451,26.939,0.485,0.802]],[[226,221,167,417,54.915,0.504,0.771]],[[239,213,183,900,32.143,0.636,0.827]],[[219,211,155,301,52.5,0.471,0.733],[114,89,138,77,270.612,0.216,0.445]],[[239,213,183,663,32.143,0.636,0.827],[233,124,145,60,348.44,0.712,0.7]],[[213,220,176,845,69.545,0.386,0.776]],[[238,197,174,414,21.563,0.653,0.808]],[[234,233,238,860,252,0.128,0.924],[234,200,181,21,21.509,0.558,0.814]],[[220,188,153,409,31.343,0.489,0.731]],[[227,215,202,771,31.2,0.309,0.841]],[[217,210,210,910,0,0.084,0.837]],[[235,234,239,943,252,0.135,0.927],[212,216,168,13,65,0.381,0.753]],[[173,173,178,1000,240,0.031,0.688]],[[248,240,237,693,16.364,0.44,0.951],[163,157,158,55,350,0.032,0.627]],[[214,193,175,528,27.692,0.322,0.763],[150,101,112,84,346.531,0.195,0.492]],[[230,210,194,604,26.667,0.419,0.831],[160,81,89,67,353.924,0.328,0.473]],[[112,106,104,783,15,0.037,0.424]],[[241,240,236,750,48,0.152,0.935],[218,114,144,53,342.692,0.584,0.651],[89,86,90,16,285,0.023,0.345]],[[240,227,211,747,33.103,0.492,0.884],[170,183,179,41,161.538,0.083,0.692]],[[238,222,205,616,30.909,0.493,0.869]],[[176,57,71,358,352.941,0.511,0.457],[234,203,169,176,31.385,0.607,0.79]],[[232,220,210,444,27.273,0.324,0.867]],[[235,207,176,288,31.525,0.596,0.806],[176,60,72,164,353.793,0.492,0.463]],[[232,224,219,325,23.077,0.22,0.884]],[[238,225,189,460,44.082,0.59,0.837]],[[232,221,205,838,35.556,0.37,0.857]],[[46,46,52,706,240,0.061,0.192]],[[136,93,87,569,7.347,0.22,0.437],[68,51,52,221,356.471,0.143,0.233]],[[182,215,232,274,200.4,0.521,0.812],[192,187,188,163,348,0.038,0.743],[161,161,161,135,0,0,0.631],[94,94,97,106,240,0.016,0.375],[152,154,112,66,62.857,0.172,0.522]],[[231,220,210,511,28.571,0.304,0.865]],[[235,206,184,536,25.882,0.56,0.822]],[[229,206,182,529,30.638,0.475,0.806]],[[247,234,221,590,30,0.619,0.918],[181,159,168,83,335.455,0.129,0.667]],[[254,243,231,608,31.304,0.92,0.951]],[[186,164,143,810,29.302,0.238,0.645]],[[204,187,167,988,32.432,0.266,0.727]],[[72,69,69,459,0,0.021,0.276],[173,158,140,51,32.727,0.168,0.614]],[[212,193,174,364,30,0.306,0.757],[142,107,109,179,356.571,0.141,0.488]],[[228,215,202,510,30,0.325,0.843],[64,62,64,45,300,0.016,0.247]],[[205,184,164,534,29.268,0.291,0.724],[162,100,108,167,352.258,0.25,0.514]],[[218,205,186,598,35.625,0.302,0.792]],[[215,199,184,566,29.032,0.279,0.782]],[[151,74,92,805,345.974,0.342,0.441]],[[222,209,166,861,46.071,0.459,0.761]],[[176,186,188,995,190,0.082,0.714]],[[223,198,135,504,42.955,0.579,0.702]],[[234,219,204,553,30,0.417,0.859],[179,124,132,36,351.273,0.266,0.594]],[[234,219,202,784,31.875,0.432,0.855]],[[235,221,204,532,32.903,0.437,0.861]],[[236,222,206,442,32,0.441,0.867],[103,101,106,24,264,0.024,0.406]],[[59,51,57,684,315,0.073,0.216],[152,94,107,56,346.552,0.236,0.482]],[[59,52,57,640,317.143,0.063,0.218],[224,204,157,67,42.09,0.519,0.747]],[[139,60,81,541,344.051,0.397,0.39],[203,176,167,114,15,0.257,0.725],[64,53,66,38,290.769,0.109,0.233]],[[220,208,164,655,47.143,0.444,0.753]],[[176,187,186,713,174.545,0.075,0.712],[232,219,206,86,30,0.361,0.859]],[[232,209,140,678,45,0.667,0.729],[103,104,105,38,210,0.01,0.408]],[[238,152,190,558,333.488,0.717,0.765]],[[164,163,163,806,0,0.005,0.641]],[[166,141,150,247,338.4,0.123,0.602]],[[179,179,179,293,0,0,0.702],[24,21,23,206,320,0.067,0.088]],[[143,145,146,277,200,0.014,0.567]],[[249,243,241,274,15,0.4,0.961],[44,39,40,271,348,0.06,0.163]],[[250,246,242,504,30,0.444,0.965],[56,54,67,172,249.231,0.107,0.237],[184,188,194,135,216,0.076,0.741]],[[153,137,144,548,333.75,0.073,0.569]],[[236,239,238,554,160,0.086,0.931],[147,149,150,98,200,0.014,0.582]],[[28,23,25,506,336,0.098,0.1],[241,236,235,129,10,0.176,0.933]],[[246,244,242,597,30,0.182,0.957],[212,208,208,93,0,0.044,0.824],[170,169,171,89,270,0.012,0.667],[66,60,64,78,320,0.048,0.247]],[[238,232,225,260,32.308,0.277,0.908],[24,24,30,243,240,0.111,0.106],[91,89,91,62,300,0.011,0.353],[128,126,126,19,0,0.008,0.498]],[[246,233,215,1000,34.839,0.633,0.904]],[[145,167,168,1000,182.609,0.117,0.614]],[[227,217,209,947,26.667,0.243,0.855]],[[201,200,197,1000,45,0.036,0.78]],[[72,59,68,962,318.462,0.099,0.257]],[[90,66,61,663,10.345,0.192,0.296]],[[90,66,67,588,357.5,0.154,0.306]],[[78,62,68,560,337.5,0.114,0.275]],[[151,35,42,764,356.379,0.624,0.365]],[[29,26,30,431,285,0.071,0.11]],[[223,211,193,493,36,0.319,0.816]],[[147,147,141,719,60,0.027,0.565]],[[220,209,200,702,27,0.222,0.824]],[[151,152,154,583,220,0.015,0.598]],[[61,43,43,490,0,0.173,0.204]],[[56,37,41,574,347.368,0.204,0.182]],[[143,4,8,833,358.273,0.946,0.288]],[[6,8,12,794,220,0.333,0.035]],[[251,240,224,649,35.556,0.771,0.931]],[[159,177,179,573,186,0.116,0.663],[195,196,193,23,80,0.025,0.763]],[[236,226,218,716,26.667,0.321,0.89]],[[174,172,169,645,36,0.03,0.673]],[[101,72,75,623,353.793,0.168,0.339],[152,116,87,86,26.769,0.272,0.469]],[[85,72,77,649,336.923,0.083,0.308],[44,41,46,86,276,0.057,0.171],[164,152,132,63,37.5,0.15,0.58]],[[131,36,44,504,354.947,0.569,0.327],[165,138,113,63,28.846,0.224,0.545]],[[28,33,38,659,210,0.152,0.129]],[[237,221,198,396,35.385,0.52,0.853]],[[147,148,140,458,67.5,0.036,0.565]],[[208,203,199,660,26.667,0.087,0.798]],[[106,76,80,313,352,0.165,0.357],[57,43,43,267,0,0.14,0.196]],[[142,38,43,377,357.115,0.578,0.353]],[[10,13,20,596,222,0.333,0.059]],[[221,208,193,305,32.143,0.292,0.812]],[[239,225,206,317,34.545,0.508,0.873]],[[147,145,142,394,36,0.023,0.567]],[[75,57,57,329,0,0.136,0.259],[121,122,131,191,234,0.04,0.494],[35,22,23,174,355.385,0.228,0.112],[102,95,101,155,308.571,0.036,0.386]],[[45,24,26,303,354.286,0.304,0.135],[91,66,59,266,13.125,0.213,0.294]],[[150,43,49,305,356.636,0.554,0.378],[174,116,77,258,24.124,0.386,0.492]],[[15,17,20,654,216,0.143,0.069]],[[255,244,226,554,37.241,1,0.943]],[[153,167,168,527,184,0.079,0.629]],[[238,229,220,550,30,0.346,0.898]],[[96,80,95,359,303.75,0.091,0.345],[153,154,169,216,236.25,0.085,0.631]],[[101,76,72,514,8.276,0.168,0.339]],[[99,75,80,528,347.5,0.138,0.341],[170,129,101,150,24.348,0.289,0.531]],[[88,74,80,528,334.286,0.086,0.318],[47,41,49,226,285,0.089,0.176],[187,168,147,207,31.5,0.227,0.655]],[[146,35,44,444,355.135,0.613,0.355],[183,147,117,220,27.273,0.314,0.588],[25,23,30,160,257.143,0.132,0.104]],[[28,34,39,508,207.273,0.164,0.131]],[[154,168,170,549,187.5,0.086,0.635]],[[241,234,227,507,30,0.333,0.918]],[[176,175,174,586,30,0.012,0.686],[138,138,140,152,240,0.009,0.545]],[[98,86,106,520,276,0.104,0.376],[147,148,162,216,236,0.075,0.606]],[[107,81,74,500,12.727,0.182,0.355]],[[82,69,74,510,336.923,0.086,0.296],[170,157,141,197,33.103,0.146,0.61],[43,40,46,107,270,0.07,0.169]],[[149,51,68,549,349.592,0.49,0.392],[157,104,74,161,21.687,0.359,0.453]],[[36,40,45,545,213.333,0.111,0.159]],[[239,209,218,917,342,0.484,0.878],[209,174,164,16,13.333,0.328,0.731]],[[239,209,218,917,342,0.484,0.878],[209,174,164,16,13.333,0.328,0.731]],[[240,206,211,1000,351.176,0.531,0.875]],[[240,206,211,1000,351.176,0.531,0.875]],[[251,225,232,567,343.846,0.765,0.933],[217,213,206,21,38.182,0.126,0.829]],[[254,231,238,421,341.739,0.92,0.951],[253,213,181,125,26.667,0.947,0.851]],[[146,144,145,347,330,0.009,0.569]],[[237,209,215,911,347.143,0.438,0.875],[208,173,173,14,0,0.271,0.747],[212,174,109,5,37.864,0.545,0.629]],[[237,209,215,911,347.143,0.438,0.875],[208,173,173,14,0,0.271,0.747],[212,174,109,5,37.864,0.545,0.629]],[[245,218,220,924,355.556,0.574,0.908],[217,190,190,17,0,0.262,0.798],[176,158,169,8,323.333,0.102,0.655],[212,165,106,4,33.396,0.552,0.624]],[[242,212,152,862,40,0.776,0.773]],[[241,211,152,737,39.775,0.761,0.771],[197,91,79,24,6.102,0.504,0.541],[74,132,155,7,197.037,0.354,0.449]],[[238,234,232,938,20,0.15,0.922]],[[238,234,232,938,20,0.15,0.922]],[[189,189,197,288,240,0.065,0.757],[163,156,155,242,7.5,0.042,0.624],[112,142,160,52,202.5,0.202,0.533],[152,108,110,24,357.273,0.176,0.51]],[[252,182,118,999,28.657,0.957,0.725]],[[253,215,176,1000,30.39,0.951,0.841]],[[178,209,235,1000,207.368,0.588,0.81]],[[194,216,237,548,209.302,0.544,0.845]],[[194,216,237,548,209.302,0.544,0.845]],[[252,170,188,841,346.829,0.932,0.827]],[[250,220,225,666,350,0.75,0.922]],[[217,222,171,738,65.882,0.436,0.771]],[[253,228,156,640,44.536,0.96,0.802]],[[250,230,195,860,38.182,0.846,0.873]],[[250,230,195,860,38.182,0.846,0.873]],[[252,238,227,935,26.4,0.806,0.939]],[[173,212,244,597,207.042,0.763,0.818]],[[173,212,244,597,207.042,0.763,0.818]],[[174,209,244,478,210,0.761,0.82],[225,221,187,113,53.684,0.388,0.808]],[[174,209,244,478,210,0.761,0.82],[225,221,187,113,53.684,0.388,0.808]],[[249,210,218,452,347.692,0.765,0.9],[243,208,178,99,27.692,0.73,0.825]],[[243,233,206,224,43.784,0.607,0.88],[156,193,213,133,201.053,0.404,0.724],[241,157,145,119,7.5,0.774,0.757]],[[251,217,154,290,38.969,0.924,0.794],[214,221,220,69,171.429,0.093,0.853]],[[251,217,154,290,38.969,0.924,0.794],[214,221,220,69,171.429,0.093,0.853]],[[243,230,214,446,33.103,0.547,0.896]],[[204,218,238,892,215.294,0.5,0.867],[215,176,154,28,21.639,0.433,0.724]],[[249,221,232,693,336.429,0.7,0.922],[234,204,171,29,31.429,0.6,0.794]],[[234,234,185,895,60,0.538,0.822],[119,189,209,5,193.333,0.495,0.643]],[[251,230,194,687,37.895,0.877,0.873],[230,114,102,14,5.625,0.719,0.651]],[[252,238,229,882,23.478,0.793,0.943]],[[195,214,235,896,211.5,0.5,0.843],[230,203,164,5,35.455,0.569,0.773],[195,176,193,3,306.316,0.137,0.727]],[[195,214,235,896,211.5,0.5,0.843],[230,203,164,5,35.455,0.569,0.773],[195,176,193,3,306.316,0.137,0.727]],[[246,215,225,739,340.645,0.633,0.904],[241,200,168,4,26.301,0.723,0.802],[184,175,204,2,258.621,0.221,0.743]],[[231,228,181,977,56.4,0.51,0.808],[171,206,208,2,183.243,0.282,0.743]],[[251,227,189,725,36.774,0.886,0.863],[250,118,111,2,3.022,0.933,0.708]],[[251,227,189,725,36.774,0.886,0.863],[250,118,111,2,3.022,0.933,0.708]],[[250,236,226,973,25,0.706,0.933]],[[205,222,240,576,210.857,0.538,0.873],[207,177,163,13,19.091,0.314,0.725]],[[251,225,234,470,339.231,0.765,0.933],[214,205,179,11,44.571,0.299,0.771]],[[251,231,194,569,38.947,0.877,0.873]],[[249,238,228,921,28.571,0.636,0.935],[208,215,219,9,201.818,0.133,0.837]],[[203,217,237,991,215.294,0.486,0.863],[215,182,206,1,316.364,0.292,0.778],[183,171,154,1,35.172,0.168,0.661]],[[249,220,233,905,333.103,0.707,0.92],[235,192,191,1,1.364,0.524,0.835]],[[249,229,193,571,38.571,0.824,0.867]],[[250,236,226,973,25,0.706,0.933]],[[250,225,234,568,338.4,0.714,0.931],[229,203,177,16,30,0.5,0.796]],[[249,228,194,681,37.091,0.821,0.869],[167,183,201,6,211.765,0.239,0.722]],[[251,236,228,928,20.87,0.742,0.939],[181,196,210,3,208.966,0.244,0.767]],[[210,227,243,604,209.091,0.579,0.888],[193,188,207,9,255.789,0.165,0.775]],[[248,220,226,658,347.143,0.667,0.918],[220,201,201,38,0,0.213,0.825]],[[245,235,229,445,22.5,0.444,0.929],[203,220,238,328,210.857,0.507,0.865]],[[246,220,226,431,346.154,0.591,0.914],[217,201,198,7,9.474,0.2,0.814]],[[214,229,244,767,210,0.577,0.898]],[[248,220,227,572,345,0.667,0.918]],[[245,218,221,577,353.333,0.574,0.908],[214,174,98,16,39.31,0.586,0.612]],[[248,222,226,703,350.769,0.65,0.922],[203,128,127,4,0.789,0.422,0.647]],[[171,203,228,806,206.316,0.514,0.782],[191,181,174,56,24.706,0.117,0.716],[82,69,79,19,313.846,0.086,0.296]],[[171,203,228,806,206.316,0.514,0.782],[191,181,174,56,24.706,0.117,0.716],[82,69,79,19,313.846,0.086,0.296]],[[227,225,180,488,57.447,0.456,0.798]],[[242,209,138,915,40.962,0.8,0.745]]],names:["917963","917956","917949","917932","917925","917918","917901","917864","917840","917833","917826","917802","917314","917307","917215","917208","917109","917000","916904","916898","916867","916850","916843","916836","916829","916812","916805","916799","916782","916775","916768","916751","916744","916737","916720","916713","916706","916690","916683","916676","916669","916652","916645","916638","916621","916614","916607","916508","916409","916393","916386","916379","916362","916355","916348","916331","916324","916317","916300","916294","916287","916270","916263","916256","916249","916232","916225","916218","916201","916195","916188","916171","916164","916157","916140","916133","916126","916119","916102","916096","916089","916072","916065","916058","916041","916034","916027","916010","916003","912982","912975","912968","912951","912944","912920","912913","912906","912883","912876","912869","912852","912845","912838","912821","912814","912807","912630","912616","912609","912586","912579","912562","912555","912548","912531","912524","912517","912500","911985","911978","911961","911954","911947","911930","911923","911916","911909","911879","911862","911855","911848","911831","911824","911817","911800","911718","911701","911695","911688","911671","911664","911657","911640","911633","911626","911619","911602","911572","911565","911558","911541","911534","911527","911510","911503","911480","911473","911466","911459","911442","911428","911411","911404","901317","870459","867503","867008","861006","861006","819625","819618","819533","819526","819519","819502","819410","819403","819311","819304","819229","819212","819205","819137","819120","819113","819106","819007","818918","818901","818710","818703","818611","818604","818512","818505","818437","818420","818413","818406","818307","817935","817928","817911","817904","817836","817829","817812","817805","817614","817607","817522","817515","817508","817317","817300","817232","817225","817218","817201","817133","817119","817102","817034","817027","817010","817003","816945","816938","816921","816907","816839","816822","816815","816808","816730","816723","816716","816709","816617","816600","816525","816518","816501","816426","816419","816402","816327","816310","816303","816280","816273","816266","816259","816242","816242","816235","816235","816228","816228","816211","816211","816204","816204","816006","815726","815719","815719","815702","815702","814576","814569","814552","814545","814538","814538","814514","814514","814507","814507","814446","814323","813609","813401","812916","795606","778111","778104","778029","778012","778005","776926","776919","776902","776827","776810","776803","776735","776728","776711","776704","776636","776629","776612","776605","776520","776513","776506","776421","776414","776407","776322","776315","776308","776230","776223","776216","776209","776148","776131","776124","776117","776100","776049","776032","776025","776018","776001","775929","775912","775905","775851","775844","775837","775820","775813","775806","775721","775714","775707","775622","775615","775608","775578","775561","775554","775547","775530","775523","775516","775509","775448","775431","775424","775417","775400","773857","773840","773833","773826","773819","773802","773734","773727","773710","773703","773642","773635","773628","773611","773604","773529","773512","773505","773475","773468","773451","773444","773437","773420","773413","773406","773338","773321","773314","773307","773239","773222","773215","773208","773178","773161","773154","773147","773130","773123","773116","773109","772935","772928","772911","772904","772881","772874","772867","772850","772843","772836","772829","772812","772805","772706","772690","772683","772676","772669","772652","772645","772638","772621","772614","772607","771143","771136","771129","771112","771105","770247","770230","770216","770209","770131","770124","770100","770032","770001","769746","769722","769708","769647","769623","769609","769579","769562","769517","769470","769463","769418","769340","769326","769302","769241","769234","769227","769210","769203","769128","769111","769029","769005","768930","768923","768916","768909","768831","768824","768817","768800","768756","768701","768671","768664","768657","768640","768633","768626","768619","768602","768510","768503","768466","768435","768428","768404","768343","768336","768329","768312","768305","768220","768213","768206","768169","768152","768121","768107","768022","768008","765991","765984","765854","765830","765809","765793","765786","765779","765762","765755","765748","765731","765724","765717","765700","765694","765670","765663","765656","765625","765601","765595","765588","765571","765533","765526","765519","765502","765489","765472","765458","765441","765434","765427","765410","765403","765298","765274","765250","765236","765229","765212","765205","765182","765151","765090","765083","765076","765069","765052","765045","765038","765021","765014","765007","763768","763751","763744","763737","763720","763713","763683","763676","763669","763652","763645","763638","763621","763614","763607","763577","763553","763546","763539","763515","763508","763461","763447","763430","763423","763416","763409","763355","763348","763331","763324","763317","763300","763287","763270","763263","763256","763249","763232","763225","763218","763201","763157","763140","763133","763126","763119","763102","763058","763041","763034","763027","763010","763003","762808","762747","762730","762648","762600","762525","762518","762501","762433","762426","762259","762228","762211","762198","762181","762181","762174","762143","762136","762110","762103","762099","762097","762082","762082","762080","762073","762066","762059","762042","762037","762035","762028","762011","762004","761948","761931","761863","761856","761849","761832","761825","761818","761801","761757","761740","761733","761726","761719","761702","761597","761580","761573","761566","761559","761542","761535","761528","761511","761504","761450","761436","761429","761412","761405","761405","761382","761382","761368","761351","761344","761337","761320","761313","761306","761306","761207","761207","760729","760521","760451","760444","760437","760420","760413","760406","760323","760055","760048","760031","760024","760017","760000","759938","759921","759914","759907","759822","759815","759778","759778","759761","759761","759747","759747","759730","759730","759723","759532","759525","759518","759501","759082","759082","759044","759037","759037","759013","759013","758986","758955","758931","758917","758887","758856","758832","758764","758733","758733","758726","758689","758672","758665","758641","758634","758627","758610","758610","758603","758603","758573","758573","758566","758566","758542","758535","758467","758450","758429","758382","758351","758337","758320","758313","758283","758276","758269","758252","758238","758221","758207","758146","758146","758139","758139","758122","758122","758115","758115","758108","758061","758054","758047","758047","758023","758009","758009","757927","757903","757828","757811","757804","757712","757712","757613","757606","757514","757507","757439","757415","757330","757316","757200","757118","757101","756821","756814","755527","755510","755503","755329","755312","755312","755305","755305","755169","754810","754810","754803","754803","754414","754414","754407","754407","754322","754315","754025","754025","754018","754001","753837","753820","753769","753738","753721","753134","753110","752502","752441","752441","752441","752434","752427","752427","752410","752410","752403","752403","752403","752328","752328","752304","752304","752304","752120","752106","752106","752007","751611","751604","751581","751550","751529","751505","751215","751208","751116","751109","751017","751000","750997","750997","750973","750911","750904","750904","750904","750713","750713","750706","750614","750614","750607","750515","750409","750324","750201","750102","750010","750003","749816","749809","749724","749533","749526","749519","749502","749427","749410","749403","748826","747355","747263","746822","745146","745139","745023","745016","744927","744903","744712","744705","743135","743104","742114","742114","742107","742039","742022","742015","742008","742008","740288","740271","740271","740233","740226","740219","740202","740196","740189","740165","740158","740134","740127","740127","740110","740103","740097","740097","740080","740073","740066","740059","740059","740042","740042","740035","740035","740028","739862","739831","739824","739800","739763","739664","739602","739466","739459","739435","739428","739411","739404","739305","738711","738520","738506","738308","737738","737691","737653","737615","737608","733914","733907","733808","733693","733686","733679","733662","733655","733648","733631","733624","733617","733600","733587","733570","733563","733556","733549","733532","733525","733518","733501","733495","733471","733464","733457","733440","733433","733419","733402","733396","733389","733372","733365","733358","733341","733334","733327","733303","733297","733280","733273","733266","733259","733242","733235","733228","733211","733204","733198","733181","733174","733167","733150","733143","733136","733129","733112","725087","725070","725001","724974","724967","724905","724875","724868","724844","724813","724806","724776","724769","724745","724738","724721","724714","724707","724677","724660","724646","724639","724622","724615","724608","724486","724479","724448","724431","724424","724417","724400","724394","724387","724370","724363","724356","724349","724332","724325","724318","724301","723168","723144","723120","723106","721300","719758","719291","719284","719277","719260","719253","719246","719239","719222","719215","719208","719154","719147","719130","719123","719116","719109","719093","719086","719079","719062","719055","719048","719031","719024","719017","719000","718997","718980","718973","718966","718959","718942","718935","718928","718911","718904","718881","718805","718775","718737","718690","718676","718669","718645","718638","718591","718584","718577","718560","718553","718546","718539","718522","718515","718508","718492","718485","718461","718454","718447","718430","718423","718409","718409","718386","718379","718362","718348","718331","718317","718300","718294","718287","718270","718263","718256","718249","718232","718201","715927","715910","715903","715880","715842","715835","715828","715811","715804","715798","715781","715774","715767","715750","715743","715712","715705","715682","715675","715651","715644","715637","715620","715613","715606","715590","715583","715576","715569","715552","715545","715538","715514","715491","715484","715477","715460","715453","715446","715439","715415","715392","715378","715361","715354","715347","715330","715323","715316","715309","715293","715279","715262","715255","715248","715231","715224","715217","715200","715187","715170","715163","715132","715125","715101","715095","715088","715064","715040","715019","715002","714630","714623","714609","714531","714524","714500","714425","714418","714401","714326","714319","714302","714227","714210","714203","714128","714111","714104","714029","714012","714005","713817","713800","713732","713695","713688","713671","713664","713657","713633","713619","713602","713596","713589","713572","713565","713534","713510","713480","713435","713411","713398","713381","713374","713367","713312","713305","713299","713282","713275","713268","713220","713213","713206","713183","713169","713152","713145","713138","713121","713114","713107","713091","713084","713077","713060","713053","713046","713039","713022","713008","712360","712346","712339","712322","712315","712308","712292","712285","712278","712261","712254","712247","712230","712223","712216","712209","712148","712131","712124","712117","712100","711394","711387","711356","711349","711318","711295","711271","711257","711240","711233","711226","711202","711141","711134","711127","711110","711103","711097","711080","711073","711059","711042","711035","711028","711011","711004","710991","710984","710977","710960","710953","710946","710939","710922","710915","710908","710892","710885","710878","710861","710854","710847","710830","710816","710809","710731","710724","710717","710700","710670","710663","710656","710649","710632","710625","710618","710601","710526","710519","710502","710427","710410","710403","710397","710380","710373","710366","710359","710342","710335","710328","710311","710304","710106","709162","709155","709131","709117","707991","707984","707977","707960","707953","707946","707939","707922","707908","706970","706871","706802","706772","706703","706602","706512","706499","706413","706406","706314","706307","706079","706017","706000","705933","705926","705919","705902","705742","705735","705728","705711","705704","705698","705681","705674","705667","705650","705643","705636","705629","705612","705605","703443","703429","703412","702927","702903","698945","698938","698921","698914","698907","695937","695920","695913","695906","695842","695835","695821","695814","695807","695746","695739","695722","695715","695708","695692","695685","695678","695661","695654","695647","695630","695623","695616","695609","695548","695531","695524","695517","695500","695432","695425","695418","695401","695371","695364","695340","695333","695326","695302","695173","695166","695142","695135","695111","695104","687840","687833","687826","687819","687802","683149","683132","683125","683118","683101","682371","682364","682357","682340","682333","682326","682319","682302","681671","681664","681657","681640","681633","681626","681619","681602","667844","667561","637724","637700","628296","628296","628289","628289","628272","628272","628265","628265","628258","628258","628241","628241","628234","628234","628227","628227","628210","628210","628203","628203","628074","628074","628067","628067","628050","628050","628043","628043","628036","628036","628029","628029","628012","628012","628005","628005","627978","627978","627961","627961","627954","627954","627947","627947","627930","627930","627923","627923","627916","627916","627909","627909","627893","627893","627886","627886","627879","627879","627862","627862","627855","627855","627848","627848","627831","627831","627824","627824","627817","627817","627800","627800","627770","627770","627732","627732","627725","627725","627718","627718","627701","627701","627671","627671","627664","627664","627657","627657","627633","627633","627626","627626","627619","627619","627602","627602","627572","627572","627565","627565","627558","627558","627541","627541","627534","627534","627527","627527","627510","627510","627503","627503","627473","627473","627466","627466","627459","627459","627442","627442","627435","627435","627428","627428","627411","627411","627404","627404","620603","620535","618808","616972","616279","607833","607826","576719","573008","554236","554229","554205","549928","549911","549805","548808","547627","547627","547603","547504","547504","547207","544855","544800","544565","542820","539905","539608","539509","522624","522556","522549","521801","521726","521627","521504","521429","520217","520200","520118","520101","520019","520002","507522","507515","507508","507430","507423","507416","507409","507317","507300","507256","507249","507232","507225","507218","507201","507034","507027","507010","507003","506907","506839","506822","506815","506808","506747","506730","506723","506716","506709","506648","506631","506624","506617","506600","506051","506044","506037","506013","506006","505993","505986","505979","505962","505955","505948","505931","505917","505917","505900","505900","505856","505849","505832","505825","505818","505801","505764","505757","505740","505733","505719","505719","505702","505702","505566","505559","505511","505504","505481","505474","505450","505443","505436","505412","505405","505375","505368","505351","505344","505337","505320","505313","505313","505306","505306","505283","505276","505269","505252","505245","505238","505221","505214","505207","505115","505108","494549","494525","494501","489569","489569","489552","489545","489538","489521","489514","489507","489507","489361","488166","488142","488029","487824","487633","487626","487619","487602","484700","483772","483765","483741","483727","483710","483703","483482","483437","483406","479065","464146","464122","464122","464115","461411","461404","461374","447408","444704","443707","443608","443332","439809","433500","433494","433487","433470","433425","433395","433357","433333","433319","433302","431803","431704","431506","428117","427813","417500","417326","417302","416114","408621","408614","408607","408515","408508","406009","403534","403510","403503","402612","402612","402117","401905","401745","401714","401707","398519","393507","373806","371901","370621","369007","352214","349412","348125","346312","340914","340716","340426","340419","340418","340112","332216","312052","309627","296907","296907","290646","290608","279252","279238","278521","277425","277401","277326","277302","276811","275926","275902","269802","259308","259155","259124","259117","258769","258523","258509","244274","244021","243505","243406","241815","241808","241716","241709","241433","241310","241211","239546","239522","239508","236408","227222","227109","225952","225945","225938","225921","225914","225907","222562","222531","222364","222333","222067","222036","219708","219609","214901","210330","210323","210309","207835","207828","206111","206104","205961","205954","205947","205930","205916","205909","203332","203325","203318","203301","203233","203226","203219","203202","203158","203141","203134","203127","203110","203103","158014","158007","157932","157925","157918","157901","157802","157437","157413","157406","157208","157109","157093","157086","157079","157062","157055","157048","157031","157024","157017","157000","156997","156980","156973","156966","156942","156935","156911","156904","156898","156881","156874","156867","156836","156829","156812","156805","156799","156782","156768","156737","156713","156706","156690","156676","156669","156652","156645","156614","156607","156591","156584","156577","156553","156546","156539","156522","156515","156508","156485","156478","156461","156454","156447","156423","156416","156409","155938","155938","155839","155839","155730","155235","148213","147414","147414","144819","144741","143041","126933","126933","126501","123395","123388","123371","123364","123364","123357","123340","123333","123326","123319","123319","123302","123296","123296","123265","123265","123241","123227","123210","123210","123203","123067","123043","123036","123012","123005","122961","122961","122947","122930","122916","122916","122909","122763","122749","122718","122701","122664","122640","122619","122602","122442","122411","122404","121469","121445","121261","121247","121162","121148","121001","120707","120608","120608","107722","107715"]}
/* Copyright (C) 2008. All rights reserved. */
;function _$2(k,n,f){var c=k/255,m=n/255,p=f/255;var o=Math.min(c,Math.min(m,p));var q=Math.max(c,Math.max(m,p));var a=q-o;var j=0,t=0,e=(o+q)/2;if((e>0)&&(e<0.5)){t=a/(q+o)}if((e>=0.5)&&(e<1)){t=a/(2-q-o)}if(a>0){if((q==c)&&(q!=m)){j=j+(m-p)/a}if((q==m)&&(q!=p)){j=j+2+(p-c)/a}if((q==p)&&(q!=c)){j=j+4+(c-m)/a}j/=6}if(j<0){j+=1}if(j>1){j-=1}return{h:(j*360),s:t,l:e}}function _h2rgb(b,a,c){if(c<0){c+=1}if(c>1){c-=1}if(c*6<1){return b+(a-b)*c*6}if(c*2<1){return a}if(c*3<2){return b+(a-b)*(2/3-c)*6}return b}function _$3(m,o,c){var e=m/360;var n,k;if(c<=0.5){k=c*(o+1)}else{k=c+o-c*o}n=c*2-k;var a=_h2rgb(n,k,e+1/3);var f=_h2rgb(n,k,e);var j=_h2rgb(n,k,e-1/3);return{r:Math.round(a*255),g:Math.round(f*255),b:Math.round(j*255)}}function _$4(a,b){if(typeof b=="undefined"){b=true}a=$(a);if(typeof a!="object"){return}if(!a||!a.style){return}a.style.visibility=b?"visible":"hidden"}function _$5(a){_$4(a,false)}function _$6(b,c){b=$(b);if(typeof b!="object"){return false}if(!b.style){return false}var a=(b.getStyle("visibility")==(c?"hidden":"visible"));return a}function _$7(a){return _$6(a,true)}function _$8(a,c){var b=0,e=0;if(self.innerHeight){b=self.innerWidth;e=self.innerHeight}else{if(document.documentElement&&document.documentElement.clientHeight){b=document.documentElement.clientWidth;e=document.documentElement.clientHeight}else{if(document.body){b=document.body.clientWidth;widhtHeight=document.body.clientHeight}}}if((b<a-4)||(e<c-4)){window.resizeTo(Math.min(screen.width,1024),Math.min(screen.height,768))}}function _$9(a){return((typeof a=="number")&&(a>=0)&&(a<SCENES.names.length))}function _$a(a){return((typeof a=="number")&&(a>=0)&&(a<TEXTURES.names.length))}function _$b(a){return((typeof a=="number")&&(a>=-1))}function _$c(a){return(a&&Object.isArray(a)&(a.length>0))}function _$d(a){return false}function _$e(a){return true}function _$f(){document.onmousedown=_$d;document.onclick=_$e;document.unselectable="on";if(document.style){document.style.MozUserSelect="none";document.style.KhtmlUserSelect="none"}document.onselectstart=_$d;document.ondragstart=_$d}_$10={_$11:function(f,j,e,m,h){var k=1.70158;var l=0;var g=m;if(j==0){return e}if((j/=h)==1){return e+m}if(!l){l=d*0.3}if(g<Math.abs(m)){g=m;var k=l/4}else{var k=l/(2*Math.PI)*Math.asin(m/g)}return g*Math.pow(2,-10*j)*Math.sin((j*h-k)*(2*Math.PI)/l)+m+e},END_$10:null};function _$12(a){if(a=="placeholder"){return"images/layout/1x1-lightgray.gif"}return"images/layout/1x1-trans.gif"}TR=new Hash();TR.langs=[];TR.lang=null;function tr(b,a){var c=TR.get(b);return(c?c:b)}function tr_lang(e,c){TR.lang=e||null;TR.langs=c||[];var a=/lang=([a-zA-Z][a-zA-Z])/;var b=a.exec(document.URL);if(!b||(b.length<2)){return}var e=String(b[1]).toLowerCase();if(c.indexOf(e)<0){return}TR.lang=e}function tr_img(){var a=TR.lang;if(!a){return}$$(".tr-img").each(function(e){var b=e.src;var c=b.replace(/(\.[a-zA-Z][a-zA-Z])?(\.hover)?\.(png|jpe?g|gif|tiff?|pdf)/,("."+a+"$2.$3"));if(c){e.src=c}})}_$13=new Object();
/* Copyright (C) 2008. All rights reserved. */
_$14=Class.create({initialize:function(a){this._$15=a||"site-unknown";this._$16();document.observe("user:howtouse",this._$17.bindAsEventListener(this))},_$16:function(){$$(".make-hover-button").each(this._$18,this)},_$19:function(b,a){if(!b||b.hasHoverHandler){return}b.hasHoverHandler=true;Event.observe(b,"mousemove",this._$1a.bindAsEventListener(b));Event.observe(b,"mouseout",this._$1b.bindAsEventListener(b));b._$1c=a||"hover-tmp"},_$1a:function(a){if(!a||!a.target||a.target._$1d){return}if(!a.target._$1c){return}a.target.addClassName(a.target._$1c);a.target._$1d=true},_$1b:function(a){if(!a||!a.target||!a.target._$1d){return}if(!a.target._$1c){return}a.target.removeClassName(a.target._$1c);a.target._$1d=false},_$18:function(a){if(!a||a.hasHoverHandler){return}a.hasHoverHandler=true;Event.observe(a,"mousemove",this._$1e.bindAsEventListener(a));Event.observe(a,"mouseout",this._$1f.bindAsEventListener(a))},_$1e:function(a){if(!a||!a.target||a.target._$1d){return}if(!a.target.src){return}var b=a.target.src;if(!/\.hover\./.test(b)){b=b.replace(/.(jpg|png|gif)$/,".hover.$1")}a.target.src=b;a.target._$1d=true},_$1f:function(a){if(!a||!a.target||!a.target._$1d){return}if(!a.target.src){return}var b=a.target.src;b=b.replace(/\.hover\./,".");a.target.src=b;a.target._$1d=false},_$17:function(a){if(!a||!a.memo){return}var b={URL:"/"+this._$15+"/images/layout/help-howtouse"+(TR.lang?("."+TR.lang):"")+".png",imageWidth:820,imageHeight:1500,uniqueIdValue:"help-howtouse"};document.fire("user:scenezoom",b)},END_$14:null});_$20=Class.create({initialize:function(b){Object.extend(this,b||{});if(typeof this._$15=="undefined"){return}this._$21=new Object();this._$22=false;this._$23(null);this._$24={textureIndex:null,colorSpec:null};this._$25=new Array();this._$26=new Array();this._$27=new Array();if(this._$28){for(var e=0,f=SCENES.category.length;e<f;e++){var g=SCENES.category[e][0];var c=(g=="all")?"all":"unused";var a=this._$29?this._$29:this._$15;if(g==a){c="all"}if(g==a+"."+String(TR.lang)){c="all"}SCENES.category[e][0]=c}}this._$2a=new Object();if(this._$2b){$H(this._$2b).each(function(k){var h=this._$2c(k.key);var m=this._$2d(h);var l=k.value;var j=this._$2e(h,l);if(j){if(!this._$2a[m]){this._$2a[m]=new Object()}this._$2a[m]._$2f=j}},this)}this._$30=false;this._$31=false;document.observe("model:selectcategory",this._$32.bindAsEventListener(this));document.observe("model:selectscene",this._$33.bindAsEventListener(this));document.observe("model:sceneloaded",this._$34.bindAsEventListener(this));document.observe("model:hoverobjectid",this._$35.bindAsEventListener(this));document.observe("model:selectobjectid",this._$36.bindAsEventListener(this));document.observe("model:selecttexture",this._$37.bindAsEventListener(this));document.observe("model:selectcolor",this._$38.bindAsEventListener(this));document.observe("model:scenezoom",this._$39.bindAsEventListener(this));document.observe("model:texturezoom",this._$3a.bindAsEventListener(this));document.observe("model:reveallayout",this._$3b.bindAsEventListener(this))},_$23:function(m,l,b){var r=null;var q=[];var g="";var n={mappings:"",groups:"",colors:""};var j=0;var c=null;var o=-1;var t="none";var e=0;if(typeof m=="number"){if((typeof m!="number")||(m<0)||(m>=SCENES.names.length)){return false}r=m;var c=SCENES.names[r];if((typeof c!="string")||(c.length<1)){return false}var q=l||SCENES.category[r];if(!_$c(q)){return false}var g=b||this._$2d(q);var k=Object.clone(SCENES.objects[r]);if((typeof k.mappings=="string")&&(k.mappings.length>0)){j=k.mappings.length;n.mappings=k.mappings;n.groups=k.groups||"";if(n.groups.length<j){n.groups+="0".times(j-n.groups.length)}n.colors=k.colors||"";if(n.colors.length<j){n.colors+="0".times(j-n.colors.length)}var s=SCENES.objects[r].x;if(s){var h=new Object();for(var p=0,f=j;p<f;p++){var a=s[String(p)];if(a){h[String(p)]=a}}n.x=h}}}if(g!="all"){this._$3c=q;this._$3d=g}if(this._$3e()){return true}this._$3f=r;this._$40=n;this._$41=j;this._$42=c;this._$43=o;this._$44=t;this._$45=e;this._$25=new Array();if(this._$3f){}return true},_$2c:function(b){var a;if(typeof b=="string"){a=b.split("/")}else{a=Object.isArray(b)?b:null}return a},_$2d:function(a){var b;if(typeof a=="string"){b=a}else{b=Object.isArray(a)?a.join("/"):null}return b},_$46:function(f,e,a){if(!a){f=this._$2c(f);e=this._$2c(e)}if(!_$c(f)||!_$c(e)){return false}for(var b=0,c=Math.min(f.length,e.length);b<c;b++){if((f[b]=="all")||(e[b]=="all")){return true}if(f[b]!=e[b]){return false}}return true},_$2e:function(a,c){a=this._$2c(a);for(var b=0,e=SCENES.names.length;b<e;b++){if(!a||this._$46(SCENES.category[b],a,true)){if(!c||(SCENES.names[b]==c)){return b}}}return null},_$32:function(e){if(!e||!e.memo){return}if(!e.memo.categoryPath&&!e.memo.categoryName){return}var a=this._$2c(e.memo.categoryPath||e.memo.categoryName);var c=this._$2d(e.memo.categoryPath||e.memo.categoryName);if(!_$c(a)){return}if((typeof c!="string")||(c.length<1)){return}var b=this._$3f;if((typeof b!="number")||(b<0)||(b>=SCENES.names.length)){b=this._$2e(a,null)}if((typeof b!="number")||(b<0)||(b>=SCENES.names.length)){return}this._$30=false;if(String(a[0]).startsWith("search:")){this._$30=String(a[0]||"").substr(7);if(this._$30==""){this._$30=false}else{this._$30=new RegExp("("+this._$30+")","gi")}}if(this._$47(b,a,c)){}},_$33:function(b){if(!b||!b.memo){return}if(!_$9(b.memo.sceneIndex)){return}var a=b.memo.sceneIndex;if(this._$47(a)){}},_$34:function(a){document.fire("user:updatescenedetails")},_$47:function(b,a,e){if((typeof b!="number")||(b<0)||(b>=SCENES.names.length)){return false}this._$48();var c=this._$49(b,a,e);if(!c){}return c},_$4a:function(a){if(!_$b(a)){return -1}if(this._$40.x&&this._$40.x[String(a)]){var b=Number(this._$40.x[String(a)]);a=b}return a},_$35:function(b){if(!b||!b.memo){return}if(typeof b.memo.objectID=="undefined"){return}var a=b.memo.objectID;var c=b.memo.objectType||this._$4b(a)},_$4c:function(g){var f=this._$24||{textureIndex:null,colorSpec:null};if(!g){return f}var a=g.textureIndex||null;var b=f.textureIndex||null;var e=this._$4d(g.colorSpec)||null;var c=this._$4d(f.colorSpec)||null;if((b==a)&&(c==e)){return{textureIndex:null,colorSpec:null}}return f},_$36:function(c){if(!c||!c.memo){return}if(typeof c.memo.objectID=="undefined"){return}var b=SCENES.objects.mappings;this._$43=c.memo.objectID;this._$45=0;var a=this._$4b(this._$43);var e=this._$4e(this._$43);if(!a||(typeof e!="number")){return}if((a=="texture")&&(e>0)&&this._$24&&this._$24.colorSpec){this._$26[e]=this._$4c(this._$26[e])}else{this._$25[this._$43]=this._$4c(this._$25[this._$43])}document.fire("user:updatescenedetails");document.fire("user:selectscene");this._$4f(true)},_$37:function(b){if(!b||(!b.target&&!b.memo)){return}if(b.target&&(typeof b.target.groupIndex=="number")){var g=b.target.groupIndex;var f=this._$26[g];if(!f||((!f.textureIndex)&&(!f.colorSpec))){this._$26[g]=this._$4c(f)}this._$24=this._$26[g]||{textureIndex:null,colorSpec:null};b.memo=new Object();b.memo.textureIndex=this._$24.textureIndex;document.fire("user:selectscene")}if(!b||!b.memo){return}if(!_$a(b.memo.textureIndex)){return}var e=b.memo.textureIndex;var a=this._$50(e);var c=(a&&a.name)?this._$4d(a.colors[0]):null;this._$24={textureIndex:b.memo.textureIndex,colorSpec:c};document.fire("user:updatecolorspaneltmp");document.fire("user:updatescenedetails");this._$4f(true)},_$38:function(a){if(!a||!a.target||!a.target.colorSpec){return}var b=this._$51(a.target.colorSpec);if(b){this._$24={colorSpec:b};this._$4f(true)}},_$4f:function(){var h=null;if(this._$24){h=this._$24.textureIndex}if(!_$a(h)){h=null}var g=null;if(this._$24){g=this._$4d(this._$24.colorSpec)}$$(".textures-panel-thumbnail").each(function(c){c.style.borderColor=(h&&(c._$52==h))?"#000000":"#eeeeee"},this);for(var e=1;e<=4;e++){var b=$("details-panel-texture-thumbnail-"+e);if(b){var f=this._$26[e]||{};b.style.borderColor=(h&&(f.textureIndex==h))?"#000000":"#eeeeee"}}for(var k=1;k<=6;k++){var a=$("details-panel-color-"+k);if(a){var j={colorSpec:(a.colorSpec||"")};a.style.borderColor=(g&&!h&&(j.colorSpec==g))?"#000000":"#eeeeee"}}},_$48:function(){var a=this._$3f;if((typeof a!="number")||(a<0)||(a>=SCENES.names.length)){return}var b=this._$3d;if((typeof b!="string")||(b.length<1)){return}var c={_$25:this._$25,END_$27:null};this._$27[a]=c;if(!this._$2a[b]){this._$2a[b]=new Object()}this._$2a[b]._$2f=this._$3f},_$49:function(e,b,g){if((typeof e!="number")||(e<0)||(e>=SCENES.names.length)){return false}var a=this._$3f;var f=this._$3c;var c=this._$3d;if((e==a)&&(b==f)&&!String(b).startsWith("search:")){return false}if(!this._$23(e,b,g)){return false}var h=this._$27[e]||new Object();this._$25=h._$25||new Array();if((this._$3d!=c)||String(this._$3d).startsWith("search:")){document.fire("user:selectcategory")}if(this._$3f!=a){document.fire("user:selectscene")}return true},_$53:function(o,g,a,q){if(!o){return}var c;if(a=="scenes"){c=SCENES}else{if(a=="textures"){c=TEXTURES}else{return}}q=q?this._$2c(q):this._$3c;if(!_$c(q)){return}var r=this._$30&&(a=="textures");var b;if(!r){b=new RegExp("^"+this._$2d(q)+"$")}var m={};var s=c.names;var j=c.category;for(var k=0,h=c.names.length;k<h;k++){if(r){if(!this._$31&&String(j[k]).startsWith("extra.")){continue}var f=s[k].match(this._$30);if(!f){continue}}else{var l=(j[k][0]=="all");var n=b&&String(j[k][0]).match(b);if(!n&&!l){continue}}this._$54(a,k,m);if(!m.name){continue}try{if(g){o.apply(g,[m,k])}else{o(m,k)}}catch(p){if(p!=$break){throw p}}}},_$55:function(b,a){return this._$53(b,a,"scenes")},_$56:function(b,a){return this._$53(b,a,"textures")},_$54:function(f,c,b){if((f!="scenes")&&(f!="textures")){return null}if(!b){b={}}else{b.name=null}if((f=="scenes")&&(_$9(c))){var a=SCENES;b.name=a.names[c];b.title=null;b.normal_width=a.normal_width[c];b.normal_height=a.normal_height[c];b.zoom_width=a.zoom_width[c];b.zoom_height=a.zoom_height[c];b.category=a.category[c];b.objects=a.objects[c]}if((f=="textures")&&(_$a(c))){var e=TEXTURES;b.name=e.names[c];b.title=b.name;b.category=e.category[c];b.colors=e.colors[c]}b._$57=c;return b},_$58:function(b,a){return this._$54("scenes",b,a)},_$50:function(b,a){return this._$54("textures",b,a)},_$4b:function(a){if(typeof a!="number"){return null}if((a>=0)&&this._$40&&this._$40.mappings&&(a<this._$41)){var b=this._$40.mappings.substring(a,a+1);if(/[T]/.test(b)){return"texture"}if(/[Cct]/.test(b)){return"color"}if(/[Xx]/.test(b)){return"none"}}return"none"},_$4e:function(a){if(typeof a!="number"){return null}if((a>=0)&&this._$40&&this._$40.groups&&(a<this._$41)){var b=parseInt(this._$40.groups.substring(a,a+1));if(isNaN(b)){b=0}return b}return"0"},_$59:function(f,b,h,e){var a=this._$3f;if((typeof a!="number")||(a<0)||(a>=SCENES.names.length)){return null}if(!this._$15||!this._$42){return null}var g=this._$15+"/"+this._$42;if((typeof f!="number")||(typeof b!="number")){return null}var c="";if((typeof h=="number")&&(typeof e=="number")){if((h<=1)||(e<=1)){return null}c="+"+h+"+"+e;if(f>h){f=h}if(b>e){b=e}}if(f<1){f=1}if(b<1){b=1}var j="+"+f+"+"+b;return"/api/xyhelper.exe?"+g+j+c+"&json"},_$4d:function(b){if(typeof b=="string"){return b}if(!Object.isArray(b)||(b.length<3)){return null}var a="#"+b[0].toColorPart()+b[1].toColorPart()+b[2].toColorPart();return a},_$51:function(a){if(Object.isArray(a)&&(a.length>=3)){return a}if(typeof a!="string"){return null}a=a.parseColor();if((typeof a!="string")||(a.length!=7)){return null}return $R(0,2).map(function(b){return parseInt(a.slice(b*2+1,b*2+3),16)})},_$5a:function(o){var c=this._$3f;if((typeof c!="number")||(c<0)||(c>=SCENES.names.length)){return null}if(!this._$15||!this._$42||!this._$25){return null}var m=new Array();for(var h=0,a=this._$41;h<a;h++){var e=this._$4b(h);if(e=="none"){continue}var j=this._$25[h];if(!j||(!j.textureIndex&&!j.colorSpec)){var f=this._$4e(h);if((typeof f=="number")&&(f>0)){j=this._$26[f]}}if(j){var n=this._$4d(j.colorSpec);var g=j.textureIndex;var b,l;b=(typeof n=="string")?n.replace(/^[#]/,"").toLowerCase():null;if(_$a(g)){l=this._$50(g);if(!l.name){l=null}}if(l&&(e=="texture")){m[h]=("&t"+h+"="+l.name)}else{if(b){m[h]="&c"+h+"="+b}}}}var k="/"+this._$15+"/api/?scene="+this._$42+m.compact().join("&")+(o?("&size="+((typeof this._$5b=="string")?this._$5b:"zoom")):"");return k},_$5c:function(e,b){var f,a;if(/^scenes?-/.test(e)){f="scenes"}if(/^textures?-/.test(e)){f="textures"}if(typeof f!="undefined"){a=this._$54(f,b);if(!a||!a.name){f=null}}if(/^placeholder-?/.test(e)){f="placeholder"}if(typeof f=="undefined"){e="placeholder"}var c;switch(e){case"scene-thumbnail-mini":c="/"+this._$15+"/api/?scene="+String(a.name)+"&size=mini";break;case"scene-thumbnail-small":c="images/scenes/"+a.name+".small.png?1";break;case"scene-thumbnail-large":c="images/scenes/"+a.name+".large.png?1";break;case"texture-thumbnail-large":c="images/previews.dyn-scaled.91x71/"+a.name+".png";break;case"texture-thumbnail-small":c="images/previews.dyn-scaled.91x23/"+a.name+".png";break;case"texture-preview-zoom":c="images/previews.cut.718x608/"+a.name+".jpg";break;case"texture-preview-zoom-overlay":c="images/previews.scaled.194x236/"+a.name+".jpg";break;case"placeholder-texture-thumbnail-group-icon":c="images/layout/texture-"+Number(b||0)+".png";break;case"placeholder-lightgray":c="images/layout/1x1-lightgray.gif";break;case"placeholder-transparent":case"placeholder":c="images/layout/1x1-trans.gif";break;default:c=null;break}return c},_$39:function(c){if(!c||!c.memo){return}var b=this._$3f;var e=this._$58(b);if(!_$9(b)||!e){return}var a=this._$5a(true);if(a){var f={URL:a,imageWidth:e.zoom_width||1,imageHeight:e.zoom_height||1,uniqueIdValue:"scene-"+String(b)};document.fire("user:scenezoom",f)}},_$3a:function(a){if(!a||!a.memo){return}if(!_$a(a.memo.textureIndex)){return}},_$5d:function(a){this._$22=a},_$3e:function(){return this._$22},_$5e:function(){return this._$5f},_$3b:function(a){if(this._$5f){return}this._$5f=true;if(a&&a.memo&&(a.memo.timeout)){}_$5("layout-loading");$$(".visible-after-initial-relayout").each(function(b){_$4(b)})},END_$20:null});_$60=Class.create({initialize:function(a){Object.extend(this,a||{});if(typeof this._$61=="undefined"){return}this._$62=this._$62||4;this._$63=100;this._$64=$A();this._$65=0;this._$66=this._$67.bindAsEventListener(this);this._$68=false},_$69:function(a){this._$6a();this._$68=setTimeout(this._$66,this._$63)},_$6a:function(a){if(this._$68){clearTimeout(this._$68);this._$68=false}},_$67:function(e){if(this._$64.length==0){this._$6a();return}var h=this._$64;var c=this._$65;var g=this._$65+this._$62-1;if(g>=h.length){g=h.length}for(var b=c;b<=g;b++){var f=h[b];h[b]=null;if(f&&f.delayLoadURL&&(f.src!=f.delayLoadURL)){var a=f.delayLoadURL;f.delayLoadURL=null;f.newImage=new Image();Event.observe(f.newImage,"load",this._$6b.bindAsEventListener(f));f.newImage.src=a;if(Prototype.Browser.Opera&&f.newImage.complete){this._$6b.apply(f)}}}this._$65=g+1;if(this._$65>=h.length){this._$64=$A();this._$65=0;this._$6a()}else{this._$68=setTimeout(this._$66,this._$63)}},_$6b:function(b){var k=this.newImage;if(!k){return}this.newImage=null;Event.stopObserving(this.newImage,"load");var n=this.width;var f=this.height;if(!n||!f){return}var a=parseInt(this.style.left);var l=parseInt(this.style.top);if((typeof a!="number")||(typeof l!="number")){return}var e=a+Math.round(n/2);var c=l+Math.round(f/2);var g=k.width;var h=k.height;if(!g||!h){return}var m=e-Math.round(g/2);var j=c-Math.round(h/2);if(m!=a){this.style.left=m+"px"}if(j!=l){this.style.top=j+"px"}if(g!=n){this.width=g}if(h!=f){this.height=h}this.src=k.src;if(!this.hasClassName("visible-after-initial-relayout")){this.style.visibility="visible"}},END_$60:null});_$6c=Class.create({_$6d:"invisible",initialize:function(a){Object.extend(this,a||{});if(typeof this._$61=="undefined"){return}if(typeof this._$6e=="undefined"){return}this._$6f=$(this._$6e+"-container");this._$70=$(this._$6e+"-loading");this._$71=$(this._$6e);this._$72=$("secondary-"+this._$6e);if(!this._$6f||!this._$71||!this._$72){return}this._$73="";if(this._$71){this._$73=this._$71.className||""}this._$74=$(this._$6e+"-fader");if(this._$74){this._$74.style.backgroundColor="black";this._$74.setOpacity(0.1);_$5(this._$74)}this._$75=500;this._$76=null;this._$77=15000;this._$78=null;this._$79=null;this._$7a=null;this._$7b=null;this._$7c();document.observe("user:selectscene",this._$33.bindAsEventListener(this));this._$7d=10;this._$7e=200;this._$7f=new Date().getMilliseconds()||0;this._$80=false;this._$81=null;if(this._$71){Event.observe(this._$71,"mousemove",this._$82.bindAsEventListener(this));Event.observe(this._$71,"mouseout",this._$83.bindAsEventListener(this));Event.observe(this._$71,"click",this._$84.bindAsEventListener(this))}this._$85=new _$86({_$6e:this._$6e+"-zoom-icon",_$87:this._$71,_$88:this._$39.bindAsEventListener(this),_$89:false})},_$82:function(g){if(!this._$71){return}if(this._$81&&!this._$81._complete){return}var b=this._$7f||0;var h=new Date().getMilliseconds();var c=Math.abs(h-b);if(c<100){return false}var f=(typeof g.offsetX!="undefined")?g.offsetX+1:g.layerX;var e=(typeof g.offsetY!="undefined")?g.offsetY+1:g.layerY;if((typeof f!="number")||isNaN(f)||(f<1)||(typeof f!="number")||isNaN(e)||(e<1)){return}var b=this._$7f||0;var h=new Date().getMilliseconds();if((c<this._$7e)&&(Math.abs(f-this._$8a)<this._$7d)&&(Math.abs(e-this._$8b)<this._$7d)){return}this._$7f=h;this._$8a=f;this._$8b=e;var a=this._$61._$59(f,e,this._$71.width,this._$71.height);if(!a){return}this._$81=new Ajax.Request(a,{method:"GET",evalJS:false,evalJSON:false,onSuccess:this._$8c.bind(this)})},_$8c:function(b){if(!this._$61){return}var c=b.responseText;if(!c){return}var g;try{g=c.evalJSON()}catch(f){}if(!g){return}var a=this._$61._$4a(g.id);this._$8d(a)},_$7c:function(){this._$44=null;this._$43=-1;this._$71.className=this._$73},_$8d:function(a){if(!this._$61||!this._$71||!this._$73){return}var b=this._$61._$4b(a)||"none";if(b!=this._$44){var c=("cursor-paint-"+b);this._$71.className=(this._$73+" "+c)}this._$43=a;this._$44=b;var e={objectType:b,objectID:a};document.fire("model:hoverobjectid",e)},_$83:function(a){if(!this._$71||!this._$73){return}this._$7c();var b={objectType:false,objectID:false};document.fire("model:hoverobjectid",b)},_$84:function(b){if(!b||!b.target){return}var a=this._$43;if(typeof a!="number"){return}var c={objectID:a};document.fire("model:selectobjectid",c)},_$39:function(a){if(!a||!a.target||!a.target._$8e){return}var b=a.target._$8e;document.fire("model:scenezoom")},_$8f:function(a){if(a){this._$6d=a}},_$90:function(){if(!this._$79||(this._$6d=="ready")){return}var a=this._$79;var b=new Date().getTime();this._$78=null;this._$79=null;this._$85._$91();var c=new Image(1,1);c.src="images/layout/1x1-trans.gif";this._$71.onload=null;this._$71.src=c.src;this._$71.width=this._$71.height=1;this._$72.src=c.src;this._$72.width=this._$72.height=1;_$5(this._$71);new Effect.Appear(this._$71,{duration:0,from:0,to:1});_$5(this._$72);new Effect.Appear(this._$72,{duration:0,from:0,to:1});_$4(this._$71);_$5(this._$72);_$5(this._$70);this._$71.style.cursor="";this._$8f("invisible");this._$92();this._$76=null},_$93:function(){if(!this._$79){return}if(this._$74){this._$74.style.width=(this._$71.width||1)+"px";this._$74.style.height=(this._$71.height||1)+"px";_$4(this._$74)}if(this._$61._$5e()){_$4(this._$70)}},_$92:function(){if(this._$74){_$5(this._$74)}_$5(this._$70)},_$94:function(){if(this._$79){return}this._$8f("preparing-scene-switching");this._$79=new Date().getTime();this._$78=setTimeout(this._$90.bind(this),this._$77);this._$7c();_$5(this._$72);this._$85._$95();this._$76=setTimeout(this._$93.bind(this),this._$75);this._$8f("loading-old-scene-image");if(this._$72&&this._$71&&(this._$72.src===this._$71.src)){this._$72.width=this._$71.width;this._$72.height=this._$71.height;this._$8f("updating-secondary-scene-img-element");this._$96()}else{this._$7a=new Image();Event.observe(this._$7a,"load",this._$97.bindAsEventListener(this));this._$7a.src=this._$71.src;if(Prototype.Browser.Opera&&this._$7a.complete){this._$97()}}},_$97:function(){if(!this._$79){return}if(this._$6d!="loading-old-scene-image"){return}this._$8f("updating-secondary-scene-img-element");if(!this._$72.hasOnload){Event.observe(this._$72,"load",this._$96.bindAsEventListener(this));this._$72.hasOnload=true}this._$72.src=this._$7a.src;this._$72.width=this._$7a.width;this._$72.height=this._$7a.height;if(Prototype.Browser.Opera&&this._$72.complete){this._$96()}},_$96:function(){if(!this._$79){return}if(this._$6d!="updating-secondary-scene-img-element"){return}_$4(this._$72);_$5(this._$71);this._$8f("loading-new-scene-image");var a=this._$61._$5a(false);if(this._$71&&(this._$71.src===a)){this._$8f("updating-scene-img-element");this._$98()}else{this._$7b=new Image();Event.observe(this._$7b,"load",this._$99.bindAsEventListener(this));this._$7b.src=a;if(Prototype.Browser.Opera&&this._$7b.complete){this._$99()}}},_$99:function(a){if(!this._$79){return}if(this._$6d!="loading-new-scene-image"){return}this._$8f("updating-scene-img-element");if(!this._$71.hasOnload){Event.observe(this._$71,"load",this._$98.bindAsEventListener(this));this._$71.hasOnload=true}this._$71.src=this._$7b.src;this._$71.width=this._$7b.width;this._$71.height=this._$7b.height;if(Prototype.Browser.Opera&&this._$71.complete){this._$98()}},_$98:function(){if(!this._$79){return}if(this._$6d!="updating-scene-img-element"){return}this._$8f("fading-in");document.fire("model:reveallayout");var a=this;var e=null;if((this._$71.width!=this._$72.width)||(this._$71.height!=this._$72.height)){e=new Effect.Fade(a._$72,{sync:true,duration:1,from:1,to:0,afterFinish:function(f){_$5(a._$72);new Effect.Appear(a._$72,{duration:0,from:0,to:1})}})}this._$71.style.cursor="wait";new Effect.Fade(this._$71,{duration:0,from:1,to:0});this._$71.style.display="none";_$4(this._$71);var b=new Effect.Appear(a._$71,{sync:true,duration:1,from:0,to:1,afterSetup:function(f){if(a._$78){clearTimeout(a._$78)}a._$78=null;if(a._$76){clearTimeout(a._$76)}a._$92();a._$76=null},afterFinish:function(f){a._$71.style.cursor="";_$5(a._$72);new Effect.Appear(a._$72,{duration:0,from:0,to:1});a._$85._$9a(a._$71);a._$8f("ready");a._$79=null;document.fire("model:sceneloaded")}});var c=[e,b];new Effect.Parallel(c.compact(),{duration:1})},_$33:function(a){var b=null;if(a&&a.memo&&(typeof a.memo.sceneIndex=="number")){b=a.memo.sceneIndex}this._$94(b)},END_$6c:null});_$86=Class.create({initialize:function(a){Object.extend(this,a||{});if(typeof this._$6e=="undefined"){return}this._$9b=$(this._$6e);if(!this._$9b){return}this._$9c=this._$9c||"right";this._$9d=this._$9d||"bottom";this._$9e=this._$9f.bindAsEventListener(this);this._$a0=this._$a1.bindAsEventListener(this);if(this._$87){Event.observe(this._$87,"mousemove",this._$9e);Event.observe(this._$87,"mouseout",this._$a0)}if(this._$88){Event.observe(this._$9b,"click",this._$88)}this._$a2=(typeof this._$87!="undefined");this._$a3=false;if(!this._$89){this._$9a()}},_$9a:function(a){if(a||!this._$a2||!this._$a3){this._$a2=true;if(!this._$a4(a)){return}}_$4(this._$9b);this._$a3=true},_$91:function(){_$5(this._$9b);this._$a3=false},_$95:function(){this._$91();this._$a2=false},_$a5:function(a){if(!a){return}Event.stopObserving(a,"mousemove",this._$9e);Event.stopObserving(a,"mouseout",this._$a0);Event.observe(a,"mousemove",this._$9e);Event.observe(a,"mouseout",this._$a0)},_$a4:function(a){if(!a){a=this._$87}if(a!=this._$87){this._$87=a;this._$a5(a)}this._$9b._$8e=a;if(!this._$a2){return}if(!a){return false}var h=parseInt(a.getStyle("left"))||0;var g=parseInt(a.getStyle("top"))||0;var k=a.width||0;var c=a.height||0;var f=this._$9b.width||0;var j=this._$9b.height||0;if(!k||!c||!f||!j){return false}if((k<=1)||(c<=1)){return false}var b=(h+k-f-1);var e=(g+c-j-1);this._$9b.style.left=b+"px";this._$9b.style.top=e+"px";return true},_$a6:function(a){if(!this||!a){return false}return(this._$9b==(a.relatedTarget||a.toElement||a.fromElement))},_$9f:function(a){if(!a||!a.target){return}if(!this._$a2){return}if(this._$a3){return}var b=a.target;if(b!=this._$87){this._$a4(b)}_$4(this._$9b);this._$a3=true},_$a1:function(a){if(!a||!a.target){return}var b=a.target;if(!this._$a3){return}if(this._$a6(a)){return}_$5(this._$9b);this._$a3=false},END_$86:null});_$a7=Class.create({initialize:function(a){Object.extend(this,a||{});if(typeof this._$6e=="undefined"){return}this._$a8=$(this._$6e+"-container");if(!this._$a8){return}document.observe("user:updatecolorspaneltmp",this._$a9.bindAsEventListener(this));document.observe("user:updatescenedetails",this._$aa.bindAsEventListener(this));document.observe("user:print",this._$ab.bindAsEventListener(this))},_$a9:function(q){var t=$("details-panel-color-1");var n=$("details-panel-color-2");var b=$("details-panel-color-3");var r=$("details-panel-color-4");var l=$("details-panel-color-5");var w=$("details-panel-color-6");if(!t||!t){return}var u=null;var o=null;var c=null;var s=null;var m=null;if(!this._$61._$24||!this._$61._$24.textureIndex){return}var j=this._$61._$24.textureIndex;if(_$a(j)){var p=this._$61._$50(j);if(!p.name){p=null}if(p){var h=this._$61._$51(p.colors[0]);if(h){var v=_$2(h[0],h[1],h[2]);if(v){var a=_$3(v.h,v.s,0.8);var f=_$3(v.h,v.s,0.35);if(f){u=this._$61._$4d([f.r,f.g,f.b])}if(a){o=this._$61._$4d([a.r,a.g,a.b])}}c=this._$61._$4d([h[0],h[1],h[2]])}colorArray2=this._$61._$51(p.colors[1]);if(colorArray2){s=this._$61._$4d([colorArray2[0],colorArray2[1],colorArray2[2]])}colorArray3=this._$61._$51(p.colors[2]);if(colorArray3){m=this._$61._$4d([colorArray3[0],colorArray3[1],colorArray3[2]])}var g=1;if(t){t.style.backgroundColor=u?u:"transparent";t.colorSpec=u?u:null;t.style.visibility=u?"visible":"hidden";if(u){g=1}}if(n){n.style.backgroundColor=o?o:"transparent";n.colorSpec=o?o:null;n.style.visibility=o?"visible":"hidden";if(o){g=2}}if(b){b.style.backgroundColor=c?c:"transparent";b.colorSpec=c?c:null;b.style.visibility=c?"visible":"hidden";if(c){g=3}}if(r){r.style.backgroundColor=s?s:"transparent";r.colorSpec=s?s:null;r.style.visibility=s?"visible":"hidden";if(s){g=4}}if(l){l.style.backgroundColor=m?m:"transparent";l.colorSpec=m?m:null;l.style.visibility=m?"visible":"hidden";if(m){g=5}}if(w){w.style.visibility="hidden"}var k=g+1;var e=$("details-panel-color-"+Number(k));if(e){e.style.backgroundColor=this._$61._$4d([255,255,255]);e.colorSpec=this._$61._$4d([255,255,255]);e.style.visibility="visible"}if(!window.COLORS_BOUND_tmp){Event.observe(t,"click",this._$61._$38.bindAsEventListener(this._$61));Event.observe(n,"click",this._$61._$38.bindAsEventListener(this._$61));Event.observe(b,"click",this._$61._$38.bindAsEventListener(this._$61));Event.observe(r,"click",this._$61._$38.bindAsEventListener(this._$61));Event.observe(l,"click",this._$61._$38.bindAsEventListener(this._$61));if(w){Event.observe(w,"click",this._$61._$38.bindAsEventListener(this._$61))}window._$14._$19(t);window._$14._$19(n);window._$14._$19(b);window._$14._$19(r);window._$14._$19(l);if(w){window._$14._$19(w)}window.COLORS_BOUND_tmp=true}}}},_$aa:function(a){var n=0;if(!this._$61._$40||!this._$61._$40.groups){return}for(var o=0,f=this._$61._$40.groups.length;o<f;o++){var j=parseInt(this._$61._$40.groups.substring(o,o+1));if(isNaN(j)){j=0}n=Math.max(n,j)}var l=5;for(var q=1;q<l;q++){var e=$("details-panel-texture-thumbnail-"+q);var p=$("details-panel-texture-thumbnail-text-prodcat-"+q);var m=$("details-panel-texture-thumbnail-text-prodname-"+q);if(!e||!p||!m){continue}if(!window.DETAILS_THUMBNAILS_BOUND_tmp&&e){Event.observe(e,"click",this._$61._$37.bindAsEventListener(this._$61));window._$14._$19(e);e.groupIndex=q}if(q>n){_$5(e);_$5(p);_$5(m);continue}var k=null;if(this._$61._$26[q]&&this._$61._$26[q].textureIndex){k=this._$61._$26[q].textureIndex}var r=this._$61._$50(k);if(!r.name){r=null}if(r){e.src=this._$61._$5c("texture-thumbnail-large",k);var g=TEXTURES.category[k];var c=String(g[0]||"");var b=tr(c);var h=TEXTURES.names[k];if(p){p.innerHTML=b}if(m){m.innerHTML=h.replace(/[ _]+/,"<br>")}p.style.fontStyle=(c.startsWith("extra."))?"italic":""}else{e.src=this._$61._$5c("placeholder-texture-thumbnail-group-icon",q);p.innerHTML="";m.innerHTML=""}_$4(e);_$4(p);_$4(m)}window.DETAILS_THUMBNAILS_BOUND_tmp=true},_$ab:function(b){if(!this._$61||(typeof this._$61._$41!="number")||!this._$61._$26){return}var h='<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"><html><head><title>Drucken</title></head><body>';h+='<img src="/'+this._$61._$15+"/images/layout/print-logo"+(this._$61._$29?"."+this._$61._$29:"")+'.png">';h+="<p></p>";h+="<hr>";h+="<p></p>";h+='<img style="border:1px solid black;" src="'+this._$61._$5a(false)+'">';h+="<p></p>";var r=new Object;for(var k=0,c=this._$61._$41;k<c;k++){var e=this._$61._$4e(k);if((typeof e=="number")&&(e>0)){var l=this._$61._$26[e];if(!l){continue}var f=l.textureIndex;if(_$a(f)){_$ac=this._$61._$50(f);if(!_$ac.name){_$ac=null}}if(typeof _$ac=="undefined"){continue}if(r[_$ac.name]){continue}r[_$ac.name]=true;var m=_$ac.name;if(typeof m!="string"){continue}var n=_$ac.category;if(!n||(n.length==0)){continue}var o=n[0];if(typeof o!="string"){continue}o.replace(/ /,"&nbsp;");o=tr(o);if(typeof o!="string"){continue}var j=this._$61._$5c("texture-thumbnail-large",f);if(typeof j!="string"){continue}var g='<img style="border:1px solid black;" src="'+j+'">';var p="font-size:14px;font-weight:bold;font-family:Arial,Helvetica,Verdana,sans-serif;";h+='<p style="'+p+'">'+g+"&nbsp;"+o+"&nbsp;("+m+")</p>";h+="<p></p>"}}h+="<hr>";var q="font-size:10px;font-weight:bold;font-family:Arial,Helvetica,Verdana,sans-serif;";h+='<p style="'+q+'">Copyright &copy; 2008 Rasch GmbH &amp; Co. KG and <a href="http://www.p-interactive.com/" onclick="window.open(this.href);return false;">www.p-interactive.com</a>. All rights reserved.</p>';h+="</body></html>";var a=window.open();a.document.writeln(h);a.document.close();a.focus();a.print();window.focus()},END_$a7:null});_$ad=Class.create({initialize:function(a){Object.extend(this,a||{});if(typeof this._$61=="undefined"){return}if(typeof this._$6e=="undefined"){return}if(typeof this._$ae=="undefined"){return}if(typeof this._$af=="undefined"){return}if(typeof this._$b0=="undefined"){return}if(typeof this._$b1=="undefined"){return}if(typeof this._$b2=="undefined"){return}this._$b3=$(this._$6e);if(!this._$b3){return}this._$b4=new _$60({_$61:this._$61});this._$b5(this._$ae);this._$b6=false;this._$b7=$(this._$6e+"-maximized-background");this._$b8=$(this._$6e+"-maximize-button");this._$b9();this._$ba=null;this._$bb=true;this._$bc=false;this._$bd();this._$be=$(this._$6e+"-scroll-backward-button");this._$bf=$(this._$6e+"-scroll-forward-button");this._$c0(this._$b2);this._$c1=this._$c2=0;Event.observe(this._$b3,"mousewheel",this._$c3.bindAsEventListener(this));Event.observe(this._$b3,"DOMMouseScroll",this._$c3.bindAsEventListener(this));if(this._$be){Event.observe(this._$be,"click",this._$c4.bindAsEventListener(this))}if(this._$bf){Event.observe(this._$bf,"click",this._$c5.bindAsEventListener(this))}if(this._$b8){Event.observe(this._$b8,"click",this._$c6.bindAsEventListener(this))}if(this._$c7){this._$c8()}if(!this._$c9){this._$c9="right"}this._$ca=$(this._$6e+"-zoom-icon");if(this._$ca){this._$85=new _$86({_$6e:this._$6e+"-zoom-icon",_$87:null,_$88:this._$3a.bindAsEventListener(this),_$89:false})}document.observe("user:selectcategory",this._$32.bindAsEventListener(this));document.observe("user:closeallpanels",this._$cb.bindAsEventListener(this));document.observe("user:putotherpanelsbehind",this._$cc.bindAsEventListener(this))},_$c6:function(a){if(this._$b6){this._$cb()}else{this._$c8()}},_$cc:function(b){if(b&&b.memo&&(typeof b.memo.frontPanel!="undefined")&&this&&this._$b3&&this._$b3.parentNode&&(b.memo.frontPanel!=this._$b7)){var c=b.memo.frontPanel;var a=this._$b3.parentNode;if(this._$b7){a.insertBefore(this._$b7,c)}if(this._$b3){a.insertBefore(this._$b3,c)}if(this._$be){a.insertBefore(this._$be,c)}if(this._$bf){a.insertBefore(this._$bf,c)}if(this._$b8){a.insertBefore(this._$b8,c)}this._$cd()}},_$c8:function(a){if(!this._$b8){return}if(this._$b6){return}document.fire("user:closeallpanels");document.fire("user:putotherpanelsbehind",{frontPanel:this._$b7});if(this._$b7){_$4(this._$b7)}this._$b3.addClassName(this._$6e+"-maximized");this._$b6=true;this._$b9();if(this._$ce){this._$bd()}this._$c0();if(this._$cf!=this._$d0){this._$d1()}this._$cd();this._$61._$5d(true)},_$cb:function(a){if(!this._$b6){return}if(this._$b7){_$5(this._$b7)}this._$b3.removeClassName(this._$6e+"-maximized");this._$b6=false;this._$b9();if(this._$ce){this._$bd()}this._$c0();if(this._$cf!=this._$d0){this._$d1()}this._$cd();this._$61._$5d(false)},_$bd:function(){if(this._$ce&&this._$b6){Object.extend(this,this._$ce)}else{Object.extend(this,this._$b1)}this._$d2=(this._$d2||(this._$d3+10));this._$d4=(this._$d4||(this._$d5+10));this._$d6=(this._$d6||0);this._$d7=(this._$d7||0);if(this._$bc&&this._$d8){this._$d4+=this._$d8}if(this._$bc&&this._$d9){this._$d7+=this._$d9}},_$da:function(){this._$db=parseInt(this._$b3.getStyle("width")||0);this._$dc=parseInt(this._$b3.getStyle("height")||0)},_$c0:function(a){if(!a){a=(this._$b2||"vertical")}this._$da();if(/^[Vv]/.test(a)){this._$dd=0;this._$de=1;if(this._$be){this._$be.src="images/layout/button-up.gif"}if(this._$bf){this._$bf.src="images/layout/button-down.gif"}this._$df=Math.floor((this._$db-this._$d6)/this._$d2);this._$e0=null;if(this._$df<1){this._$df=1}}else{this._$dd=1;this._$de=0;if(this._$be){this._$be.src="images/layout/button-left.gif"}if(this._$bf){this._$bf.src="images/layout/button-right.gif"}this._$df=null;this._$e0=Math.floor((this._$dc-this._$d7)/this._$d4);if(this._$e0<1){this._$e0=1}}this._$b2=a;this._$b4._$62=(this._$df||this._$e0)},_$b9:function(){if(!this._$b8){return}var a=this._$c9;if(this._$b6){a=(a=="left"?"right":"left")}this._$b8.src="images/layout/button-maximize-"+a+".gif"},_$e1:function(c){if(!this._$b3||!c){return}this._$c1=this._$c2=0;var b=parseInt(c.style.left);if(this._$b6){if(b-this._$d2>=0){b-=this._$d2}}var a=Math.floor((b-this._$d6)/this._$d2);b=(a*this._$d2);this._$b3.scrollLeft=b;this._$b3.scrollTop=0},_$c3:function(a){var b=0;if(a.wheelDelta){b=a.wheelDelta/120}else{if(a.detail){b=-a.detail/3}else{return false}}b=Math.round(b);if(b<0){this._$e2(true)}if(b>0){this._$e2(false)}Event.stop(a);return false},_$cd:function(){this._$c1=this._$c2=0;var a=this._$ba;if(!a){if((this._$ae=="textures")&&(this._$61._$24)){var c=this._$61._$24.textureIndex;$$(String("."+this._$6e+"-thumbnail")).each(function(e){if(e._$52==c){a=e}})}if((this._$ae=="scenes")&&_$9(this._$61._$3f)){var b=this._$61._$3f;$$(String("."+this._$6e+"-thumbnail")).each(function(e){if(e._$e3==b){a=e}})}this._$ba=a}if(a){this._$e1(a)}},_$e4:function(b){var e=this._$c1;var a=this._$c2;if(!e&&!a){return}var h=parseInt(this._$b3.scrollLeft);var g=parseInt(this._$b3.scrollTop);if((Math.abs(e)>3)&&!b){e=Math.round(0.25*e)}if((Math.abs(a)>3)&&!b){a=Math.round(0.25*a)}this._$b3.scrollLeft=h+e;this._$b3.scrollTop=g+a;var c=parseInt(this._$b3.scrollLeft);var f=parseInt(this._$b3.scrollTop);if((c==h+e)&&(f==g+a)){this._$c1-=e;this._$c2-=a}else{this._$c1=this._$c2=0}if((this._$c1!=0)||(this._$c2!=0)){setTimeout(this._$e4.bind(this),50)}},_$e5:function(a){this._$e6(a?-a:null)},_$e6:function(a){var c=(a*this._$dd*this._$d2);var b=(a*this._$de*this._$d4);this._$c1-=c;this._$c2-=c;setTimeout(this._$e4.bind(this),100)},_$e2:function(c){if(!this._$b3){return}if((this._$db==0)||(this._$dc==0)){return}var b=Math.ceil(this._$db/this._$d2-1);var a=Math.ceil(this._$dc/this._$d4-1);b=a=1;if(b<=1){b=1}if(a<=1){a=1}if(!c){b=-b;a=-a}this._$c1+=(b*this._$dd*this._$d2);this._$c2+=(a*this._$de*this._$d4);setTimeout(this._$e4.bind(this),100)},_$c4:function(a){this._$e2(false)},_$c5:function(a){this._$e2(true)},_$3a:function(a){if(!a||!a.target||!a.target._$8e){return}var b=a.target._$8e._$52;if(!_$a(b)){return}this._$e7(b);this._$cb();var c={zoomType:"texture",textureIndex:b,URL:this._$61._$5c("texture-preview-zoom",b),overlayURL:this._$61._$5c("texture-preview-zoom-overlay",b),imageWidth:this._$af,imageHeight:this._$b0,uniqueIdValue:"texture-"+String(b)};document.fire("user:texturezoom",c)},_$84:function(b){if(!b||!b.target){return}var a=b.target._$e3;if(!_$9(a)){return}this._$cb();this._$e8(a)},_$e8:function(a){document.fire("model:selectscene",{sceneIndex:a});$$(String("."+this._$6e+"-thumbnail")).each(function(b){b.style.borderColor=(b._$e3==a)?"#000000":"#eeeeee"},this);this._$ba=null;this._$cd()},_$e9:function(a){if(!a||!a.target){return}var b=a.target._$52;if(!_$a(b)){return}this._$cb();document.fire("user:closetexturezoom");this._$e7(b)},_$e7:function(a){document.fire("model:selecttexture",{textureIndex:a});$$(String("."+this._$6e+"-thumbnail")).each(function(b){b.style.borderColor=(b._$52==a)?"#000000":"#eeeeee"},this);this._$ba=null;this._$cd()},_$b5:function(a){switch(a){case"scenes":this._$ea=this._$61._$55;this._$eb=this._$84;this._$cf="scene-thumbnail-small";this._$d0="scene-thumbnail-large";break;case"textures":default:this._$ea=this._$61._$56;this._$eb=this._$e9;this._$cf="texture-thumbnail-large";this._$d0="texture-thumbnail-large";break}},_$32:function(a){if(!this||!this._$61){return}if(this._$ae=="scenes"){this._$cb(a);if(this._$ec){return false}this._$ec=true}this._$d1(a);this._$cd()},_$d1:function(){if(!this||!this._$61){return}var a=0;var h=0,b=0;var j=0,e=0;if(this._$df&&this._$e0){return}if(this._$e0){e=1}else{j=1}var p=parseInt(this._$b3.getStyle("height"));this._$ba=false;_$5(this._$b3);this._$b3.innerHTML="";_$4(this._$b3);this._$b3.scrollLeft=this._$b3.scrollTop=0;var f=this._$cf||this._$d0;if(this._$b6){f=this._$d0||this._$cf}var q=this._$61._$30;var o=q&&(this._$ae=="textures");this._$bc=o||(this._$61._$31&&(this._$ae=="textures"));this._$bd();this._$c0();var g=0,c=false,m=false,l;var k=this._$61._$5f;this._$ea.apply(this._$61,[function(z,v){g++;l=new Element("img",{className:this._$6e+"-thumbnail"});var t=this._$d6+this._$d2*h;var A=this._$d7+this._$d4*b;l.style.left=t+"px";l.style.top=A+"px";var y=this._$61._$5c(f,v);l.delayLoadURL=y;l.src=this._$61._$5c("placeholder-lightgray");l.width=this._$d3;l.height=this._$d5;if(this._$ae=="scenes"){l._$e3=v;if(v==this._$61._$3f){this._$ba=l}}if(this._$ae=="textures"){l._$52=v;if(this._$61._$24&&(v==this._$61._$24.textureIndex)){this._$ba=l}}Event.observe(l,"click",this._$eb.bindAsEventListener(this));if(this._$ca){this._$85._$a5(l)}if(this._$bc){var B=5;var r=String(tr(z.category)||"");var x=t;var n=A+this._$d5+6;var w=new Element("p",{className:"details-panel-texture-thumbnail-text-prodcat"});w.style.left=(x-B)+"px";w.style.top=n+"px";w.style.marginLeft="0";w.style.width=(this._$d3+2*B)+"px";w.innerHTML=r;if(String(z.category).startsWith("extra.")){w.style.fontStyle="italic"}w.style.visibility="visible";this._$b3.appendChild(w);var u=String(z.name||"???");if(this._$61._$30){u=u.replace(this._$61._$30,'<span style="color:#ff0000;">$1</span>')}n+=12;var s=new Element("p",{className:"details-panel-texture-thumbnail-text-prodname"});s.style.letterSpacing="1px";s.style.left=(x-B)+"px";s.style.top=n+"px";s.style.marginLeft="0";s.style.width=(this._$d3+2*B)+"px";s.innerHTML=u;s.style.visibility="visible";this._$b3.appendChild(s)}a++;h+=j;b+=e;if(c){m=true}c=false;if(this._$bb){if((j!=0)&&((h<0)||(h>=this._$df))){j=-j;h+=j;c=true}if((e!=0)&&((b<0)||(b>=this._$e0))){e=-e;b+=e;c=true}}else{if(h>=this._$df){h=0;c=true}if(b>=this._$e0){b=0;c=true}}if(c){if(this._$e0){h+=1}else{b+=1}}if(!k){l.addClassName("visible-after-initial-relayout")}l=this._$b3.appendChild(l);window._$14._$19(l);if(l.delayLoadURL){this._$b4._$64.push(l)}},this]);if(this._$ca){if(this._$85){this._$85._$91()}this._$b3.appendChild(this._$ca)}if(this._$ba){this._$ba._$ed=true;this._$ba.style.borderColor="#000000"}this._$b4._$69();if(o){if(g==0){document.fire("user:searcherror")}else{if(g==1){this._$e9({target:l})}else{if(m){}}}}},END_$ee:null});_$ef=Class.create({initialize:function(b){Object.extend(this,b||{});if(typeof this._$61=="undefined"){return}if(typeof this._$6e=="undefined"){return}if(typeof this._$f0=="undefined"){return}this._$f1=false;this._$f2=$(this._$6e+"-container");this._$f3=$(this._$6e+"-background");this._$f4=$(this._$6e+"-loading");this._$f5=$(this._$6e+"-image");this._$f6=$(this._$6e+"-buttonbar");var a=this._$f7.bindAsEventListener(this);Event.observe(this._$f3,"click",a);Event.observe(this._$f6,"click",a);Event.observe(this._$f5,"click",a);document.observe("user:closeallpanels",this._$f7.bindAsEventListener(this));this._$f8=null;this._$f9=0;Event.observe(this._$f5,"mousemove",this._$82.bind(this));Event.observe(this._$f5,"mousewheel",this._$fa.bind(this));Event.observe(this._$f5,"DOMMouseScroll",this._$fa.bind(this));if(this._$fb){this._$f3.setOpacity(this._$fb)}this._$fc=null;this._$fd=_$12();this._$fe=null;this._$ff=$(this._$6e+"-overlay-container");this._$100=$(this._$6e+"-overlay-image");if(this._$ff&&this._$100){Event.observe(this._$ff,"click",this._$101.bindAsEventListener(this))}this._$102=false;this._$103=null;this._$104=this._$105=false;document.observe(this._$f0,this._$106.bindAsEventListener(this));if(this._$107){document.observe(this._$107,a)}},_$82:function(e){if(!this._$f5||!this._$f2){return}var c=this._$f5.width;var g=this._$f5.height;var f=parseInt(this._$f2.getStyle("width"));var b=parseInt(this._$f2.getStyle("height"));var a=e.pointerY();this._$f9=0;if(a<(b*1/3)){this._$f9=-1}if(a>(b*2/3)){this._$f9=+1}if(this._$f9){window.setTimeout(this._$108.bind(this),20)}},_$108:function(){if(!this._$f5||!this._$f2||!this._$f9){return}var c=this._$f5.width;var f=this._$f5.height;var e=parseInt(this._$f2.getStyle("width"));var a=parseInt(this._$f2.getStyle("height"));var b=parseInt(this._$f5.getStyle("top"));b-=this._$f9;if(b>0){return}if(b<-f+a){return}this._$f5.style.top=b+"px";window.setTimeout(this._$108.bind(this),20)},_$fa:function(e){var h=0;if(e.wheelDelta){h=e.wheelDelta/120}else{if(e.detail){h=-e.detail/3}else{return false}}h=Math.round(h);var c=this._$f5.width;var g=this._$f5.height;var f=parseInt(this._$f2.getStyle("width"));var a=parseInt(this._$f2.getStyle("height"));var b=parseInt(this._$f5.getStyle("top"));if(h>0){b+=50}if(h<0){b-=50}if(b>0){return}if(b<-g+a){return}this._$f5.style.top=b+"px"},_$109:function(a){if(!this._$ff||!this._$100||!a){return}this._$10a();this._$102=false;if(this._$103){Event.stopObserving(this._$103,"load")}Event.stopObserving(this._$100,"load");this._$100.src=this._$fd;this._$103=new Image();Event.observe(this._$103,"load",this._$10b.bindAsEventListener(this));this._$103.src=a;if(Prototype.Browser.Opera&&this._$103.complete){Event.stopObserving(this._$103,"load");this._$10b()}},_$10b:function(a){if(!this._$100){return}Event.stopObserving(this._$100,"load");Event.observe(this._$100,"load",this._$10c.bindAsEventListener(this));this._$100.src=this._$103.src;this._$100.width=this._$103.width;this._$100.height=this._$103.height;if(Prototype.Browser.Opera&&this._$100.complete){Event.stopObserving(this._$100,"load");this._$10c()}},_$10c:function(a){this._$102=true;this._$10d()},_$10d:function(){if(!this._$ff){return}if(!this._$100){if(!this._$104){_$4(this._$ff)}this._$104=true;return}if(this._$104&&!this._$105&&this._$102&&this._$f1){_$4(this._$ff);this._$105=true;return}},_$10a:function(){if(!this._$ff||!this._$105){return}_$5(this._$ff);this._$105=false},_$10e:function(a){this._$104=true;this._$10d();if(a.stop){a.stop()}},_$101:function(a){this._$104=false;this._$10a();if(a.stop){a.stop()}},_$106:function(a){if(a&&a.memo&&(typeof a.memo.uniqueIdValue!="undefined")){if(a.memo.uniqueIdValue==this.uniqueIdValue){if(this._$f1){this._$f7(a)}else{this._$10f(a)}return}else{this._$fe=a.memo.uniqueIdValue}}this._$10f(a)},_$10f:function(b){if(!b||!b.memo||!b.memo.URL||!b.memo.imageWidth||!b.memo.imageHeight){return}this._$f5.style.cursor="wait";this._$110();this._$fc=new Image(b.memo.imageWidth,b.memo.imageHeight);this._$fc.imageZoomer=this;var a=this._$111.bindAsEventListener(this);Event.stopObserving(this._$fc,"load");Event.observe(this._$fc,"load",a);this._$fc.src=b.memo.URL;if(Prototype.Browser.Opera&&this._$fc.complete){Event.stopObserving(this._$fc,"load");this._$111(b)}if(b.memo.overlayURL){this._$109(b.memo.overlayURL)}},_$111:function(e){if(!this._$f5||!this._$fc||!this._$f2){return}if(!this._$f1){return}var c=this._$fc.width;var g=this._$fc.height;Event.stopObserving(this._$f5,"load");Event.observe(this._$f5,"load",this._$112.bindAsEventListener(this));this._$f5.src=this._$fc.src;this._$f5.width=c;this._$f5.height=g;var f=parseInt(this._$f2.getStyle("width"));var b=parseInt(this._$f2.getStyle("height"));var a=0;if(f>c){a=Math.round((f-c)/2)}this._$f5.style.left=a+"px";this._$f5.style.top="0px";if(Prototype.Browser.Opera&&this._$f5.complete){Event.stopObserving(this._$f5,"load");this._$112()}},_$112:function(a){if(!this._$f5){return}_$5(this._$f4);this._$f5.style.cursor="auto";_$4(this._$f5);this._$104=true;this._$10d()},_$f7:function(b){var a=this._$fc;if(this._$fc){Event.stopObserving(this._$fc,"load");this._$fc=null}if(this._$103){Event.stopObserving(this._$103,"load");this._$103=null}this._$104=false;this._$10a();this._$113()},_$110:function(){if(this._$f1){return}_$4(this._$f2);_$4(this._$f3);_$4(this._$f4);this._$f1=true},_$113:function(){if(!this._$f1){return}_$5(this._$f2);_$5(this._$f3);_$5(this._$f4);_$5(this._$f5);Event.stopObserving(this._$f5,"load");this._$f5.src=this._$fd;this._$f1=false},END_$ef:null});_$114=Class.create({initialize:function(a){Object.extend(this,a||{});if(typeof this._$6e=="undefined"){return}this._$115=$(this._$6e);if(!this._$115){return}this._$116=true;this._$117="";this._$118=6;this._$119();Event.observe(document,"keydown",this._$11a.bindAsEventListener(this));Event.observe(document,"keyup",this._$11a.bindAsEventListener(this));Event.observe(document,"keypress",this._$11a.bindAsEventListener(this));Event.observe(this._$115,"mousemove",this._$11b.bindAsEventListener(this));Event.observe(this._$115,"mouseout",this._$11b.bindAsEventListener(this));Event.observe(this._$115,"click",this._$11c.bindAsEventListener(this));this._$11d=3*1000;this._$11e=null;this._$11f=2*this._$11d;document.observe("user:searcherror",this._$120.bindAsEventListener(this))},_$119:function(){this._$117="";this._$121=false;this._$122=false;this._$123()},_$124:function(a){if(this._$121&&!this._$117.empty()){if(a){this._$121=false}this._$123();document.fire("model:selectcategory",{categoryName:"search:"+this._$117})}},_$125:function(){this._$121=false;this._$126();this._$123()},_$127:function(a){this._$125()},_$128:function(a){this._$126();this._$124();this._$11e=setTimeout(this._$127.bind(this),this._$11f)},_$129:function(){this._$126();this._$11e=setTimeout(this._$128.bind(this),this._$11d)},_$126:function(){if(this._$11e){clearTimeout(this._$11e)}this._$11e=null},_$120:function(a){this._$123(true)},_$123:function(b){if(!this._$115){return}var g=(this._$121&&(this._$117.length<this._$118));this._$115.style.color=(this._$121?"#000000":"#eeeeee");var a="left";var e=this._$117.slice(0,this._$118);this._$115.style.textAlign=a;this._$115.innerHTML="#&nbsp;"+e+(g?"_":"");var f="#eeeeee",h=1;if(this._$121){f="#000000";h=2}if(this._$122){f="#000000"}if(b){f="#ff0000";h=2}this._$115.style.borderColor=f;this._$115.style.borderWidth=h+"px";var c=(1-h)+"px";this._$115.style.marginLeft=c;this._$115.style.marginTop=c;if(!this._$116){this._$115.style.visibility=((this._$121||!this._$117.empty())?"visible":"hidden")}},_$11b:function(a){if((a.type=="mouseout")&&this._$122){this._$122=false;this._$123()}else{if((a.type=="mousemove")&&!this._$122){this._$122=true;this._$123()}}},_$11c:function(a){if(a.type=="click"){if(!this._$121){this._$117=""}this._$121=true;this._$123()}},_$11a:function(a){_$12a=false;if((a.type=="keydown")&&!a.ctrlKey&&!a.altKey&&!a.shiftKey){_$12a=true;if(((a.keyCode>=48)&&(a.keyCode<=57))||((a.keyCode>=96)&&(a.keyCode<=105))){var b=a.keyCode%48;if(!this._$121){this._$117=""}this._$121=true;if(this._$117.length>=this._$118){document.fire("user:searcherror")}else{this._$117=this._$117+String.fromCharCode(48+b);this._$123()}}else{if(((a.keyCode==8)||(a.keyCode==46)||(a.keyCode==37))){if(this._$117.empty()){this._$121=!this._$121}else{if(this._$121){this._$117=this._$117.slice(0,-1)}else{this._$119()}this._$121=true}this._$123()}else{if((a.keyCode==13)){this._$124(true)}else{if((a.keyCode==27)){if(this._$121){this._$125()}else{if(!this._$117.empty()){this._$119()}else{}}}else{_$12a=false}}}}}if(_$12a){if(this._$121){this._$129()}a.stop()}},END_$114:null});_$12b=Class.create({initialize:function(a){Object.extend(this,a||{});if(typeof this._$61=="undefined"){return}if(typeof this._$6e=="undefined"){return}if(typeof this._$12c=="undefined"){return}if(typeof this._$12d=="undefined"){return}if(typeof this._$12e=="undefined"){return}this._$12f=$(this._$6e+"-container");if(!this._$12f){return}this._$be=$(this._$6e+"-scroll-backward-button");this._$bf=$(this._$6e+"-scroll-forward-button");this._$c1=this._$c2=0;Event.observe(this._$12f,"mousewheel",this._$c3.bindAsEventListener(this));Event.observe(this._$12f,"DOMMouseScroll",this._$c3.bindAsEventListener(this));if(this._$be){Event.observe(this._$be,"click",this._$c4.bindAsEventListener(this))}if(this._$bf){Event.observe(this._$bf,"click",this._$c5.bindAsEventListener(this))}document.observe("user:updatemenu",this._$130.bindAsEventListener(this));document.fire("user:updatemenu")},_$130:function(a){if(!this._$12f){return}if(a&&a.memo&&a.memo._$12c){this._$12c=a.memo._$12c}var g=this._$12c;this._$12f.innerHTML="";this._$131();var n=0;var l=3;var k=Math.round(g.length/l);var m=this._$61._$29||this._$61._$15||"site-unknown";var b=m+(TR.lang?("."+TR.lang):"");var o=this._$12d,f=this._$12e;var p=this._$61._$31;for(var h=0;h<k;h++){var c=g[h*l+0];var s=g[h*l+1]||_$132;var e=g[h*l+2];var r=new RegExp("^"+String(e));if(!p){if(!r.test(b)){continue}}var j=s.replace(/\W+/g,"-");var q=new Element("img",{src:"images/layout/category"+(e=="extra"?"x.":".")+j+".png","class":"collections-menu-item"});if(o){q.width=o}if(f){q.height=f}q.style.top=n+"px";n+=f;q._$133=c;Event.observe(q,"click",this._$134.bindAsEventListener(q));if(!this._$61._$5f){q.addClassName("visible-after-initial-relayout")}q=this._$12f.appendChild(q);window._$14._$18(q)}},_$131:function(){if(!this._$12f){return}this._$c1=this._$c2=0;this._$12f.scrollLeft=0;this._$12f.scrollTop=0},_$134:function(a){document.fire("model:selectcategory",{categoryName:this._$133})},_$c3:function(a){var b=0;if(a.wheelDelta){b=a.wheelDelta/120}else{if(a.detail){b=-a.detail/3}else{return false}}b=Math.round(b);if(b<0){this._$e2(true)}if(b>0){this._$e2(false)}Event.stop(a);return false},_$e4:function(b){if(!this._$12f){return}this._$b3=this._$12f;var e=this._$c1;var a=this._$c2;if(!e&&!a){return}var h=parseInt(this._$b3.scrollLeft);var g=parseInt(this._$b3.scrollTop);if((Math.abs(e)>3)&&!b){e=Math.round(0.25*e)}if((Math.abs(a)>3)&&!b){a=Math.round(0.25*a)}this._$b3.scrollLeft=h+e;this._$b3.scrollTop=g+a;var c=parseInt(this._$b3.scrollLeft);var f=parseInt(this._$b3.scrollTop);if((c==h+e)&&(f==g+a)){this._$c1-=e;this._$c2-=a}else{this._$c1=this._$c2=0}if((this._$c1!=0)||(this._$c2!=0)){setTimeout(this._$e4.bind(this),50)}},_$e2:function(b){if(!this._$12f){return}var a=2;if(a<=1){a=1}if(!b){a=-a}this._$c2+=(a*this._$12e);setTimeout(this._$e4.bind(this),100)},_$c4:function(a){this._$e2(false)},_$c5:function(a){this._$e2(true)},END_$12b:null});_$135=Class.create({initialize:function(a){this._$15="site-rasch";switch(a){case"site-sintra":this._$136="city-vol-2";break;default:this._$136=(TR.lang=="tr")?"soft-senses-2012":"aqua-deco-tiles-more";break}this._$61=new _$20({_$2b:{"soft-velvet":"R70611","flip-flop-generation":"R73942",trianon:"R48736"},_$15:this._$15,_$29:a,_$28:true});window._$14=new _$14(this._$15);this._$137=new _$ad({_$61:this._$61,_$6e:"scenes-panel",_$ae:"scenes",_$af:718,_$b0:608,_$b1:{_$d6:0,_$d3:110,_$d2:110+10,_$d7:30,_$d5:90,_$d4:90+10},_$ce:{_$d6:0,_$d3:260,_$d2:260+15,_$d7:0,_$d5:210+5,_$d4:210+10},_$b2:"horizontal",_$c9:"right",_$c7:false});this._$138=new _$ad({_$61:this._$61,_$6e:"textures-panel",_$ae:"textures",_$af:718,_$b0:608,_$b1:{_$d6:5,_$d3:91,_$d2:91+14+5,_$d7:0+16-6,_$d5:71,_$d4:71+14,_$d8:50,_$d9:10+8},_$b2:"horizontal",_$c9:"left",_$c7:false});this._$139=new _$a7({_$61:this._$61,_$6e:"details-panel"});this._$13a=new _$ef({_$61:this._$61,_$6e:"scene-zoom",_$fb:0.7,_$f0:"user:scenezoom"});this._$13b=new _$ef({_$61:this._$61,_$6e:"texture-zoom",_$f0:"user:texturezoom",_$107:"user:closetexturezoom"});this._$13c=new _$6c({_$61:this._$61,_$6e:"scene",_$15:this._$15});this._$13d=new _$114({_$61:this._$61,_$6e:"search-text"});this._$13e=new _$12b({_$61:this._$61,_$6e:"collections-menu",_$12d:170,_$12e:20,_$12c:_$13f});this._$140=2000;this._$141=0;this._$142=0;var b=$("mode");if(b){Event.observe(b,"mouseup",this._$143.bindAsEventListener(this))}setTimeout(function(){document.fire("model:reveallayout",{timeout:true})},8000);document.fire("model:selectcategory",{categoryName:this._$136})},_$143:function(c){var b=new Date().getTime();if(Math.abs(b-this._$141)>this._$140){this._$141=b;this._$142=1}else{this._$141=b;this._$142++;if(this._$142>=3){this._$61._$31=!this._$61._$31;var a;if(this._$61._$31){a=_$144.concat(_$13f)}else{a=_$13f}document.fire("user:updatemenu",{_$12c:a});document.fire("user:selectcategory");this._$141=0;this._$142=0;this._$61._$5b=this._$61._$31?"xxl":null}}c.stop();return false},END_$135:null});function _$145(f){var a=null;if(/sintra/.test(document.URL)){a="site-sintra"}var b=(a=="site-sintra")?"ru":"de";tr_lang(b,["de","en","fr","tr","nl","pl","ru","zh"]);tr_img();if(!a&&(TR.lang=="de")){for(var c=0,e=TEXTURES.names.length;c<e;c++){if(/^7184/.test(TEXTURES.names[c])&&/^(new-beats)$/.test(String(TEXTURES.category[c]))){TEXTURES.category[c]="new-beats.unused"}}}_$f();_$8(990,630);_$146=new _$135(a)}var _$147=["NewAuthority-041446.pfs","NewAuthority-041509--R_12200.pfs","R_12146.pfs","R_22330.pfs","R_50527.pfs","R_50534.pfs","R_50556.pfs","R_62792.pfs","R_62795.pfs","R_62827.pfs","R_71850.pfs","R_71866.pfs","R_71975.pfs","R72433_Ret.pfs","R72441.pfs","R72486_Ret.pfs","R73360.pfs","R73361.pfs","R73365.pfs","R_75800.pfs","R_75854.pfs","R_75908.pfs","R_75924.pfs","R76120.pfs","R76143.pfs","R76208.pfs","R_76342.pfs","R_76354.pfs","R_76403.pfs","R_76548.pfs","R_76577.pfs","R_76598.pfs","R_76800.pfs","R_76820.pfs","R_76842.pfs","R_76932.pfs","R_76957.pfs","R_76964.pfs"];TR.update({"extra.natuerlich-schoen":"Natürlich schön","extra.flip-flop-generation-2009":"Flip Flop Gen. 2009","extra.soft-senses-2012":"Soft Senses 2012","extra.soft-velvet-2009":"Soft Velvet 2009","extra.trianon-2009":"Trianon 2009)","extra.trianon-2012":"Trianon 2012","extra.other1":"(Other)","extra.other2":"(Other)","extra.other3":"(Other)","extra.other3+fr":"(Rasch FR)","extra.other3+pl":"(Rasch PL)","extra.bahr":"(Bahr)","extra.otto":"(Otto)","aqua-deco-tiles-more":"AquaDeco/Tiles&amp;M.","aqua-relief-2011":"Aqua Relief 2011","bambino-2011":"Bambino 2011",bohemia:"Bohemia","b-b-home-passion":"b.b home passion",camille:"Camille",celebrity:"Celebrity",celia:"Celia 2010","chelsea-2011":"Chelsea 2011","fabulous-velvet-2012":"Fab. Velvet 2012","glam-2011":"Glam 2011",intuicion:"Intuicion 2011",isabella:"Isabella","italian-elegance":"Italian Elegance","la-fleur":"La Fleur",lounge:"Lounge 2010",meadow:"Meadow","new-authority":"New Authority 2010","new-beats":"New Beats 2011","new-england":"New England",nobile:"Nobile 2010",orchid:"Orchid","out-of-africa":"Out of Africa 2010",palagietto:"Palagietto","patricia-2012":"Patricia 2012",poppy:"Poppy","soft-senses-2012":"Soft Senses 2012","trianon-2012":"Trianon 2012",woodland:"Woodland 2010","city-vol-2":"City Vol. 2","colormix-2":"Colormix 2","colormix-3":"Colormix 3",diva:"Diva","double-diva":"Double Diva",favourite:"Favourite",giganto:"Giganto","mega-color":"Mega Color","tip-top":"Tip Top","vis-a-vis":"Vis-a-Vis"});TR.set("new-beats.unused","(New Beats)");var _$13f=$A(["aqua-deco-tiles-more","Aqua Deco/Tiles & More","site-rasch.(de|en|fr|nl|pl|ru|zh)","aqua-relief-2011","Aqua Relief","site-rasch","bambino-2011","Bambino","site-rasch","bohemia","Bohemia","site-rasch.en","b-b-home-passion","b.b home passion","site-rasch","camille","Camille","site-rasch.en","celebrity","Celebrity","site-rasch.ru","celia","Celia","site-rasch.fr","chelsea-2011","Chelsea","site-rasch","fabulous-velvet-2012","Fabulous Velvet","site-rasch","glam-2011","Glam","site-rasch","intuicion","Intuicion","site-rasch.(de|en|fr|nl|pl|ru|zh)","isabella","Isabella","site-rasch.en","italian-elegance","Italian Elegance","site-rasch.en","la-fleur","La Fleur","site-rasch.tr","lounge","Lounge","site-rasch.(de|en|fr|nl|pl|ru|zh)","meadow","Meadow","site-rasch.en","new-authority","New Authority","site-rasch.(de|en|fr|nl|pl|ru|zh)","new-beats","New Beats","site-rasch.(de|en|fr|nl|pl|ru|zh)","new-england","New England","site-rasch.en","nobile","Nobile","site-rasch.(de|en|fr|nl|pl|ru|zh)","orchid","Orchid","site-rasch.ru","out-of-africa","Out of Africa","site-rasch","palagietto","Palagietto","site-rasch.(de|en|fr|nl|pl|ru|zh)","patricia-2012","Patricia","site-rasch","poppy","Poppy","site-rasch.en","soft-senses-2012","Soft Senses","site-rasch","trianon-2012","Trianon","site-rasch","woodland","Woodland","site-rasch.(de|en|fr|nl|pl|ru|zh)","city-vol-2","City Vol. 2","site-sintra","colormix-2","Colormix 2","site-sintra","colormix-3","Colormix 3","site-sintra","diva","Diva","site-sintra","double-diva","Double Diva","site-sintra","favourite","Favourite","site-sintra","giganto","Giganto","site-sintra","mega-color","Mega Color","site-sintra","tip-top","Tip Top","site-sintra","vis-a-vis","Vis-a-Vis","site-sintra"]);var _$144=["extra.natuerlich-schoen","Natürlich schön","extra","extra.flip-flop-generation-2009","Flip Flop Gen. 2009","extra","extra.soft-senses-2012","Soft Senses 2012","extra","extra.soft-velvet-2009","Soft Velvet 2009","extra","extra.trianon-2009","Trianon 2009","extra","extra.trianon-2012","Trianon 2012","extra","extra.other1","Other (1)","extra","extra.other2","Other (2)","extra","extra.other3.*","Other (3)","extra","extra.bahr","Bahr","extra","extra.otto","Otto","extra"];document.observe("dom:loaded",_$145);
