OSDN Git Service

delete another sie-mini.js
authordhrname <dhrname@users.sourceforge.jp>
Mon, 28 Nov 2011 11:59:12 +0000 (20:59 +0900)
committerdhrname <dhrname@users.sourceforge.jp>
Mon, 28 Nov 2011 11:59:12 +0000 (20:59 +0900)
document/sie-mini.js [deleted file]

diff --git a/document/sie-mini.js b/document/sie-mini.js
deleted file mode 100644 (file)
index 4d5d2b4..0000000
+++ /dev/null
@@ -1,58 +0,0 @@
-/*SIE-SVG without Plugin under LGPL2.1 & GPL2.0 & Mozilla Public Lisence
- *公式ページは http://sie.sourceforge.jp/
- *利用方法は <script defer="defer" type="text/javascript" src="sie-mini.js"></script>
- *http://sie.sourceforge.jp/
- *Usage: <script defer="defer" type="text/javascript" src="sie-mini.js"></script>
- */
-/* ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0/LGPL 2.1
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * The Original Code is the Mozilla SVG Cairo Renderer project.
- *
- * The Initial Developer of the Original Code is IBM Corporation.
- * Portions created by the Initial Developer are Copyright (C) 2004
- * the Initial Developer. All Rights Reserved.
- *
- * Parts of this file contain code derived from the following files(s)
- * of the Mozilla SVG project (these parts are Copyright (C) by their
- * respective copyright-holders):
- *    layout/svg/renderer/src/libart/nsSVGLibartBPathBuilder.cpp
- *
- * Contributor(s):DHRNAME revulo bellbind
- *
- * Alternatively, the contents of this file may be used under the terms of
- * either of the GNU General Public License Version 2 or later (the "GPL"),
- * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
- * in which case the provisions of the GPL or the LGPL are applicable instead
- * of those above. If you wish to allow use of your version of this file only
- * under the terms of either the GPL or the LGPL, and not to allow others to
- * use your version of this file under the terms of the MPL, indicate your
- * decision by deleting the provisions above and replace them with the notice
- * and other provisions required by the GPL or the LGPL. If you do not delete
- * the provisions above, a recipient may use your version of this file under
- * the terms of any one of the MPL, the GPL or the LGPL.
- *
- * ***** END LICENSE BLOCK ***** */
-/*
- * Copyright (c) 2000 World Wide Web Consortium,
- * (Massachusetts Institute of Technology, Institut National de
- * Recherche en Informatique et en Automatique, Keio University). All
- * Rights Reserved. This program is distributed under the W3C's Software
- * Intellectual Property License. This program is distributed in the
- * hope that it will be useful, but WITHOUT ANY WARRANTY; without even
- * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
- * PURPOSE.
- * See W3C License http://www.w3.org/Consortium/Legal/ for more details.
- */
-function DOMException(b){Error.apply(this,arguments);this.code=b;var a=["","Index Size Error","DOMString Size Error","Hierarchy Request Error","Wrong Document Error","Invalid Character Error","No Data Allowed Error","No Modification Allowed Error","Not Found Error","Not Supported Error","Inuse Attribute Error","Invalid State Error","Syntax Error","Invalid Modification Error","Namespace Error","Invalid Access Error"];this.message=a[b];return this}DOMException.INDEX_SIZE_ERR=1;DOMException.DOMSTRING_SIZE_ERR=2;DOMException.HIERARCHY_REQUEST_ERR=3;DOMException.WRONG_DOCUMENT_ERR=4;DOMException.INVALID_CHARACTER_ERR=5;DOMException.NO_DATA_ALLOWED_ERR=6;DOMException.NO_MODIFICATION_ALLOWED_ERR=7;DOMException.NOT_FOUND_ERR=8;DOMException.NOT_SUPPORTED_ERR=9;DOMException.INUSE_ATTRIBUTE_ERR=10;DOMException.INVALID_STATE_ERR=11;DOMException.SYNTAX_ERR=12;DOMException.INVALID_MODIFICATION_ERR=13;DOMException.NAMESPACE_ERR=14;DOMException.INVALID_ACCESS_ERR=15;DOMException.prototype=new Error();DOMImplementation={hasFeature:function(b,a){switch(b){case"CORE":case"XML":case"Events":case"StyleSheets":case"org.w3c.svg.static":case"org.w3c.dom.svg.static":return true;default:if(a==="2.0"){return true}else{return false}}},createDocumentType:function(c,d,a){var b=new Node();b.publicId=d;b.systemId=a;return b},createDocument:function(c,f,a){try{var b;if(c){b=new (DOMImplementation[c].Document);this._doc_&&(b._document_=this._doc_)}else{b=new Document()}b.implementation=this;b.doctype=a;b.documentElement=b.createElementNS(c,f);return b}catch(d){alert(d.message)}},"http://www.w3.org/2000/xmlns":{}};function Node(){this.childNodes=[];this._capter=[];return this}Node.ELEMENT_NODE=1;Node.ATTRIBUTE_NODE=2;Node.TEXT_NODE=3;Node.CDATA_SECTION_NODE=4;Node.ENTITY_REFERENCE_NODE=5;Node.ENTITY_NODE=6;Node.PROCESSING_INSTRUCTION_NODE=7;Node.COMMENT_NODE=8;Node.DOCUMENT_NODE=9;Node.DOCUMENT_TYPE_NODE=10;Node.DOCUMENT_FRAGMENT_NODE=11;Node.NOTATION_NODE=12;Node.prototype={tar:null,firstChild:null,previousSibling:null,nextSibling:null,attributes:null,namespaceURI:null,localName:null,lastChild:null,prefix:null,ownerDocument:null,parentNode:null,replaceChild:function(a,c){this.insertBefore(a,c);var b=this.removeChild(c);return b},appendChild:function(a){this.insertBefore(a,null);return a},hasChildNodes:function(){if(this.childNodes.length>0){return true}else{return false}},cloneNode:function(a){var b;if(this.hasOwnProperty("ownerDocument")){b=this.ownerDocument.importNode(this,a)}else{b=new Node()}return b},normalize:function(){var f=this.childNodes;try{for(var b=f.length-1;b<0;--b){var d=f[b],a=d.nextSibling;if(a){if(d.nodeType===Node.TEXT_NODE&&a.nodeType===Node.TEXT_NODE){d.appendData(a.data);d.legnth=d.data.length;this.removeChild(a)}else{d.normalize()}}else{d.normalize()}}}catch(c){}},isSupported:function(b,a){return(this.ownerDocument.implementation.hasFeature(b+"",a+""))},hasAttributes:function(){if(this.attributes.length>0){return true}else{return false}}};Array.prototype.item=function(a){return(this[a])};function NamedNodeMap(){return this}Array.prototype._copyNode=function __nnmp_c(d,b){for(var c=0,a=d.length;c<a;c++){this[c]=d[c].cloneNode(b)}};NamedNodeMap.prototype={length:0,getNamedItem:function(a){},setNamedItem:function(a){},removeNamedItem:function(a){},item:function(a){return this[a]},getNamedItemNS:function(d,c){var b;for(var e=0,a=this.length;e<a;e++){b=this[e];if(b.namespaceURI===d&&b.localName===c){this._num=e;return b}}e=b=null;return null},setNamedItemNS:function(a){var b=this.getNamedItemNS(a.namespaceURI,a.localName),c;if(b){c=this[this._num];this[this._num]=a;a=b=null;return c}else{if(a.ownerElement!==void 0){throw (new DOMException(DOMException.INUSE_ATTRIBUTE_ERR))}this[this.length]=a;this.length+=1;a=null;return null}},removeNamedItemNS:function(b,a){var c=this.getNamedItemNS(b,a);if(!c){throw (new DOMException(DOMException.NOT_FOUND_ERR))}else{var d=this[this._num];delete (this[this._num]);this.length-=1;tgas=null;return d}},_copyNode:Array.prototype._copyNode};function CharacterData(){Node.apply(this);return this}CharacterData.prototype=new Node();CharacterData.constructor=Node;CharacterData.prototype.length=0;CharacterData.prototype.substringData=function(c,b){if(c<0||b<0||c>this.length){throw (new DOMException(INDEX_SIZE_ERR))}if(c+b>this.length){b=this.length-c}var a=this.data.substr(c,b);return a};CharacterData.prototype.replaceData=function(c,b,a){if(c<0||b<0||c>this.length){throw (new DOMException(INDEX_SIZE_ERR))}this.deleteData(c,b);this.insertData(c,a)};function Attr(){Node.apply(this);delete this._capter;return this}Attr.prototype=new Node();Attr.constructor=Node;Attr.prototype.nodeType=Node.ATTRIBUTE_NODE;Attr.prototype.nodeValue=null;function Element(){Node.apply(this);this.attributes=new NamedNodeMap();return this}Element.prototype=new Node();Element.constructor=Node;Element.prototype.nodeType=Node.ELEMENT_NODE;Element.prototype.nodeValue=null;Element.prototype.getAttribute=function(a){return(this.getAttributeNS(null,a))};Element.prototype.setAttribute=function(a,b){this.setAttributeNS(null,a,b)};Element.prototype.removeAttribute=function(a){this.removeAttributeNS(null,a)};Element.prototype.getAttributeNode=function(a){};Element.prototype.setAttributeNode=function(a){};Element.prototype.removeAttributeNode=function(a){var b=this.attributes.removeNamedItemNS(a.namespaceURI,a.localName);return b};Element.prototype.getElementsByTagName=function(a){};Element.prototype.getAttributeNS=function(b,a){var c=this.getAttributeNodeNS(b,a);if(!c){return null}else{return(c.nodeValue)}};Element.prototype.setAttributeNS=function(a,d,b){var c=this.ownerDocument.createAttributeNS(a,d);c.nodeValue=b+"";c.value=b+"";this.setAttributeNodeNS(c)};Element.prototype.removeAttributeNS=function(b,a){};Element.prototype.getAttributeNodeNS=function(b,a){var c=this.attributes.getNamedItemNS(b,a);return c};Element.prototype.getElementsByTagNameNS=function(c,f){var q=[],e=0;var a=this.childNodes;for(var h=0,b=a.length;h<b;h++){var k=a[h];if(k.nodeType===Node.ELEMENT_NODE){var p=(c==="*")?k.namespaceURI:c;var o=(f==="*")?k.localName:f;if((k.namespaceURI===p)&&(k.localName===o)){q[e]=k;e++}var m=k.getElementsByTagNameNS(c,f);if(m){for(var g=0,l=m.length;g<l;++g){q[q.length]=m[g]}e+=m.length}p=o=m=null}}a=h=g=b=l=null;if(e===0){return null}return q};Element.prototype.hasAttribute=function(a){return(this.hasAttributeNS("http://www.w3.org/2000/svg",a))};Element.prototype.hasAttributeNS=function(b,a){if(this.getAttributeNodeNS(b,a)){return true}else{return false}};function Text(){return this}Text.prototype=new CharacterData();Text.constructor=CharacterData;Text.prototype.nodeType=Node.TEXT_NODE;Text.prototype.nodeName="#text";Text.prototype.splitText=function(d){var c=this.substringData(0,d-1);this.replaceData(0,this.length-1,c);var a="";if(this.length!==d){a=this.substringData(d,this.length-1)}var b=this.ownerDocument.createTextNode(a);if(this.parentNode){this.parentNode.insertBefore(b,this.nextSibling)}return b};function Comment(){return this}Comment.prototype=new CharacterData();Comment.constructor=CharacterData;Comment.prototype.nodeType=Node.COMMENT_NODE;Comment.prototype.nodeName="#comment";function CDATASection(){this.nodeType=Node.CDATA_SECTION_NODE;this.nodeName="#cdata-section";return this}CDATASection.prototype=new Text();CDATASection.constructor=Text;function DocumentType(){this.name="";this.entities=new NamedNodeMap();this.notations=new NamedNodeMap();this.publicId="";this.systemId="";this.internalSubset="";this.nodeValue=null;this.nodeType=Node.DOCUMENT_TYPE_NODE;return this}DocumentType.prototype=new Node();DocumentType.constructor=Node;function Notation(){this.publicId=null;this.systemId=null;this.nodeValue=null;this.nodeType=Node.NOTATION_NODE;return this}Notation.prototype=new Node();Notation.constructor=Node;function Entity(){this.publicId=null;this.systemId=null;this.notationName=null;this.nodeValue=null;this.nodeType=Node.ENTITY_NODE;return this}Entity.prototype=new Node();Entity.constructor=Node;function EntityReference(){this.nodeValue=null;this.nodeType=Node.ENTITY_REFERENCE_NODE;return this}EntityReference.prototype=new Node();EntityReference.constructor=Node;function ProcessingInstruction(){this.nodeType=Node.PROCESSING_INSTRUCTION_NODE;return this}ProcessingInstruction.prototype=new Node();ProcessingInstruction.constructor=Node;function DocumentFragment(){this.nodeName="#document-fragment";this.nodeValue=null;this.nodeType=Node.DOCUMENT_FRAGMENT_NODE;return this}DocumentFragment.prototype=new Node();DocumentFragment.constructor=Node;function Document(){this.nodeName="#document";this.nodeValue=null;this.nodeType=Node.DOCUMENT_NODE;this._id={};return this}Document.prototype=new Node();Document.constructor=Node;Document.prototype.createElement=function(a){};Document.prototype.createDocumentFragment=function(){var a=new DocumentFragment();a.ownerDocument=this;return a};Document.prototype.createTextNode=function(b){var a=new Text();a.data=a.nodeValue=b+"";a.length=b.length;a.ownerDocument=this;return a};Document.prototype.createComment=function(b){var a=new Comment();a.data=a.nodeValue=b;a.length=b.length;a.ownerDocument=this;return a};Document.prototype.createCDATASection=function(b){var a=new CDATASection();a.data=a.nodeValue=b;a.length=b.length;a.ownerDocument=this;return a};Document.prototype.createProcessingInstruction=function(c,b){var a=new ProcessingInstruction();a.target=a.nodeName=c;a.data=a.nodeValue=b;a.ownerDocument=this;return a};Document.prototype.createAttribute=function(a){};Document.prototype.createEntityReference=function(a){var b=new EntityReference();b.nodeName=a;b.ownerDocument=this;return b};Document.prototype.getElementsByTagName=function(a){};Document.prototype.importNode=function(j,k){var m,b=j.nodeType,f,h,l,d,c,a;if(b===1){m=this.createElementNS(j.namespaceURI,j.nodeName);f=j.attributes;for(var e=0;f[e];++e){a=f[e];c=a.namespaceURI;c=(c==="")?null:c;h=this.createAttributeNS(c,a.nodeName);h.nodeValue=a.nodeValue;m.setAttributeNodeNS(h)}if(k){l=j.firstChild;while(l){d=this.importNode(l,true);m.appendChild(d);l=l.nextSibling}}e=null}else{if(b===3){m=this.createTextNode(j.data)}else{if(b===2){c=j.namespaceURI;c=(c==="")?null:c;m=this.createAttributeNS(c,j.nodeName);m.nodeValue=j.nodeValue}else{if(b===8){m=this.createComment(j.data)}else{if(b===Node.DOCUMENT_FRAGMENT_NODE){m=this.createDocumentFragment();if(k){a=j.childNodes;for(var e=0,g=a.length;e<g;e++){d=this.importNode(a[e],true);m.appendChild(d)}}e=g=null}else{if(b===Node.CDATA_SECTION_NODE){m=this.createCDATASection(j.data)}else{if(b===Node.ENTITY_REFERENCE_NODE){m=this.createEntityReference(j.nodeName);if(k){l=j.firstChild;while(l){d=this.importNode(l,true);m.appendChild(d);l=l.nextSibling}}}else{if(b===Node.ENTITY_NODE){m=new Entity();m.publicId=j.publicId;m.systemId=j.systemId;m.notationName=j.notationName}else{if(b===Node.PROCESSING_INSTRUCTION_NODE){m=this.createProcessingInstruction(j.nodeName,j.nodeValue)}else{if(b===Node.NOTATION_NODE){m=new Notation();m.publicId=j.publicId;m.systemId=j.systemId}else{throw (new DOMException(DOMException.NOT_SUPPORTED_ERR))}}}}}}}}}}j=k=b=f=h=l=d=c=a=null;return m};Document.prototype.createElementNS=function(b,g){var e,d=null,a=null;if(!g){throw (new DOMException(DOMException.INVALID_CHARACTER_ERR))}if(g.indexOf(":")!==-1){var f=g.split(":");d=f[0];a=f[1]}else{a=g}var h=false;if(b){var c=this.implementation;if(!!c[b]){if(!!c[b][a]){h=true}}}if(h){e=new (c[b][a])(this._document_)}else{e=new Element()}e.namespaceURI=b;e.nodeName=e.tagName=g;e.localName=a;e.prefix=d;e.ownerDocument=this;c=b=g=d=a=h=null;return e};Document.prototype._document_=document;Document.prototype.createAttributeNS=function(b,d){var a=new Attr(),c;a.namespaceURI=b;a.nodeName=a.name=d;if(d.indexOf(":")!==-1){c=d.split(":");a.prefix=c[0];a.localName=c[1]}else{a.prefix=null;a.localName=d}a.ownerDocument=this;c=d=null;return a};Document.prototype.getElementsByTagNameNS=function(b,a){var c=this.documentElement.getElementsByTagNameNS(b,a);return c};Document.prototype.getElementById=function(a){var b=!!this._id[a]?this._id[a]:null;return b};function STLog(a){this.jo=a;if(this.jo){this.p=document.createElement("div");this.p.innerHTML="<h1>例外処理のログ</h1>";document.body.insertBefore(this.p,document.body.firstChild)}return this}STLog.prototype.add=function(b,a){if(this.jo){this.p.innerHTML+="<p>"+a+":"+b.message+"</p>"}};function EventException(){DOMException.call(this,arguments);if(this.code===0){this.message="Uuspecified Event Type Error"}return this}EventException.UNSPECIFIED_EVENT_TYPE_ERR=0;EventException.prototype=new DOMException();EventException.constructor=DOMException;Node.prototype.addEventListener=function(d,f,a){this.removeEventListener(d,f,a);var c=new EventListener(a,d,f),b=d.charAt(0),e;this._capter.push(c);if((b!=="D")&&(b!=="S")&&(d!=="beginEvent")&&(d!=="endEvent")&&(d!=="repeatEvent")){e=this;e._tar&&e._tar.attachEvent("on"+d,(function(g){return function(){var h=g.ownerDocument.createEvent("MouseEvents");h.initMouseEvent(d,true,true,g.ownerDocument.defaultView,0);g.dispatchEvent(h);g.ownerDocument._window.event.cancelBubble=true;h=null}})(e))}c=b=e=null};Node.prototype.removeEventListener=function(d,f,a){var e=this._capter;for(var c=0,b=e.length;c<b;c++){if(e[c]._listener===f){e[c]=null}}c=b=e=null};Node.prototype.dispatchEvent=function(m){if(!m.type){throw new EventException(EventException.UNSPECIFIED_EVENT_TYPE_ERR)}var c=this,d=c.ownerDocument,h=m.timeStamp,p=m.type,q=m.bubbles,e,l,k=1,b="1",o="3",g;if(!d._isLoaded){if(m.type==="SVGLoad"){d._isLoaded=1}if(!d._limit_time_){d._limit_time_=h}else{if((h-d._limit_time_)>1000){e=d.implementation._buffer_||[];l=e.length;e[l]=this;e[l+1]=m;d.implementation._buffer_=e;c=d=h=p=q=e=l=k=null;return true}}}m.target=c;m.eventPhase=1;d[o]=null;while(c.parentNode){c.parentNode[b]=c;c[o]=c.parentNode;c=c.parentNode}d[b]=c;c[o]=d;c=this;while(d){m.currentTarget=d;if(d===c){k=2}m.eventPhase=k;g=d._capter;for(var f=0,a=g.length;f<a;++f){if(g[f]&&(p===g[f]._type)){g[f].handleEvent(m)}}if(m._stop){break}if(d===c){if(!q){break}k=3}d=d[k]}var i=m._default;m=c=g=n=d=k=e=f=a=p=h=q=b=o=null;return i};function EventListener(a,b,c){this._cap=a;this._type=b;this._listener=c;return this}EventListener.prototype={handleEvent:function(a){try{var d=a.eventPhase,b=this._cap;if(d===1){b=b?false:true}if(!b&&(a.type===this._type)){this._listener(a)}a=d=b=null}catch(c){}}};function Event(){return this}Event.CAPTURING_PHASE=1;Event.AT_TARGET=2;Event.BUBBLING_PHASE=3;Event.prototype={timeStamp:0,type:null,target:null,currentTarget:null,eventPhase:Event.CAPTURING_PHASE,bubbles:false,cancelable:false,_stop:false,_default:true,stopPropagation:function(){this._stop=true},preventDefault:function(){if(this.cancelable){this._default=false;this.target.ownerDocument._window.event.returnValue=false}},initEvent:function(a,c,b){this.type=a;this.bubbles=c;this.cancelable=b}};Document.prototype.createEvent=function(b){var a;if(b==="MutationEvents"){a=new MutationEvent()}else{if(b==="MouseEvents"){a=new MouseEvent()}else{if(b==="UIEvents"){a=new UIEvent()}else{if(b==="SVGEvents"){a=new SVGEvent()}else{if(b==="TimeEvents"){a=new TimeEvent()}else{a=new Event()}}}}}a.type=b;a.timeStamp=+(new Date());return a};function UIEvent(){Event.call(this,arguments);this.view;this.detail=0;return this}UIEvent.prototype=new Event();UIEvent.constructor=Event;UIEvent.prototype.initUIEvent=function(b,e,d,c,a){this.initEvent(b,e,d);this.detail=a;this.view=c};function MouseEvent(a){UIEvent.call(this,arguments);this.screenX;this.screenY;this.clientX=0;this.clientY=0;this.ctrlKey=false;this.shiftKey=false;this.altKey=false;this.metaKey=false;this.button;this.relatedTarget;return this}MouseEvent.prototype=new UIEvent();MouseEvent.constructor=UIEvent;MouseEvent.prototype.initMouseEvent=function(o,d,l,e,h,k,f,a,j,g,p,c,m,i,b){this.initUIEvent(o,d,l,e,h);this.screenX=k;this.screenY=f;this.clientX=a;this.clientY=j;this.ctrlKey=g;this.shiftKey=c;this.altKey=p;this.metaKey=m;this.button=i;this.relatedTarget=b};function MutationEvent(){Event.call(this);return this}MutationEvent.prototype=new Event();MutationEvent.constructor=Event;(function(){this.initMutationEvent=function(a,f,e,b,h,c,d,g){this.initEvent(a,f,e);this.relatedNode=b;this.prevValue=h;this.newValue=c;this.attrName=d;this.attrChange=g;a=f=e=b=h=c=d=g=null};this.relatedNode=null;this.prevValue=null;this.newValue=null;this.attrName=null;this.attrChange=2}).apply(MutationEvent.prototype);MutationEvent.MODIFICATION=1;MutationEvent.ADDITION=2;MutationEvent.REMOVAL=3;Element.prototype.setAttributeNodeNS=function(c){if(c.ownerDocument!==this.ownerDocument){throw (new DOMException(DOMException.WRONG_DOCUMENT_ERR))}var b=this.attributes.setNamedItemNS(c);c.ownerElement=this;if(c.localName==="id"){this.ownerDocument._id[c.nodeValue]=this}var a=this.ownerDocument.createEvent("MutationEvents");if(!b){a.initEvent("DOMAttrModified",true,false);a.relatedNode=c;a.newValue=c.nodeValue;a.attrName=c.nodeName}else{a.initMutationEvent("DOMAttrModified",true,false,c,b.nodeValue,c.nodeValue,c.nodeName,MutationEvent.MODIFICATION)}this.dispatchEvent(a);a=null;return b};Node.prototype.insertBefore=function(b,c){var l=this.parentNode,f,m,d=this,o,k,j;if(l){while(!l){if(l===b){throw (new DOMException(DOMException.HIERARCHY_REQUEST_ERR))}l=l.parentNode}}if(this.ownerDocument!==b.ownerDocument){throw (new DOMException(DOMException.WRONG_DOCUMENT_ERR))}if(b.parentNode===this){this.removeChild(b)}if(!c){this.childNodes[this.childNodes.length]=b;if(this.lastChild){b.previousSibling=this.lastChild;this.lastChild.nextSibling=b}}else{if(c.parentNode!==this){throw (new DOMException(DOMException.NOT_FOUND_ERR))}this.childNodes.splice(c._num,1,b,c);f=c.previousSibling;if(f){f.nextSibling=b}c.previousSibling=b}b.nextSibling=c;this.firstChild=this.childNodes[0];this.lastChild=this.childNodes[this.childNodes.length-1];b.parentNode=this;if((b.nodeType===5)||(b.nodeType===11)){var a=b.childNodes.concat([]);for(var e=0,h=a.length;e<h;e++){this.insertBefore(a[e],b)}a=null}m=this.ownerDocument.createEvent("MutationEvents");m.initMutationEvent("DOMNodeInserted",true,false,this,null,null,null,null);b.dispatchEvent(m);do{o=d;d=d.parentNode}while(d);if(o!==this.ownerDocument.documentElement){m=o=null;return b}m=this.ownerDocument.createEvent("MutationEvents");m.initMutationEvent("DOMNodeInsertedIntoDocument",false,false,null,null,null,null,null);b.dispatchEvent(m);if(!b.hasChildNodes()){return b}k=b.getElementsByTagNameNS("*","*");if(k){for(var e=0,g=k.length;e<g;++e){j=k[e];j.dispatchEvent(m);j=null}}m=k=null;l=f=d=o=j=null;return b};Node.prototype.removeChild=function(f){if(!(f instanceof Node)){throw (new Error())}var a=this.ownerDocument.createEvent("MutationEvents");a.initMutationEvent("DOMNodeRemovedFromDocument",false,false,null,null,null,null,null);f.dispatchEvent(a);var c=f.getElementsByTagNameNS("*","*");if(c){a.initMutationEvent("DOMNodeRemovedFromDocument",false,false,null,null,null,null,null);for(var b=0,e=c.length;b<e;++b){var d=c[b];a.target=d;d.dispatchEvent(a);d=null}}a.initMutationEvent("DOMNodeRemoved",true,false,this,null,null,null,null);f.dispatchEvent(a);a=c=null;if(f.parentNode===this){this.childNodes.splice(f._num,1)}else{throw (new DOMException(DOMException.NOT_FOUND_ERR))}if(f.ownerDocument!==this.ownerDocument){throw (new Error())}return f};CharacterData.prototype.appendData=function(a){var c=this.data,b;this.data+=a;this.length=this.data.length;b=this.ownerDocument.createEvent("MutationEvents");b.initMutationEvent("DOMCharacterDataModified",true,false,null,c,this.data,null,null);this.parentNode.dispatchEvent(b);b=a=c=null};CharacterData.prototype.insertData=function(f,a){var c=this.data,e=this.substring(0,f-1),d=this.substring(f,this.length-f),b;this.data=e+this.data+d;this.length=this.data.length;b=this.ownerDocument.createEvent("MutationEvents");b.initMutationEvent("DOMCharacterDataModified",true,false,null,c,this.data,null,null);this.parentNode.dispatchEvent(b);b=a=c=e=d=null};CharacterData.prototype.deleteData=function(c,b){var a=this.data;pre=this.substring(0,c-1),next=this.substring(c+b,this.length-1),evt;if(c+b>this.length){next=""}this.data=pre+next;this.length=this.data.length;evt=this.ownerDocument.createEvent("MutationEvents");evt.initMutationEvent("DOMCharacterDataModified",true,false,null,a,this.data,null,null);this.parentNode.dispatchEvent(evt);evt=a=null};function StyleSheet(){this.type="text/css";this.disabled=false;this.ownerNode=null;this.parentStyleSheet=null;this.href=null;this.title="";this.media=new MediaList();return this}function MediaList(){this.mediaText="";this.length=0;return this}MediaList.prototype={item:function(a){return(this[a])},deleteMedium:function(a){for(var b=0,c=this.length;b<c;++b){if(this[b]===a){delete this[b];--this.length;return}}throw (new DOMException(DOMException.NOT_FOUND_ERR))},appendMedium:function(a){this[this.length]=a;++this.length}};function LinkStyle(){this.sheet=new StyleSheet();return this}function DocumentStyle(){this.styleSheets=[];return this}function CSSRule(){this.cssText="";this.parentStyleSheet;this.parentRule=null;return this}CSSRule.UNKNOWN_RULE=0;CSSRule.STYLE_RULE=1;CSSRule.CHARSET_RULE=2;CSSRule.IMPORT_RULE=3;CSSRule.MEDIA_RULE=4;CSSRule.FONT_FACE_RULE=5;CSSRule.PAGE_RULE=6;function CSSStyleRule(){CSSRule.call(this,arguments);this.type=CSSRule.STYLE_RULE;this.selectorText="";this.style=new CSSStyleDeclaration();this.style.parentRule=null;return this}CSSStyleRule.prototype=new CSSRule();CSSStyleRule.constructor=CSSRule;function CSSMediaRule(){CSSRule.call(this,arguments);this.type=CSSRule.MEDIA_RULE;this.media=new MediaList();this.cssRules=[];return this}CSSMediaRule.prototype=new CSSRule();CSSMediaRule.constructor=CSSRule;CSSMediaRule.prototype.insertRule=function(b,a){this.cssRules.splice(a,b,1);this.media.appendMedium(b);return this};CSSMediaRule.prototype.deleteRule=function(a){};function CSSFontFaceRule(){CSSRule.call(this,arguments);this.type=CSSRule.FONT_FACE_RULE;this.style;return this}CSSFontFaceRule.prototype=new CSSRule();CSSFontFaceRule.constructor=CSSRule;function CSSPageRule(){CSSRule.call(this,arguments);this.type=CSSRule.PAGE_RULE;this.selectorText="";this.style;return this}CSSPageRule.prototype=new CSSRule();CSSPageRule.constructor=CSSRule;function CSSImportRule(){CSSRule.call(this,arguments);this.type=CSSRule.IMPORT_RULE;this.href="";this.media=new MediaList();this.styleSheet=null;return this}CSSImportRule.prototype=new CSSRule();CSSImportRule.constructor=CSSRule;function CSSCharsetRule(){CSSRule.call(this,arguments);this.type=CSSRule.CHARSET_RULE;this.encoding="";return this}CSSCharsetRule.prototype=new CSSRule();CSSCharsetRule.constructor=CSSRule;function CSSUnknownRule(){CSSRule.call(this,arguments);this.type=CSSRule.UNKNOWN_RULE;return this}CSSUnknownRule.prototype=new CSSRule();CSSUnknownRule.constructor=CSSRule;function CSSStyleDeclaration(){this._list=[];this._def=this._list._fontSize=this._list._opacity=null;return this}CSSStyleDeclaration.prototype={cssText:"",length:0,parentRule:null,_urlreg:/url\(#([^)]+)/,getPropertyValue:function(b){var c=this.getPropertyCSSValue(b);if(c){var a=c.cssText;return(a.substring(a.indexOf(":")+1,a.length))}else{return""}},getPropertyCSSValue:function(c){var g=c,e,a;c+=":";if(c===":"){return null}for(var d=0,b=this._list,f=b.length;d<f;++d){e=b[d];a=e.cssText;if(a.indexOf(c)>-1){e._empercents=b._fontSize;d=b=f=a=g=c=null;return e}}if(this._def){d=b=f=a=c=null;return(this._def[g])}d=b=f=g=c=null;return null},removeProperty:function(a){var b=this.getPropertyCSSValue(a);if(b){this._list.splice(b._num,1);--this.length}},getPropertyPriority:function(a){var b=this.getPropertyCSSValue(a);if(b){return(b._priority)}else{return""}},_isFillStroke:{fill:1,stroke:1},_isColor:{color:1},_isStop:{"stop-color":1},_isRS:{r:1,"#":1},setProperty:function(f,k,i){var d=f,b=null,a,h,j,c=null,e=null,m,l,g;if(!!this[f]){b=this.getPropertyCSSValue(f)}d+=":";d+=k;if(this._isFillStroke[f]){if(b){a=b}else{a=new SVGPaint()}h=0;j=k.charAt(0);if(this._isRS[j]||a._keywords[k]){h=1;e=k}else{if(k==="none"){h=101}else{if(this._urlreg.test(k)){h=107;c=RegExp.$1}else{if(k==="currentColor"){h=102;e=this.getPropertyValue("color")||"rgb(0,0,0)"}}}}a.setPaint(h,c,e,null);h=j=c=e=null}else{if(this._isStop[f]){if(b){a=b}else{a=new SVGColor()}if(k==="currentColor"){a.colorType=3;k=this.getPropertyValue("color")||"rgb(0,0,0)"}else{a.colorType=1}a.setRGBColor(k)}else{if(this._isColor[f]){if(b){a=b}else{a=new CSSPrimitiveValue()}m=this.getPropertyCSSValue("fill");l=this.getPropertyCSSValue("stroke");g=this.getPropertyCSSValue("stop-color");if(m&&(m.paintType===102)){m.setPaint(m.paintType,null,k,null)}else{if(l&&(l.paintType===102)){l.setPaint(m.paintType,null,k,null)}else{if(g&&(g.colorType===3)){g.setRGBColor(k)}}}}else{if(b){a=b}else{a=new CSSPrimitiveValue()}}}}a._priority=i;a.cssText=d;if(!b){a._num=this._list.length;this._list[a._num]=a;this[f]=1;++this.length}if(k==="inherit"){a.cssValueType=CSSValue.CSS_INHERIT}else{if(f==="opacity"){this._list._opacity=+k}else{if(f==="font-size"){if(/(%|em)/.test(k)){this._list.fontSize=parseFloat(k)}}}}d=null},item:function(a){if(a>=this.length){var b=""}else{var b=this._list[a].cssText.substring(0,this._list[a].cssText.indexOf(":"))}return b}};function CSSValue(){return this}CSSValue.CSS_INHERIT=0;CSSValue.CSS_PRIMITIVE_VALUE=1;CSSValue.CSS_VALUE_LIST=2;CSSValue.CSS_CUSTOM=3;CSSValue.prototype={cssText:"",cssValueType:CSSValue.CSS_CUSTOM,_isDefault:0};function CSSPrimitiveValue(){return this}CSSPrimitiveValue.CSS_UNKNOWN=0;CSSPrimitiveValue.CSS_NUMBER=1;CSSPrimitiveValue.CSS_PERCENTAGE=2;CSSPrimitiveValue.CSS_EMS=3;CSSPrimitiveValue.CSS_EXS=4;CSSPrimitiveValue.CSS_PX=5;CSSPrimitiveValue.CSS_CM=6;CSSPrimitiveValue.CSS_MM=7;CSSPrimitiveValue.CSS_IN=8;CSSPrimitiveValue.CSS_PT=9;CSSPrimitiveValue.CSS_PC=10;CSSPrimitiveValue.CSS_DEG=11;CSSPrimitiveValue.CSS_RAD=12;CSSPrimitiveValue.CSS_GRAD=13;CSSPrimitiveValue.CSS_MS=14;CSSPrimitiveValue.CSS_S=15;CSSPrimitiveValue.CSS_HZ=16;CSSPrimitiveValue.CSS_KHZ=17;CSSPrimitiveValue.CSS_DIMENSION=18;CSSPrimitiveValue.CSS_STRING=19;CSSPrimitiveValue.CSS_URI=20;CSSPrimitiveValue.CSS_IDENT=21;CSSPrimitiveValue.CSS_ATTR=22;CSSPrimitiveValue.CSS_COUNTER=23;CSSPrimitiveValue.CSS_RECT=24;CSSPrimitiveValue.CSS_RGBCOLOR=25;CSSPrimitiveValue.prototype=new CSSValue();CSSPrimitiveValue.constructor=CSSValue;(function(){this._n=[1,0.01,1,1,1,35.43307,3.543307,90,1.25,15,1,180/Math.PI,90/100,1,1000,1,1000,1];this.cssValueType=CSSValue.CSS_PRIMITIVE_VALUE;this.primitiveType=CSSPrimitiveValue.CSS_UNKNOWN;this._value=null;this._percent=0;this._empercent=0;this.setFloatValue=function(a,b){if((0>=a)&&(a>=19)){throw new DOMException(DOMException.INVALID_ACCESS_ERR)}this.primitiveType=a;this._value=b*this._n[a-1]};this._regd=/[\d\.]+/;this.getFloatValue=function(b){if((0>=b)&&(b>=19)){throw new DOMException(DOMException.INVALID_ACCESS_ERR)}if(this._value||(this._value===0)){return(this._value/this._n[b-1])}else{var a=this.cssText,e=a.charAt(a.length-1),d=0,c=+(a.match(this._regd));c=isNaN(c)?0:c;if(e>="0"&&e<="9"){d=1;if(b===1){b=a=e=d=null;return c}}else{if(e==="%"){c*=this._percent;d=2}else{if((e==="m")&&(a.charAt(a.length-2)==="e")){c*=this._empercent;d=3}else{if((e==="x")&&(a.charAt(a.length-2)==="e")){d=4}else{if((e==="x")&&(a.charAt(a.length-2)==="p")){d=5}else{if((e==="m")&&(a.charAt(a.length-2)==="c")){d=6}else{if((e==="m")&&(a.charAt(a.length-2)==="m")){d=7}else{if(e==="n"){d=8}else{if(e==="t"){d=9}else{if(e==="c"){d=10}}}}}}}}}}c=c*this._n[d-1]/this._n[b-1];a=e=d=b=null;return c}};this.setStringValue=function(b,a){if(CSSPrimitiveValue.CSS_DIMENSION>=b&&b>=CSSPrimitiveValue.CSS_COUNTER){throw new DOMException(DOMException.INVALID_ACCESS_ERR)}this._value=a};this.getStringValue=function(a){if(CSSPrimitiveValue.CSS_DIMENSION>=a&&a>=CSSPrimitiveValue.CSS_COUNTER){throw new DOMException(DOMException.INVALID_ACCESS_ERR)}return(this._value)};this.getCounterValue=function(){if(this.primitiveType!==CSSPrimitiveValue.CSS_COUNTER){throw new DOMException(DOMException.INVALID_ACCESS_ERR)}return(new Counter())};this.getRectValue=function(){if(this.primitiveType!==CSSPrimitiveValue.CSS_RECT){throw new DOMException(DOMException.INVALID_ACCESS_ERR)}return(new Rect())};this.getRGBColorValue=function(){if(this.primitiveType!==CSSPrimitiveValue.CSS_RGBCOLOR){throw new DOMException(DOMException.INVALID_ACCESS_ERR)}var a=new RGBColor();var b=this.cssText;var c=SVGColor.prototype._keywords[b];if(c!==void 0){b=c}if(b.indexOf("%",5)>0){b=b.replace(/[\d.]+%/g,function(e){return Math.round((2.55*parseFloat(e)))})}else{if(b.indexOf("#")>-1){b=b.replace(/[\da-f][\da-f]/gi,function(e){return parseInt(e,16)})}}var d=b.match(/\d+/g);a.red.setFloatValue(CSSPrimitiveValue.CSS_NUMBER,parseFloat(d[0]));a.green.setFloatValue(CSSPrimitiveValue.CSS_NUMBER,parseFloat(d[1]));a.blue.setFloatValue(CSSPrimitiveValue.CSS_NUMBER,parseFloat(d[2]));d=b=null;return(a)}}).apply(CSSPrimitiveValue.prototype);function CSSValueList(){this.cssValueType=CSSValue.CSS_VALUE_LIST;this.length=0;return this}CSSValueList.prototype=new CSSValue();CSSValueList.constructor=CSSValue;CSSValueList.prototype.item=function(a){return(this[a])};function RGBColor(){this.red=new CSSPrimitiveValue();this.green=new CSSPrimitiveValue();this.blue=new CSSPrimitiveValue();this.red.primitiveType=this.green.primitiveType=this.blue.primitiveType=1;return this}function Rect(){this.top=new CSSPrimitiveValue();this.right=new CSSPrimitiveValue();this.bottom=new CSSPrimitiveValue();this.left=new CSSPrimitiveValue();return this}function Counter(){this.identifier="";this.listStyle="";this.separator="";return this}function ElementCSSInlineStyle(){this.style=new CSSStyleDeclaration();this._attributeStyle=new CSSStyleDeclaration();return this}var CSS2Properties={fill:"black",stroke:"none",cursor:"auto",visibility:"visible",display:"inline-block",opacity:"1",fillOpacity:"1",strokeWidth:"1",strokeDasharray:"none",strokeDashoffset:"0",strokeLinecap:"butt",strokeLinejoin:"miter",strokeMiterlimit:"4",strokeOpacity:"1",writingMode:"lr-tb",fontFamily:"serif",fontSize:"12",color:"black",fontSizeAdjust:"none",fontStretch:"normal",fontStyle:"normal",fontVariant:"normal",fontWeight:"normal",font:"inline",stopColor:"black",stopOpacity:"1",textAnchor:"start",azimuth:"center",clip:"auto",direction:"ltr",letterSpacing:"normal",lineHeight:"normal",overflow:"visible",textAlign:"left",textDecoration:"none",textIndent:"0",textShadow:"none",textTransform:"none",unicodeBidi:"normal",verticalAlign:"baseline",whiteSpace:"normal",wordSpacing:"normal",zIndex:"auto",mask:"none",enableBackground:"accumulate",filter:"none",floodColor:"black",floodOpacity:"1",lightingColor:"white",pointerEvents:"visiblePainted",colorInterpolation:"sRGB",colorInterpolationFilters:"linearRGB",colorProfile:"auto",colorRendering:"auto",imageRendering:"auto",marker:"",markerEnd:"none",markerMid:"none",markerStart:"none",shapeRendering:"auto",textRendering:"auto",alignmentBaseline:"",baselineShift:"baseline",dominantBaseline:"auto",glyphOrientationHorizontal:"0deg",glyphOrientationVertical:"auto",kerning:"auto",fillRule:"nonzero"};CSS2Properties.visibility._n=1;function CSSStyleSheet(){this.ownerRule=null;this.cssRules=[];return this}CSSStyleSheet.prototype=new StyleSheet();CSSStyleSheet.constructor=StyleSheet;CSSStyleSheet.prototype.insertRule=function(g,e){var k=new CSSStyleRule(),b=k.style,h,f=g.match(/\{[\s\S]+\}/),c;k.parentStyleSheet=this;b.cssText=g;f=f.replace(/^[^a-z\-]+/,"").replace(/\:\s+/g,":").replace(/\s*;[^a-z\-]*/g,";");h=f.split(";");for(var d=0,j=h.length;d<j;++d){ai=h[d],c=ai.split(":");if(ai!==""){b.setProperty(c[0],c[1])}ai=c=null}h=f=b=null;this.cssRules.splice(e,k,1)};CSSStyleSheet.prototype.deleteRule=function(a){this.cssRules.splice(a,1)};Document.prototype.defaultView=new ViewCSS();function ViewCSS(){return this}ViewCSS.prototype.getComputedStyle=function(k,g){if(!!k._currentStyle){return(k._currentStyle)}var w=new CSSStyleDeclaration();k._currentStyle=w;var d=k.parentNode;if(d){var e=this.getComputedStyle(d,g)._list}else{var e={length:0,_opacity:1,_fontSize:12}}var b=w._list;if(!!k.style){var t=k.style._list,a=k._attributeStyle._list,v=CSSValue.CSS_INHERIT;for(var o=0,u=t.length;o<u;++o){b[b.length]=t[o]}for(var o=0,u=a.length;o<u;++o){b[b.length]=a[o]}t=a=null;if(k._rules){for(var o=0,u=k._rules.length;o<u;++o){var h=k._rules[o].style._list;for(var l=0,r=h.length;l<r;++l){b[b.length]=h[l]}}}for(var o=0,m=b.length;o<m;++o){if(b[o].cssValueType===v){b.splice(o,1);--m}}}for(var o=0,f=e.length;o<f;++o){b[b.length]=e[o]}if(k._runtimeStyle){b=k._runtimeStyle._list.concat(b)}w._def=this._defaultCSS;w._list=b;if(!!k.style){var c=k.style._list._opacity||k._attributeStyle._list._opacity}else{var c=1}w._list._opacity=e._opacity*(c||1);w._list._fontSize=e._fontSize;d=c=e=b=null;w._document=k.ownerDocument;return w};Document.prototype.getOverrideStyle=function(b,e){var a=b;if(!!a._runtimeStyle){return(a._runtimeStyle)}else{var d=new CSSStyleDeclaration(),c=d.setProperty;a._runtimeStyle=d}d.setProperty=function(l,p,o){c.call(d,l,p,o);var k=b,f=k._tar,j=isStroke=false;delete k._currentStyle;if((k.localName==="g")||(k.localName==="a")){var g=k.getElementsByTagNameNS("http://www.w3.org/2000/svg","*");if(g){for(var h=0,q=g.length;h<q;++h){var m=g[h];delete m._currentStyle;NAIBU._setPaint(m,m.getScreenCTM());m=null}g=null}f=null}if(!f){return}NAIBU._setPaint(k,k.getScreenCTM());f=k=p=null};return d};DOMImplementation.createCSSStyleSheet=function(g,f){var e=new CSSStyleSheet();e.title=g;var a=new MediaList();a.mediaText=f;if(f&&(f!=="")){var b=f.split(",");for(var d=0,c=b.length;d<c;++d){a.appendMedium(b[d])}}e.media=a;return e};function ElementTimeControl(a){this._tar=a;this._begin=0;this._end=null;return this}ElementTimeControl.prototype={beginElement:function(){var b=this.ownerDocument,a=b.createEvent("TimeEvents");a.initTimeEvent("beginEvent",b.defaultView,0);this.dispatchEvent(a)},endElement:function(){var b=this.ownerDocument,a=b.createEvent("TimeEvents");a.initTimeEvent("endEvent",b.defaultView,0);this.dispatchEvent(a)},beginElementAt:function(b){var a=this.ownerDocument.documentElement.getCurrentTime();this._begin=b+a},endElementAt:function(b){var a=this.ownerDocument.documentElement.getCurrentTime();this._end=b+a}};function TimeEvent(){Event.apply(this);this.view;this.detail;return this}TimeEvent.counstructor=Event;TimeEvent.prototype=new Event();TimeEvent.prototype.initTimeEvent=function(b,c,a){this.type=b;this.view=c;this.detail=a};var NAIBU={};function SVGException(a){this.code=a;if(this.code===SVGException.SVG_WRONG_TYPE_ERR){this.message="SVG Wrong Type Error"}else{if(this.code===SVGException.SVG_INVALID_VALUE_ERR){this.message="SVG Invalid Value Error"}else{if(this.code===SVGException.SVG_MATRIX_NOT_INVERTABLE){this.message="SVG Matrix Not Invertable"}}}return this}SVGException.constructor=Error;SVGException.prototype=new Error();SVGException.SVG_WRONG_TYPE_ERR=0;SVGException.SVG_INVALID_VALUE_ERR=1;SVGException.SVG_MATRIX_NOT_INVERTABLE=2;function SVGElement(){Element.call(this);SVGStylable.call(this);this.transform=new SVGAnimatedTransformList();this.addEventListener("DOMAttrModified",function(evt){if(evt.eventPhase===3){return}var name=evt.attrName,tar=evt.target;if(!!CSS2Properties[name]||(name.indexOf("-")>-1)){tar._attributeStyle.setProperty(name,evt.newValue,"")}if(evt.relatedNode.localName==="id"){tar.id=evt.newValue}else{if((name==="transform")&&!!tar.transform){var tft=evt.newValue,degR=tar._degReg,coma=tft.match(tar._comaReg),list=tft.match(tar._strReg),a,b,c,d,e,f,lis,com,deg,rad,degli,s,cm,degz,etod=evt.target.ownerDocument.documentElement,ttb=tar.transform.baseVal;for(var j=0,cli=coma.length;j<cli;j++){s=etod.createSVGTransform();lis=list[j],com=coma[j];deg=lis.match(degR);degli=deg.length;if(degli===6){cm=s.matrix;cm.a=+(deg[0]);cm.b=+(deg[1]);cm.c=+(deg[2]);cm.d=+(deg[3]);cm.e=+(deg[4]);cm.f=+(deg[5])}else{if(degli===3){degz=+(deg[0]);s.setRotate(degz,+(deg[1]),+(deg[2]))}else{if(degli<=2){degz=+(deg[0]);if(com==="translate"){s.setTranslate(degz,+(deg[1]||0))}else{if(com==="scale"){s.setScale(degz,+(deg[1]||deg[0]))}else{if(com==="rotate"){s.setRotate(degz,0,0)}else{if(com==="skewX"){s.setSkewX(degz)}else{if(com==="skewY"){s.setSkewY(degz)}}}}}}}}ttb.appendItem(s)}tft=degR=coma=list=a=b=c=d=e=f=lis=com=deg=rad=degli=s=cm=degz=etod=ttb=null}else{if(name==="style"){var sc=evt.newValue,style=tar.style,a,ai,m;style.cssText=sc;if(sc!==""){sc=sc.replace(tar._shouReg,"").replace(tar._conReg,":").replace(tar._bouReg,";");a=sc.split(";");for(var i=0,ali=a.length;i<ali;++i){ai=a[i],m=ai.split(":");if(ai!==""){style.setProperty(m[0],m[1])}ai=m=null}}a=sc=style=null}else{if(name==="class"){tar.className=evt.newValue}else{if(name.indexOf("on")===0){eval("document._s = (function(evt){"+evt.newValue+"})");var v=name.substring(2,name.length);if(v==="load"){v="SVGLoad"}else{if(v==="unload"){v="SVGUnload"}else{if(v==="abort"){v="SVGAbort"}else{if(v==="error"){v="SVGError"}else{if(v==="resize"){v="SVGResize"}else{if(v==="scroll"){v="SVGScroll"}else{if(v==="zoom"){v="SVGZoom"}else{if(v==="begin"){v="beginEvent"}else{if(v==="end"){v="endEvent"}else{if(v==="repeat"){v="repeatEvent"}}}}}}}}}}tar.addEventListener(v,document._s,false)}else{if(evt.relatedNode.nodeName==="xml:base"){tar.xmlbase=evt.newValue}else{if(!!tar[name]){var tea=tar[name],tod=tar.ownerDocument.documentElement,tvw=tod.viewport.width,tvh=tod.viewport.height,n,type,_parseFloat,s;if(tea instanceof SVGAnimatedLength){n=evt.newValue.match(tar._NaNReg);type=1;_parseFloat=parseFloat;if(!!n){n=n[0]}if(n==="%"){if(tar._x1width[name]){tea.baseVal._percent=tvw*0.01}else{if(tar._y1height[name]){tea.baseVal._percent=tvh*0.01}else{tea.baseVal._percent=Math.sqrt((tvw*tvw+tvh*tvh)/2)*0.01}}type=2}else{if(n==="em"){type=3}else{if(n==="ex"){type=4}else{if(n==="px"){type=5}else{if(n==="cm"){type=6}else{if(n==="mm"){type=7}else{if(n==="in"){type=8}else{if(n==="pt"){type=9}else{if(n==="pc"){type=10}}}}}}}}}s=_parseFloat(evt.newValue);s=isNaN(s)?0:s;tea.baseVal.newValueSpecifiedUnits(type,s)}tea=tod=tvw=tvh=n=type=_parseFloat=s=null}}}}}}}evt=_parseFloat=name=tar=null},false);return this}SVGElement.constructor=Element;SVGElement.prototype=new Element();(function(){this._degReg=/[\-\d\.e]+/g;this._comaReg=/[A-Za-z]+(?=\s*\()/g;this._strReg=/\([^\)]+\)/g;this._syouReg=/^[^a-z\-]+/;this._conReg=/\:\s+/g;this._bouReg=/\s*;[^a-z\-]*/g;this._NaNReg=/\D+$/;this._cacheMatrix=null;this._x1width={x:1,x1:1,x2:1,width:1,cx:1};this._y1height={y:1,y1:1,y2:1,height:1,cy:1};this.id=null;this.xmlbase=null;this.ownerSVGElement;this.viewportElement;this.nearestViewportElement=null;this.farthestViewportElement=null;this.getBBox=function(){var m=new SVGRect(),d=this._tar.path.value,b=this.ownerDocument.documentElement.viewport,a=b.width,j=b.height,l=0,g=0,k=d.match(/[0-9\-]+/g),f,e;for(var c=0,h=k.length;c<h;c+=2){f=+(k[c]),e=+(k[c+1]);a=a>f?f:a;j=j>e?e:j;l=l>f?l:f;g=g>e?g:e}m.x=a;m.y=j;m.width=l-a;m.height=g-j;f=e=d=k=a=j=l=g=b=null;return m};this.getCTM=function(){var b,a;if(!!this._cacheMatrix){b=this._cacheMatrix}else{a=this.transform.baseVal.consolidate();if(a){a=a.matrix}else{a=this.ownerDocument.documentElement.createSVGMatrix()}if(this.parentNode&&!!this.parentNode.getCTM){b=this.parentNode.getCTM().multiply(a)}else{b=a}a=null;this._cacheMatrix=b}return b};this.getScreenCTM=function(){if(!this.parentNode){return null}var a=this.nearestViewportElement||this.ownerDocument.documentElement;var b=a.getScreenCTM().multiply(this.getCTM());a=null;return b};this.getTransformToElement=function(a){var b=this.getScreenCTM().inverse().multiply(a.getScreenCTM());return b}}).apply(SVGElement.prototype);function SVGAnimatedBoolean(){this.animVal=this.baseVal=true;return this}function SVGAnimatedString(){this.animVal=this.baseVal="";return this}function SVGStringList(){return this}SVGStringList.prototype=new Array();(function(){this.numberOfItems=0;this.clear=function(){for(var a=0,b=this.length;a<b;++a){delete this[a]}this.numberOfItems=0};this.initialize=function(a){this.clear();this[0]=a;this.numberOfItems=1;return a};this.getItem=function(a){if(a>=this.numberOfItems||a<0){throw (new DOMException(DOMException.INDEX_SIZE_ERR))}else{return(this[a])}};this.insertItemBefore=function(b,a){if(a>=this.numberOfItems){this.appendItem(b)}else{this.splice(a,1,b,this.getItem[a]);++this.numberOfItems}return b};this.replaceItem=function(b,a){if(a>=this.numberOfItems||a<0){throw (new DOMException(DOMException.INDEX_SIZE_ERR))}else{this.splice(a,1,b)}return b};this.removeItem=function(a){if(a>=this.numberOfItems||a<0){throw (new DOMException(DOMException.INDEX_SIZE_ERR))}else{this.splice(a,1);--this.numberOfItems}return newItem};this.appendItem=function(a){this[this.numberOfItems]=a;++this.numberOfItems}}).apply(SVGStringList.prototype);function SVGAnimatedEnumeration(){this.baseVal=0;this.animVal=0;return this}function SVGAnimatedInteger(){this.baseVal=0;this.animVal=0;return this}function SVGNumber(){this.value=0;return this}function SVGAnimatedNumber(){this.baseVal=this.animVal=0;return this}function SVGNumberList(){return this}for(var prop in SVGStringList.prototype){SVGNumberList.prototype[prop]=SVGStringList.prototype[prop]}function SVGAnimatedNumberList(){this.animVal=this.baseVal=new SVGNumberList();return this}function SVGLength(){return this}SVGLength.SVG_LENGTHTYPE_UNKNOWN=0;SVGLength.SVG_LENGTHTYPE_NUMBER=1;SVGLength.SVG_LENGTHTYPE_PERCENTAGE=2;SVGLength.SVG_LENGTHTYPE_EMS=3;SVGLength.SVG_LENGTHTYPE_EXS=4;SVGLength.SVG_LENGTHTYPE_PX=5;SVGLength.SVG_LENGTHTYPE_CM=6;SVGLength.SVG_LENGTHTYPE_MM=7;SVGLength.SVG_LENGTHTYPE_IN=8;SVGLength.SVG_LENGTHTYPE_PT=9;SVGLength.SVG_LENGTHTYPE_PC=10;SVGLength.prototype={unitType:SVGLength.SVG_LENGTHTYPE_UNKNOWN,value:0,valueInSpecifiedUnits:SVGLength.SVG_LENGTHTYPE_UNKNOWN,valueAsString:"0",_percent:0.01,_fontSize:12,newValueSpecifiedUnits:function(a,c){var d=1,b="";if(a===1){}else{if(a===5){b="px"}else{if(a===2){d=this._percent;b="%"}else{if(a===3){d=this._fontSize;b="em"}else{if(a===4){d=this._fontSize*0.5;b="ex"}else{if(a===6){d=35.43307;b="cm"}else{if(a===7){d=3.543307;b="mm"}else{if(a===8){d=90;b="in"}else{if(a===9){d=1.25;b="pt"}else{if(a===10){d=15;b="pc"}else{throw new DOMException(DOMException.NOT_SUPPORTED_ERR)}}}}}}}}}}this.unitType=a;this.value=c*d;this.valueInSpecifiedUnits=c;this.valueAsString=c+b;c=a=d=b=null},convertToSpecifiedUnits:function(b){if(this.value===0){this.newValueSpecifiedUnits(b,0);return}var a=this.value;this.newValueSpecifiedUnits(b,this.valueInSpecifiedUnits);a=a/this.value*this.valueInSpecifiedUnits;this.newValueSpecifiedUnits(b,a)},_emToUnit:function(a){if((this.unitType===3)||(this.unitType===4)){this._fontSize=a;this.newValueSpecifiedUnits(this.unitType,this.valueInSpecifiedUnits)}}};function SVGAnimatedLength(){this.animVal;this.baseVal=new SVGLength();this.baseVal.unitType=1;return this}function SVGLengthList(){return this}for(var prop in SVGStringList.prototype){SVGLengthList.prototype[prop]=SVGStringList.prototype[prop]}function SVGAnimatedLengthList(){this.animVal=this.baseVal=new SVGLengthList();return this}function SVGAngle(){return this}SVGAngle.prototype={unitType:0,value:0,valueInSpecifiedUnits:0,valueAsString:"0",newValueSpecifiedUnits:function(a,c){var d=1,b="";if(a===SVGAngle.SVG_ANGLETYPE_UNSPECIFIED){}else{if(a===SVGAngle.SVG_ANGLETYPE_DEG){b="deg"}else{if(a===SVGAngle.SVG_ANGLETYPE_RAD){d=Math.PI/180;b="rad"}else{if(a===SVGAngle.SVG_ANGLETYPE_GRAD){d=9/10;b="grad"}else{throw new DOMException(DOMException.NOT_SUPPORTED_ERR)}}}}this.unitType=a;this.value=c*d;this.valueInSpecifiedUnits=c;this.valueAsString=c+b;d=b=null},convertToSpecifiedUnits:function(b){if(this.value===0){this.newValueSpecifiedUnits(b,0);return}var a=this.value;this.newValueSpecifiedUnits(b,this.valueInSpecifiedUnits);a=a/this.value*this.valueInSpecifiedUnits;this.newValueSpecifiedUnits(b,a)}};SVGAngle.SVG_ANGLETYPE_UNKNOWN=0;SVGAngle.SVG_ANGLETYPE_UNSPECIFIED=1;SVGAngle.SVG_ANGLETYPE_DEG=2;SVGAngle.SVG_ANGLETYPE_RAD=3;SVGAngle.SVG_ANGLETYPE_GRAD=4;function SVGAnimatedAngle(){this.baseVal=new SVGAngle();this.animVal=this.baseVal;return this}function SVGColor(){CSSValue.apply(this);this.rgbColor=new RGBColor();return this}SVGColor.SVG_COLORTYPE_UNKNOWN=0;SVGColor.SVG_COLORTYPE_RGBCOLOR=1;SVGColor.SVG_COLORTYPE_RGBCOLOR_ICCCOLOR=2;SVGColor.SVG_COLORTYPE_CURRENTCOLOR=3;SVGColor.prototype=new CSSValue();SVGColor.constructor=CSSValue;(function(){this.colorType=0;this.iccColor=null;this._regD=/\d+/g;this._regDP=/[\d.]+%/g;this.setRGBColor=function(i){var e,d,h,f,a,j;if(!i||(typeof i!=="string")){throw new SVGException(SVGException.SVG_INVALID_VALUE_ERR)}i=this._keywords[i]||i;if(i.indexOf("%",5)>0){i=i.replace(this._regDP,function(b){return Math.round((2.55*parseFloat(b)))});e=i.match(this._regD)}else{if(i.indexOf("#")===0){e=[];d=parseInt;h=i.charAt(1);f=i.charAt(2);a=i.charAt(3);if(i.length<5){j="#"+h+h+f+f+a+a;i=j;j=null}e[0]=d(h+i.charAt(2),16)+"";e[1]=d(i.charAt(3)+i.charAt(4),16)+"";e[2]=d(i.charAt(5)+i.charAt(6),16)+"";h=f=a=null}else{e=i.match(this._regD);if(!e||(e.length<3)){i=null;throw new SVGException(SVGException.SVG_INVALID_VALUE_ERR)}}}this.rgbColor.red.setFloatValue(1,e[0]);this.rgbColor.green.setFloatValue(1,e[1]);this.rgbColor.blue.setFloatValue(1,e[2]);i=e=d=null};this.setColor=function(a,b,c){this.colorType=a;if((a===1)||(a===3)){this.setRGBColor(b)}a=b=null};this._keywords={aliceblue:"rgb(240, 248, 255)",antiquewhite:"rgb(250, 235, 215)",aqua:"rgb( 0, 255, 255)",aquamarine:"rgb(127, 255, 212)",azure:"rgb(240, 255, 255)",beige:"rgb(245, 245, 220)",bisque:"rgb(255, 228, 196)",black:"rgb( 0, 0, 0)",blanchedalmond:"rgb(255, 235, 205)",blue:"rgb( 0, 0, 255)",blueviolet:"rgb(138, 43, 226)",brown:"rgb(165, 42, 42)",burlywood:"rgb(222, 184, 135)",cadetblue:"rgb( 95, 158, 160)",chartreuse:"rgb(127, 255, 0)",chocolate:"rgb(210, 105, 30)",coral:"rgb(255, 127, 80)",cornflowerblue:"rgb(100, 149, 237)",cornsilk:"rgb(255, 248, 220)",crimson:"rgb(220, 20, 60)",cyan:"rgb( 0, 255, 255)",darkblue:"rgb( 0, 0, 139)",darkcyan:"rgb( 0, 139, 139)",darkgoldenrod:"rgb(184, 134, 11)",darkgray:"rgb(169, 169, 169)",darkgreen:"rgb( 0, 100, 0)",darkgrey:"rgb(169, 169, 169)",darkkhaki:"rgb(189, 183, 107)",darkmagenta:"rgb(139, 0, 139)",darkolivegreen:"rgb( 85, 107, 47)",darkorange:"rgb(255, 140, 0)",darkorchid:"rgb(153, 50, 204)",darkred:"rgb(139, 0, 0)",darksalmon:"rgb(233, 150, 122)",darkseagreen:"rgb(143, 188, 143)",darkslateblue:"rgb( 72, 61, 139)",darkslategray:"rgb( 47, 79, 79)",darkslategrey:"rgb( 47, 79, 79)",darkturquoise:"rgb( 0, 206, 209)",darkviolet:"rgb(148, 0, 211)",deeppink:"rgb(255, 20, 147)",deepskyblue:"rgb( 0, 191, 255)",dimgray:"rgb(105, 105, 105)",dimgrey:"rgb(105, 105, 105)",dodgerblue:"rgb( 30, 144, 255)",firebrick:"rgb(178, 34, 34)",floralwhite:"rgb(255, 250, 240)",forestgreen:"rgb( 34, 139, 34)",fuchsia:"rgb(255, 0, 255)",gainsboro:"rgb(220, 220, 220)",ghostwhite:"rgb(248, 248, 255)",gold:"rgb(255, 215, 0)",goldenrod:"rgb(218, 165, 32)",gray:"rgb(128, 128, 128)",grey:"rgb(128, 128, 128)",green:"rgb( 0, 128, 0)",greenyellow:"rgb(173, 255, 47)",honeydew:"rgb(240, 255, 240)",hotpink:"rgb(255, 105, 180)",indianred:"rgb(205, 92, 92)",indigo:"rgb( 75, 0, 130)",ivory:"rgb(255, 255, 240)",khaki:"rgb(240, 230, 140)",lavender:"rgb(230, 230, 250)",lavenderblush:"rgb(255, 240, 245)",lawngreen:"rgb(124, 252, 0)",lemonchiffon:"rgb(255, 250, 205)",lightblue:"rgb(173, 216, 230)",lightcoral:"rgb(240, 128, 128)",lightcyan:"rgb(224, 255, 255)",lightgoldenrodyellow:"rgb(250, 250, 210)",lightgray:"rgb(211, 211, 211)",lightgreen:"rgb(144, 238, 144)",lightgrey:"rgb(211, 211, 211)",lightpink:"rgb(255, 182, 193)",lightsalmon:"rgb(255, 160, 122)",lightseagree:"rgb( 32, 178, 170)",lightskyblue:"rgb(135, 206, 250)",lightslategray:"rgb(119, 136, 153)",lightslategrey:"rgb(119, 136, 153)",lightsteelblue:"rgb(176, 196, 222)",lightyellow:"rgb(255, 255, 224)",lime:"rgb( 0, 255, 0)",limegreen:"rgb( 50, 205, 50)",linen:"rgb(250, 240, 230)",magenta:"rgb(255, 0, 255)",maroon:"rgb(128, 0, 0)",mediumaquamarine:"rgb(102, 205, 170)",mediumblue:"rgb( 0, 0, 205)",mediumorchid:"rgb(186, 85, 211)",mediumpurple:"rgb(147, 112, 219)",mediumseagreen:"rgb( 60, 179, 113)",mediumslateblue:"rgb(123, 104, 238)",mediumspringgreen:"rgb( 0, 250, 154)",mediumturquoise:"rgb( 72, 209, 204)",mediumvioletred:"rgb(199, 21, 133)",midnightblue:"rgb( 25, 25, 112)",mintcream:"rgb(245, 255, 250)",mistyrose:"rgb(255, 228, 225)",moccasin:"rgb(255, 228, 181)",navajowhite:"rgb(255, 222, 173)",navy:"rgb( 0, 0, 128)",oldlace:"rgb(253, 245, 230)",olive:"rgb(128, 128, 0)",olivedrab:"rgb(107, 142, 35)",orange:"rgb(255, 165, 0)",orangered:"rgb(255, 69, 0)",orchid:"rgb(218, 112, 214)",palegoldenrod:"rgb(238, 232, 170)",palegreen:"rgb(152, 251, 152)",paleturquoise:"rgb(175, 238, 238)",palevioletred:"rgb(219, 112, 147)",papayawhip:"rgb(255, 239, 213)",peachpuff:"rgb(255, 218, 185)",peru:"rgb(205, 133, 63)",pink:"rgb(255, 192, 203)",plum:"rgb(221, 160, 221)",powderblue:"rgb(176, 224, 230)",purple:"rgb(128, 0, 128)",red:"rgb(255, 0, 0)",rosybrown:"rgb(188, 143, 143)",royalblue:"rgb( 65, 105, 225)",saddlebrown:"rgb(139, 69, 19)",salmon:"rgb(250, 128, 114)",sandybrown:"rgb(244, 164, 96)",seagreen:"rgb( 46, 139, 87)",seashell:"rgb(255, 245, 238)",sienna:"rgb(160, 82, 45)",silver:"rgb(192, 192, 192)",skyblue:"rgb(135, 206, 235)",slateblue:"rgb(106, 90, 205)",slategray:"rgb(112, 128, 144)",slategrey:"rgb(112, 128, 144)",snow:"rgb(255, 250, 250)",springgreen:"rgb( 0, 255, 127)",steelblue:"rgb( 70, 130, 180)",tan:"rgb(210, 180, 140)",teal:"rgb( 0, 128, 128)",thistle:"rgb(216, 191, 216)",tomato:"rgb(255, 99, 71)",turquoise:"rgb( 64, 224, 208)",violet:"rgb(238, 130, 238)",wheat:"rgb(245, 222, 179)",white:"rgb(255, 255, 255)",whitesmoke:"rgb(245, 245, 245)",yellow:"rgb(255, 255, 0)",yellowgreen:"rgb(154, 205, 50)"}}).apply(SVGColor.prototype);function SVGRect(){this.x=0;this.y=0;this.width=0;this.height=0;return this}function SVGAnimatedRect(){this.animVal=this.baseVal=new SVGRect();return this}SVGUnitTypes={SVG_UNIT_TYPE_UNKNOWN:0,SVG_UNIT_TYPE_USERSPACEONUSE:1,SVG_UNIT_TYPE_OBJECTBOUNDINGBOX:2};function SVGStylable(){this.className=new SVGAnimatedString();this.style=new CSSStyleDeclaration();this._attributeStyle=new CSSStyleDeclaration()}SVGElement.prototype.getPresentationAttribute=function(a){var b=this._attributeStyle.getPropertyCSSValue(a);if(b){return b}else{return null}};function SVGURIReference(){this.href=new SVGAnimatedString();this._instance=null;this._text="";this.addEventListener("DOMAttrModified",function(a){if((a.relatedNode.namespaceURI==="http://www.w3.org/1999/xlink")&&(a.attrName==="xlink:href")){a.target.href.baseVal=a.newValue;a.target.ownerDocument.documentElement._svgload_limited++}a=null},false);this.addEventListener("DOMNodeInserted",function(b){var a=b.target;if(b.eventPhase===3){return}a.addEventListener("DOMNodeInsertedIntoDocument",function(p){var i=p.target,f,c=i.href.baseVal,o,g,s,l,q,h,e,k,d,m,r,j;if(c!==""){g=i.xmlbase;if(!g){s=i.parentNode;l=null;while(!l&&s){l=s.xmlbase;s=s.parentNode}f=l;if(!l){if(c.indexOf("#")!==0){q=location.href;f=q.replace(/\/[^\/]+?$/,"/")}else{f=location.href}}}else{f=g}if(c.indexOf(":")!==-1){f=""}h=f+c;o=i.getAttributeNS("http://www.w3.org/1999/xlink","show")||"embed";if(c.indexOf(".")===0){h=c}if(o==="replace"){i._tar.setAttribute("href",h)}else{if(o==="new"){i._tar.setAttribute("target","_blank");i._tar.setAttribute("href",h)}else{if(o==="embed"){e=NAIBU.xmlhttp;k=h.indexOf("#");if(k>-1){d=h.substring(k+1,h.length);h=h.replace(/#.+$/,"")}else{d=null}if(c.indexOf("#")===0){m=i.ownerDocument;r=m.getElementById(d);i._instance=r;j=m.createEvent("SVGEvents");j.initEvent("S_Load",false,false);i.dispatchEvent(j);i=e=null}else{if(h.indexOf("data:")>-1){i._tar.src=h;i=e=null}else{if((h.indexOf("http:")>-1)||(h.indexOf(".")===0)){if(i.localName==="image"){i._tar.src=h}else{i.ownerDocument.documentElement._svgload_limited++}e.open("GET",h,false);e.setRequestHeader("X-Requested-With","XMLHttpRequest");e.onreadystatechange=function(){if((e.readyState===4)&&(e.status===200)){var t=e.getResponseHeader("Content-Type")||"text",w,z,v,u;if((t.indexOf("text")>-1)||(t.indexOf("xml")>-1)||(t.indexOf("script")>-1)){if(i.localName!=="script"&&i.localName!=="style"){w=new ActiveXObject("MSXML2.DomDocument");z=e.responseText.replace(/!DOCTYPE/,"!--").replace(/(dtd">|\]>)/,"-->");NAIBU.doc.async=false;NAIBU.doc.validateOnParse=false;NAIBU.doc.resolveExternals=false;NAIBU.doc.preserveWhiteSpace=false;w.loadXML(z);v=w.documentElement;i._instance=i.ownerDocument.importNode(v,true);if(d){i._instance=i._instance.ownerDocument.getElementById(d)}}else{i._text=e.responseText}}else{if(!!i._tar){i._tar.src=h}}u=i.ownerDocument.createEvent("SVGEvents");u.initEvent("S_Load",false,false);i.dispatchEvent(u);i.ownerDocument.documentElement._svgload_limited--;if(i.ownerDocument.documentElement._svgload_limited<0){u=i.ownerDocument.createEvent("SVGEvents");u.initEvent("SVGLoad",false,false);i.ownerDocument.documentElement.dispatchEvent(u)}i=t=w=z=u=null;e.onreadystatechange=NAIBU.emptyFunction;e=null}};e.send(null)}}}}}}i.ownerDocument.documentElement._svgload_limited--}p=f=c=g=s=l=q=h=k=d=m=r=j=o=null},false);a=b=null},false);return this}function SVGCSSRule(){CSSRule.apply(this,arguments);this.COLOR_PROFILE_RULE=7;return this}SVGCSSRule.constructor=CSSRule;SVGCSSRule.prototype=new CSSRule();function SVGDocument(){Document.apply(this);DocumentStyle.apply(this);this.title="";this.referrer=document.referrer;this.domain=document.domain;this.URL=document.location;this.rootElement;return this}SVGDocument.constructor=Document;SVGDocument.prototype=new Document();function SVGSVGElement(a){SVGElement.apply(this,arguments);this._tar=a.createElement("v:group");a=null;this._svgload_limited=0;this.x=new SVGAnimatedLength();this.y=new SVGAnimatedLength();this.width=new SVGAnimatedLength();this.height=new SVGAnimatedLength();this.contentScriptType="application/ecmascript";this.contentStyleType="text/css";this.viewport=this.createSVGRect();this.useCurrentView=false;this.currentView=new SVGViewSpec(this);this.currentScale=1;this.currentTranslate=this.createSVGPoint();this.viewBox=this.currentView.viewBox;this.preserveAspectRatio=this.currentView.preserveAspectRatio;this.zoomAndPan=SVGZoomAndPan.SVG_ZOOMANDPAN_DISABLE;this._tx=0;this._ty=0;this._currentTime=0;this.addEventListener("DOMAttrModified",function(j){if(j.eventPhase===3){return}var e=j.target,c=j.attrName,d,i,f,g,h,b;if(c==="viewBox"){e._cacheScreenCTM=null;d=e.viewBox.baseVal;i=j.newValue.replace(/^\s+|\s+$/g,"").split(/[\s,]+/);d.x=parseFloat(i[0]);d.y=parseFloat(i[1]);d.width=parseFloat(i[2]);d.height=parseFloat(i[3]);e.viewBox.baseVal._isUsed=1}else{if(c==="preserveAspectRatio"){e._cacheScreenCTM=null;f=j.newValue;g=e.preserveAspectRatio.baseVal;h=1;b=SVGPreserveAspectRatio.SVG_MEETORSLICE_UNKNOWN;if(!!f.match(/x(Min|Mid|Max)Y(Min|Mid|Max)(?:\s+(meet|slice))?/)){switch(RegExp.$1){case"Min":h+=1;break;case"Mid":h+=2;break;case"Max":h+=3;break}switch(RegExp.$2){case"Min":break;case"Mid":h+=3;break;case"Max":h+=6;break}if(RegExp.$3==="slice"){b=SVGPreserveAspectRatio.SVG_MEETORSLICE_SLICE}else{b=SVGPreserveAspectRatio.SVG_MEETORSLICE_MEET}}g.align=h;g.meetOrSlice=b}else{if(c==="width"){e.viewport.width=e.width.baseVal.value}else{if(c==="height"){e.viewport.height=e.height.baseVal.value}}}}j=c=d=i=f=g=h=b=null},false);this.addEventListener("SVGLoad",function(b){b.target.addEventListener("DOMAttrModified",function(l){if(l.eventPhase===3){var g=l.target,m;if(g.parentNode){m=g.ownerDocument.createEvent("MutationEvents");m.initMutationEvent("DOMNodeInsertedIntoDocument",false,false,null,null,null,null,null);m.target=g;m.eventPhase=2;var d=g._capter;for(var e=0,c=d.length;e<c;++e){if(d[e]){d[e].handleEvent(m)}}if(((g.localName==="g")||(g.localName==="a"))&&(g.namespaceURI==="http://www.w3.org/2000/svg")){g._currentStyle=g._cacheMatrix=null;if(g.firstChild){var h=g.getElementsByTagNameNS("http://www.w3.org/2000/svg","*");for(var f=0,k=h.length;f<k;++f){g=h[f];g._currentStyle=g._cacheMatrix=null;m=g.ownerDocument.createEvent("MutationEvents");m.initMutationEvent("DOMNodeInsertedIntoDocument",false,false,null,null,null,null,null);m.target=g;m.eventPhase=2;var d=g._capter;for(var e=0,c=d.length;e<c;++e){if(d[e]){d[e].handleEvent(m)}}}}}m=null}g=null}l=null},false);b=null},false);return this}SVGSVGElement.constructor=SVGElement;SVGSVGElement.prototype=new SVGElement();SVGSVGElement.prototype.forceRedraw=function(){};SVGSVGElement.prototype.getCurrentTime=function(){return(this._currentTime)};SVGSVGElement.prototype.setCurrentTime=function(a){this._currentTime=a};SVGSVGElement.prototype.createSVGNumber=function(){var a=new SVGNumber();a.value=0;return a};SVGSVGElement.prototype.createSVGAngle=function(){var a=new SVGAngle();a.value=0;a.unitType=1;return a};SVGSVGElement.prototype.createSVGLength=function(){var a=new SVGLength();a.unitType=1;return a};SVGSVGElement.prototype.createSVGPoint=function(){return new SVGPoint()};SVGSVGElement.prototype.createSVGMatrix=function(){return new SVGMatrix()};SVGSVGElement.prototype.createSVGRect=function(){return new SVGRect()};SVGSVGElement.prototype.createSVGTransform=function(){var a=this.createSVGTransformFromMatrix(this.createSVGMatrix());return a};SVGSVGElement.prototype.createSVGTransformFromMatrix=function(a){var b=new SVGTransform();b.setMatrix(a);return b};SVGSVGElement.prototype.getScreenCTM=function(){if(!!this._cacheScreenCTM){return(this._cacheScreenCTM)}var l=this.viewport.width,t=this.viewport.height,q,j,o,b,a,c,g,e,k,f,p,s,r,d;if(!this.useCurrentView){q=this.viewBox.baseVal;j=this.preserveAspectRatio.baseVal}else{q=this.currentView.viewBox.baseVal;j=this.currentView.preserveAspectRatio.baseVal}if(!!!q._isUsed){this._tx=this._ty=0;o=this.createSVGMatrix();this._cacheScreenCTM=o;return o}else{b=q.x;a=q.y;c=q.width;g=q.height;e=l/c;k=t/g;f=1;p=1;s=0;r=0;if(j.align===1){f=e;p=k;s=-b*f;r=-a*p}else{var i=(j.align+1)%3+1;var h=Math.round(j.align/3);switch(j.meetOrSlice){case 1:f=p=Math.min(e,k);break;case 2:f=p=Math.max(e,k);break}s=-b*f;r=-a*p;switch(i){case 1:break;case 2:s+=(l-c*f)/2;break;case 3:s+=l-c*f;break}switch(h){case 1:break;case 2:r+=(t-g*p)/2;break;case 3:r+=t-g*p;break}}}this._tx=s;this._ty=r;d=this._tar.style;d.marginLeft=s+"px";d.marginTop=r+"px";o=this.createSVGMatrix();o.a=f;o.d=p;this._cacheScreenCTM=o;l=t=q=j=b=a=c=g=e=k=f=p=s=r=d=null;return o};SVGZoomAndPan={SVG_ZOOMANDPAN_UNKNOWN:0,SVG_ZOOMANDPAN_DISABLE:1,SVG_ZOOMANDPAN_MAGNIFY:2};function SVGFitToViewBox(){this.viewBox=new SVGAnimatedRect();this.preserveAspectRatio=new SVGAnimatedPreserveAspectRatio();return this}function SVGViewSpec(a){SVGFitToViewBox.apply(this,arguments);this.transform=new SVGTransformList();this.viewTarget=a;this.viewBoxString="";this.preserveAspectRatioString="";this.transformString="";this.viewTargetString="";return this}SVGViewSpec.constructor=SVGFitToViewBox;SVGViewSpec.prototype=new SVGFitToViewBox();function SVGGElement(a){SVGElement.apply(this);this._tar=a.createElement("v:group");a=null;this.addEventListener("DOMNodeInserted",function(c){var b=c.target;if(c.eventPhase===3){return}var e=b.nextSibling,f=b.parentNode,d=true;if(e&&e._tar&&f._tar&&(e._tar.parentNode===f._tar)){f._tar.insertBefore(b._tar,e._tar)}else{if(e&&!e._tar&&f._tar){while(e){if(e._tar&&(e._tar.parentNode===f._tar)){f._tar.insertBefore(b._tar,e._tar);d=false}e=e.nextSibling}if(d){f._tar.appendChild(b._tar)}}else{if(!e&&f._tar){f._tar.appendChild(b._tar)}}}e=f=d=c=b=null},false);return this}SVGGElement.constructor=SVGElement;SVGGElement.prototype=new SVGElement();function SVGDefsElement(){SVGElement.apply(this,arguments);this.style.setProperty("display","none");return this}SVGDefsElement.constructor=SVGElement;SVGDefsElement.prototype=new SVGElement();function SVGDescElement(){SVGElement.apply(this,arguments);return this}SVGDescElement.constructor=SVGElement;SVGDescElement.prototype=new SVGElement();function SVGTitleElement(){SVGElement.apply(this,arguments);this.addEventListener("DOMCharacterDataModified",function(a){a.target.ownerDocument.title=a.target.firstChild.nodeValue},false);return this}SVGTitleElement.constructor=SVGElement;SVGTitleElement.prototype=new SVGElement();function SVGSymbolElement(){SVGElement.apply(this,arguments);SVGURIReference.apply(this);return this}SVGDefsElement.constructor=SVGElement;SVGDefsElement.prototype=new SVGElement();function SVGUseElement(){SVGGElement.apply(this,arguments);this.x=new SVGAnimatedLength();this.y=new SVGAnimatedLength();this.width=new SVGAnimatedLength();this.height=new SVGAnimatedLength();this.instanceRoot=new SVGElementInstance();this.animatedInstanceRoot=new SVGElementInstance();this.addEventListener("DOMNodeInserted",function(a){if(a.eventPhase===3){return}a.target.setAttributeNS("http://www.w3.org/1999/xlink","xlink:show","embed")},false);this.addEventListener("S_Load",function(c){var b=c.target,e=b.ownerDocument.defaultView.getComputedStyle(b,""),f=parseFloat(e.getPropertyValue("font-size")),a=b.transform.baseVal,d=b.ownerDocument.documentElement.createSVGTransform();b.x.baseVal._emToUnit(f);b.y.baseVal._emToUnit(f);b.width.baseVal._emToUnit(f);b.height.baseVal._emToUnit(f);b.instanceRoot=b.animatedInstanceRoot=b.ownerDocument.importNode(b._instance,true);d.setTranslate(b.x.baseVal.value,b.y.baseVal.value);a.appendItem(d);b.appendChild(b.instanceRoot);c=d=b=evtt=a=e=f=null},false);SVGURIReference.apply(this);return this}SVGUseElement.constructor=SVGElement;SVGUseElement.prototype=new SVGElement();function SVGElementInstance(){Node.apply(this,arguments);this.correspondingElement;this.correspondingUseElement;this.parentNode;this.childNodes;this.firstChild;this.lastChild;this.previousSibling;this.nextSibling;return this}SVGElementInstance.prototype=new Node();function SVGElementInstanceList(){this.length=0;return this}SVGElementInstanceList.prototype.item=function(a){return(this[a])};function SVGImageElement(a){SVGElement.apply(this,arguments);this._tar=a.createElement("v:image");a=null;this.x=new SVGAnimatedLength();this.y=new SVGAnimatedLength();this.width=new SVGAnimatedLength();this.height=new SVGAnimatedLength();this.preserveAspectRatio=new SVGAnimatedPreserveAspectRatio();this.addEventListener("DOMNodeInserted",function(c){if(c.eventPhase===3){return}var b=c.target;b.setAttributeNS("http://www.w3.org/1999/xlink","xlink:show","embed");if(b.nextSibling){if(!!b.parentNode._tar&&!!b.nextSibling._tar){b.parentNode._tar.insertBefore(b._tar,b.nextSibling._tar)}}else{if(!!b.parentNode._tar){b.parentNode._tar.appendChild(b._tar)}}b.addEventListener("DOMNodeInsertedIntoDocument",function(k){var h=k.target,e=h.ownerDocument.defaultView.getComputedStyle(h,""),l=parseFloat(e.getPropertyValue("font-size")),i=h._tar.style,g=h.getScreenCTM(),f=h.ownerDocument.documentElement.createSVGPoint(),j=parseFloat(e.getPropertyValue("fill-opacity")),d;h.x.baseVal._emToUnit(l);h.y.baseVal._emToUnit(l);h.width.baseVal._emToUnit(l);h.height.baseVal._emToUnit(l);i.position="absolute";f.x=h.x.baseVal.value;f.y=h.y.baseVal.value;f=f.matrixTransform(g);i.left=f.x+"px";i.top=f.y+"px";i.width=h.width.baseVal.value*g.a+"px";i.height=h.height.baseVal.value*g.d+"px";if(j!==1){i.filter="progid:DXImageTransform.Microsoft.Alpha";d=h._tar.filters.item("DXImageTransform.Microsoft.Alpha");d.Style=0;d.Opacity=j*100;d=null}k=h=e=l=i=g=f=j=null},false);c=b=null},false);SVGURIReference.apply(this);return this}SVGImageElement.constructor=SVGElement;SVGImageElement.prototype=new SVGElement();function SVGSwitchElement(){SVGElement.apply(this,arguments);return this}SVGSwitchElement.constructor=SVGElement;SVGSwitchElement.prototype=new SVGElement();var sieb_s;function GetSVGDocument(a){this._tar=a;this._next=null;return this}function _ca_(){if((NAIBU._that.xmlhttp.readyState===4)&&(NAIBU._that.xmlhttp.status===200)){NAIBU._that._ca()}}GetSVGDocument.prototype={_init:function(){var b=NAIBU.xmlhttp,a=this._tar,c;if(this._tar.nodeName==="OBJECT"){c="data"}else{c="src"}b.open("GET",a.getAttribute(c),true);a.style.display="none";b.setRequestHeader("X-Requested-With","XMLHttpRequest");this.xmlhttp=b;NAIBU._that=this;b.onreadystatechange=_ca_;b.send(null);b=a=c=null},_ca:function(){var t=this._tar.previousSibling,K=t.contentWindow,f;if(K){t.contentWindow.screen.updateInterval=999;f=t.contentWindow.document;f.write("");f.close()}else{f=document}if(("namespaces" in f)&&!f.namespaces.v){f.namespaces.add("v","urn:schemas-microsoft-com:vml");f.namespaces.add("o","urn:schemas-microsoft-com:office:office");var l=f.createStyleSheet(),j="behavior: url(#default#VML);display: inline-block;} ";l.cssText="v\\:rect{"+j+"v\\:image{"+j+"v\\:fill{"+j+"v\\:stroke{"+j+"o\\:opacity2{"+j+"dn\\:defs{display:none}v\\:group{text-indent:0px;position:relative;width:100%;height:100%;"+j+"v\\:shape{width:100%;height:100%;"+j;l=j=null}DOMImplementation._doc_=f;var G=this.xmlhttp.responseText,A=this._tar,N=DOMImplementation.createDocument("http://www.w3.org/2000/svg","svg"),J=N.documentElement,p=J.viewport,v,B,F,R,q,I,L,X,Q=J._tar,m=f.createElement("div"),ab=f.createElement("v:group"),z=f.createElement("v:rect"),P,r,g,u,ad,Z,U,aa,ac,Y,H,k,e,V,D,T=parseFloat,o=NAIBU.doc,d=f.createElement("div");d.setAttribute("id","_NAIBU_outline");f.body.appendChild(d);m.style.margin="-1px,0px,0px,-1px";if(K){f.body.style.backgroundColor=A.parentNode.currentStyle.backgroundColor}o.async=false;o.validateOnParse=false;o.resolveExternals=false;o.preserveWhiteSpace=true;o.loadXML(G);screen.updateInterval=999;if(/&[^;]+;/.test(G)){var O=G;var M=(o.doctype)?o.doctype.entities:{length:0};for(var W=0;W<M.length;W++){var C=M.item(W);var c=new RegExp("&"+C.nodeName+";","g");O=O.replace(c,C.firstChild.xml)}o.loadXML(O);O=null}p.top=0;p.left=0;p.width=A.clientWidth;p.height=A.clientHeight;if(p.height<24){p.height=screen.availHeight}if(J.viewport.height<24){J.viewport.height=screen.width}v=A.getAttribute("width");B=A.getAttribute("height");if(v){J.setAttributeNS(null,"width",v)}if(B){J.setAttributeNS(null,"height",B)}F=o.documentElement.firstChild;q=o.documentElement.attributes;for(var W=0,a=q.length;W<a;++W){I=N.importNode(q[W],false);J.setAttributeNodeNS(I)}G=q=null;ab.style.width=p.width+"px";ab.style.height=p.height+"px";ab.coordsize=p.width+" "+p.height;m.appendChild(ab);if(K){f.body.appendChild(m)}else{this._tar.parentNode.insertBefore(m,this._tar)}ab.appendChild(Q);while(F){R=N.importNode(F,true);J.appendChild(R);F=F.nextSibling}F=null;N._window=K;P=J.ownerDocument.defaultView.getComputedStyle(J,"");r=T(P.getPropertyValue("font-size"));J.x.baseVal._emToUnit(r);J.y.baseVal._emToUnit(r);J.width.baseVal._emToUnit(r);J.height.baseVal._emToUnit(r);g=J.width.baseVal.value;u=J.height.baseVal.value;z.style.position="absolute";L=p.width;X=p.height;z.style.width=L+"px";z.style.height=X+"px";z.style.zIndex=-1;z.stroked="false";z.filled="false";J._tar.appendChild(z);ad=J._tar.style;Z=A.style;ad.visibility="visible";ad.position="absolute";ad.overflow="hidden";aa=L>g?g:L;ac=X>u?u:X;U=z.currentStyle;k=T(U.left);e=T(U.top);V=-J._tx;bt=-J._ty;if(k!==0&&!isNaN(k)){V=k;ab.style.left=-V+"px"}if(e!==0&&!isNaN(k)){bt=e;ab.style.top=-bt+"px"}H=V+aa+1;Y=bt+ac+1;ad.clip="rect("+bt+"px "+H+"px "+Y+"px "+V+"px)";this._document=N;if("_svgload_limited" in N.documentElement){N.documentElement._svgload_limited--;if(N.documentElement._svgload_limited<0){var E=N.createEvent("SVGEvents");E.initEvent("SVGLoad",false,false);N.documentElement.dispatchEvent(E)}}D=N.documentElement._tar.getElementsByTagName("div");for(var W=0,S;D[W];++W){S=D[W];if(S.firstChild.nodeName!=="shape"){var b=S.style;b.left=T(b.left)+V+"px";b.top=T(b.top)+bt+"px";b=null}}N.defaultView._cache=N.defaultView._cache_ele=null;d=f=E=f=A=J=p=v=B=R=I=Q=m=ab=z=g=u=P=r=null;ad=Z=U=D=S=W=k=e=V=bt=D=T=L=X=aa=ac=Y=H=null;this.xmlhttp.onreadystatechange=NAIBU.emptyFunction;if(this._next){K&&(t.contentWindow.screen.updateInterval=0);t=K=N=null;this._next._init()}else{if(N.implementation._buffer_){screen.updateInterval=0;NAIBU._buff_num=0;NAIBU._buff=setInterval(function(){var ah=NAIBU._buff_num,h=DOMImplementation._buffer_,ag=h.length,af,w;if(ag===0){clearInterval(NAIBU._buff)}else{for(var ae=0;ae<50;++ae){af=h[ah];w=h[ah+1];af.dispatchEvent(w);ah+=2;af=w=null;if(ah>=ag){clearInterval(NAIBU._buff);DOMImplementation._buffer_=null;NAIBU.Time.start();h=ah=ag=null;return}}NAIBU._buff_num=ah}h=ah=ag=null},1);t=K=N=null}else{t=K=N=null;NAIBU.Time.start()}delete NAIBU.doc}},getSVGDocument:function(){return(this._document)}};NAIBU.emptyFunction=function(){};function SVGStyleElement(a){SVGElement.apply(this);LinkStyle.apply(this);this.xmlspace;this.type="text/css";this.media;this.title;SVGURIReference.apply(this);this.addEventListener("DOMAttrModified",function(b){if(b.attrName==="type"){b.target.type=b.newValue}else{if(b.attrName==="title"){b.target.title=b.newValue}}b=null},false);this.addEventListener("S_Load",function(r){var m=r.target,p=m.sheet,b=m._text,f=m.ownerDocument,c=a.createElement("style"),q,l,g,e;NAIBU._temp_doc=f;p=f.styleSheets[f.styleSheets.length]=DOMImplementation.createCSSStyleSheet(m.title,m.media);p.ownerNode=m;a.documentElement.firstChild.appendChild(c);c.styleSheet.cssText=b;for(var k=0,s=c.styleSheet.rules,o=s.length;k<o;++k){q=s[k];g=new CSSStyleRule();g.selectorText=q.selectorText;g.style.cssText=q.style.cssText;l=g.style.cssText.split(";");for(var h=0,d=l.length;h<d;++h){e=l[h].split(": ");g.style.setProperty(e[0],e[1])}p.cssRules[p.cssRules.length]=g}f.documentElement.addEventListener("DOMNodeInsertedIntoDocument",function(B){var w=B.target,A=w.ownerDocument,C=A.styleSheets[0]?A.styleSheets[0].cssRules:[],t,j,v=w.className.baseVal||".,.";for(var u=0,z=C.length;u<z;++u){t=C[u].selectorText;j=w._rules||[];if((t.indexOf("."+v)>-1)||(t.indexOf("#"+w.id)>-1)||(w.nodeName===t)){j[j.length]=C[u]}w._rules=j}w=A=C=null},true);m=r=c=p=b=f=k=s=o=null},false);this.addEventListener("DOMNodeInserted",function(c){var b=c.target;if(c.eventPhase===3){if(b.nodeName==="#cdata-section"){c.currentTarget._text=b.data}return}b.addEventListener("DOMNodeInsertedIntoDocument",function(f){var e=f.target;if((f.eventPhase===Event.AT_TARGET)&&!e.getAttributeNodeNS("http://www.w3.org/1999/xlink","xlink:href")){var d=e.ownerDocument.createEvent("SVGEvents");d.initEvent("S_Load",false,false);f.currentTarget.dispatchEvent(d)}e=f=null},false)},false);return this}SVGStyleElement.constructor=SVGElement;SVGStyleElement.prototype=new SVGElement();function SVGPoint(){return this}SVGPoint.prototype.x=SVGPoint.prototype.y=0;SVGPoint.prototype.matrixTransform=function(b){var a=parseInt(b.a*this.x+b.c*this.y+b.e);var d=parseInt(b.b*this.x+b.d*this.y+b.f);if((-1<a)&&(a<1)){a=1}if((-1<d)&&(d<1)){d=1}var c=new SVGPoint();c.x=a;c.y=d;return c};function SVGPointList(){return this}for(var prop in SVGStringList.prototype){SVGPointList.prototype[prop]=SVGStringList.prototype[prop]}function SVGMatrix(){return this}SVGMatrix.prototype={a:1,b:0,c:0,d:1,e:0,f:0,multiply:function(b){var c=new SVGMatrix(),a=b;if(!isFinite(a.a)||!isFinite(a.b)||!isFinite(a.c)||!isFinite(a.d)||!isFinite(a.e)||!isFinite(a.f)){throw (new Error("引数の値がNumber型ではありません"))}c.a=this.a*a.a+this.c*a.b;c.b=this.b*a.a+this.d*a.b;c.c=this.a*a.c+this.c*a.d;c.d=this.b*a.c+this.d*a.d;c.e=this.a*a.e+this.c*a.f+this.e;c.f=this.b*a.e+this.d*a.f+this.f;a=b=null;return c},inverse:function(){var a=new SVGMatrix(),b=this._determinant();if(b!==0){a.a=this.d/b;a.b=-this.b/b;a.c=-this.c/b;a.d=this.a/b;a.e=(this.c*this.f-this.d*this.e)/b;a.f=(this.b*this.e-this.a*this.f)/b;return a}else{throw (new SVGException(SVGException.SVG_MATRIX_NOT_INVERTABLE))}},translate:function(b,d){var a=new SVGMatrix();a.e=b;a.f=d;var c=this.multiply(a);a=null;return c},scale:function(c){var a=new SVGMatrix();a.a=c;a.d=c;var b=this.multiply(a);a=null;return b},scaleNonUniform:function(b,d){var a=new SVGMatrix();a.a=b;a.d=d;var c=this.multiply(a);a=null;return c},rotate:function(d){var b=new SVGMatrix(),a=d/180*Math.PI;b.a=Math.cos(a);b.b=Math.sin(a);b.c=-b.b;b.d=b.a;var c=this.multiply(b);b=a=null;return c},rotateFromVector:function(c,e){if((c===0)||(e===0)||!isFinite(c)||!isFinite(e)){throw (new SVGException(SVGException.SVG_INVALID_VALUE_ERR))}var b=new SVGMatrix(),a=Math.atan2(e,c);b.a=Math.cos(a);b.b=Math.sin(a);b.c=-b.b;b.d=b.a;var d=this.multiply(b);b=a=null;return d},flipX:function(){var a=new SVGMatrix();a.a=-a.a;var b=this.multiply(a);a=null;return b},flipY:function(){var a=new SVGMatrix();a.d=-a.d;var b=this.multiply(a);a=null;return b},skewX:function(d){var b=new SVGMatrix(),a=d/180*Math.PI;b.c=Math.tan(a);var c=this.multiply(b);b=null;return c},skewY:function(d){var b=new SVGMatrix(),a=d/180*Math.PI;b.b=Math.tan(a);var c=this.multiply(b);b=null;return c},_determinant:function(){return(this.a*this.d-this.b*this.c)}};function SVGTransform(){this.matrix=new SVGMatrix();return this}SVGTransform.SVG_TRANSFORM_UNKNOWN=0;SVGTransform.SVG_TRANSFORM_MATRIX=1;SVGTransform.SVG_TRANSFORM_TRANSLATE=2;SVGTransform.SVG_TRANSFORM_SCALE=3;SVGTransform.SVG_TRANSFORM_ROTATE=4;SVGTransform.SVG_TRANSFORM_SKEWX=5;SVGTransform.SVG_TRANSFORM_SKEWY=6;SVGTransform.prototype={_matrix:(new SVGMatrix()),type:SVGTransform.SVG_TRANSFORM_UNKNOWN,angle:0,setMatrix:function(a){this.type=1;this.matrix=this._matrix.multiply(a)},setTranslate:function(b,a){this.type=2;this.matrix=this._matrix.translate(b,a)},setScale:function(b,a){this.type=3;this.matrix=this._matrix.scaleNonUniform(b,a)},setRotate:function(b,a,c){this.angle=b;this.type=4;this.matrix=this._matrix.rotate(b);this.matrix.e=(1-this.matrix.a)*a-this.matrix.c*c;this.matrix.f=-this.matrix.b*a+(1-this.matrix.d)*c},setSkewX:function(a){this.angle=a;this.type=5;this.matrix=this._matrix.skewX(a)},setSkewY:function(a){this.angle=a;this.type=6;this.matrix=this._matrix.skewY(a)}};function SVGTransformList(){return this}for(var prop in SVGStringList.prototype){SVGTransformList.prototype[prop]=SVGStringList.prototype[prop]}SVGTransformList.prototype.createSVGTransformFromMatrix=function(a){var b=new SVGTransform();b.setMatrix(a);return b};SVGTransformList.prototype.consolidate=function(){if(this.numberOfItems===0){return null}else{var d=this.getItem(0),b=d.matrix;for(var c=1,a=this.numberOfItems;c<a;++c){b=b.multiply(this.getItem(c).matrix)}d.setMatrix(b);this.initialize(d);return d}};function SVGAnimatedTransformList(){this.animVal=this.baseVal=new SVGTransformList();return this}function SVGPreserveAspectRatio(){this.align=SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMIDYMID;this.meetOrSlice=SVGPreserveAspectRatio.SVG_MEETORSLICE_MEET;return this}SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_UNKNOWN=0;SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_NONE=1;SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMINYMIN=2;SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMIDYMIN=3;SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMAXYMIN=4;SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMINYMID=5;SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMIDYMID=6;SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMAXYMID=7;SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMINYMAX=8;SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMIDYMAX=9;SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMAXYMAX=10;SVGPreserveAspectRatio.SVG_MEETORSLICE_UNKNOWN=0;SVGPreserveAspectRatio.SVG_MEETORSLICE_MEET=1;SVGPreserveAspectRatio.SVG_MEETORSLICE_SLICE=2;function SVGAnimatedPreserveAspectRatio(){this.animVal=this.baseVal=new SVGPreserveAspectRatio();return this}function SVGPathSeg(){this.pathSegType=SVGPathSeg.PATHSEG_UNKNOWN;this.pathSegTypeAsLetter=null;return this}SVGPathSeg.PATHSEG_UNKNOWN=0;SVGPathSeg.PATHSEG_CLOSEPATH=1;SVGPathSeg.PATHSEG_MOVETO_ABS=2;SVGPathSeg.PATHSEG_MOVETO_REL=3;SVGPathSeg.PATHSEG_LINETO_ABS=4;SVGPathSeg.PATHSEG_LINETO_REL=5;SVGPathSeg.PATHSEG_CURVETO_CUBIC_ABS=6;SVGPathSeg.PATHSEG_CURVETO_CUBIC_REL=7;SVGPathSeg.PATHSEG_CURVETO_QUADRATIC_ABS=8;SVGPathSeg.PATHSEG_CURVETO_QUADRATIC_REL=9;SVGPathSeg.PATHSEG_ARC_ABS=10;SVGPathSeg.PATHSEG_ARC_REL=11;SVGPathSeg.PATHSEG_LINETO_HORIZONTAL_ABS=12;SVGPathSeg.PATHSEG_LINETO_HORIZONTAL_REL=13;SVGPathSeg.PATHSEG_LINETO_VERTICAL_ABS=14;SVGPathSeg.PATHSEG_LINETO_VERTICAL_REL=15;SVGPathSeg.PATHSEG_CURVETO_CUBIC_SMOOTH_ABS=16;SVGPathSeg.PATHSEG_CURVETO_CUBIC_SMOOTH_REL=17;SVGPathSeg.PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS=18;SVGPathSeg.PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL=19;function SVGPathSegClosePath(){return this}SVGPathSegClosePath.prototype={pathSegType:SVGPathSeg.PATHSEG_CLOSEPATH,pathSegTypeAsLetter:"z"};function SVGPathSegMovetoAbs(){return this}SVGPathSegMovetoAbs.prototype={pathSegType:SVGPathSeg.PATHSEG_MOVETO_ABS,pathSegTypeAsLetter:"M"};function SVGPathSegMovetoRel(){this.x;this.y;return this}SVGPathSegMovetoRel.prototype={pathSegType:SVGPathSeg.PATHSEG_MOVETO_REL,pathSegTypeAsLetter:"m"};function SVGPathSegLinetoAbs(){return this}SVGPathSegLinetoAbs.prototype={pathSegType:SVGPathSeg.PATHSEG_LINETO_ABS,pathSegTypeAsLetter:"L"};function SVGPathSegLinetoRel(){this.x;this.y;return this}SVGPathSegLinetoRel.prototype={pathSegType:SVGPathSeg.PATHSEG_LINETO_REL,pathSegTypeAsLetter:"l"};function SVGPathSegCurvetoCubicAbs(){return this}SVGPathSegCurvetoCubicAbs.prototype={pathSegType:SVGPathSeg.PATHSEG_CURVETO_CUBIC_ABS,pathSegTypeAsLetter:"C"};function SVGPathSegCurvetoCubicRel(){return this}SVGPathSegCurvetoCubicRel.prototype={pathSegType:SVGPathSeg.PATHSEG_CURVETO_CUBIC_REL,pathSegTypeAsLetter:"c"};function SVGPathSegCurvetoQuadraticAbs(){this.x;this.y;this.x1;this.y1;this.pathSegType=SVGPathSeg.PATHSEG_CURVETO_QUADRATIC_ABS;this.pathSegTypeAsLetter="Q";return this}function SVGPathSegCurvetoQuadraticRel(){this.x;this.y;this.x1;this.y1;this.pathSegType=SVGPathSeg.PATHSEG_CURVETO_QUADRATIC_REL;this.pathSegTypeAsLetter="q";return this}function SVGPathSegArcAbs(){this.x;this.y;this.r1;this.r2;this.angle;return this}SVGPathSegArcAbs.prototype={largeArcFlag:true,sweepFlag:true,pathSegType:SVGPathSeg.PATHSEG_ARC_ABS,pathSegTypeAsLetter:"A"};function SVGPathSegArcRel(){this.x;this.y;this.r1;this.r2;this.angle;return this}SVGPathSegArcRel.prototype={largeArcFlag:true,sweepFlag:true,pathSegType:SVGPathSeg.PATHSEG_ARC_REL,pathSegTypeAsLetter:"a"};function SVGPathSegLinetoHorizontalAbs(){this.x;this.pathSegType=SVGPathSeg.PATHSEG_LINETO_HORIZONTAL_ABS;this.pathSegTypeAsLetter="H";return this}function SVGPathSegLinetoHorizontalRel(){this.x;this.pathSegType=SVGPathSeg.PATHSEG_LINETO_HORIZONTAL_REL;this.pathSegTypeAsLetter="h";return this}function SVGPathSegLinetoVerticalAbs(){this.y;this.pathSegType=SVGPathSeg.PATHSEG_LINETO_VERTICAL_ABS;this.pathSegTypeAsLetter="V";return this}function SVGPathSegLinetoVerticalRel(){this.y;this.pathSegType=SVGPathSeg.PATHSEG_LINETO_VERTICAL_REL;this.pathSegTypeAsLetter="v";return this}function SVGPathSegCurvetoCubicSmoothAbs(){this.x;this.y;this.x2;this.y2;this.pathSegType=SVGPathSeg.PATHSEG_CURVETO_CUBIC_SMOOTH_ABS;this.pathSegTypeAsLetter="S";return this}function SVGPathSegCurvetoCubicSmoothRel(){this.x;this.y;this.x2;this.y2;this.pathSegType=SVGPathSeg.PATHSEG_CURVETO_CUBIC_SMOOTH_REL;this.pathSegTypeAsLetter="s";return this}function SVGPathSegCurvetoQuadraticSmoothAbs(){this.x;this.y;this.pathSegType=SVGPathSeg.PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS;this.pathSegTypeAsLetter="T";return this}function SVGPathSegCurvetoQuadraticSmoothRel(){this.x;this.y;this.pathSegType=SVGPathSeg.PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL;this.pathSegTypeAsLetter="t";return this}function SVGPathSegList(){return this}for(var prop in SVGStringList.prototype){SVGPathSegList.prototype[prop]=SVGStringList.prototype[prop]}(function(d,a,c){NAIBU.freeArg=function(){b=d=a=c=null};NAIBU._setPaint=function(M,K){var Q=M.ownerDocument,j=Q._document_,e=M._tar,P=Q.defaultView.getComputedStyle(M,""),I=P.getPropertyCSSValue("fill"),s=P.getPropertyCSSValue("stroke"),r=I.paintType,N=s.paintType,F,D,u=1,A,q,J,E,o,C,H,f,l,m,G,z,O,B,k,p;if(!e){return}while(e.firstChild){e.removeChild(e.firstChild)}if((r===1)||(r===102)){if(r===102){P.setProperty("color",P.getPropertyValue("color"))}F=j.createElement("v:fill");D=I.rgbColor;u=1;F.setAttribute("color","rgb("+D.red.getFloatValue(u)+","+D.green.getFloatValue(u)+","+D.blue.getFloatValue(u)+")");J=+(P.getPropertyValue("fill-opacity"))*P._list._opacity;if(J<1){F.setAttribute("opacity",J+"")}e.appendChild(F);F=D=J=null}else{if(I.uri){A=Q.getElementById(I.uri);if(A){q=Q.createEvent("MutationEvents");q.initMutationEvent("DOMNodeInsertedIntoDocument",false,false,null,null,null,null,null);q._tar=j.createElement("v:fill");q._style=P;q._ttar=M;A.dispatchEvent(q);if(A.localName!=="radialGradient"){e.appendChild(q._tar)}A=q=null}}else{e.filled="false"}}if((N===1)||(N===102)){if(N===102){P.setProperty("color",P.getPropertyValue("color"))}f=j.createElement("v:stroke");G=P.getPropertyCSSValue("stroke-width");z=Q.documentElement.viewport.width;O=Q.documentElement.viewport.height;G._percent=c.sqrt((z*z+O*O)/2);B=G.getFloatValue(CSSPrimitiveValue.CSS_NUMBER)*c.sqrt(c.abs(K._determinant()));f.setAttribute("weight",B+"px");G=z=O=null;if(!s.uri){D=s.rgbColor;f.setAttribute("color","rgb("+D.red.getFloatValue(u)+","+D.green.getFloatValue(u)+","+D.blue.getFloatValue(u)+")");l=+(P.getPropertyValue("stroke-opacity"))*(+(P.getPropertyValue("opacity")));if(B<1){l*=B}if(l<1){f.setAttribute("opacity",l+"")}D=l=null}f.setAttribute("miterlimit",P.getPropertyValue("stroke-miterlimit"));f.setAttribute("joinstyle",P.getPropertyValue("stroke-linejoin"));if(P.getPropertyValue("stroke-linecap")==="butt"){f.setAttribute("endcap","flat")}else{f.setAttribute("endcap",P.getPropertyValue("stroke-linecap"))}k=P.getPropertyValue("stroke-dasharray");if(k!=="none"){if(k.indexOf(",")>0){E=k.split(",");for(var L=0,g=E.length;L<g;++L){E[L]=c.ceil(+(E[L])/parseFloat(P.getPropertyValue("stroke-width")))}p=E.join(" ");if(E.length%2===1){p+=" "+p}}f.setAttribute("dashstyle",p);k=E=null}e.appendChild(f);f=k=null}else{e.stroked="false"}o=P.getPropertyCSSValue("cursor");if(o&&!o._isDefault){var v=o.cssText;e.style.cursor=v.substring(v.indexOf(":")+1,v.length);v=null}C=P.getPropertyCSSValue("visibility");if(C&&!C._isDefault){e.style.visibility=C.cssText.substring(C.cssText.indexOf(":")+1,C.cssText.length)}H=P.getPropertyCSSValue("display");if(H&&!H._isDefault&&(H.cssText.indexOf("none")>-1)){e.style.display="none"}else{if(H&&!H._isDefault&&(H.indexOf("inline-block")===-1)){e.style.display="inline-block"}}Q=j=e=I=s=N=r=P=o=M=K=C=H=u=null};function b(e){SVGElement.apply(this);this._tar=e.createElement("v:shape");this.pathSegList=new SVGPathSegList();this.animatedPathSegList=this.pathSegList;this.normalizedPathSegList=new SVGPathSegList();this.animatedNormalizedPathSegList=this.normalizedPathSegList;this.pathLength=new SVGAnimatedNumber();this.addEventListener("DOMAttrModified",this._attrModi,false);this.addEventListener("DOMNodeInserted",this._nodeInsert,false);return this}b.constructor=SVGElement;b.prototype=new SVGElement();(function(e){e._attrModi=function(D){var I=D.target;if(D.attrName==="d"&&D.newValue!==""){var w=I.normalizedPathSegList,z=I.pathSegList;if(w.numberOfItems>0){w.clear();z.clear()}var t=I._com,p=t.isSp,R=D.newValue.replace(t.isRa," -").replace(t.isRb," ").replace(t.isRc,",$1 ").replace(t.isRd,",$1 1").replace(t.isRe,"").split(","),Q=R.length,v=t._isZ,E=t._isM,M=t._isC,F=t._isL;for(var K=0;K<Q;++K){var N=R[K].match(p),C,J=I.createSVGPathSegCurvetoCubicAbs;for(var H=1,O=N[0],B=N.length;H<B;++H){if(M[O]){C=J(+N[H+4],+N[H+5],+N[H],+N[H+1],+N[H+2],+N[H+3]);H+=5}else{if(F[O]){C=I.createSVGPathSegLinetoAbs(+N[H],+N[H+1]);++H}else{if(E[O]){C=I.createSVGPathSegMovetoAbs(+N[H],+N[H+1]);++H}else{if(v[O]){C=I.createSVGPathSegClosePath()}else{if(O==="A"){C=I.createSVGPathSegArcAbs(+N[H+5],+N[H+6],+N[H],+N[H+1],+N[H+2],+N[H+3],+N[H+4]);H+=6}else{if(O==="m"){C=I.createSVGPathSegMovetoRel(+N[H],+N[H+1]);++H}else{if(O==="l"){C=I.createSVGPathSegLinetoRel(+N[H],+N[H+1]);++H}else{if(O==="c"){C=I.createSVGPathSegCurvetoCubicRel(+N[H+4],+N[H+5],+N[H],+N[H+1],+N[H+2],+N[H+3]);H+=5}else{if(O==="Q"){C=I.createSVGPathSegCurvetoQuadraticAbs(+N[H+2],+N[H+3],+N[H],+N[H+1]);H+=3}else{if(O==="q"){C=I.createSVGPathSegCurvetoQuadraticRel(+N[H+2],+N[H+3],+N[H],+N[H+1]);H+=3}else{if(O==="a"){C=I.createSVGPathSegArcRel(+N[H+5],+N[H+6],+N[H],+N[H+1],+N[H+2],+N[H+3],+N[H+4]);H+=6}else{if(O==="S"){C=I.createSVGPathSegCurvetoCubicSmoothAbs(+N[H+2],+N[H+3],+N[H],+N[H+1]);H+=3}else{if(O==="s"){C=I.createSVGPathSegCurvetoCubicSmoothRel(+N[H+2],+N[H+3],+N[H],+N[H+1]);H+=3}else{if(O==="T"){C=I.createSVGPathSegCurvetoQuadraticSmoothAbs(+N[H],+N[H+1]);++H}else{if(O==="t"){C=I.createSVGPathSegCurvetoQuadraticSmoothRel(+N[H],+N[H+1]);++H}else{if(O==="H"){C=I.createSVGPathSegLinetoHorizontalAbs(+N[H])}else{if(O==="h"){C=I.createSVGPathSegLinetoHorizontalRel(+N[H])}else{if(O==="V"){C=I.createSVGPathSegLinetoVerticalAbs(+N[H])}else{if(O==="v"){C=I.createSVGPathSegLinetoVerticalRel(+N[H])}else{C=new SVGPathSeg()}}}}}}}}}}}}}}}}}}}z.appendItem(C)}}N=C=J=p=R=null;var m=0,h=0,A=0,P=0,l=0,g=0;for(var H=0,G=z.numberOfItems;H<G;++H){var r=z.getItem(H),f=r.pathSegType,O=r.pathSegTypeAsLetter;if(f===0){}else{var q=m,o=h;if(f%2===1){m+=r.x;h+=r.y}else{m=r.x;h=r.y}if(M[O]){w.appendItem(r)}else{if(F[O]){w.appendItem(r)}else{if(E[O]){if(H!==0){var u=z.getItem(H-1);if(u.pathSegTypeAsLetter==="M"){w.appendItem(I.createSVGPathSegLinetoAbs(m,h));continue}}l=m;g=h;w.appendItem(r)}else{if(O==="m"){if(H!==0){var u=z.getItem(H-1);if(u.pathSegTypeAsLetter==="m"){w.appendItem(I.createSVGPathSegLinetoAbs(m,h));continue}}l=m;g=h;w.appendItem(I.createSVGPathSegMovetoAbs(m,h))}else{if(O==="l"){w.appendItem(I.createSVGPathSegLinetoAbs(m,h))}else{if(O==="c"){w.appendItem(I.createSVGPathSegCurvetoCubicAbs(m,h,r.x1+q,r.y1+o,r.x2+q,r.y2+o))}else{if(v[O]){m=l;h=g;w.appendItem(r)}else{if(O==="Q"){A=2*m-r.x1;P=2*h-r.y1;w.appendItem(I.createSVGPathSegCurvetoCubicAbs(m,h,(q+2*r.x1)/3,(o+2*r.y1)/3,(2*r.x1+m)/3,(2*r.y1+h)/3))}else{if(O==="q"){var L=r.x1+q,k=r.y1+o;A=2*m-L;P=2*h-k;w.appendItem(I.createSVGPathSegCurvetoCubicAbs(m,h,(q+2*L)/3,(o+2*k)/3,(2*L+m)/3,(2*k+h)/3));L=k=null}else{if(O==="A"||O==="a"){(function(T,ap,ao,at,aq,az,ar){if(T.r1===0||T.r2===0){return}var aE=T.sweepFlag,aI=T.angle,ag=c.abs(T.r1),af=c.abs(T.r2),an=(at-ap)/2,am=(aq-ao)/2,S=c.cos(aI*c.PI/180),aw=c.sin(aI*c.PI/180),av=S*an+aw*am,ae=-1*aw*an+S*am,ad=av*av,Y=ae*ae,au=ag*ag,ab=af*af,aM=ad/au+Y/ab,aF;if(aM>1){ag=c.sqrt(aM)*ag;af=c.sqrt(aM)*af;aF=0}else{var aa=1;if(T.largeArcFlag===aE){aa=-1}aF=aa*c.sqrt((au*ab-au*Y-ab*ad)/(au*Y+ab*ad))}var ak=aF*ag*ae/af,s=-1*aF*af*av/ag,aH=S*ak-aw*s+(at+ap)/2,aG=aw*ak+S*s+(aq+ao)/2,V=c.atan2((ae-s)/af,(av-ak)/ag)-c.atan2(0,1),aJ=(V>=0)?V:2*c.PI+V,V=c.atan2((-ae-s)/af,(-av-ak)/ag)-c.atan2((ae-s)/af,(av-ak)/ag),Z=(V>=0)?V:2*c.PI+V;if(!aE&&Z>0){Z-=2*c.PI}else{if(aE&&Z<0){Z+=2*c.PI}}var W=Z*2/c.PI,ax=c.ceil(W<0?-1*W:W),ay=Z/ax,aC=8/3*c.sin(ay/4)*c.sin(ay/4)/c.sin(ay/2),aB=S*ag,aA=S*af,j=aw*ag,i=aw*af,al=c.cos(aJ),ac=c.sin(aJ),aj=at-aC*(aB*ac+i*al),aL=aq-aC*(j*ac-aA*al);for(var aD=0;aD<ax;++aD){aJ+=ay;al=c.cos(aJ);ac=c.sin(aJ);var ah=aB*al-i*ac+aH,aK=j*al+aA*ac+aG,X=-aC*(aB*ac+i*al),U=-aC*(j*ac-aA*al);ar.appendItem(az.createSVGPathSegCurvetoCubicAbs(ah,aK,aj,aL,ah-X,aK-U));aj=ah+X;aL=aK+U}T=ap=ao=at=aq=az=ar=null})(r,m,h,q,o,I,w)}else{if(O==="S"){if(H!==0){var u=w.getItem(w.numberOfItems-1);if(u.pathSegTypeAsLetter==="C"){var L=2*u.x-u.x2,k=2*u.y-u.y2}else{var L=q,k=o}}else{var L=q,k=o}w.appendItem(I.createSVGPathSegCurvetoCubicAbs(m,h,L,k,r.x2,r.y2));L=k=null}else{if(O==="s"){if(H!==0){var u=w.getItem(w.numberOfItems-1);if(u.pathSegTypeAsLetter==="C"){var L=2*u.x-u.x2,k=2*u.y-u.y2}else{var L=q,k=o}}else{var L=q,k=o}w.appendItem(I.createSVGPathSegCurvetoCubicAbs(m,h,L,k,r.x2+q,r.y2+o));L=k=null}else{if(O==="T"||O==="t"){if(H!==0){var u=z.getItem(H-1);if("QqTt".indexOf(u.pathSegTypeAsLetter)>-1){}else{A=q,P=o}}else{A=q,P=o}w.appendItem(I.createSVGPathSegCurvetoCubicAbs(m,h,(q+2*A)/3,(o+2*P)/3,(2*A+m)/3,(2*P+h)/3));A=2*m-A;P=2*h-P;xx1=yy1=null}else{if(O==="H"||O==="h"){w.appendItem(I.createSVGPathSegLinetoAbs(m,o));h=o}else{if(O==="V"||O==="v"){w.appendItem(I.createSVGPathSegLinetoAbs(q,h));m=q}}}}}}}}}}}}}}}}}}D=I=t=m=h=A=P=l=g=w=z=r=O=f=v=E=F=M=C=null};e._nodeInsert=function(g){var f=g.target;if(g.eventPhase===3){return}var i=f.nextSibling,j=f.parentNode,h=true;if(i&&i._tar&&j._tar&&(i._tar.parentNode===j._tar)){j._tar.insertBefore(f._tar,i._tar)}else{if(i&&!i._tar&&j._tar){while(i){if(i._tar&&(i._tar.parentNode===j._tar)){j._tar.insertBefore(f._tar,i._tar);h=false}i=i.nextSibling}if(h){j._tar.appendChild(f._tar)}}else{if(!i&&j._tar){j._tar.appendChild(f._tar)}}}i=j=h=null;f.addEventListener("DOMNodeInsertedIntoDocument",f._nodeInsertInto,false);g=f=null};e._nodeInsertInto=function(p){var u=p.target,s=u.getScreenCTM(),m=u.normalizedPathSegList,r=a,A=[],h=s.a,g=s.b,H=s.c,G=s.d,F=s.e,E=s.f,j=u._com._nameCom,l=u._com._isZ,w=u._com._isC;for(var v=0,q=m.numberOfItems;v<q;++v){var k=m[v],D=k.x,B=k.y,z=k.pathSegTypeAsLetter,o=j[z];if(w[z]){o+=[r(h*k.x1+H*k.y1+F,10),r(g*k.x1+G*k.y1+E,10),r(h*k.x2+H*k.y2+F,10),r(g*k.x2+G*k.y2+E,10),r(h*D+H*B+F,10),r(g*D+G*B+E,10)].join(" ")}else{if(!l[z]){o+=r(h*D+H*B+F,10)+" "+r(g*D+G*B+E,10)}}A[v]=o}var C=u.ownerDocument.documentElement,f=u._tar;A.push(" e");f.path=A.join(" ");f.coordsize=C.width.baseVal.value+" "+C.height.baseVal.value;NAIBU._setPaint(u,s);delete u._cacheMatrix;delete u._currentStyle;p=u=A=o=D=B=s=m=x=y=r=h=g=H=G=F=E=C=l=w=v=q=z=k=j=f=null};e._com={_nameCom:{z:" x ",Z:" x ",C:"c",L:"l",M:"m"},_isZ:{z:1,Z:1},_isC:{C:1},_isL:{L:1},_isM:{M:1},isRa:/\-/g,isRb:/,/g,isRc:/([a-yA-Y])/g,isRd:/([zZ])/g,isRe:/,/,isSp:/\S+/g};e.getTotalLength=function(){var l=0,h=this.normalizedPathSegList;for(var k=1,m=h.numberOfItems,j=null;k<m;++k){var g=h.getItem(k);if(g.pathSegType===SVGPathSeg.PATHSEG_LINETO_ABS){var o=h.getItem(k-1);l+=c.sqrt(c.pow((g.x-o.x),2)+c.pow((g.y-o.y),2))}else{if(g.pathSegType===SVGPathSeg.PATHSEG_CURVETO_CUBIC_ABS){var o=h.getItem(k-1),f=0;f+=c.sqrt(c.pow((g.x1-o.x),2)+c.pow((g.y1-o.y),2));f+=c.sqrt(c.pow((g.x2-g.x1),2)+c.pow((g.y2-g.y1),2));f+=c.sqrt(c.pow((g.x2-g.x1),2)+c.pow((g.y2-g.y1),2));f+=c.sqrt(c.pow((g.x-o.x),2)+c.pow((g.y-o.y),2));l+=f/2}else{if(g.pathSegType===SVGPathSeg.PATHSEG_CLOSEPATH){var o=h.getItem(k-1),j=h.getItem(0);l+=c.sqrt(c.pow((o.x-j.x),2)+c.pow((o.y-j.y),2))}}}}this.pathLength.baseVal=l;return l};e.getPointAtLength=function(i){var j=this.getPathSegAtLength(i),o=0,m=0,g=this.normalizedPathSegList,k=g.getItem(j),r=this.ownerDocument.documentElement.createSVGPoint();if((j-1)<=0){r.x=k.x;r.y=k.y;return r}var f=g.getItem(j-1);if(k.pathSegType===SVGPathSeg.PATHSEG_LINETO_ABS){var l=c.sqrt(c.pow((k.x-f.x),2)+c.pow((k.y-f.y),2));var q=(l+this._dis)/l;r.x=f.x+q*(k.x-f.x);r.y=f.y+q*(k.y-f.y)}else{if(k.pathSegType===SVGPathSeg.PATHSEG_CURVETO_CUBIC_ABS){var p=0;p+=c.sqrt(c.pow((k.x1-f.x),2)+c.pow((k.y1-f.y),2));p+=c.sqrt(c.pow((k.x2-k.x1),2)+c.pow((k.y2-k.y1),2));p+=c.sqrt(c.pow((k.x2-k.x1),2)+c.pow((k.y2-k.y1),2));p+=c.sqrt(c.pow((k.x-f.x),2)+c.pow((k.y-f.y),2));var l=p/2;var q=(l+this._dis)/l;r.x=(3*k.x1+k.x-3*k.x2-f.x)*c.pow(q,3)+3*(f.x-2*k.x1+k.x2)*c.pow(q,2)+3*(k.x1-f.x)*q+f.x;r.y=(3*k.y1+k.y-3*k.y2-f.y)*c.pow(q,3)+3*(f.y-2*k.y1+k.y2)*c.pow(q,2)+3*(k.y1-f.y)*q+f.y}else{if(k.pathSegType===SVGPathSeg.MOVETO_ABS){r.x=k.x;r.y=k.y}else{if(k.pathSegType===SVGPathSeg.PATHSEG_CLOSEPATH){var h=g.getItem(0),l=c.sqrt(c.pow((k.x-mx.x),2)+c.pow((k.y-h.y),2));var q=(l+this._dis)/l;r.x=h.x+q*(k.x-h.x);r.y=h.y+q*(k.y-h.y)}}}}return r};e.getPathSegAtLength=function(o){var h=this.normalizedPathSegList;for(var k=0,l=h.numberOfItems,j=null;k<l;++k){var g=h.getItem(k);if(g.pathSegType===SVGPathSeg.PATHSEG_LINETO_ABS){var m=h.getItem(k-1);o-=c.sqrt(c.pow((g.x-m.x),2)+c.pow((g.y-m.y),2))}else{if(g.pathSegType===SVGPathSeg.PATHSEG_CURVETO_CUBIC_ABS){var m=h.getItem(k-1),f=0;f+=c.sqrt(c.pow((g.x1-m.x),2)+c.pow((g.y1-m.y),2));f+=c.sqrt(c.pow((g.x2-g.x1),2)+c.pow((g.y2-g.y1),2));f+=c.sqrt(c.pow((g.x2-g.x1),2)+c.pow((g.y2-g.y1),2));f+=c.sqrt(c.pow((g.x-m.x),2)+c.pow((g.y-m.y),2));o-=f/2;f=null}else{if(g.pathSegType===SVGPathSeg.PATHSEG_CLOSEPATH){var m=h.getItem(k-1),j=h.getItem(0);o-=c.sqrt(c.pow((m.x-j.x),2)+c.pow((m.y-j.y),2))}}}if(o<=0){this._dis=o;o=null;return k}}return(h.numberOfItems-1)};e.createSVGPathSegClosePath=function(){var f=SVGPathSegClosePath;return(new f())};e.createSVGPathSegMovetoAbs=function(f,i){var h=SVGPathSegMovetoAbs,g=new h();g.x=f;g.y=i;return g};e.createSVGPathSegMovetoRel=function(f,h){var g=new SVGPathSegMovetoRel();g.x=f;g.y=h;return g};e.createSVGPathSegLinetoAbs=function(f,h){var g=new SVGPathSegLinetoAbs();g.x=f;g.y=h;return g};e.createSVGPathSegLinetoRel=function(f,h){var g=new SVGPathSegLinetoRel();g.x=f;g.y=h;return g};e.createSVGPathSegCurvetoCubicAbs=function(g,m,i,l,h,j){var f=SVGPathSegCurvetoCubicAbs,k=new f();k.x=g;k.y=m;k.x1=i;k.y1=l;k.x2=h;k.y2=j;return k};e.createSVGPathSegCurvetoCubicRel=function(f,l,h,k,g,i){var j=new SVGPathSegCurvetoCubicRel();j.x=f;j.y=l;j.x1=h;j.y1=k;j.x2=g;j.y2=i;return j};e.createSVGPathSegCurvetoQuadraticAbs=function(f,j,g,i){var h=new SVGPathSegCurvetoQuadraticAbs();h.x=f;h.y=j;h.x1=g;h.y1=i;return h};e.createSVGPathSegCurvetoQuadraticRel=function(f,j,g,i){var h=new SVGPathSegCurvetoQuadraticRel();h.x=f;h.y=j;h.x1=g;h.y1=i;return h};e.createSVGPathSegArcAbs=function(f,m,h,g,l,k,j){var i=new SVGPathSegArcAbs();i.x=f;i.y=m;i.r1=h;i.r2=g;i.angle=l;i.largeArcFlag=k;i.sweepFlag=j;return i};e.createSVGPathSegArcRel=function(f,m,h,g,l,k,j){var i=new SVGPathSegArcRel();i.x=f;i.y=m;i.r1=h;i.r2=g;i.angle=l;i.largeArcFlag=k;i.sweepFlag=j;return i};e.createSVGPathSegLinetoHorizontalAbs=function(f){var g=new SVGPathSegLinetoHorizontalAbs();g.x=f;g.y=0;return g};e.createSVGPathSegLinetoHorizontalRel=function(f){var g=new SVGPathSegLinetoHorizontalRel();g.x=f;g.y=0;return g};e.createSVGPathSegLinetoVerticalAbs=function(g){var f=new SVGPathSegLinetoVerticalAbs();f.x=0;f.y=g;return f};e.createSVGPathSegLinetoVerticalRel=function(g){var f=new SVGPathSegLinetoVerticalRel();f.x=0;f.y=g;return f};e.createSVGPathSegCurvetoCubicSmoothAbs=function(f,j,g,h){var i=new SVGPathSegCurvetoCubicSmoothAbs();i.x=f;i.y=j;i.x2=g;i.y2=h;return i};e.createSVGPathSegCurvetoCubicSmoothRel=function(f,j,g,h){var i=new SVGPathSegCurvetoCubicSmoothRel();i.x=f;i.y=j;i.x2=g;i.y2=h;return i};e.createSVGPathSegCurvetoQuadraticSmoothAbs=function(f,h){var g=new SVGPathSegCurvetoQuadraticSmoothAbs();g.x=f;g.y=h;return g};e.createSVGPathSegCurvetoQuadraticSmoothRel=function(f,h){var g=new SVGPathSegCurvetoQuadraticSmoothRel();g.x=f;g.y=h;return g}})(b.prototype);NAIBU.SVGPathElement=b})(document,parseInt,Math);function SVGRectElement(a){SVGElement.apply(this);this._tar=a.createElement("v:shape");a=null;this.x=new SVGAnimatedLength();this.y=new SVGAnimatedLength();this.width=new SVGAnimatedLength();this.height=new SVGAnimatedLength();this.rx=new SVGAnimatedLength();this.ry=new SVGAnimatedLength();this.addEventListener("DOMNodeInserted",function(c){if(c.eventPhase===3){return}var b=c.target,e=b.nextSibling,f=b.parentNode,d=true;if(e&&e._tar&&f._tar&&(e._tar.parentNode===f._tar)){f._tar.insertBefore(b._tar,e._tar)}else{if(e&&!e._tar&&f._tar){while(e){if(e._tar&&(e._tar.parentNode===f._tar)){f._tar.insertBefore(b._tar,e._tar);d=false}e=e.nextSibling}if(d){f._tar.appendChild(b._tar)}}else{if(!e&&f._tar){f._tar.appendChild(b._tar)}}}e=f=d=null;b.addEventListener("DOMNodeInsertedIntoDocument",function(C){var I=C.target,K=I.ownerDocument.defaultView.getComputedStyle(I,""),l=parseFloat(K.getPropertyValue("font-size"));I.x.baseVal._emToUnit(l);I.y.baseVal._emToUnit(l);I.width.baseVal._emToUnit(l);I.height.baseVal._emToUnit(l);var o=I.getAttributeNS(null,"rx"),m=I.getAttributeNS(null,"ry"),v=I.x.baseVal.value,u=I.y.baseVal.value,s=v+I.width.baseVal.value,U=u+I.height.baseVal.value,L;if((o||m)&&(o!=="0")&&(m!=="0")){I.rx.baseVal._emToUnit(l);I.ry.baseVal._emToUnit(l);var j=I.rx.baseVal,g=I.ry.baseVal,Q=I.width.baseVal.value,k=I.height.baseVal.value;j.value=o?j.value:g.value;g.value=m?g.value:j.value;if(j.value>Q/2){j.value=Q/2}if(g.value>k/2){g.value=k/2}var t=j.value,G=g.value,r=t*0.55228,q=G*0.55228,T=s-t,P=v+t,O=u+G,N=U-G;L=["m",P,u,"l",T,u,"c",T+r,u,s,O-q,s,O,"l",s,N,"c",s,N+q,T+r,U,T,U,"l",P,U,"c",P-r,U,v,N+q,v,N,"l",v,O,"c",v,O-q,P-r,u,P,u]}else{L=["m",v,u,"l",v,U,s,U,s,u,"x e"]}var B=I.ownerDocument.documentElement,S=I.getScreenCTM(),M,E,D,A=I._tar,R=I.ownerDocument.documentElement,z=R.width.baseVal.value,J=R.height.baseVal.value;for(var H=0,F=L.length;H<F;){if(isNaN(L[H])){++H;continue}E=B.createSVGPoint();E.x=L[H];E.y=L[H+1];D=E.matrixTransform(S);L[H]=D.x;++H;L[H]=D.y;++H;E=D=null}M=L.join(" ");A.path=M;A.coordsize=z+" "+J;NAIBU._setPaint(I,S);delete I._cacheMatrix;delete I._currentStyle;C=I=K=L=M=A=R=l=null},false);c=b=null},false);return this}SVGRectElement.constructor=SVGElement;SVGRectElement.prototype=new SVGElement();function SVGCircleElement(a){SVGElement.apply(this);this._tar=a.createElement("v:shape");this.cx=new SVGAnimatedLength();this.cy=new SVGAnimatedLength();this.r=new SVGAnimatedLength();this.addEventListener("DOMNodeInserted",function(c){var b=c.target;if(c.eventPhase===3){return}var e=b.nextSibling,f=b.parentNode,d=true;if(e&&e._tar&&f._tar&&(e._tar.parentNode===f._tar)){f._tar.insertBefore(b._tar,e._tar)}else{if(e&&!e._tar&&f._tar){while(e){if(e._tar&&(e._tar.parentNode===f._tar)){f._tar.insertBefore(b._tar,e._tar);d=false}e=e.nextSibling}if(d){f._tar.appendChild(b._tar)}}else{if(!e&&f._tar){f._tar.appendChild(b._tar)}}}e=f=d=null;b.addEventListener("DOMNodeInsertedIntoDocument",function(v){var D=v.target,G=D.ownerDocument.defaultView.getComputedStyle(D,"");var j=parseFloat(G.getPropertyValue("font-size"));D.cx.baseVal._emToUnit(j);D.cy.baseVal._emToUnit(j);D.r.baseVal._emToUnit(j);var k=D.cx.baseVal.value,g=D.cy.baseVal.value,m=ry=D.r.baseVal.value;var z=g-ry,l=k-m,r=g+ry,J=k+m;var q=m*0.55228,o=ry*0.55228;var H=["m",k,z,"c",k-q,z,l,g-o,l,g,l,g+o,k-q,r,k,r,k+q,r,J,g+o,J,g,J,g-o,k+q,z,k,z,"x e"];var u=D.ownerDocument.documentElement,L=D.getScreenCTM();for(var E=0,C=H.length;E<C;){if(isNaN(H[E])){++E;continue}var B=u.createSVGPoint();B.x=H[E];B.y=H[E+1];var A=B.matrixTransform(L);H[E]=A.x;++E;H[E]=A.y;++E;B=A=null}var I=H.join(" ");var t=D._tar,K=D.ownerDocument.documentElement;var s=K.width.baseVal.value,F=K.height.baseVal.value;t.path=I;t.coordsize=s+" "+F;NAIBU._setPaint(D,L);delete D._cacheMatrix;delete D._currentStyle;v=D=H=G=j=I=t=null},false);c=b=null},false);return this}SVGCircleElement.constructor=SVGElement;SVGCircleElement.prototype=new SVGElement();function SVGEllipseElement(a){SVGElement.apply(this);this._tar=a.createElement("v:shape");a=null;this.cx=new SVGAnimatedLength();this.cy=new SVGAnimatedLength();this.rx=new SVGAnimatedLength();this.ry=new SVGAnimatedLength();this.addEventListener("DOMNodeInserted",function(c){var b=c.target;if(c.eventPhase===3){return}var e=b.nextSibling,f=b.parentNode,d=true;if(e&&e._tar&&f._tar&&(e._tar.parentNode===f._tar)){f._tar.insertBefore(b._tar,e._tar)}else{if(e&&!e._tar&&f._tar){while(e){if(e._tar&&(e._tar.parentNode===f._tar)){f._tar.insertBefore(b._tar,e._tar);d=false}e=e.nextSibling}if(d){f._tar.appendChild(b._tar)}}else{if(!e&&f._tar){f._tar.appendChild(b._tar)}}}e=f=d=null;b.addEventListener("DOMNodeInsertedIntoDocument",function(z){var F=z.target,H=F.ownerDocument.defaultView.getComputedStyle(F,"");var j=parseFloat(H.getPropertyValue("font-size"));F.cx.baseVal._emToUnit(j);F.cy.baseVal._emToUnit(j);F.rx.baseVal._emToUnit(j);F.ry.baseVal._emToUnit(j);var k=F.cx.baseVal.value,g=F.cy.baseVal.value,o=F.rx.baseVal.value,m=F.ry.baseVal.value;var A=g-m,l=k-o,s=g+m,K=k+o;var r=o*0.55228,q=m*0.55228;var I=["m",k,A,"c",k-r,A,l,g-q,l,g,l,g+q,k-r,s,k,s,k+r,s,K,g+q,K,g,K,g-q,k+r,A,k,A,"x e"];var v=F.ownerDocument.documentElement,M=F.getScreenCTM();for(var E=0,D=I.length;E<D;){if(isNaN(I[E])){++E;continue}var C=v.createSVGPoint();C.x=I[E];C.y=I[E+1];var B=C.matrixTransform(M);I[E]=B.x;++E;I[E]=B.y;++E;C=B=null}var J=I.join(" ");var u=F._tar,L=F.ownerDocument.documentElement;var t=L.width.baseVal.value,G=L.height.baseVal.value;u.path=J;u.coordsize=t+" "+G;NAIBU._setPaint(F,M);delete F._cacheMatrix;delete F._currentStyle;z=u=F=H=j=J=I=M=t=G=null},false);c=b=null},false);return this}SVGEllipseElement.constructor=SVGElement;SVGEllipseElement.prototype=new SVGElement();function SVGLineElement(a){SVGElement.apply(this);this._tar=a.createElement("v:shape");a=null;this.x1=new SVGAnimatedLength();this.y1=new SVGAnimatedLength();this.x2=new SVGAnimatedLength();this.y2=new SVGAnimatedLength();this.addEventListener("DOMNodeInserted",function(c){var b=c.target;if(c.eventPhase===3){return}var e=b.nextSibling,f=b.parentNode,d=true;if(e&&e._tar&&f._tar&&(e._tar.parentNode===f._tar)){f._tar.insertBefore(b._tar,e._tar)}else{if(e&&!e._tar&&f._tar){while(e){if(e._tar&&(e._tar.parentNode===f._tar)){f._tar.insertBefore(b._tar,e._tar);d=false}e=e.nextSibling}if(d){f._tar.appendChild(b._tar)}}else{if(!e&&f._tar){f._tar.appendChild(b._tar)}}}e=f=d=null;b.addEventListener("DOMNodeInsertedIntoDocument",function(r){var o=r.target,g=o.ownerDocument.defaultView.getComputedStyle(o,"");var u=parseFloat(g.getPropertyValue("font-size"));o.x1.baseVal._emToUnit(u);o.y1.baseVal._emToUnit(u);o.x2.baseVal._emToUnit(u);o.y2.baseVal._emToUnit(u);var k=o.ownerDocument.documentElement,l=o.getScreenCTM();var s="m ";var i=k.createSVGPoint();i.x=o.x1.baseVal.value;i.y=o.y1.baseVal.value;var j=i.matrixTransform(l);s+=j.x+" "+j.y+" l ";i.x=o.x2.baseVal.value;i.y=o.y2.baseVal.value;j=i.matrixTransform(l);s+=j.x+" "+j.y;i=j=null;var t=o._tar,q=k.width.baseVal.value,m=k.height.baseVal.value;t.path=s;t.coordsize=q+" "+m;NAIBU._setPaint(o,l);delete o._cacheMatrix;delete o._currentStyle;r=t=o=g=u=s=list=l=k=q=m=null},false);c=b=null},false);return this}SVGLineElement.constructor=SVGElement;SVGLineElement.prototype=new SVGElement();function SVGPolylineElement(a){SVGElement.apply(this);this._tar=a.createElement("v:shape");a=null;this.animatedPoints=this.points=new SVGPointList();this.addEventListener("DOMAttrModified",function(c){var b=c.target;if(c.attrName==="points"){var j=b.points,f=b.ownerDocument.documentElement;var g=c.newValue.replace(/^\s+|\s+$/g,"").split(/[\s,]+/);for(var e=0,h,d=g.length;e<d;e+=2){if(isNaN(g[e])){--e;continue}h=f.createSVGPoint();h.x=parseFloat(g[e]);h.y=parseFloat(g[e+1]);j.appendItem(h)}}c=b=g=j=f=h=null},false);this.addEventListener("DOMNodeInserted",function(c){var b=c.target;if(c.eventPhase===3){return}var e=b.nextSibling,f=b.parentNode,d=true;if(e&&e._tar&&f._tar&&(e._tar.parentNode===f._tar)){f._tar.insertBefore(b._tar,e._tar)}else{if(e&&!e._tar&&f._tar){while(e){if(e._tar&&(e._tar.parentNode===f._tar)){f._tar.insertBefore(b._tar,e._tar);d=false}e=e.nextSibling}if(d){f._tar.appendChild(b._tar)}}else{if(!e&&f._tar){f._tar.appendChild(b._tar)}}}e=f=d=null;b.addEventListener("DOMNodeInsertedIntoDocument",function(v){var r=v.target,t=r.points;var m=r.getScreenCTM();for(var l=0,s=[],q=t.numberOfItems;l<q;++l){var g=t.getItem(l);var k=g.matrixTransform(m);s[2*l]=k.x;s[2*l+1]=k.y;g=k=null}s.splice(2,0,"l");var z="m"+s.join(" ")+"e";var A=r._tar,j=r.ownerDocument.documentElement;var u=j.width.baseVal.value,o=j.height.baseVal.value;A.path=z;A.coordsize=u+" "+o;NAIBU._setPaint(r,m);delete r._cacheMatrix;delete r._currentStyle;v=A=r=z=s=m=u=o=null},false);c=b=null},false);return this}SVGPolylineElement.constructor=SVGElement;SVGPolylineElement.prototype=new SVGElement();function SVGPolygonElement(a){SVGElement.apply(this);this._tar=a.createElement("v:shape");a=null;this.animatedPoints=this.points=new SVGPointList();this.addEventListener("DOMAttrModified",function(c){var b=c.target;if(c.attrName==="points"){var j=b.points,f=b.ownerDocument.documentElement;var g=c.newValue.replace(/^\s+|\s+$/g,"").split(/[\s,]+/);for(var e=0,h,d=g.length;e<d;e+=2){if(isNaN(g[e])){--e;continue}h=f.createSVGPoint();h.x=parseFloat(g[e]);h.y=parseFloat(g[e+1]);j.appendItem(h)}}c=b=g=j=f=h=null},false);this.addEventListener("DOMNodeInserted",function(c){if(c.eventPhase===3){return}var b=c.target;var e=b.nextSibling,f=b.parentNode;if(e&&!!f._tar){if(!!!e._tar){var d=true;while(e){if(!!e._tar){f._tar.insertBefore(b._tar,e._tar);d=false}e=e.nextSibling}if(d){f._tar.appendChild(b._tar)}d=null}else{f._tar.insertBefore(b._tar,e._tar)}}else{if(!!f._tar){f._tar.appendChild(b._tar)}}e=f=null;b.addEventListener("DOMNodeInsertedIntoDocument",function(v){var r=v.target,t=r.points;var m=r.getScreenCTM();for(var l=0,s=[],q=t.numberOfItems;l<q;++l){var g=t.getItem(l);var k=g.matrixTransform(m);s[2*l]=k.x;s[2*l+1]=k.y;g=k=null}s.splice(2,0,"l");var z="m"+s.join(" ")+"x e";var A=r._tar,j=r.ownerDocument.documentElement;var u=j.width.baseVal.value,o=j.height.baseVal.value;A.path=z;A.coordsize=u+" "+o;NAIBU._setPaint(r,m);delete r._cacheMatrix;delete r._currentStyle;v=A=r=z=s=m=u=o=null},false);c=b=null},false);return this}SVGPolygonElement.constructor=SVGElement;SVGPolygonElement.prototype=new SVGElement();function SVGTextContentElement(a){SVGElement.apply(this);this._list=null;this._length=0;this._stx=this._sty=0;this._chars=0;this.textLength=new SVGAnimatedLength();this.lengthAdjust=new SVGAnimatedEnumeration(SVGTextContentElement.LENGTHADJUST_UNKNOWN);this._isYokogaki=true;this.addEventListener("DOMNodeInserted",function(e){var c=e.target,k=e.currentTarget;if((e.eventPhase===Event.CAPTURING_PHASE)&&(c.localName==="a")&&(c.namespaceURI==="http://www.w3.org/2000/svg")&&c.firstChild){c=c.firstChild}if((e.eventPhase===Event.CAPTURING_PHASE)&&(c.nodeType===Node.TEXT_NODE)&&!!!c._tars){c._tars=[];var h=c.data.replace(/^\s+/,"").replace(/\s+$/,"");c.data=h;h=h.split("");for(var f=0,b=h.length;f<b;++f){var j=a.createElement("div"),g=j.style;g.position="absolute";g.marginLeft=g.marginRight=g.marginTop="0px";g.paddingTop=g.paddingLeft="0px";g.whiteSpace="nowrap";g.textIndent="0px";j.appendChild(a.createTextNode(h[f]));c._tars[c._tars.length]=j}h=null;k._length+=c._tars.length}else{if((e.eventPhase===Event.CAPTURING_PHASE)&&(c instanceof SVGTextContentElement)&&!!!c._tars){k._length+=c._length}}e=c=k=null},true);return this}SVGTextContentElement.constructor=SVGElement;SVGTextContentElement.prototype=new SVGElement();SVGTextContentElement.LENGTHADJUST_UNKNOWN=0;SVGTextContentElement.LENGTHADJUST_SPACING=1;SVGTextContentElement.LENGTHADJUST_SPACINGANDGLYPHS=2;SVGTextContentElement.prototype.getNumberOfChars=function(){return(this._length)};SVGTextContentElement.prototype.getComputedTextLength=function(){var a=this.textLength.baseVal;if((a.value===0)&&(this.getNumberOfChars()>0)){a.newValueSpecifiedUnits(SVGLength.SVG_LENGTHTYPE_NUMBER,this.getSubStringLength(0,this.getNumberOfChars()))}a=null;return(this.textLength.baseVal.value)};SVGTextContentElement.prototype.getSubStringLength=function(c,f){if(f===0){return 0}var e=this.getNumberOfChars();if(e<(f+c)){f=e-c+1}var a=this.getEndPositionOfChar(f+c-1),b=this.getStartPositionOfChar(c);if(this._isYokogaki){var d=a.x-b.x}else{var d=a.y-b.y}e=a=b=null;return d};SVGTextContentElement.prototype.getStartPositionOfChar=function(b){if(b>this.getNumberOfChars()||b<0){throw (new DOMException(DOMException.INDEX_SIZE_ERR))}else{var G=this,h=G.firstChild,e=G.parentNode;if(!!!G._list){G._list=[];var u=G._chars;var r=G._stx,q=G._sty,z=0;var H=G.ownerDocument.defaultView.getComputedStyle(G,null);var m=((H.getPropertyValue("writing-mode"))==="lr-tb")?true:false;var g=parseFloat(H.getPropertyValue("font-size"));var L=G.x.baseVal,K=G.y.baseVal,A=G.dx.baseVal,w=G.dy.baseVal;if(e&&((e.localName==="text")||(e.localName==="tspan"))){var J=e.x.baseVal,I=e.y.baseVal,o=e.dx.baseVal,l=e.dy.baseVal}else{var J=I=o=l={numberOfItems:0}}var j="f ijltIr.,:;'-\"()",f="1234567890abcdeghknopquvxyz";if(m&&(G.localName==="text")){q+=g*0.2}else{if(G.localName==="text"){r-=g*0.5}}while(h){if(h.nodeType===Node.TEXT_NODE){var a=h._tars;for(var F=0,C=a.length;F<C;++F){if(z<J.numberOfItems-u){r=J.getItem(z).value;if(!m){r-=g*0.5}}else{if(z<L.numberOfItems){r=L.getItem(z).value;if(!m){r-=g*0.5}}}if(z<I.numberOfItems-u){q=I.getItem(z).value;if(m){q+=g*0.2}}else{if(z<K.numberOfItems){q=K.getItem(z).value;if(m){q+=g*0.2}}}if(z<o.numberOfItems-u){r+=o.getItem(z).value}else{if(z<A.numberOfItems){r+=A.getItem(z).value}}if(z<l.numberOfItems-u){q+=l.getItem(z).value}else{if(z<w.numberOfItems){q+=w.getItem(z).value}}var d=0;if(m){var c=h.data.charAt(F);if(j.indexOf(c)>-1){d=g*0.68}else{if(c==="s"){d=g*0.52}else{if((c==="C")||(c==="D")||(c==="M")||(c==="W")||(c==="G")||(c==="m")){d=g*0.2}else{if(f.indexOf(c)>-1){d=g*0.45}else{d=g*0.3}}}}var B=c.charCodeAt(0);if((12288<=B)&&(B<=65533)){d=-g*0.01;if((c==="う")||(c==="く")||(c==="し")||(c==="ち")){d+=g*0.2}}B=null}G._list[G._list.length]=r;G._list[G._list.length]=q;G._list[G._list.length]=g-d;if(m){r+=g;r-=d}else{q+=g}++z}u+=C;if(h.parentNode&&(h.parentNode.localName==="a")){h=h.parentNode}h=h.nextSibling}else{if((h.localName==="tspan")&&(h.namespaceURI==="http://www.w3.org/2000/svg")&&h.firstChild){h._stx=r;h._sty=q;h._chars=u;var v=h.getStartPositionOfChar(h.getNumberOfChars());var E=0,D=0;if(m){E=h._list[h._list.length-1]}else{D=h._list[h._list.length-1]}r=h._list[h._list.length-3]+E;q=h._list[h._list.length-2]+D;G._list=G._list.concat(h._list);var k=h.getNumberOfChars();z+=k;u+=k;v=k=null;h=h.nextSibling}else{if((h.localName==="a")&&(h.namespaceURI==="http://www.w3.org/2000/svg")&&h.firstChild){h=h.firstChild}else{h=h.nextSibling}}}}G._isYokogaki=m;G=h=e=J=I=L=K=u=H=r=q=m=null}var t=this.ownerDocument.documentElement.createSVGPoint();t.x=this._list[b*3];t.y=this._list[b*3+1];t=t.matrixTransform(this.getScreenCTM());return t}};SVGTextContentElement.prototype.getEndPositionOfChar=function(a){if(a>this.getNumberOfChars()||a<0){throw (new DOMException(DOMException.INDEX_SIZE_ERR))}else{var b=this.getStartPositionOfChar(a);var c=this._list[a*3+2]*Math.sqrt(Math.abs(this.getScreenCTM()._determinant()));if(this._isYokogaki){b.x+=c}else{b.y+=c}return b}};SVGTextContentElement.prototype.getExtentOfChar=function(a){};SVGTextContentElement.prototype.getRotationOfChar=function(a){};SVGTextContentElement.prototype.getCharNumAtPosition=function(a){};SVGTextContentElement.prototype.selectSubString=function(a,b){};function SVGTextPositioningElement(a){SVGTextContentElement.apply(this,arguments);this.x=new SVGAnimatedLengthList();this.y=new SVGAnimatedLengthList();this.dx=new SVGAnimatedLengthList();this.dy=new SVGAnimatedLengthList();this.rotate=new SVGAnimatedNumberList();this.addEventListener("DOMAttrModified",function(o){var j=o.target,d=o.attrName,g=j.ownerDocument.documentElement;var f=parseFloat;if((d==="x")||(d==="y")||(d==="dx")||(d==="dy")){var l=o.newValue.replace(/^\s+|\s+$/g,"").split(/[\s,]+/),p=j[d].baseVal;for(var h=0,c=l.length;h<c;++h){var m=g.createSVGLength();var e=l[h].match(/\D+$/),k=0;if(!!e){e=e[0]}if(!e){k=SVGLength.SVG_LENGTHTYPE_NUMBER}else{if(e==="%"){if((d==="x")||(d==="dx")){m._percent*=g.viewport.width}else{if((d==="y")||(d==="dy")){m._percent*=g.viewport.height}}k=SVGLength.SVG_LENGTHTYPE_PERCENTAGE}else{if(e==="em"){var b=j.ownerDocument.defaultView.getComputedStyle(j,null);m._percent*=f(b.getPropertyValue("font-size"));b=null;k=SVGLength.SVG_LENGTHTYPE_EMS}else{if(e==="ex"){k=SVGLength.SVG_LENGTHTYPE_EXS}else{if(e==="px"){k=SVGLength.SVG_LENGTHTYPE_PX}else{if(e==="cm"){k=SVGLength.SVG_LENGTHTYPE_CM}else{if(e==="mm"){k=SVGLength.SVG_LENGTHTYPE_MM}else{if(e==="in"){k=SVGLength.SVG_LENGTHTYPE_IN}else{if(e==="pt"){k=SVGLength.SVG_LENGTHTYPE_PT}else{if(e==="pc"){k=SVGLength.SVG_LENGTHTYPE_PC}}}}}}}}}}var q=f(l[h]);q=isNaN(q)?0:q;m.newValueSpecifiedUnits(k,q);p.appendItem(m)}j._list=null}o=j=null},false);this.addEventListener("DOMNodeInserted",function(c){if(c.eventPhase===3){var b=c.target;if(b.nodeType!==Node.TEXT_NODE){b._list=null;c.currentTarget._list=null}c=b=null}},false);return this}SVGTextPositioningElement.constructor=SVGTextContentElement;SVGTextPositioningElement.prototype=new SVGTextContentElement();function SVGTextElement(a){SVGTextPositioningElement.apply(this,arguments);this._tar=a.createElement("v:group");this.addEventListener("DOMNodeInserted",function(c){if(c.eventPhase===3){return}var b=c.target;var e=b.nextSibling,f=b.parentNode,d=true;if(e&&e._tar&&f._tar&&(e._tar.parentNode===f._tar)){f._tar.insertBefore(b._tar,e._tar)}else{if(e&&!e._tar&&f._tar){while(e){if(e._tar&&(e._tar.parentNode===f._tar)){f._tar.insertBefore(b._tar,e._tar);d=false}e=e.nextSibling}if(d){f._tar.appendChild(b._tar)}}else{if(!e&&f._tar){f._tar.appendChild(b._tar)}}}e=f=d=null;b.addEventListener("DOMNodeInsertedIntoDocument",function(z){var H=z.target,o=H.firstChild,q=H._tar;q.style.cssText=H.style.cssText;var J=H.ownerDocument.defaultView.getComputedStyle(H,null);var B=parseFloat(J.getPropertyValue("font-size"))*Math.sqrt(Math.abs(H.getScreenCTM()._determinant()));q.style.fontSize=B+"px";q.style.fontFamily=J.getPropertyValue("font-family");var K=H.ownerDocument.documentElement,t=q;var g=H.getComputedTextLength(),r=J.getPropertyValue("text-anchor");for(var I=0,G=0,D=H.getNumberOfChars();I<D;++I){if(o){if(!!o._tars&&(o._tars.length!==0)){var u=(I>G)?I-G:G-I;var v=o._tars[u].style,A=H.getStartPositionOfChar(I);v.position="absolute";if(H._isYokogaki){if(r==="middle"){A.x-=g/2}else{if(r==="end"){A.x-=g}}}else{if(r==="middle"){A.y-=g/2}else{if(r==="end"){A.y-=g}}}v.left=A.x+"px";v.top=A.y+"px";v.width="0px";v.height="0px";v.marginTop=H._isYokogaki?-B-5+"px":"-5px";v.lineHeight=B+10+"px";q.appendChild(o._tars[u]);v=A=null}if(o.nodeName==="#text"){if((o.data.length+G)<=I+1){G=G+o.data.length;if(o.parentNode.localName==="a"){o=o.parentNode;q=t}o=o.nextSibling}}else{if(!!o.getNumberOfChars){if((o.getNumberOfChars()+G)<=I+1){G=G+o.getNumberOfChars();o=o.nextSibling}}else{if((o.localName==="a")&&(o.namespaceURI==="http://www.w3.org/2000/svg")&&o.firstChild){q=o._tar;o=o.firstChild;I-=2}}}}}var E=J.getPropertyValue("fill"),m=J.getPropertyCSSValue("cursor"),w=J.getPropertyCSSValue("visibility"),F=J.getPropertyCSSValue("display"),l=H._tar.style;if(E==="none"){l.color="transparent"}else{if(E.indexOf("url")===-1){l.color=E}else{l.color="black"}}if(m&&!m._isDefault){var s=m.cssText;l.cursor=s.substring(s.indexOf(":")+1,s.length);s=null}if(w&&!w._isDefault){l.visibility=w.cssText.substring(w.cssText.indexOf(":")+1,w.cssText.length)}if(F&&!F._isDefault&&(F.cssText.indexOf("none")>-1)){l.display="none"}else{if(F&&!F._isDefault){l.display="block"}}var k=true;if(q.lastChild){if(q.lastChild.nodeName!=="rect"){k=false}}else{k=false}if(!k){var C=a.createElement("v:rect");var h=C.style;h.width="1px";h.height="1px";h.left="0px";h.top="0px";C.stroked="false";C.filled="false";q.appendChild(C)}delete H._cacheMatrix;delete H._currentStyle;k=z=H=J=tpp=t=J=E=m=F=w=null},false);c=b=null},false);return this}SVGTextElement.constructor=SVGTextPositioningElement;SVGTextElement.prototype=new SVGTextPositioningElement();function SVGTSpanElement(){SVGTextElement.apply(this,arguments);return this}SVGTSpanElement.constructor=SVGTextPositioningElement;SVGTSpanElement.prototype=new SVGTextPositioningElement();function SVGTRefElement(){SVGTextPositioningElement.apply(this,arguments);SVGURIReference.apply(this,arguments);return this}SVGTRefElement.constructor=SVGTextPositioningElement;SVGTRefElement.prototype=new SVGTextPositioningElement();function SVGTextPathElement(){SVGTextContentElement.apply(this,arguments);this.startOffset;this.method;this.spacing;SVGURIReference.apply(this,arguments);return this}SVGTextPathElement.constructor=SVGTextContentElement;SVGTextPathElement.prototype=new SVGTextContentElement();SVGTextPathElement.TEXTPATH_METHODTYPE_UNKNOWN=0;SVGTextPathElement.TEXTPATH_METHODTYPE_ALIGN=1;SVGTextPathElement.TEXTPATH_METHODTYPE_STRETCH=2;SVGTextPathElement.TEXTPATH_SPACINGTYPE_UNKNOWN=0;SVGTextPathElement.TEXTPATH_SPACINGTYPE_AUTO=1;SVGTextPathElement.TEXTPATH_SPACINGTYPE_EXACT=2;function SVGAltGlyphElement(){SVGTextPositioningElement.apply(this,arguments);this.glyphRef;this.format;SVGURIReference.apply(this,arguments);return this}SVGAltGlyphElement.constructor=SVGTextPositioningElement;SVGAltGlyphElement.prototype=new SVGTextPositioningElement();function SVGAltGlyphDefElement(){SVGElement.apply(this,arguments);return this}SVGAltGlyphDefElement.constructor=SVGElement;SVGAltGlyphDefElement.prototype=new SVGElement();function SVGAltGlyphItemElement(){SVGElement.apply(this,arguments);return this}SVGAltGlyphItemElement.constructor=SVGElement;SVGAltGlyphItemElement.prototype=new SVGElement();function SVGGlyphRefElement(){SVGElement.apply(this,arguments);this.glyphRef;this.format;this.x;this.y;this.dx;this.dy;SVGURIReference.apply(this,arguments);return this}SVGGlyphRefElement.constructor=SVGElement;SVGGlyphRefElement.prototype=new SVGElement();function SVGPaint(){SVGColor.apply(this,arguments);this.paintType=SVGPaint.SVG_PAINTTYPE_UNKNOWN;this.uri=null;return this}SVGPaint.constructor=SVGColor;SVGPaint.prototype=new SVGColor();SVGPaint.SVG_PAINTTYPE_UNKNOWN=0;SVGPaint.SVG_PAINTTYPE_RGBCOLOR=1;SVGPaint.SVG_PAINTTYPE_RGBCOLOR_ICCCOLOR=2;SVGPaint.SVG_PAINTTYPE_NONE=101;SVGPaint.SVG_PAINTTYPE_CURRENTCOLOR=102;SVGPaint.SVG_PAINTTYPE_URI_NONE=103;SVGPaint.SVG_PAINTTYPE_URI_CURRENTCOLOR=104;SVGPaint.SVG_PAINTTYPE_URI_RGBCOLOR=105;SVGPaint.SVG_PAINTTYPE_URI_RGBCOLOR_ICCCOLOR=106;SVGPaint.SVG_PAINTTYPE_URI=107;SVGPaint.prototype.setUri=function(a){this.setPaint(SVGPaint.SVG_PAINTTYPE_URI_NONE,a,null,null)};SVGPaint.prototype.setPaint=function(a,c,b,d){if((a<101&&c)||(a>102&&!c)){throw new SVGException(SVGException.SVG_INVALID_VALUE_ERR)}this.uri=c;this.paintType=a;if(a===SVGPaint.SVG_PAINTTYPE_CURRENTCOLOR){a=SVGColor.SVG_COLORTYPE_CURRENTCOLOR}this.setColor(a,b,d)};function SVGMarkerElement(){SVGElement.apply(this,arguments);this.refX=new SVGAnimatedLength();this.refY=new SVGAnimatedLength();this.markerUnits=new SVGAnimatedEnumeration();this.markerWidth=new SVGAnimatedLength();this.markerHeight=new SVGAnimatedLength();this.orientType=new SVGAnimatedEnumeration();this.orientAngle=new SVGAnimatedAngle();this.viewBox=new SVGAnimatedRect();this.preserveAspectRatio=new SVGAnimatedPreserveAspectRatio();this.zoomAndPan=SVGZoomAndPan.SVG_ZOOMANDPAN_DISABLE;return this}SVGMarkerElement.SVG_MARKERUNITS_UNKNOWN=0;SVGMarkerElement.SVG_MARKERUNITS_USERSPACEONUSE=1;SVGMarkerElement.SVG_MARKERUNITS_STROKEWIDTH=2;SVGMarkerElement.SVG_MARKER_ORIENT_UNKNOWN=0;SVGMarkerElement.SVG_MARKER_ORIENT_AUTO=1;SVGMarkerElement.SVG_MARKER_ORIENT_ANGLE=2;SVGMarkerElement.constructor=SVGElement;SVGMarkerElement.prototype=new SVGElement();SVGMarkerElement.prototype.setOrientToAuto=function(){};SVGMarkerElement.prototype.setOrientToAngle=function(a){};function SVGColorProfileElement(){SVGElement.apply(this);this._local;this.name;this.renderingIntent;SVGURIReference.apply(this,arguments);return this}SVGColorProfileElement.constructor=SVGElement;SVGColorProfileElement.prototype=new SVGElement();function SVGColorProfileRule(){SVGCSSRule.apply(this);this.src;this.name;this.renderingIntent;return this}SVGColorProfileRule.constructor=SVGCSSRule;SVGColorProfileRule.prototype=new SVGCSSRule();function SVGGradientElement(){SVGElement.apply(this);SVGURIReference.apply(this);this.gradientUnits=new SVGAnimatedEnumeration();this.gradientTransform=new SVGAnimatedTransformList();this.spreadMethod=new SVGAnimatedEnumeration();this.addEventListener("DOMNodeInsertedIntoDocument",function(m){var l=m.target,r=m._tar,p=m._style,h=l,b,o,d,f=[],a=[],j=[],k,e,q;if(!r||!l){l=r=p=h=b=o=d=f=a=j=null;return}if(l._instance){h=l._instance}o=h.getElementsByTagNameNS("http://www.w3.org/2000/svg","stop");if(!o){r=p=b=l=h=o=f=a=j=null;return}d=o.length;for(var g=0;g<d;++g){k=o[g];e=k.ownerDocument.defaultView.getComputedStyle(k,"");q=e.getPropertyCSSValue("stop-color");if(q&&(q.colorType===3)){e.setProperty("color",e.getPropertyValue("color"))}f[g]="rgb("+q.rgbColor.red.getFloatValue(1)+","+q.rgbColor.green.getFloatValue(1)+","+q.rgbColor.blue.getFloatValue(1)+")";a[g]=k.offset.baseVal+" "+f[g];j[g]=(e.getPropertyValue("stop-opacity")||1)*p.getPropertyValue("fill-opacity")*p.getPropertyValue("opacity")}r.method="none";r.color=f[0];r.color2=f[d-1];r.colors=a.join(",");r.opacity=j[d-1]+"";r["o:opacity2"]=j[0]+"";l._color=f;var c=h.getAttributeNS(null,"gradientTransform");if(c){l.setAttributeNS(null,"transform",c)}l=h=r=o=d=f=a=j=m=p=b=k=e=q=null},false);return this}SVGGradientElement.constructor=SVGElement;SVGGradientElement.prototype=new SVGElement();SVGGradientElement.SVG_SPREADMETHOD_UNKNOWN=0;SVGGradientElement.SVG_SPREADMETHOD_PAD=1;SVGGradientElement.SVG_SPREADMETHOD_REFLECT=2;SVGGradientElement.SVG_SPREADMETHOD_REPEAT=3;function SVGLinearGradientElement(){SVGGradientElement.apply(this,arguments);this.x1=new SVGAnimatedLength();this.y1=new SVGAnimatedLength();this.x2=new SVGAnimatedLength();this.y2=new SVGAnimatedLength();this.addEventListener("DOMNodeInsertedIntoDocument",function(a){var f=a.target,d=a._tar,e=270;if(!!!d){return}var b=f.ownerDocument.defaultView.getComputedStyle(f,"");var c=parseFloat(b.getPropertyValue("font-size"));f.x1.baseVal._emToUnit(c);f.y1.baseVal._emToUnit(c);f.x2.baseVal._emToUnit(c);f.y2.baseVal._emToUnit(c);e=270-Math.atan2(f.y2.baseVal.value-f.y1.baseVal.value,f.x2.baseVal.value-f.x1.baseVal.value)*180/Math.PI;if(e>=360){e-=360}d.setAttribute("type","gradient");d.setAttribute("angle",e+"");a=d=f=e=b=c=null},false);return this}SVGLinearGradientElement.constructor=SVGGradientElement;SVGLinearGradientElement.prototype=new SVGGradientElement();function SVGRadialGradientElement(a){SVGGradientElement.apply(this);this.cx=new SVGAnimatedLength();this.cy=new SVGAnimatedLength();this.r=new SVGAnimatedLength();this.fx=new SVGAnimatedLength();this.fy=new SVGAnimatedLength();this.cx.baseVal.value=this.cy.baseVal.value=this.r.baseVal.value=0.5;this.addEventListener("DOMNodeInsertedIntoDocument",function(v){var j=v.target,U=v._tar,A=v._ttar;if(!!!U){return}U.setAttribute("type","gradientTitle");U.setAttribute("focus","100%");U.setAttribute("focusposition","0.5 0.5");if(A.localName==="rect"){var I=j.ownerDocument.defaultView.getComputedStyle(A,"");var g=parseFloat(I.getPropertyValue("font-size"));j.cx.baseVal._emToUnit(g);j.cy.baseVal._emToUnit(g);j.r.baseVal._emToUnit(g);j.fx.baseVal._emToUnit(g);j.fy.baseVal._emToUnit(g);var s=j.cx.baseVal.value,o=j.cy.baseVal.value;var E=j.r.baseVal.value,u,t;u=t=E;var C=A.getBBox();var l=A.ownerDocument.documentElement.viewport;var Q=l.width|0,F=l.height|0,K=0,b=0;var R=j.getAttributeNS(null,"gradientUnits");if(!R||R==="objectBoundingBox"){s=s>1?s/100:s;o=o>1?o/100:o;E=E>1?E/100:E;var L=C.x,H=C.y,P=C.width,N=C.height;s=s*P+L;o=o*N+H;u=E*P;t=E*N;L=H=P=N=null}var z=A.getScreenCTM().multiply(j.getCTM());Q=s-u;F=o-t;K=s+u;b=o+t;var f=u*0.55228,e=t*0.55228;var q=["m",s,F,"c",s-f,F,Q,o-e,Q,o,Q,o+e,s-f,b,s,b,s+f,b,K,o+e,K,o,K,o-e,s+f,F,s,F,"x e"];for(var M=0,J=q.length;M<J;){if(isNaN(q[M])){++M;continue}var G=j.ownerDocument.documentElement.createSVGPoint();G.x=parseFloat(q[M]);G.y=parseFloat(q[M+1]);var d=G.matrixTransform(z);q[M]=d.x;M++;q[M]=d.y;M++;G=d=null}var T=q.join(" ");var c=a.getElementById("_NAIBU_outline");var B=a.createElement("div"),m=B.style;m.position="absolute";m.display="inline-block";var D=l.width,O=l.height;m.textAlign="left";m.top="0px";m.left="0px";m.width=D+"px";m.height=O+"px";c.appendChild(B);m.filter="progid:DXImageTransform.Microsoft.Compositor";B.filters.item("DXImageTransform.Microsoft.Compositor").Function=23;var k='<v:shape style="display:inline-block; position:relative; antialias:false; top:0px; left:0px;" coordsize="'+D+" "+O+'" path="'+T+'" stroked="f">'+U.outerHTML+"</v:shape>";var S=A._tar.path.value;B.innerHTML='<v:shape style="display:inline-block; position:relative; top:0px; left:0px;" coordsize="'+D+" "+O+'" path="'+S+'" stroked="f" fillcolor="'+j._color[j._color.length-1]+'" ></v:shape>';B.filters[0].apply();B.innerHTML=k;B.filters[0].play();A._tar.parentNode.insertBefore(B,A._tar);A._tar.filled="false";T=c=B=I=g=m=k=S=q=gt=s=o=E=D=O=z=null}else{if(!U.parentNode){A._tar.appendChild(U)}}v=A=U=gard=null},false);return this}SVGRadialGradientElement.constructor=SVGGradientElement;SVGRadialGradientElement.prototype=new SVGGradientElement();function SVGStopElement(){SVGElement.apply(this,arguments);this.offset=new SVGAnimatedNumber();this.addEventListener("DOMAttrModified",function(a){if(a.attrName==="offset"){a.target.offset.baseVal=parseFloat(a.newValue)}a=null},false);return this}SVGStopElement.constructor=SVGElement;SVGStopElement.prototype=new SVGElement();function SVGPatternElement(){SVGElement.apply(this,arguments);this.patternUnits=new SVGAnimatedEnumeration();this.patternContentUnits=new SVGAnimatedEnumeration();this.patternTransform=new SVGAnimatedTransformList();this.x=new SVGAnimatedLength();this.y=new SVGAnimatedLength();this.width=new SVGAnimatedLength();this.height=new SVGAnimatedLength();SVGURIReference.apply(this,arguments);this.viewBox=new SVGAnimatedRect();this.preserveAspectRatio=new SVGAnimatedPreserveAspectRatio();this.zoomAndPan=SVGZoomAndPan.SVG_ZOOMANDPAN_DISABLE;return this}SVGPatternElement.constructor=SVGElement;SVGPatternElement.prototype=new SVGElement();function SVGClipPathElement(){SVGElement.apply(this,arguments);this.clipPathUnits=new SVGAnimatedEnumeration();return this}SVGClipPathElement.constructor=SVGElement;SVGClipPathElement.prototype=new SVGElement();function SVGMaskElement(){SVGElement.apply(this,arguments);this.maskUnits=new SVGAnimatedEnumeration();this.maskContentUnits=new SVGAnimatedEnumeration();this.x=new SVGAnimatedLength();this.y=new SVGAnimatedLength();this.width=new SVGAnimatedLength();this.height=new SVGAnimatedLength();return this}SVGMaskElement.constructor=SVGElement;SVGMaskElement.prototype=new SVGElement();function SVGFilterElement(){SVGElement.apply(this,arguments);this.filterUnits=new SVGAnimatedEnumeration();this.primitiveUnits=new SVGAnimatedEnumeration();this.x=new SVGAnimatedLength();this.y=new SVGAnimatedLength();this.width=new SVGAnimatedLength();this.height=new SVGAnimatedLength();this.filterResX=new SVGAnimatedInteger();this.filterResY=new SVGAnimatedInteger();SVGURIReference.apply(this,arguments);return this}SVGFilterElement.constructor=SVGElement;SVGFilterElement.prototype=new SVGElement();function SVGFilterPrimitiveStandardAttributes(a){SVGStylable.apply(this,arguments);this._tar=a;this.x=new SVGAnimatedLength();this.y=new SVGAnimatedLength();this.width=new SVGAnimatedLength();this.height=new SVGAnimatedLength();this.result=new SVGAnimatedLength()}SVGFilterPrimitiveStandardAttributes.constructor=SVGStylable;SVGFilterPrimitiveStandardAttributes.prototype=new SVGStylable();function SVGFEBlendElement(){SVGElement.apply(this,arguments);this.in1=new SVGAnimatedString();this.in2=new SVGAnimatedString();this.mode=new SVGAnimatedEnumeration();this._fpsa=SVGFilterPrimitiveStandardAttributes(this);return this}SVGFEBlendElement.constructor=SVGElement;SVGFEBlendElement.prototype=new SVGElement();SVGFEBlendElement.SVG_FEBLEND_MODE_UNKNOWN=0;SVGFEBlendElement.SVG_FEBLEND_MODE_NORMAL=1;SVGFEBlendElement.SVG_FEBLEND_MODE_MULTIPLY=2;SVGFEBlendElement.SVG_FEBLEND_MODE_SCREEN=3;SVGFEBlendElement.SVG_FEBLEND_MODE_DARKEN=4;SVGFEBlendElement.SVG_FEBLEND_MODE_LIGHTEN=5;function SVGFEGaussianBlurElement(){SVGElement.apply(this,arguments);this.in1=new SVGAnimatedString();this.stdDeviationX=new SVGAnimatedNumber();this.stdDeviationY=new SVGAnimatedNumber();this._fpsa=SVGFilterPrimitiveStandardAttributes(this);return this}SVGFEGaussianBlurElement.constructor=SVGElement;SVGFEGaussianBlurElement.prototype=new SVGElement();SVGFEGaussianBlurElement.prototype.setStdDeviation=function(b,a){};function SVGCursorElement(){SVGElement.apply(this,arguments);this.x=new SVGAnimatedLength();this.y=new SVGAnimatedLength();SVGURIReference.apply(this,arguments);return this}SVGCursorElement.constructor=SVGElement;SVGCursorElement.prototype=new SVGElement();function SVGAElement(a){SVGElement.apply(this);this._tar=a.createElement("a");a=null;this.target=new SVGAnimatedString();this.target.baseVal="_self";this.addEventListener("DOMAttrModified",function(c){var b=c.target;if(c.eventPhase===3){return}if(c.attrName==="target"){b.target.baseVal=c.newValue}else{if(c.attrName==="xlink:title"){b._tar.setAttribute("title",c.newValue)}}c=null},false);this.addEventListener("DOMNodeInserted",function(c){var b=c.target;if(c.eventPhase===3){return}if(b.nextSibling){if(!!b.parentNode._tar&&!!b.nextSibling._tar){b.parentNode._tar.insertBefore(b._tar,b.nextSibling._tar)}}else{if(!!b.parentNode._tar){b.parentNode._tar.appendChild(b._tar)}}var e=b._tar.style;e.cursor="hand";e.left="0px";e.top="0px";e.textDecoration="none";e=null;var f=b.target.baseVal;var d="replace";if(f==="_blank"){d="new"}b.setAttributeNS("http://www.w3.org/1999/xlink","xlink:show",d);b=c=null},false);this.addEventListener("DOMNodeInsertedIntoDocument",function(c){var b=c.target;if(!!b._tar&&(b.nodeType===1)){var d=b._tar.style;d.cursor="hand";d.textDecoration="none";d=null}b=c=null;return},true);this.addEventListener("DOMNodeInsertedIntoDocument",function(c){var b=c.target;b._tar.setAttribute("target",b.target.baseVal);b=null},false);SVGURIReference.apply(this,arguments);return this}SVGAElement.constructor=SVGElement;SVGAElement.prototype=new SVGElement();function SVGViewElement(){SVGElement.apply(this,arguments);this.viewTarget=new SVGStringList();this.viewBox=new SVGAnimatedRect();this.preserveAspectRatio=new SVGAnimatedPreserveAspectRatio();this.zoomAndPan=SVGZoomAndPan.SVG_ZOOMANDPAN_DISABLE;return this}SVGViewElement.constructor=SVGElement;SVGViewElement.prototype=new SVGElement();function SVGScriptElement(){SVGElement.apply(this);this.type;SVGURIReference.apply(this,arguments);this.addEventListener("DOMAttrModified",function(evt){if(evt.attrName==="type"){evt.target.type=evt.newValue}evt=null},false);this.addEventListener("S_Load",function(evt){var tar=evt.target,script=tar._text;var tod=tar.ownerDocument;NAIBU._temp_doc=tod;script=script.replace(/function\s+(\w+)/g,"$1 = function");script="(function(document){"+script+"})(NAIBU._temp_doc);";eval(script);tar=evt=script=null},false);this.addEventListener("DOMNodeInserted",function(evt){var tar=evt.target;if(evt.eventPhase===3){if(tar.nodeName==="#cdata-section"){evt.currentTarget._text=tar.data}return}tar.addEventListener("DOMNodeInsertedIntoDocument",function(evt){var tar=evt.target;if(evt.eventPhase===Event.AT_TARGET&&!tar.getAttributeNodeNS("http://www.w3.org/1999/xlink","xlink:href")){var evtt=tar.ownerDocument.createEvent("SVGEvents");evtt.initEvent("S_Load",false,false);evt.currentTarget.dispatchEvent(evtt)}tar=evt=null},false)},false);return this}SVGScriptElement.constructor=SVGElement;SVGScriptElement.prototype=new SVGElement();function SVGEvent(){Event.apply(this,arguments);return this}SVGEvent.constructor=Event;SVGEvent.prototype=new Event();function SVGZoomEvent(){UIEvent.apply(this,arguments);this.zoomRectScreen=new SVGRect();this.previousScale=1;this.previousTranslate=new SVGPoint();this.newScale=1;this.newTranslate=new SVGPoint();return this}SVGZoomEvent.constructor=UIEvent;SVGZoomEvent.prototype=new UIEvent();function SVGAnimationElement(a){if(!!a){return this}SVGElement.apply(this);this.style.setProperty=function(){};this._tar=null;this.targetElement;this._beginValue="0ms";this._endValue=null;this._currentFrame=0;this._currentCount=0;this._maxCount=0;this._maxDur=0;this._isRepeat=false;this._simpleDuration=null;this._begin=null;this._end=null;this._from=this._to=this._values=this._by=null;this._keyTimes=null;this.addEventListener("beginEvent",function(c){var b=c.target;if(!b.isRepeat){b.endElementAt(b.getSimpleDuration())}else{b.beginElementAt(b.getSimpleDuration());if(b.getCurrentTime()!==0){var d=b.ownerDocument,c=d.createEvent("TimeEvents");b._currentCount++;c.initTimeEvent("repeatEvent",d.defaultView,b._currentCount);b.dispatchEvent(c)}}},false);this.addEventListener("DOMAttrModified",function(c){if(c.eventPhase===3){return}var b=c.target,d=c.attrName;if(d==="begin"){b._beginValue=c.newValue}else{if(d==="end"){b._endValue=c.newValue}else{if(d==="dur"){b._simpleDuration=b._getOffset(c.newValue)}else{if(d==="repeatCount"){b._maxCount=parseFloat(c.newValue);b._isRepeat=true}else{if(d==="repeatDur"){b._maxDur=parseFloat(c.newValue);b._isRepeat=true}else{if(d==="from"){b._from=c.newValue}else{if(d==="to"){b._to=c.newValue}else{if(d==="values"){b._values=c.newValue.split(";")}else{if(d==="by"){b._by=c.newValue}else{if(d==="keyTimes"){var f=c.newValue.split(";");b._keyTimes=[];for(var e=0;e<f.length;++e){b._keyTimes[e]=parseFloat(f[e])}f=null}}}}}}}}}}c=null},false);this.addEventListener("DOMNodeInserted",function(c){if(c.eventPhase===3){return}var b=c.target;b.addEventListener("DOMNodeInsertedIntoDocument",function(e){var d=e.target;if(d._values){}else{if(d._from&&d._to){d._values=[d._from,d._to]}else{if(d._from&&d._by){var g=parseFloat(d._from)+parseFloat(d._by),f=d._from.match(/\D+/)||[""];d._values=[d._from,g+f[0]]}else{if(d._to){d._values=[null,d._to]}else{if(d._by){d._values=[null,null,d._by]}else{if(!d.hasChildNodes()&&!d.hasAttributeNS(null,"path")){return this}}}}}}if(d.hasAttributeNS("http://www.w3.org/1999/xlink","xlink:href")){d.targetElement=d.ownerDocument.getElementById(d.getAttributeNS("http://www.w3.org/1999/xlink","xlink:href").substring(1))}else{d.targetElement=d.parentNode}d._eventSync(d._beginValue,(function(k,i,h,j){h.addEventListener(j.match(k._eventRegExp)[0],function(){if(i!==0){k.beginElementAt(i)}else{k._begin=NAIBU.Time.currentFrame;k.beginElement();k._currentFrame++}},false)}),"beginElementAt");if(d._endValue){d._eventSync(d._endValue,(function(k,i,h,j){h.addEventListener(j.match(k._eventRegExp)[0],function(){k.endElementAt(i)},false)}),"endElementAt")}e=d=null},false);c=b=null},false);this.addEventListener("repeatEvent",function(c){var b=c.target;if((b._currentCount>=b._maxCount)||(b.getCurrentTime()>=(b._maxDur+b.getStartTime()))){b._isRepeat=false}},false);return this}SVGAnimationElement.constructor=SVGElement;SVGAnimationElement.prototype=new SVGElement();SVGAnimationElement.prototype.beginElement=function(){var b=this.ownerDocument,a=b.createEvent("TimeEvents");a.initTimeEvent("beginEvent",b.defaultView,0);this.dispatchEvent(a)};SVGAnimationElement.prototype.endElement=function(){var b=this.ownerDocument,a=b.createEvent("TimeEvents");a.initTimeEvent("endEvent",b.defaultView,0);this.dispatchEvent(a)};SVGAnimationElement.prototype.beginElementAt=function(b){var a=this.ownerDocument.documentElement.getCurrentTime();this._begin=b+a};SVGAnimationElement.prototype.endElementAt=function(b){var a=this.ownerDocument.documentElement.getCurrentTime();this._end=b+a};SVGAnimationElement.prototype._eventRegExp=/(mouse|activ|clic|begi|en)[a-z]+/;SVGAnimationElement.prototype._timeRegExp=/[\-\d\.]+(h|min|s|ms)?/;SVGAnimationElement.prototype._unit={h:2880000,min:48000,s:800,ms:0.8};SVGAnimationElement.prototype._getOffset=function(a){var c=parseFloat(a.match(this._timeRegExp));if(!isNaN(c)&&RegExp.$1){var b=c*this._unit[RegExp.$1]}else{if(!isNaN(c)){var b=c}else{var b=0}}c=a=null;return b};SVGAnimationElement.prototype._eventSync=function(c,d,b){var e=this._getOffset(c);this._begin=NAIBU.Time.Max;if(/(mouse|activ|click|begin|end)/.test(c)){var a;if(/([^;]+)\.\D/.test(c)){a=this.ownerDocument.getElementById(RegExp.$1)}else{a=this.targetElement}if(!e&&e!==0){e=NAIBU.Time.Max}d(this,e,a,c)}else{if(!e&&(c!=="undefined")&&(e!==0)){this._begin=0}else{this[b](e)}}};SVGAnimationElement.prototype.getStartTime=function(){if(!!this._begin||(this._begin===0)){return(this._begin)}else{throw new DOMException(DOMException.INVALID_STATE_ERR)}};SVGAnimationElement.prototype.getCurrentTime=function(){return(this._currentFrame*125*0.8)};SVGAnimationElement.prototype.getSimpleDuration=function(){if(!!!this._simpleDuration&&!!!this._end&&(this._simpleDuration!==0)){throw new DOMException(DOMException.NOT_SUPPORTED_ERR)}else{if(!!this._simpleDuration&&!!this._end){var a=(this._simpleDuration>this._end-this._begin)?this._end-this._begin:this._simpleDuration}else{var a=!!this._end?this._end-this._begin:this._simpleDuration}}return a};NAIBU.Time={currentFrame:0,Max:7000,start:function(){if(NAIBU.Clip.length>0){screen.updateInterval=42;window.onscroll=function(){screen.updateInterval=0;screen.updateInterval=42};NAIBU.stop=setInterval((function(){var b=NAIBU.Time.currentFrame++;var f=NAIBU.Clip;var e=b*100;if(b>NAIBU.Time.Max){clearInterval(NAIBU.stop)}for(var d=0,a=f.length;d<a;++d){var c=f[d];c.ownerDocument.documentElement.setCurrentTime(e);if("_begin" in c){if(c.getStartTime()<=e){if(c.getCurrentTime()===0){c.beginElement()}c._currentFrame++}if(c._end&&(c._end<=e)&&(c.getCurrentTime()!==0)){c.endElement();c._frame&&c._frame();c._currentFrame=0;delete c._begin;c._end=null}else{if(!!c._frame){c._frame()}}}c=null}}),1)}else{window.onscroll=function(){screen.updateInterval=0;window.onscroll=NAIBU.emptyFunction}}}};NAIBU.Clip=[];function SVGAnimateElement(){SVGAnimationElement.apply(this);NAIBU.Clip[NAIBU.Clip.length]=this;this._valueList=[];this._isDiscrete=false;this.addEventListener("DOMAttrModified",function(a){if(a.eventPhase===3){return}if((a.attrName==="calcMode")&&(a.newValue==="discrete")){a.target._isDiscrete=true}},false);this.addEventListener("DOMNodeInserted",function(b){if(b.eventPhase===3){return}var a=b.target;a.addEventListener("DOMNodeInsertedIntoDocument",function(p){var j=p.target,m=j.getAttributeNS(null,"attributeName"),q=j.targetElement,k=q[m];var g=q.cloneNode(false);if(!j._values[0]){var e=q.ownerDocument.defaultView.getComputedStyle(q,"");j._values[0]=q.getAttributeNS(null,m)||e.getPropertyValue(m);if(!j._values[1]&&j._values[2]){var o=parseFloat(j._values[0])+parseFloat(j._values[2]),l=j._values[0].match(/\D+/)||[""];j._values[1]=o+l[0];j._values.pop();o=l=null}}if(!!k){k.animVal=g[m].baseVal;for(var h=0,f=j._values,d=f.length;h<d;++h){var c=q.cloneNode(false);delete c._tar;c.setAttributeNS(null,m,f[h]);j._valueList[j._valueList.length]=c[m].baseVal}}else{if(!!CSS2Properties[m]||m.indexOf("-")>-1){for(var h=0,f=j._values,d=f.length;h<d;++h){if((m==="fill")||(m==="stroke")||(m==="stop-color")){j._valueList[h]=new SVGPaint();j._valueList[h].setPaint(1,null,f[h],null)}else{j._valueList[h]=parseFloat(f[h])}}}else{if("animatedPoints" in q){q.animatedPoints=g.points;for(var h=0,f=j._values,d=f.length;h<d;++h){var c=q.cloneNode(false);delete c._tar;c.setAttributeNS(null,"points",f[h]);j._valueList[j._valueList.length]=c.points}}else{if("normalizedPathSegList" in q){q.animatedNormalizedPathSegList=g.normalizedPathSegList;for(var h=0,f=j._values,d=f.length;h<d;++h){var c=q.cloneNode(false);delete c._tar;c.setAttributeNS(null,"d",f[h]);j._valueList[j._valueList.length]=c.normalizedPathSegList}}else{g=null;return}}}}p=k=c=g=null},false)},false);this.addEventListener("beginEvent",function(c){var b=c.target;var d=b.getAttributeNS(null,"attributeName"),f=b.targetElement.attributes.getNamedItemNS(null,d);var e=b.targetElement,a=e[d];b._frame=function(){var l=b.getSimpleDuration()*0.8,j=b._valueList.length-1,i=b.getCurrentTime();if((j!==-1)&&(l!==0)&&(i<=l)){if(b._isDiscrete){++j}var s=Math.floor((i*j)/l);if(s===j){s-=1}}else{return}var r=b.ownerDocument.createEvent("MutationEvents");r.initMutationEvent("DOMNodeInsertedIntoDocument",false,false,null,null,null,null,null);if(b._keyTimes){var m=(b._keyTimes[s+1]-b._keyTimes[s])*l;var g=b._keyTimes[s]}else{var m=l/j;var g=s/j}if(!!a){var h=a.baseVal,k=a.animVal;var p=b._valueList[s].value;if(!b._isDiscrete){var o=b._valueList[s+1].value,q=p+(o-p)*(i-g*l)/m}else{var q=p}k.newValueSpecifiedUnits(h.unitType,q);a.baseVal=k;k=null;e.dispatchEvent(r);a.animVal=a.baseVal;a.baseVal=h;m=null}else{if(!!CSS2Properties[d]||d.indexOf("-")>-1){var h=null;var p=b._valueList[s].value,o=b._valueList[s+1].value;if(!b._isDiscrete){var q=p+(o-p)*(i-g*l)/m}else{var q=p}}else{if("animatedPoints" in e){var h=e.points;e.points=e.animatedPoints;e.dispatchEvent(r);e.animatedPoints=e.points;e.points=h}else{if("normalizedPathSegList" in e){var h=e.normalizedPathSegList;e.normalizedPathSegList=e.animatedNormalizedPathSegList;e.dispatchEvent(r);e.animatedNormalizedPathSegList=e.normalizedPathSegList;e.normalizedPathSegList=h}}}}r=p=o=q=l=j=s=i=null};c=vir=null},false);this.addEventListener("endEvent",function(b){var a=b.target,c=a.getAttributeNS(null,"fill");if(!c||(c==="remove")){var b=a.ownerDocument.createEvent("MutationEvents");b.initMutationEvent("DOMNodeInsertedIntoDocument",false,false,null,null,null,null,null);a.targetElement.dispatchEvent(b);b=null}},false);this.addEventListener("repeatEvent",function(b){var a=b.target},false);return this}SVGAnimateElement.constructor=SVGAnimationElement;SVGAnimateElement.prototype=new SVGAnimationElement(1);function SVGSetElement(){SVGAnimationElement.apply(this);NAIBU.Clip[NAIBU.Clip.length]=this;this._to="";this.addEventListener("DOMAttrModified",function(b){var a=b.target,c=b.attrName;if(c==="to"){a._to=b.newValue}a=c=null},false);this.addEventListener("beginEvent",function(c){var b=c.target;if(b.targetElement){var d=b.getAttributeNS(null,"attributeName"),g=b.targetElement.attributes.getNamedItemNS(null,d),a=b.targetElement[d];if(!!CSS2Properties[d]||d.indexOf("-")>-1){var e=b.ownerDocument.getOverrideStyle(b.targetElement,"");e.setProperty(d,b.getAttributeNS(null,"to"),null);e=null}else{if(!!a){var f=a.baseVal;if(f instanceof SVGLength){a.baseVal=b.ownerDocument.documentElement.createSVGLength()}else{if(f instanceof SVGRect){a.baseVal=b.ownerDocument.documentElement.createSVGRect()}}var c=b.ownerDocument.createEvent("MutationEvents");c.initMutationEvent("DOMAttrModified",true,false,g,g,b._to,d,MutationEvent.MODIFICATION);b.targetElement.dispatchEvent(c);c=null;a.animVal=a.baseVal;a.baseVal=f}}}c=b=d=null},false);this.addEventListener("endEvent",function(c){var b=c.target,f=b.getAttributeNS(null,"fill");if(!f||(f==="remove")){var d=b.getAttributeNS(null,"attributeName"),e=b.ownerDocument.defaultView.getComputedStyle(b.targetElement,"");b.targetElement.style.setProperty(d,e.getPropertyValue(d),null);var a=b.ownerDocument.createEvent("MutationEvents");a.initMutationEvent("DOMNodeInsertedIntoDocument",false,false,null,null,null,null,null);b.targetElement.dispatchEvent(a);d=e=a=null}b=f=null},false);this.addEventListener("repeatEvent",function(b){var a=b.target,c=a.getAttributeNS(null,"attributeName"),d=a.ownerDocument.defaultView.getComputedStyle(a.targetElement,"")},false);return this}SVGSetElement.constructor=SVGAnimationElement;SVGSetElement.prototype=new SVGAnimationElement(1);function SVGAnimateMotionElement(){SVGAnimationElement.apply(this);NAIBU.Clip[NAIBU.Clip.length]=this;this.addEventListener("DOMAttrModified",function(b){if(b.eventPhase===3){return}var a=b.target,c=b.attrName;if(c==="path"){var e=a.ownerDocument.createElementNS("http://www.w3.org/2000/svg","path");e.setAttributeNS(null,"d",b.newValue);a._path=e;e=null}},false);this.addEventListener("DOMNodeInserted",function(b){if(b.eventPhase===3){return}var a=b.target;a.addEventListener("DOMNodeInsertedIntoDocument",function(d){var c=[],g;if(a._values){for(var e=0,h=a._values,f=h.length;e<f;++e){g=h[e];g=g.split(",");c[e]=[+g[0],+g[1]]}a._valueList=c}},false)},false);this.addEventListener("beginEvent",function(b){var a=b.target,c=a.targetElement.transform;c.animVal=new SVGTransformList();if(c.baseVal.numberOfItems!==0){c.baseVal.consolidate();c.animVal.initialize(c.baseVal.createSVGTransformFromMatrix(c.baseVal.getItem(0).matrix))}else{c.animVal.appendItem(a.ownerDocument.documentElement.createSVGTransform())}a._frame=function(){var r=a,m=r._path,s=r.getSimpleDuration(),o=s*0.8,g=r.getCurrentTime(),u;if(s===0){s=null;return}if(m){var v=m.getTotalLength()*g/o,f=m.getPointAtLength(v),w=r.targetElement.transform;w.animVal.getItem(w.animVal.numberOfItems-1).setTranslate(f.x,f.y);var e=w.baseVal;w.baseVal=w.animVal;r.targetElement._cacheMatrix=null;var t=r.ownerDocument.createEvent("MutationEvents");t.initMutationEvent("DOMNodeInsertedIntoDocument",false,false,null,null,null,null,null);r.targetElement.dispatchEvent(t);w.baseVal=e;t=e=w=v=f=null}else{if(a._valueList){var q=0,v=0,k=a._valueList,h=k.length-1;if((h!==-1)&&(o!==0)&&(g<=o)){u=Math.floor((g*h)/o);if(u===h){u-=1}}else{return}for(var l=1,j=k.length;l<j;l+=2){q+=Math.sqrt(Math.pow(k[l][1]-k[l-1][1],2)+Math.pow(k[l][0]-k[l-1][0],2))}for(var l=1;l<u;l+=2){v+=Math.sqrt(Math.pow(k[l][1]-k[l-1][1],2)+Math.pow(k[l][0]-k[l-1][0],2))}var f=a.ownerDocument.documentElement.createSVGPoint(),w=r.targetElement.transform;v=(v/q)*o;f.x=k[u][0]+(k[u+1][0]-k[u][0])*(g-v)/o;f.y=k[u][1]+(k[u+1][1]-k[u][1])*(g-v)/o;w.animVal.getItem(w.animVal.numberOfItems-1).setTranslate(f.x,f.y);var e=w.baseVal;w.baseVal=w.animVal;r.targetElement._cacheMatrix=null;var t=r.ownerDocument.createEvent("MutationEvents");t.initMutationEvent("DOMNodeInsertedIntoDocument",false,false,null,null,null,null,null);r.targetElement.dispatchEvent(t);w.baseVal=e;t=e=w=v=f=null}}};b=c=tpn=tgsd=null},false);this.addEventListener("endEvent",function(c){var b=c.target,d=b.targetElement.transform,e=b.getAttributeNS(null,"fill");if(!e||(e==="remove")){d.animVal=d.baseVal;var a=b.ownerDocument.createEvent("MutationEvents");a.initMutationEvent("DOMNodeInsertedIntoDocument",false,false,null,null,null,null,null);b.targetElement.dispatchEvent(a)}b._frame=c=a=null},false);this.addEventListener("repeatEvent",function(b){var a=b.target},false);return this}SVGAnimateMotionElement.constructor=SVGAnimationElement;SVGAnimateMotionElement.prototype=new SVGAnimationElement(1);function SVGMPathElement(){SVGElement.apply(this);SVGURIReference.apply(this);return this}SVGMPathElement.constructor=SVGElement;SVGMPathElement.prototype=new SVGElement();function SVGAnimateColorElement(){SVGAnimationElement.apply(this);NAIBU.Clip[NAIBU.Clip.length]=this;this._valueList=[];this.addEventListener("DOMNodeInserted",function(b){if(b.eventPhase===3){return}var a=b.target;a.addEventListener("DOMNodeInsertedIntoDocument",function(k){var g=k.target,h=g.getAttributeNS(null,"attributeName"),l=g.targetElement,e=g.ownerDocument.defaultView.getComputedStyle(l,"");if(!g._values[0]){g._values[0]=e.getPropertyValue(h)}for(var f=0,d=g._values,c=d.length;f<c;++f){var j=new SVGColor();if(g._values[f]==="currentColor"){j.setRGBColor(e.getPropertyValue("color")||"black")}else{if(g._values[f]==="inherit"){j.setRGBColor(e.getPropertyValue(h)||"black")}else{j.setRGBColor(g._values[f])}}g._valueList[g._valueList.length]=j;j=null}},false)},false);this.addEventListener("beginEvent",function(b){var a=b.target,d=a.getAttributeNS(null,"attributeName"),e=a.ownerDocument.getOverrideStyle(a.targetElement,""),c=a.ownerDocument.defaultView.getComputedStyle(a.targetElement,"");if(a._values[0]!==null){e.setProperty(d,a._values[0],null)}a._frame=function(){var z=a;var u=z.getSimpleDuration()*0.8,k=z._valueList.length-1,j=z.getCurrentTime(),A,v,i;if((k!==-1)&&(u!==0)&&(j<=u)){A=Math.floor((j*k)/u);if(A===k){A-=1}}else{return}if(a._keyTimes){v=(a._keyTimes[A+1]-a._keyTimes[A])*u;i=a._keyTimes[A]}else{v=u/k;i=A/k}var l=z._valueList[A].rgbColor,p=z._valueList[A+1].rgbColor,o=(j-i*u)/v,q=CSSPrimitiveValue.CSS_NUMBER,t=l.red.getFloatValue(q),h=l.green.getFloatValue(q),m=l.blue.getFloatValue(q),f=t+(p.red.getFloatValue(q)-t)*o,s=h+(p.green.getFloatValue(q)-h)*o,w=m+(p.blue.getFloatValue(q)-m)*o;e.setProperty(d,"rgb("+Math.ceil(f)+","+Math.ceil(s)+","+Math.ceil(w)+")",null);z=u=k=j=l=p=t=h=m=q=f=s=w=null}},false);this.addEventListener("endEvent",function(c){var b=c.target;var a=b.ownerDocument.createEvent("MutationEvents");a.initMutationEvent("DOMNodeInsertedIntoDocument",false,false,null,null,null,null,null);b.targetElement.dispatchEvent(a);b._frame=c=a=null},false);this.addEventListener("repeatEvent",function(b){var a=b.target},false);return this}SVGAnimateColorElement.constructor=SVGAnimationElement;SVGAnimateColorElement.prototype=new SVGAnimationElement(1);function SVGAnimateTransformElement(){SVGAnimationElement.apply(this);NAIBU.Clip[NAIBU.Clip.length]=this;this.addEventListener("beginEvent",function(b){var a=b.target,c=a.targetElement.transform;c.animVal=new SVGTransformList();if(c.baseVal.numberOfItems!==0){c.animVal.initialize(c.baseVal.createSVGTransformFromMatrix(c.baseVal.getItem(0).matrix))}c.animVal.appendItem(a.ownerDocument.documentElement.createSVGTransform())},false);this.addEventListener("endEvent",function(b){var a=b.target},false);this.addEventListener("repeatEvent",function(b){var a=b.target},false);return this}SVGAnimateTransformElement.constructor=SVGAnimationElement;SVGAnimateTransformElement.prototype=new SVGAnimationElement(1);function SVGFontElement(){SVGElement.apply(this);this._isExternal=0;this.addEventListener("DOMNodeInserted",function(b){var a=b.target;if(b.eventPhase===3){return}a.addEventListener("DOMNodeInsertedIntoDocument",function(d){var c=d.target,e="http://www.w3.org/2000/svg",g=c.getElementsByTagNameNS(e,"font-face").item(0);var f=function(r){var o=r.target;var l=g.getAttributeNS(null,"font-family");var p=c.ownerDocument.getElementsByTagNameNS(e,"text");for(var m=0,q=c,j=p.length;m<j;++m){var k=p[m],h=q.ownerDocument.defaultView.getComputedStyle(k,"");if(h.getPropertyValue("font-family",null).indexOf(l)>-1){NAIBU._noie_createFont(k,q,true)}}r=c=o=curt=textElments=e=q=null};if(!g.__isLinked||c._isExternal){c.ownerDocument.documentElement._svgload_limited=0;c.ownerDocument.documentElement.addEventListener("SVGLoad",f,false)}},false)},false);return this}SVGFontElement.constructor=SVGElement;SVGFontElement.prototype=new SVGElement();function SVGGlyphElement(){SVGElement.apply(this);return this}SVGGlyphElement.constructor=SVGElement;SVGGlyphElement.prototype=new SVGElement();function SVGMissingGlyphElement(){SVGElement.apply(this);return this}SVGMissingGlyphElement.constructor=SVGElement;SVGMissingGlyphElement.prototype=new SVGElement();function SVGHKernElement(){SVGElement.apply(this);return this}SVGHKernElement.constructor=SVGElement;SVGHKernElement.prototype=new SVGElement();function SVGVKernElement(){SVGElement.apply(this);return this}SVGVKernElement.constructor=SVGElement;SVGVKernElement.prototype=new SVGElement();function SVGFontFaceElement(){SVGElement.apply(this);this._isLinked=0;this.addEventListener("DOMNodeInserted",function(a){if(a.eventPhase===3){if(a.target.localName==="font-face-uri"){a.currentTarget._isLinked=1}return}},false);return this}SVGFontFaceElement.constructor=SVGElement;SVGFontFaceElement.prototype=new SVGElement();function SVGFontFaceSrcElement(){SVGElement.apply(this);return this}SVGFontFaceSrcElement.constructor=SVGElement;SVGFontFaceSrcElement.prototype=new SVGElement();function SVGFontFaceUriElement(){SVGElement.apply(this);this.addEventListener("DOMNodeInserted",function(a){if(a.eventPhase===3){return}a.target.ownerDocument.documentElement._svgload_limited--;a.target.setAttributeNS("http://www.w3.org/1999/xlink","xlink:show","embed")},false);this.addEventListener("S_Load",function(b){var a=b.target,c=a.parentNode.parentNode.parentNode;if(c.localName==="defs"){c=a.parentNode.parentNode}a._instance._isExternal=1;c.parentNode.appendChild(a._instance);b=a=c=null},false);SVGURIReference.apply(this);return this}SVGFontFaceUriElement.constructor=SVGElement;SVGFontFaceUriElement.prototype=new SVGElement();function SVGFontFaceFormatElement(){SVGElement.apply(this);return this}SVGFontFaceFormatElement.constructor=SVGElement;SVGFontFaceFormatElement.prototype=new SVGElement();function SVGFontFaceNameElement(){SVGElement.apply(this);return this}SVGFontFaceNameElement.constructor=SVGElement;SVGFontFaceNameElement.prototype=new SVGElement();function SVGDefinitionSrcElement(){SVGElement.apply(this);return this}SVGDefinitionSrcElement.constructor=SVGElement;SVGDefinitionSrcElement.prototype=new SVGElement();function SVGMetadataElement(){SVGElement.apply(this);return this}SVGMetadataElement.constructor=SVGElement;SVGMetadataElement.prototype=new SVGElement();function SVGForeignObjectElement(){SVGElement.apply(this);this.x=new SVGAnimatedLength();this.y=new SVGAnimatedLength();this.width=new SVGAnimatedLength();this.height=new SVGAnimatedLength();return this}SVGForeignObjectElement.constructor=SVGElement;SVGForeignObjectElement.prototype=new SVGElement();DOMImplementation["http://www.w3.org/2000/svg"]={Document:SVGDocument,svg:SVGSVGElement,g:SVGGElement,path:NAIBU.SVGPathElement,title:SVGTitleElement,desc:SVGDescElement,defs:SVGDefsElement,linearGradient:SVGLinearGradientElement,radialGradient:SVGRadialGradientElement,stop:SVGStopElement,rect:SVGRectElement,circle:SVGCircleElement,ellipse:SVGEllipseElement,polyline:SVGPolylineElement,polygon:SVGPolygonElement,text:SVGTextElement,tspan:SVGTSpanElement,image:SVGImageElement,line:SVGLineElement,a:SVGAElement,altGlyphDef:SVGAltGlyphDefElement,altGlyph:SVGAltGlyphElement,altGlyphItem:SVGAltGlyphItemElement,animateColor:SVGAnimateColorElement,animate:SVGAnimateElement,animateMotion:SVGAnimateMotionElement,animateTransform:SVGAnimateTransformElement,clipPath:SVGClipPathElement,colorProfile:SVGColorProfileElement,cursor:SVGCursorElement,definitionSrc:SVGDefinitionSrcElement,feBlend:SVGFEBlendElement,feGaussianBlur:SVGFEGaussianBlurElement,filter:SVGFilterElement,font:SVGFontElement,"font-face":SVGFontFaceElement,"font-face-format":SVGFontFaceFormatElement,"font-face-name":SVGFontFaceNameElement,"font-face-src":SVGFontFaceSrcElement,"font-face-uri":SVGFontFaceUriElement,foreignObject:SVGForeignObjectElement,glyph:SVGGlyphElement,glyphRef:SVGGlyphRefElement,hkern:SVGHKernElement,marker:SVGMarkerElement,mask:SVGMaskElement,metadata:SVGMetadataElement,missingGlyph:SVGMissingGlyphElement,mpath:SVGMPathElement,script:SVGScriptElement,set:SVGSetElement,style:SVGStyleElement,"switch":SVGSwitchElement,textPath:SVGTextPathElement,tref:SVGTRefElement,use:SVGUseElement,view:SVGViewElement,vkern:SVGVKernElement,pattern:SVGPatternElement};NAIBU._fontSearchURI=function(a){var f=a.target.ownerDocument;var b=f.getElementsByTagNameNS("http://www.w3.org/2000/svg","font-face-uri");for(var d=0;d<b.length;++d){var g=b[d].getAttributeNS("http://www.w3.org/1999/xlink","href");var e=g.substring(g.indexOf("#")+1,g.length);var c=NAIBU.xmlhttp;c.open("GET",g.replace(/#.+$/,""),true);c.setRequestHeader("X-Requested-With","XMLHttpRequest");c.onreadystatechange=function(){if((c.readyState===4)&&(c.status===200)){var h=(new DOMParser()).parseFromString(c.responseText,"text/xml");NAIBU._font({document:h,docu:f,id:e});c=f=h=null}};c.send(null)}};NAIBU._font=function(g){var k=g.document,e="http://www.w3.org/2000/svg";var d=k.getElementsByTagNameNS(e,"font").item(0);var f=d.getElementsByTagNameNS(e,"font-face").item(0).getAttributeNS(null,"font-family");if(f&&(d.getAttributeNS(null,"id")===g.id)){var j=g.docu.getElementsByTagNameNS(e,"text");for(var h=0,c=j.length;h<c;++h){var b=j[h],a=g.docu.defaultView.getComputedStyle(b,"");if(a.getPropertyValue("font-family",null).indexOf(f)>-1){NAIBU._noie_createFont(b,d,false)}}}k=g=null};NAIBU._noie_createFont=function(m,B,A){var L=m.ownerDocument.defaultView.getComputedStyle(m,""),z="http://www.w3.org/2000/svg",k=m.getAttributeNS(null,"writing-mode")||m.parentNode.getAttributeNS(null,"writing-mode"),l=k?"vert-adv-y":"horiz-adv-x",E=m.firstChild,N,f=B.getElementsByTagNameNS(z,"glyph"),b=parseFloat(B.getElementsByTagNameNS(z,"font-face").item(0).getAttributeNS(null,"units-per-em")||1000),a=parseFloat((B.getAttributeNS(null,l)||b)),u=parseFloat(m.getAttributeNS(null,"x")||0),s=parseFloat(m.getAttributeNS(null,"y")||0),d=parseFloat(L.getPropertyValue("font-size")),C=d/b;ds=false,npdlist=["fill","fill-opacity","stroke","stroke-width","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-dasharray","stroke-opacity","opacity","cursor"];if(/a/[-1]==="a"){ds=true}else{if(A||k){ds=true}}if(ds){while(E){if(!f){break}N=E.data;if(N!==void 0){var w=[],K=[];for(var I=0,v=f.length;I<v;++I){var t=f[I],J=t.getAttributeNS(null,"unicode")||"なし";var e=t.getAttributeNS(null,"orientation"),M=true,F=true;if(e){if(e==="h"){M=false}}else{F=false}if((k&&M)||!(k||M)||!F){var p=N.indexOf(J);while(p>-1){w[p]=parseFloat(t.getAttributeNS(null,l)||a);K[p]=t.getAttributeNS(null,"d");p=N.indexOf(J,p+1)}}}for(var I=0,h=0;I<N.length;++I){if(w[I]!==void 0){var D=m.ownerDocument.createElementNS(z,"path");var H=m.ownerDocument.documentElement.createSVGMatrix();H.a=C;H.d=-C;for(var G=0;G<npdlist.length;++G){var g=npdlist[G],o=m.getAttributeNS(null,g);if(o){D.setAttributeNS(null,g,o)}}if(k){var q=s+h*C,r=u;if("、。".indexOf(N.charAt(I))>-1){var c=d/Math.SQRT2;r+=c;q-=c;c=null}H.e=r;H.f=q}else{H.e=u+h*C;H.f=s}D.setAttributeNS(null,"transform","matrix("+H.a+","+H.b+","+H.c+","+H.d+","+H.e+","+H.f+")");D.setAttributeNS(null,"d",K[I]);m.parentNode.insertBefore(D,m);h+=w[I];H=null}}h=w=K=null}else{if("tspan|a".indexOf(E.localName)>-1){NAIBU._noie_createFont(E,B,A)}}E=E.nextSibling}if(A){var L=m.ownerDocument.getOverrideStyle(m,null);L.setProperty("visibility","hidden");L=null}else{m.setAttributeNS(null,"opacity","0")}}N=k=l=b=a=u=s=d=L=z=E=null};(function(){var d=new CSSStyleDeclaration(),h=d._list,g=0,e=/([A-Z])/,f=/\-/,a,c;for(var b in CSS2Properties){if(CSS2Properties.hasOwnProperty(b)){c=b.replace(e,"-");if(!!RegExp.$1){a="-"+RegExp.$1.toLowerCase()}else{a="-"}c=c.replace(f,a);d.setProperty(c,CSS2Properties[b]);h[c]=h[g];h[g]._isDefault=1;++g;b=c=a=null}}h._opacity=1;h._fontSize=12;CSS2Properties._list=h;Document.prototype.defaultView._defaultCSS=h;d=g=e=f=h=null})();NAIBU.addEvent=function(a,b){if(window.addEventListener){window.addEventListener(a,b,false)}else{if(window.attachEvent){window.attachEvent("on"+a,b)}else{window["on"+a]=b}}if(sieb_s){b()}};function unsvgtovml(){try{if("stop" in NAIBU){clearInterval(NAIBU.stop)}window.onscroll=NAIBU.emptyFunction;window.detachEvent("onload",NAIBU._main);NAIBU.freeArg();Element=SVGElement=Attr=NamedNodeMap=CSS2Properties=CSSValue=CSSPrimitiveValue=NAIBU.xmlhttp=Node=Event=NAIBU=stlog=STLog=SVGColor=SVGPaint=null;Array=ActiveXObject=null}catch(a){}}NAIBU._main=(function(){stlog=new STLog(false);var u,b=document;try{u=new ActiveXObject("Msxml2.XMLHTTP")}catch(q){try{u=new ActiveXObject("Microsoft.XMLHTTP")}catch(g){u=false}}if(!u){try{u=new XMLHttpRequest()}catch(q){u=false}}NAIBU.xmlhttp=u;var d;if(("namespaces" in b)&&!b.namespaces.v){NAIBU.doc=new ActiveXObject("MSXML2.DomDocument");d=NAIBU.doc;b.namespaces.add("v","urn:schemas-microsoft-com:vml");b.namespaces.add("o","urn:schemas-microsoft-com:office:office");var j=b.createStyleSheet();var f="behavior: url(#default#VML);display: inline-block;} ";j.cssText="v\\:rect{"+f+"v\\:image{"+f+"v\\:fill{"+f+"v\\:stroke{"+f+"o\\:opacity2{"+f+"dn\\:defs{display:none}v\\:group{text-indent:0px;position:relative;width:100%;height:100%;"+f+"v\\:shape{width:100%;height:100%;"+f}var r=b.getElementsByTagName("script");for(var l=0;r[l];++l){var m=r[l],o=m.type;if(m.type==="image/svg+xml"){var t=m.text;if(sieb_s&&t.match(/&lt;svg/)){t=t.replace(/<.+?>/g,"");t=t.replace(/&lt;/g,"<").replace(/&gt;/g,">").replace(/&quot;/g,'"').replace(/&amp;/g,"&")}if(NAIBU.isMSIE){var v=new GetSVGDocument(m);v.xmlhttp={readyState:4,status:200,responseText:t.replace(/\shref=/g," target='_top' xlink:href=")};v._ca()}else{var c=location.href.replace(/\/[^\/]+?$/,"/");t=t.replace(/\shref=(['"a-z]+?):\/\//g," target='_top' xlink:href=$1://").replace(/\shref=(.)/g," target='_top' xlink:href=$1"+c);var h=NAIBU.textToSVG(t,m.getAttribute("width"),m.getAttribute("height"));m.parentNode.insertBefore(h,m)}m=t=null}o=null}NAIBU.doc=d;d=r=null;if(u&&NAIBU.isMSIE){if(!!b.createElementNS&&!!b.createElementNS("http://www.w3.org/2000/svg","svg").createSVGRect){}else{var k=b.getElementsByTagName("object"),a=b.getElementsByTagName("embed"),h=[],p=function(s){var A,w,z;for(var e=0;s[e];++e){w=s[e];h[h.length]=new GetSVGDocument(w);A=b.createElement("iframe");A.style.background="black";z=w.getAttribute("width");z&&A.setAttribute("width",z);z=w.getAttribute("height");z&&A.setAttribute("height",z);A.marginWidth=A.marginHeight="0px";A.scrolling="no";A.frameBorder="0";w.parentNode.insertBefore(A,w)}e=w=A=s=null};p(k);p(a);k=a=p=null;for(var l=0;l<h.length;++l){if(l<h.length-1){h[l]._next=h[l+1]}}if(l>0){h[0]._init()}h=null}}else{var k=b.getElementsByTagName("object");for(var l=0;l<k.length;++l){if(k[l].contentDocument){NAIBU._fontSearchURI({target:{ownerDocument:k[l].contentDocument}})}else{if(k[l].getSVGDocument){k[l].getSVGDocument()._docElement.addEventListener("SVGLoad",NAIBU._fontSearchURI,false)}else{}}}}u=b=null});NAIBU.addEvent("load",NAIBU._main);NAIBU.utf16=function(a){return unescape(a)};NAIBU.unescapeUTF16=function(a){return a.replace(/%u\w\w\w\w/g,NAIBU.utf16)};NAIBU.textToSVG=function(e,a,c){if(navigator.userAgent.indexOf("WebKit")>-1||navigator.userAgent.indexOf("Safari")>-1){var d="data:image/svg+xml;charset=utf-8,"+NAIBU.unescapeUTF16(escape(e));var b=document.createElement("object");b.setAttribute("data",d);b.setAttribute("width",a);b.setAttribute("height",c);b.setAttribute("type","image/svg+xml");return b}else{var f=(new DOMParser()).parseFromString(e,"text/xml");return(document.importNode(f.documentElement,true))}};NAIBU.addEvent("unload",unsvgtovml);
-NAIBU.isMSIE=/*@cc_on!@*/false;
\ No newline at end of file