X3D Model Documentation: PajekVisualizationExamples.x3d

  1  <?xml version="1.0" encoding="UTF-8"?>
  2  <!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 3.2//EN" "https://www.web3d.org/specifications/x3d-3.2.dtd">
  3  <X3D profile='Immersive' version='3.2 xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation='https://www.web3d.org/specifications/x3d-3.2.xsd'>
  4       <head>
  5            <meta name='titlecontent=' PajekVisualizationExamples.x3d '/>
  6            <meta name='descriptioncontent='Reverse engineer and hopefully elaborate on Pajek visualization structures'/>
  7            <meta name='creatorcontent='Don Brutzman and Elaine Reid'/>
  8            <meta name='createdcontent='17 May 2011'/>
  9            <meta name='modifiedcontent='25 September 2023'/>
 10            <meta name='referencecontent='http://pajek.imfm.si'/>
 11            <meta name='subjectcontent='network visualization'/>
 12            <meta name=' warning content=' under development '/>
 13            <meta name='identifiercontent=' https://www.web3d.org/x3d/content/examples/Savage/Tools/Visualization/PajekVisualizationExamples.x3d '/>
 14            <meta name='generatorcontent='X3D-Edit, https://www.web3d.org/x3d/tools/X3D-Edit'/>
 15            <meta name='licensecontent='../../license.html'/>
 16       </head>
<!--

<!-- to top DEF node index:

Index for Viewpoint node: Viewpoint_1

Index for ExternProtoDeclare definitions: Arc, NetworkText, Vertex
-->
 17       <Scene>
 18            <WorldInfo title='PajekVisualizationExamples.x3d'/>
 19            <ExternProtoDeclare name='Arcappinfo='Arc is a network connection between Vertex nodes, displayed using Cylinder/Cone (arrow/arrowhead) geometry with modifiable color and transparency'   url=' "PajekVisualizationPrototypes.x3d#Arc" "https://www.web3d.org/x3d/content/examples/Savage/Tools/Visualization/PajekVisualizationPrototypes.x3d#Arc" '>
 20                 <field name='nametype='SFStringaccessType='inputOutput'
                appinfo='name to identify this Arc'/>
 21                 <field name='descriptiontype='SFStringaccessType='inputOutput'
                appinfo='popup text describing this Arc'/>
 22                 <field name='cylinderHeighttype='SFFloataccessType='initializeOnly'
                appinfo='length of Arc between Vertex locations'/>
 23                 <field name='urltype='MFStringaccessType='inputOutput'
                appinfo='link to some other resource'/>
 24                 <field name='cylinderTranslationtype='SFVec3faccessType='inputOutput'
                appinfo='location of Arc'/>
 25                 <field name='coneTranslationtype='SFVec3faccessType='inputOutput'
                appinfo='see TODO items in ArcScript'/>
 26                 <field name='rotationtype='SFRotationaccessType='inputOutput'
                appinfo='orientation of Arc'/>
 27                 <field name='displayModetype='SFStringaccessType='inputOutput'
                appinfo='rendering choices: BallAndStick, Ball, Stick'/>
 28                 <field name='diffuseColortype='SFColoraccessType='inputOutput'
                appinfo='diffuseColor of Arc'/>
 29                 <field name='transparencytype='SFFloataccessType='inputOutput'
                appinfo='transparency of Arc'/>
 30                 <field name='ballRadiustype='SFFloataccessType='inputOutput'
                appinfo='offset distance for Cone arrowhead; TODO this needs to match values in the Vertex protopye, which is iniitialized separately'/>
 31                 <field name='traceEnabledtype='SFBoolaccessType='inputOutput'
                appinfo='debug trace to Browser output console'/>
 32            </ExternProtoDeclare>
 33            <ExternProtoDeclare name='Vertexappinfo='Vertex is a node, typically connected by zero or more Arc segments, and displayed using Sphere geometry with modifiable color and transparency'   url=' "PajekVisualizationPrototypes.x3d#Vertex" "https://www.web3d.org/x3d/content/examples/Savage/Tools/Visualization/PajekVisualizationPrototypes.x3d#Vertex" '>
 34                 <field name='nametype='SFStringaccessType='inputOutput'
                appinfo='name to identify this Vertex'/>
 35                 <field name='descriptiontype='SFStringaccessType='inputOutput'
                appinfo='popup text describing this Vertex'/>
 36                 <field name='urltype='MFStringaccessType='inputOutput'
                appinfo='link to some other resource'/>
 37                 <field name='radiustype='SFFloataccessType='initializeOnly'
                appinfo='size of Vertex ball'/>
 38                 <field name='displayModetype='SFStringaccessType='inputOutput'
                appinfo='rendering choices: BallAndStick, Ball, Stick'/>
 39                 <field name='diffuseColortype='SFColoraccessType='inputOutput'
                appinfo='diffuseColor of Vertex'/>
 40                 <field name='transparencytype='SFFloataccessType='inputOutput'
                appinfo='transparency of Vertex'/>
 41                 <field name='translationtype='SFVec3faccessType='inputOutput'
                appinfo='location of Vertex'/>
 42                 <field name='vertexTexttype='MFStringaccessType='inputOutput'
                appinfo='labels to identify Vertex'/>
 43                 <field name='textTranslationtype='SFVec3faccessType='inputOutput'
                appinfo='location of Text'/>
 44                 <field name='textColortype='SFColoraccessType='inputOutput'
                appinfo='diffuseColor of Text'/>
 45            </ExternProtoDeclare>
 46            <ExternProtoDeclare name='NetworkTextappinfo='Text describing what the Vertices and Arcs are about'   url=' "PajekVisualizationPrototypes.x3d#NetworkText" "https://www.web3d.org/x3d/content/examples/Savage/Tools/Visualization/PajekVisualizationPrototypes.x3d#NetworkText" '>
 47                 <field name='texttype='MFStringaccessType='inputOutput'
                appinfo='information to identify the Integral Network'/>
 48            </ExternProtoDeclare>
 49            <Background groundAngle='1.309 1.570796groundColor='0 0.5 0.7 0 0.4 0.7 0.6 0.5 0.7skyAngle='1.309 1.571skyColor='0 0.5 0.8 0 0.6 0.7 0.6 0.6 0.7'/>
 50            <PointLight ambientIntensity='1location='0 0 5radius='30'/>
 51            <NavigationInfo transitionType='"ANIMATE"type='"EXAMINE" "FLY" "ANY"'/>
 52            <Viewpoint description='Inspect 15JAN2010Newmanorientation='1 0 0 -0.0997position='0 2 20'/>
 53            <ProtoInstance name='Arc'>
 54                 <fieldValue name='cylinderHeightvalue='0.65761'/>
 55                 <fieldValue name='cylinderTranslationvalue='2.25736 -0.05206 1.13297'/>
 56                 <fieldValue name='coneTranslationvalue='2.38110 0.04266 1.19788'/>
 57                 <fieldValue name='rotationvalue='25.28641 0 -48.20371 0.97509'/>
 58                 <fieldValue name='diffuseColorvalue='0 0 0'/>
 59                 <fieldValue name='ballRadiusvalue='0.02'/>
 60                 <fieldValue name='traceEnabledvalue='false'/>
 61                 <fieldValue name='displayMode'/>
 62                 <fieldValue name='transparencyvalue='0'/>
 63            </ProtoInstance>
 64            <ProtoInstance name='Arc'>
 65                 <fieldValue name='cylinderHeightvalue='0.68935'/>
 66                 <fieldValue name='cylinderTranslationvalue='2.34986 -0.29423 0.94145'/>
 67                 <fieldValue name='coneTranslationvalue='2.52856 -0.32514 0.90657'/>
 68                 <fieldValue name='rotationvalue='-13.01910 0 -66.70433 1.73896'/>
 69                 <fieldValue name='diffuseColorvalue='0 0 0'/>
 70                 <fieldValue name='ballRadiusvalue='0.02'/>
 71                 <fieldValue name='traceEnabledvalue='false'/>
 72                 <fieldValue name='displayMode'/>
 73                 <fieldValue name='transparencyvalue='0'/>
 74            </ProtoInstance>
 75            <ProtoInstance name='Arc'>
 76                 <fieldValue name='cylinderHeightvalue='1.20838'/>
 77                 <fieldValue name='cylinderTranslationvalue='1.49563 -0.26672 0.70160'/>
 78                 <fieldValue name='coneTranslationvalue='1.11281 -0.28890 0.47741'/>
 79                 <fieldValue name='rotationvalue='-60.98853 0 104.14319 1.62076'/>
 80                 <fieldValue name='diffuseColorvalue='0 0 0'/>
 81                 <fieldValue name='ballRadiusvalue='0.02'/>
 82                 <fieldValue name='traceEnabledvalue='false'/>
 83                 <fieldValue name='displayMode'/>
 84                 <fieldValue name='transparencyvalue='0'/>
 85            </ProtoInstance>
 86            <ProtoInstance name='Arc'>
 87                 <fieldValue name='cylinderHeightvalue='0.91242'/>
 88                 <fieldValue name='cylinderTranslationvalue='1.78149 0.00787 0.70120'/>
 89                 <fieldValue name='coneTranslationvalue='1.62900 0.16657 0.50295'/>
 90                 <fieldValue name='rotationvalue='-61.06756 0 46.97057 1.00539'/>
 91                 <fieldValue name='diffuseColorvalue='0 0 0'/>
 92                 <fieldValue name='ballRadiusvalue='0.02'/>
 93                 <fieldValue name='traceEnabledvalue='false'/>
 94                 <fieldValue name='displayMode'/>
 95                 <fieldValue name='transparencyvalue='0'/>
 96            </ProtoInstance>
 97            <ProtoInstance name='Arc'>
 98                 <fieldValue name='cylinderHeightvalue='0.89699'/>
 99                 <fieldValue name='cylinderTranslationvalue='2.38459 -0.37072 1.22458'/>
100                 <fieldValue name='coneTranslationvalue='2.62146 -0.45704 1.36483'/>
101                 <fieldValue name='rotationvalue='43.60731 0 -73.64861 1.87463'/>
102                 <fieldValue name='diffuseColorvalue='0 0 0'/>
103                 <fieldValue name='ballRadiusvalue='0.02'/>
104                 <fieldValue name='traceEnabledvalue='false'/>
105                 <fieldValue name='displayMode'/>
106                 <fieldValue name='transparencyvalue='0'/>
107            </ProtoInstance>
108            <ProtoInstance name='Arc'>
109                 <fieldValue name='cylinderHeightvalue='0.86470'/>
110                 <fieldValue name='cylinderTranslationvalue='2.36929 -0.37136 1.21672'/>
111                 <fieldValue name='coneTranslationvalue='2.59163 -0.45628 1.34912'/>
112                 <fieldValue name='rotationvalue='42.03600 0 -70.59026 1.88790'/>
113                 <fieldValue name='diffuseColorvalue='0 0 0'/>
114                 <fieldValue name='ballRadiusvalue='0.02'/>
115                 <fieldValue name='traceEnabledvalue='false'/>
116                 <fieldValue name='displayMode'/>
117                 <fieldValue name='transparencyvalue='0'/>
118            </ProtoInstance>
119            <ProtoInstance name='Arc'>
120                 <fieldValue name='cylinderHeightvalue='0.48309'/>
121                 <fieldValue name='cylinderTranslationvalue='2.01660 -0.18164 0.77132'/>
122                 <fieldValue name='coneTranslationvalue='2.01669 -0.16310 0.69191'/>
123                 <fieldValue name='rotationvalue='-47.04416 0 -0.05135 1.34147'/>
124                 <fieldValue name='diffuseColorvalue='0 0 0'/>
125                 <fieldValue name='ballRadiusvalue='0.02'/>
126                 <fieldValue name='traceEnabledvalue='false'/>
127                 <fieldValue name='displayMode'/>
128                 <fieldValue name='transparencyvalue='0'/>
129            </ProtoInstance>
130            <ProtoInstance name='Arc'>
131                 <fieldValue name='cylinderHeightvalue='0.55019'/>
132                 <fieldValue name='cylinderTranslationvalue='2.23610 -0.32820 1.14432'/>
133                 <fieldValue name='coneTranslationvalue='2.32804 -0.36655 1.20197'/>
134                 <fieldValue name='rotationvalue='27.55626 0 -43.95100 1.91048'/>
135                 <fieldValue name='diffuseColorvalue='0 0 0'/>
136                 <fieldValue name='ballRadiusvalue='0.02'/>
137                 <fieldValue name='traceEnabledvalue='false'/>
138                 <fieldValue name='displayMode'/>
139                 <fieldValue name='transparencyvalue='0'/>
140            </ProtoInstance>
141            <ProtoInstance name='Arc'>
142                 <fieldValue name='cylinderHeightvalue='0.38574'/>
143                 <fieldValue name='cylinderTranslationvalue='1.87785 -0.28046 1.13339'/>
144                 <fieldValue name='coneTranslationvalue='1.85425 -0.28794 1.15501'/>
145                 <fieldValue name='rotationvalue='25.36962 -0.00000 27.69807 1.80049'/>
146                 <fieldValue name='diffuseColorvalue='0 0 0'/>
147                 <fieldValue name='ballRadiusvalue='0.02'/>
148                 <fieldValue name='traceEnabledvalue='false'/>
149                 <fieldValue name='displayMode'/>
150                 <fieldValue name='transparencyvalue='0'/>
151            </ProtoInstance>
152            <ProtoInstance name='Arc'>
153                 <fieldValue name='cylinderHeightvalue='0.61757'/>
154                 <fieldValue name='cylinderTranslationvalue='1.89988 0.03768 0.92540'/>
155                 <fieldValue name='coneTranslationvalue='1.84377 0.16982 0.88631'/>
156                 <fieldValue name='rotationvalue='-16.22783 0 23.29173 0.47762'/>
157                 <fieldValue name='diffuseColorvalue='0 0 0'/>
158                 <fieldValue name='ballRadiusvalue='0.02'/>
159                 <fieldValue name='traceEnabledvalue='false'/>
160                 <fieldValue name='displayMode'/>
161                 <fieldValue name='transparencyvalue='0'/>
162            </ProtoInstance>
163            <ProtoInstance name='Arc'>
164                 <fieldValue name='cylinderHeightvalue='0.89699'/>
165                 <fieldValue name='cylinderTranslationvalue='2.38458 -0.37073 1.22458'/>
166                 <fieldValue name='coneTranslationvalue='2.62146 -0.45704 1.36483'/>
167                 <fieldValue name='rotationvalue='43.60757 0 -73.64833 1.87463'/>
168                 <fieldValue name='diffuseColorvalue='0 0 0'/>
169                 <fieldValue name='ballRadiusvalue='0.02'/>
170                 <fieldValue name='traceEnabledvalue='false'/>
171                 <fieldValue name='displayMode'/>
172                 <fieldValue name='transparencyvalue='0'/>
173            </ProtoInstance>
174            <ProtoInstance name='Arc'>
175                 <fieldValue name='cylinderHeightvalue='0.79742'/>
176                 <fieldValue name='cylinderTranslationvalue='2.34121 -0.36295 1.20006'/>
177                 <fieldValue name='coneTranslationvalue='2.53571 -0.43864 1.31593'/>
178                 <fieldValue name='rotationvalue='38.70438 0 -64.97307 1.89341'/>
179                 <fieldValue name='diffuseColorvalue='0 0 0'/>
180                 <fieldValue name='ballRadiusvalue='0.02'/>
181                 <fieldValue name='traceEnabledvalue='false'/>
182                 <fieldValue name='displayMode'/>
183                 <fieldValue name='transparencyvalue='0'/>
184            </ProtoInstance>
185            <ProtoInstance name='Arc'>
186                 <fieldValue name='cylinderHeightvalue='0.89699'/>
187                 <fieldValue name='cylinderTranslationvalue='2.38458 -0.37073 1.22458'/>
188                 <fieldValue name='coneTranslationvalue='2.62146 -0.45704 1.36483'/>
189                 <fieldValue name='rotationvalue='43.60757 0 -73.64833 1.87463'/>
190                 <fieldValue name='diffuseColorvalue='0 0 0'/>
191                 <fieldValue name='ballRadiusvalue='0.02'/>
192                 <fieldValue name='traceEnabledvalue='false'/>
193                 <fieldValue name='displayMode'/>
194                 <fieldValue name='transparencyvalue='0'/>
195            </ProtoInstance>
196            <ProtoInstance name='Arc'>
197                 <fieldValue name='cylinderHeightvalue='0.55019'/>
198                 <fieldValue name='cylinderTranslationvalue='2.23610 -0.32820 1.14432'/>
199                 <fieldValue name='coneTranslationvalue='2.32804 -0.36655 1.20197'/>
200                 <fieldValue name='rotationvalue='27.55626 0 -43.95100 1.91048'/>
201                 <fieldValue name='diffuseColorvalue='0 0 0'/>
202                 <fieldValue name='ballRadiusvalue='0.02'/>
203                 <fieldValue name='traceEnabledvalue='false'/>
204                 <fieldValue name='displayMode'/>
205                 <fieldValue name='transparencyvalue='0'/>
206            </ProtoInstance>
207            <ProtoInstance name='Arc'>
208                 <fieldValue name='cylinderHeightvalue='0.25444'/>
209                 <fieldValue name='cylinderTranslationvalue='2.11876 -0.28479 1.06457'/>
210                 <fieldValue name='coneTranslationvalue='2.09237 -0.27236 1.04962'/>
211                 <fieldValue name='rotationvalue='11.60582 0 -20.48412 1.95973'/>
212                 <fieldValue name='diffuseColorvalue='0 0 0'/>
213                 <fieldValue name='ballRadiusvalue='0.02'/>
214                 <fieldValue name='traceEnabledvalue='false'/>
215                 <fieldValue name='displayMode'/>
216                 <fieldValue name='transparencyvalue='0'/>
217            </ProtoInstance>
218            <ProtoInstance name='Arc'>
219                 <fieldValue name='cylinderHeightvalue='0.86230'/>
220                 <fieldValue name='cylinderTranslationvalue='2.36842 -0.37113 1.21587'/>
221                 <fieldValue name='coneTranslationvalue='2.58985 -0.45576 1.34752'/>
222                 <fieldValue name='rotationvalue='41.86610 0 -70.41600 1.88824'/>
223                 <fieldValue name='diffuseColorvalue='0 0 0'/>
224                 <fieldValue name='ballRadiusvalue='0.02'/>
225                 <fieldValue name='traceEnabledvalue='false'/>
226                 <fieldValue name='displayMode'/>
227                 <fieldValue name='transparencyvalue='0'/>
228            </ProtoInstance>
229            <ProtoInstance name='Arc'>
230                 <fieldValue name='cylinderHeightvalue='0.52922'/>
231                 <fieldValue name='cylinderTranslationvalue='2.22668 -0.32630 1.13967'/>
232                 <fieldValue name='coneTranslationvalue='2.30983 -0.36179 1.19229'/>
233                 <fieldValue name='rotationvalue='26.62477 0 -42.06666 1.91688'/>
234                 <fieldValue name='diffuseColorvalue='0 0 0'/>
235                 <fieldValue name='ballRadiusvalue='0.02'/>
236                 <fieldValue name='traceEnabledvalue='false'/>
237                 <fieldValue name='displayMode'/>
238                 <fieldValue name='transparencyvalue='0'/>
239            </ProtoInstance>
240            <ProtoInstance name='Arc'>
241                 <fieldValue name='cylinderHeightvalue='0.89783'/>
242                 <fieldValue name='cylinderTranslationvalue='1.66068 0.00953 1.12686'/>
243                 <fieldValue name='coneTranslationvalue='1.43178 0.16790 1.20430'/>
244                 <fieldValue name='rotationvalue='24.06382 -0.00000 71.13251 0.99064'/>
245                 <fieldValue name='diffuseColorvalue='0 0 0'/>
246                 <fieldValue name='ballRadiusvalue='0.02'/>
247                 <fieldValue name='traceEnabledvalue='false'/>
248                 <fieldValue name='displayMode'/>
249                 <fieldValue name='transparencyvalue='0'/>
250            </ProtoInstance>
251            <ProtoInstance name='Arc'>
252                 <fieldValue name='cylinderHeightvalue='1.14581'/>
253                 <fieldValue name='cylinderTranslationvalue='1.66602 -0.02159 1.40565'/>
254                 <fieldValue name='coneTranslationvalue='1.41353 0.13333 1.69330'/>
255                 <fieldValue name='rotationvalue='79.82261 -0.00000 70.06465 1.18619'/>
256                 <fieldValue name='diffuseColorvalue='0 0 0'/>
257                 <fieldValue name='ballRadiusvalue='0.02'/>
258                 <fieldValue name='traceEnabledvalue='false'/>
259                 <fieldValue name='displayMode'/>
260                 <fieldValue name='transparencyvalue='0'/>
261            </ProtoInstance>
262            <ProtoInstance name='Arc'>
263                 <fieldValue name='cylinderHeightvalue='0.86230'/>
264                 <fieldValue name='cylinderTranslationvalue='2.36842 -0.37113 1.21587'/>
265                 <fieldValue name='coneTranslationvalue='2.58985 -0.45576 1.34752'/>
266                 <fieldValue name='rotationvalue='41.86610 0 -70.41600 1.88824'/>
267                 <fieldValue name='diffuseColorvalue='0 0 0'/>
268                 <fieldValue name='ballRadiusvalue='0.02'/>
269                 <fieldValue name='traceEnabledvalue='false'/>
270                 <fieldValue name='displayMode'/>
271                 <fieldValue name='transparencyvalue='0'/>
272            </ProtoInstance>
273            <ProtoInstance name='Arc'>
274                 <fieldValue name='cylinderHeightvalue='0.45659'/>
275                 <fieldValue name='cylinderTranslationvalue='2.23508 -0.29912 1.02542'/>
276                 <fieldValue name='coneTranslationvalue='2.30052 -0.31784 1.03107'/>
277                 <fieldValue name='rotationvalue='3.77655 0 -43.74761 1.84844'/>
278                 <fieldValue name='diffuseColorvalue='0 0 0'/>
279                 <fieldValue name='ballRadiusvalue='0.02'/>
280                 <fieldValue name='traceEnabledvalue='false'/>
281                 <fieldValue name='displayMode'/>
282                 <fieldValue name='transparencyvalue='0'/>
283            </ProtoInstance>
284            <ProtoInstance name='Arc'>
285                 <fieldValue name='cylinderHeightvalue='0.90831'/>
286                 <fieldValue name='cylinderTranslationvalue='1.91424 -0.03731 0.61140'/>
287                 <fieldValue name='coneTranslationvalue='1.84810 0.09174 0.35547'/>
288                 <fieldValue name='rotationvalue='-79.02807 0 20.42105 1.11664'/>
289                 <fieldValue name='diffuseColorvalue='0 0 0'/>
290                 <fieldValue name='ballRadiusvalue='0.02'/>
291                 <fieldValue name='traceEnabledvalue='false'/>
292                 <fieldValue name='displayMode'/>
293                 <fieldValue name='transparencyvalue='0'/>
294            </ProtoInstance>
295            <ProtoInstance name='Arc'>
296                 <fieldValue name='cylinderHeightvalue='0.56338'/>
297                 <fieldValue name='cylinderTranslationvalue='2.24148 -0.33017 1.14760'/>
298                 <fieldValue name='coneTranslationvalue='2.33874 -0.37061 1.20853'/>
299                 <fieldValue name='rotationvalue='28.21135 0 -45.02757 1.90959'/>
300                 <fieldValue name='diffuseColorvalue='0 0 0'/>
301                 <fieldValue name='ballRadiusvalue='0.02'/>
302                 <fieldValue name='traceEnabledvalue='false'/>
303                 <fieldValue name='displayMode'/>
304                 <fieldValue name='transparencyvalue='0'/>
305            </ProtoInstance>
306            <ProtoInstance name='Arc'>
307                 <fieldValue name='cylinderHeightvalue='0.71867'/>
308                 <fieldValue name='cylinderTranslationvalue='0.05672 -0.03371 0.60333'/>
309                 <fieldValue name='coneTranslationvalue='0.14150 -0.20980 0.56412'/>
310                 <fieldValue name='rotationvalue='-14.13433 0 -30.56439 2.65393'/>
311                 <fieldValue name='diffuseColorvalue='0 0 0'/>
312                 <fieldValue name='ballRadiusvalue='0.02'/>
313                 <fieldValue name='traceEnabledvalue='false'/>
314                 <fieldValue name='displayMode'/>
315                 <fieldValue name='transparencyvalue='0'/>
316            </ProtoInstance>
317            <ProtoInstance name='Arc'>
318                 <fieldValue name='cylinderHeightvalue='0.21718'/>
319                 <fieldValue name='cylinderTranslationvalue='-0.15103 0.37741 0.67407'/>
320                 <fieldValue name='coneTranslationvalue='-0.12502 0.33306 0.67404'/>
321                 <fieldValue name='rotationvalue='0.01533 -0.00000 10.98622 0.53037'/>
322                 <fieldValue name='diffuseColorvalue='0 0 0'/>
323                 <fieldValue name='ballRadiusvalue='0.02'/>
324                 <fieldValue name='traceEnabledvalue='false'/>
325                 <fieldValue name='displayMode'/>
326                 <fieldValue name='transparencyvalue='0'/>
327            </ProtoInstance>
328            <ProtoInstance name='Arc'>
329                 <fieldValue name='cylinderHeightvalue='0.56077'/>
330                 <fieldValue name='cylinderTranslationvalue='-0.06565 0.50389 0.50305'/>
331                 <fieldValue name='coneTranslationvalue='-0.05258 0.59841 0.42965'/>
332                 <fieldValue name='rotationvalue='-34.19028 0 -6.08896 0.66784'/>
333                 <fieldValue name='diffuseColorvalue='0 0 0'/>
334                 <fieldValue name='ballRadiusvalue='0.02'/>
335                 <fieldValue name='traceEnabledvalue='false'/>
336                 <fieldValue name='displayMode'/>
337                 <fieldValue name='transparencyvalue='0'/>
338            </ProtoInstance>
339            <ProtoInstance name='Arc'>
340                 <fieldValue name='cylinderHeightvalue='0.80382'/>
341                 <fieldValue name='cylinderTranslationvalue='0.29871 0.35896 0.67298'/>
342                 <fieldValue name='coneTranslationvalue='0.53635 0.40424 0.67237'/>
343                 <fieldValue name='rotationvalue='-0.20347 0 -78.96187 1.38253'/>
344                 <fieldValue name='diffuseColorvalue='0 0 0'/>
345                 <fieldValue name='ballRadiusvalue='0.02'/>
346                 <fieldValue name='traceEnabledvalue='false'/>
347                 <fieldValue name='displayMode'/>
348                 <fieldValue name='transparencyvalue='0'/>
349            </ProtoInstance>
350            <ProtoInstance name='Arc'>
351                 <fieldValue name='cylinderHeightvalue='0.93803'/>
352                 <fieldValue name='cylinderTranslationvalue='-0.46814 0.09022 0.88402'/>
353                 <fieldValue name='coneTranslationvalue='-0.71327 -0.03729 1.02239'/>
354                 <fieldValue name='rotationvalue='42.00419 -0.00000 74.40869 1.99612'/>
355                 <fieldValue name='diffuseColorvalue='0 0 0'/>
356                 <fieldValue name='ballRadiusvalue='0.02'/>
357                 <fieldValue name='traceEnabledvalue='false'/>
358                 <fieldValue name='displayMode'/>
359                 <fieldValue name='transparencyvalue='0'/>
360            </ProtoInstance>
361            <ProtoInstance name='Arc'>
362                 <fieldValue name='cylinderHeightvalue='0.91706'/>
363                 <fieldValue name='cylinderTranslationvalue='-0.14452 0.71067 0.51388'/>
364                 <fieldValue name='coneTranslationvalue='-0.17605 0.98862 0.40964'/>
365                 <fieldValue name='rotationvalue='-32.02288 0 9.68490 0.37343'/>
366                 <fieldValue name='diffuseColorvalue='0 0 0'/>
367                 <fieldValue name='ballRadiusvalue='0.02'/>
368                 <fieldValue name='traceEnabledvalue='false'/>
369                 <fieldValue name='displayMode'/>
370                 <fieldValue name='transparencyvalue='0'/>
371            </ProtoInstance>
372            <ProtoInstance name='Arc'>
373                 <fieldValue name='cylinderHeightvalue='0.50553'/>
374                 <fieldValue name='cylinderTranslationvalue='0.00930 0.27188 0.90343'/>
375                 <fieldValue name='coneTranslationvalue='0.04798 0.26752 0.98763'/>
376                 <fieldValue name='rotationvalue='45.88658 0 -21.07982 1.61774'/>
377                 <fieldValue name='diffuseColorvalue='0 0 0'/>
378                 <fieldValue name='ballRadiusvalue='0.02'/>
379                 <fieldValue name='traceEnabledvalue='false'/>
380                 <fieldValue name='displayMode'/>
381                 <fieldValue name='transparencyvalue='0'/>
382            </ProtoInstance>
383            <ProtoInstance name='Arc'>
384                 <fieldValue name='cylinderHeightvalue='0.61261'/>
385                 <fieldValue name='cylinderTranslationvalue='-0.05163 0.23896 0.37426'/>
386                 <fieldValue name='coneTranslationvalue='-0.03040 0.21757 0.23110'/>
387                 <fieldValue name='rotationvalue='-59.94674 0 -8.89292 1.71752'/>
388                 <fieldValue name='diffuseColorvalue='0 0 0'/>
389                 <fieldValue name='ballRadiusvalue='0.02'/>
390                 <fieldValue name='traceEnabledvalue='false'/>
391                 <fieldValue name='displayMode'/>
392                 <fieldValue name='transparencyvalue='0'/>
393            </ProtoInstance>
394            <ProtoInstance name='Arc'>
395                 <fieldValue name='cylinderHeightvalue='0.27150'/>
396                 <fieldValue name='cylinderTranslationvalue='-0.19471 0.37104 0.64110'/>
397                 <fieldValue name='coneTranslationvalue='-0.17710 0.35544 0.64698'/>
398                 <fieldValue name='rotationvalue='-6.57932 0 19.72321 0.87229'/>
399                 <fieldValue name='diffuseColorvalue='0 0 0'/>
400                 <fieldValue name='ballRadiusvalue='0.02'/>
401                 <fieldValue name='traceEnabledvalue='false'/>
402                 <fieldValue name='displayMode'/>
403                 <fieldValue name='transparencyvalue='0'/>
404            </ProtoInstance>
405            <ProtoInstance name='Arc'>
406                 <fieldValue name='cylinderHeightvalue='1.08326'/>
407                 <fieldValue name='cylinderTranslationvalue='-0.40935 0.24240 1.11391'/>
408                 <fieldValue name='coneTranslationvalue='-0.63007 0.21327 1.42387'/>
409                 <fieldValue name='rotationvalue='87.98262 -0.00000 62.65081 1.64719'/>
410                 <fieldValue name='diffuseColorvalue='0 0 0'/>
411                 <fieldValue name='ballRadiusvalue='0.02'/>
412                 <fieldValue name='traceEnabledvalue='false'/>
413                 <fieldValue name='displayMode'/>
414                 <fieldValue name='transparencyvalue='0'/>
415            </ProtoInstance>
416            <ProtoInstance name='Arc'>
417                 <fieldValue name='cylinderHeightvalue='1.07240'/>
418                 <fieldValue name='cylinderTranslationvalue='-0.46035 0.40884 1.04706'/>
419                 <fieldValue name='coneTranslationvalue='-0.71591 0.49662 1.30881'/>
420                 <fieldValue name='rotationvalue='74.61309 -0.00000 72.85050 1.33531'/>
421                 <fieldValue name='diffuseColorvalue='0 0 0'/>
422                 <fieldValue name='ballRadiusvalue='0.02'/>
423                 <fieldValue name='traceEnabledvalue='false'/>
424                 <fieldValue name='displayMode'/>
425                 <fieldValue name='transparencyvalue='0'/>
426            </ProtoInstance>
427            <ProtoInstance name='Arc'>
428                 <fieldValue name='cylinderHeightvalue='0.89117'/>
429                 <fieldValue name='cylinderTranslationvalue='-0.11034 0.65055 0.92657'/>
430                 <fieldValue name='coneTranslationvalue='-0.11947 0.88565 1.08845'/>
431                 <fieldValue name='rotationvalue='50.51468 -0.00000 2.84903 0.60375'/>
432                 <fieldValue name='diffuseColorvalue='0 0 0'/>
433                 <fieldValue name='ballRadiusvalue='0.02'/>
434                 <fieldValue name='traceEnabledvalue='false'/>
435                 <fieldValue name='displayMode'/>
436                 <fieldValue name='transparencyvalue='0'/>
437            </ProtoInstance>
438            <ProtoInstance name='Arc'>
439                 <fieldValue name='cylinderHeightvalue='0.93041'/>
440                 <fieldValue name='cylinderTranslationvalue='0.04170 -0.15903 0.71120'/>
441                 <fieldValue name='coneTranslationvalue='0.13210 -0.44952 0.73561'/>
442                 <fieldValue name='rotationvalue='7.44023 0 -27.55927 2.82975'/>
443                 <fieldValue name='diffuseColorvalue='0 0 0'/>
444                 <fieldValue name='ballRadiusvalue='0.02'/>
445                 <fieldValue name='traceEnabledvalue='false'/>
446                 <fieldValue name='displayMode'/>
447                 <fieldValue name='transparencyvalue='0'/>
448            </ProtoInstance>
449            <ProtoInstance name='Arc'>
450                 <fieldValue name='cylinderHeightvalue='0.93803'/>
451                 <fieldValue name='cylinderTranslationvalue='-0.46814 0.09022 0.88402'/>
452                 <fieldValue name='coneTranslationvalue='-0.71327 -0.03729 1.02239'/>
453                 <fieldValue name='rotationvalue='42.00419 -0.00000 74.40869 1.99612'/>
454                 <fieldValue name='diffuseColorvalue='0 0 0'/>
455                 <fieldValue name='ballRadiusvalue='0.02'/>
456                 <fieldValue name='traceEnabledvalue='false'/>
457                 <fieldValue name='displayMode'/>
458                 <fieldValue name='transparencyvalue='0'/>
459            </ProtoInstance>
460            <ProtoInstance name='Arc'>
461                 <fieldValue name='cylinderHeightvalue='0.63056'/>
462                 <fieldValue name='cylinderTranslationvalue='-0.27856 0.30707 0.93006'/>
463                 <fieldValue name='coneTranslationvalue='-0.36842 0.31857 1.05617'/>
464                 <fieldValue name='rotationvalue='51.21157 -0.00000 36.49139 1.49671'/>
465                 <fieldValue name='diffuseColorvalue='0 0 0'/>
466                 <fieldValue name='ballRadiusvalue='0.02'/>
467                 <fieldValue name='traceEnabledvalue='false'/>
468                 <fieldValue name='displayMode'/>
469                 <fieldValue name='transparencyvalue='0'/>
470            </ProtoInstance>
471            <ProtoInstance name='Arc'>
472                 <fieldValue name='cylinderHeightvalue='0.97781'/>
473                 <fieldValue name='cylinderTranslationvalue='-0.36287 0.20449 0.27203'/>
474                 <fieldValue name='coneTranslationvalue='-0.54233 0.15118 0.00160'/>
475                 <fieldValue name='rotationvalue='-80.39446 0 53.35356 1.73361'/>
476                 <fieldValue name='diffuseColorvalue='0 0 0'/>
477                 <fieldValue name='ballRadiusvalue='0.02'/>
478                 <fieldValue name='traceEnabledvalue='false'/>
479                 <fieldValue name='displayMode'/>
480                 <fieldValue name='transparencyvalue='0'/>
481            </ProtoInstance>
482            <ProtoInstance name='Arc'>
483                 <fieldValue name='cylinderHeightvalue='0.97845'/>
484                 <fieldValue name='cylinderTranslationvalue='-0.37532 0.68244 0.72314'/>
485                 <fieldValue name='coneTranslationvalue='-0.56322 0.95074 0.75621'/>
486                 <fieldValue name='rotationvalue='9.82883 -0.00000 55.84421 0.61813'/>
487                 <fieldValue name='diffuseColorvalue='0 0 0'/>
488                 <fieldValue name='ballRadiusvalue='0.02'/>
489                 <fieldValue name='traceEnabledvalue='false'/>
490                 <fieldValue name='displayMode'/>
491                 <fieldValue name='transparencyvalue='0'/>
492            </ProtoInstance>
493            <ProtoInstance name='Arc'>
494                 <fieldValue name='cylinderHeightvalue='1.01869'/>
495                 <fieldValue name='cylinderTranslationvalue='-0.46125 0.31335 1.02786'/>
496                 <fieldValue name='coneTranslationvalue='-0.71170 0.33366 1.27057'/>
497                 <fieldValue name='rotationvalue='70.77276 -0.00000 73.03047 1.51263'/>
498                 <fieldValue name='diffuseColorvalue='0 0 0'/>
499                 <fieldValue name='ballRadiusvalue='0.02'/>
500                 <fieldValue name='traceEnabledvalue='false'/>
501                 <fieldValue name='displayMode'/>
502                 <fieldValue name='transparencyvalue='0'/>
503            </ProtoInstance>
504            <ProtoInstance name='Arc'>
505                 <fieldValue name='cylinderHeightvalue='0.93803'/>
506                 <fieldValue name='cylinderTranslationvalue='-0.46814 0.09022 0.88402'/>
507                 <fieldValue name='coneTranslationvalue='-0.71327 -0.03729 1.02239'/>
508                 <fieldValue name='rotationvalue='42.00419 -0.00000 74.40869 1.99612'/>
509                 <fieldValue name='diffuseColorvalue='0 0 0'/>
510                 <fieldValue name='ballRadiusvalue='0.02'/>
511                 <fieldValue name='traceEnabledvalue='false'/>
512                 <fieldValue name='displayMode'/>
513                 <fieldValue name='transparencyvalue='0'/>
514            </ProtoInstance>
515            <ProtoInstance name='Arc'>
516                 <fieldValue name='cylinderHeightvalue='0.65977'/>
517                 <fieldValue name='cylinderTranslationvalue='-0.12344 0.33702 0.34959'/>
518                 <fieldValue name='coneTranslationvalue='-0.13751 0.36446 0.18253'/>
519                 <fieldValue name='rotationvalue='-64.88121 0 5.46749 1.40858'/>
520                 <fieldValue name='diffuseColorvalue='0 0 0'/>
521                 <fieldValue name='ballRadiusvalue='0.02'/>
522                 <fieldValue name='traceEnabledvalue='false'/>
523                 <fieldValue name='displayMode'/>
524                 <fieldValue name='transparencyvalue='0'/>
525            </ProtoInstance>
526            <ProtoInstance name='Arc'>
527                 <fieldValue name='cylinderHeightvalue='0.91800'/>
528                 <fieldValue name='cylinderTranslationvalue='-0.26068 0.08515 0.29432'/>
529                 <fieldValue name='coneTranslationvalue='-0.36789 -0.04422 0.04699'/>
530                 <fieldValue name='rotationvalue='-75.93545 0 32.91627 2.01824'/>
531                 <fieldValue name='diffuseColorvalue='0 0 0'/>
532                 <fieldValue name='ballRadiusvalue='0.02'/>
533                 <fieldValue name='traceEnabledvalue='false'/>
534                 <fieldValue name='displayMode'/>
535                 <fieldValue name='transparencyvalue='0'/>
536            </ProtoInstance>
537            <ProtoInstance name='Arc'>
538                 <fieldValue name='cylinderHeightvalue='0.68011'/>
539                 <fieldValue name='cylinderTranslationvalue='-0.30053 0.24977 0.94361'/>
540                 <fieldValue name='coneTranslationvalue='-0.40877 0.23178 1.08637'/>
541                 <fieldValue name='rotationvalue='53.92263 -0.00000 40.88562 1.67086'/>
542                 <fieldValue name='diffuseColorvalue='0 0 0'/>
543                 <fieldValue name='ballRadiusvalue='0.02'/>
544                 <fieldValue name='traceEnabledvalue='false'/>
545                 <fieldValue name='displayMode'/>
546                 <fieldValue name='transparencyvalue='0'/>
547            </ProtoInstance>
548            <ProtoInstance name='Arc'>
549                 <fieldValue name='cylinderHeightvalue='0.60497'/>
550                 <fieldValue name='cylinderTranslationvalue='-0.33533 0.14922 0.80117'/>
551                 <fieldValue name='coneTranslationvalue='-0.44802 0.08585 0.86107'/>
552                 <fieldValue name='rotationvalue='25.43398 -0.00000 47.84579 2.03165'/>
553                 <fieldValue name='diffuseColorvalue='0 0 0'/>
554                 <fieldValue name='ballRadiusvalue='0.02'/>
555                 <fieldValue name='traceEnabledvalue='false'/>
556                 <fieldValue name='displayMode'/>
557                 <fieldValue name='transparencyvalue='0'/>
558            </ProtoInstance>
559            <ProtoInstance name='Arc'>
560                 <fieldValue name='cylinderHeightvalue='0.68011'/>
561                 <fieldValue name='cylinderTranslationvalue='-0.30053 0.24977 0.94361'/>
562                 <fieldValue name='coneTranslationvalue='-0.40877 0.23178 1.08637'/>
563                 <fieldValue name='rotationvalue='53.92254 -0.00000 40.88577 1.67086'/>
564                 <fieldValue name='diffuseColorvalue='0 0 0'/>
565                 <fieldValue name='ballRadiusvalue='0.02'/>
566                 <fieldValue name='traceEnabledvalue='false'/>
567                 <fieldValue name='displayMode'/>
568                 <fieldValue name='transparencyvalue='0'/>
569            </ProtoInstance>
570            <ProtoInstance name='Arc'>
571                 <fieldValue name='cylinderHeightvalue='1.35353'/>
572                 <fieldValue name='cylinderTranslationvalue='-0.76966 0.25028 0.73059'/>
573                 <fieldValue name='coneTranslationvalue='-1.28398 0.22474 0.77380'/>
574                 <fieldValue name='rotationvalue='11.31782 -0.00000 134.71285 1.62025'/>
575                 <fieldValue name='diffuseColorvalue='0 0 0'/>
576                 <fieldValue name='ballRadiusvalue='0.02'/>
577                 <fieldValue name='traceEnabledvalue='false'/>
578                 <fieldValue name='displayMode'/>
579                 <fieldValue name='transparencyvalue='0'/>
580            </ProtoInstance>
581            <ProtoInstance name='Arc'>
582                 <fieldValue name='cylinderHeightvalue='0.64360'/>
583                 <fieldValue name='cylinderTranslationvalue='-0.16557 0.54232 0.49549'/>
584                 <fieldValue name='coneTranslationvalue='-0.20049 0.67234 0.40574'/>
585                 <fieldValue name='rotationvalue='-35.70121 0 13.89354 0.63755'/>
586                 <fieldValue name='diffuseColorvalue='0 0 0'/>
587                 <fieldValue name='ballRadiusvalue='0.02'/>
588                 <fieldValue name='traceEnabledvalue='false'/>
589                 <fieldValue name='displayMode'/>
590                 <fieldValue name='transparencyvalue='0'/>
591            </ProtoInstance>
592            <ProtoInstance name='Arc'>
593                 <fieldValue name='cylinderHeightvalue='0.64502'/>
594                 <fieldValue name='cylinderTranslationvalue='-0.29871 0.27059 0.92457'/>
595                 <fieldValue name='coneTranslationvalue='-0.40081 0.26397 1.05083'/>
596                 <fieldValue name='rotationvalue='50.11490 -0.00000 40.52257 1.61157'/>
597                 <fieldValue name='diffuseColorvalue='0 0 0'/>
598                 <fieldValue name='ballRadiusvalue='0.02'/>
599                 <fieldValue name='traceEnabledvalue='false'/>
600                 <fieldValue name='displayMode'/>
601                 <fieldValue name='transparencyvalue='0'/>
602            </ProtoInstance>
603            <ProtoInstance name='Arc'>
604                 <fieldValue name='cylinderHeightvalue='1.24945'/>
605                 <fieldValue name='cylinderTranslationvalue='0.43941 -0.00658 0.53533'/>
606                 <fieldValue name='coneTranslationvalue='0.83776 -0.22254 0.43217'/>
607                 <fieldValue name='rotationvalue='-27.73417 0 -107.10094 2.05411'/>
608                 <fieldValue name='diffuseColorvalue='0 0 0'/>
609                 <fieldValue name='ballRadiusvalue='0.02'/>
610                 <fieldValue name='traceEnabledvalue='false'/>
611                 <fieldValue name='displayMode'/>
612                 <fieldValue name='transparencyvalue='0'/>
613            </ProtoInstance>
614            <ProtoInstance name='Arc'>
615                 <fieldValue name='cylinderHeightvalue='1.17838'/>
616                 <fieldValue name='cylinderTranslationvalue='-0.32590 -0.07050 0.26308'/>
617                 <fieldValue name='coneTranslationvalue='-0.49330 -0.32854 -0.03625'/>
618                 <fieldValue name='rotationvalue='-82.18344 0 45.96055 2.21583'/>
619                 <fieldValue name='diffuseColorvalue='0 0 0'/>
620                 <fieldValue name='ballRadiusvalue='0.02'/>
621                 <fieldValue name='traceEnabledvalue='false'/>
622                 <fieldValue name='displayMode'/>
623                 <fieldValue name='transparencyvalue='0'/>
624            </ProtoInstance>
625            <ProtoInstance name='Arc'>
626                 <fieldValue name='cylinderHeightvalue='0.83583'/>
627                 <fieldValue name='cylinderTranslationvalue='0.02918 0.05867 0.34490'/>
628                 <fieldValue name='coneTranslationvalue='0.10649 -0.08023 0.14180'/>
629                 <fieldValue name='rotationvalue='-65.81917 0 -25.05560 2.13951'/>
630                 <fieldValue name='diffuseColorvalue='0 0 0'/>
631                 <fieldValue name='ballRadiusvalue='0.02'/>
632                 <fieldValue name='traceEnabledvalue='false'/>
633                 <fieldValue name='displayMode'/>
634                 <fieldValue name='transparencyvalue='0'/>
635            </ProtoInstance>
636            <ProtoInstance name='Arc'>
637                 <fieldValue name='cylinderHeightvalue='0.56395'/>
638                 <fieldValue name='cylinderTranslationvalue='-0.30440 0.45308 0.76025'/>
639                 <fieldValue name='coneTranslationvalue='-0.39451 0.52633 0.79756'/>
640                 <fieldValue name='rotationvalue='17.25083 -0.00000 41.66133 0.92659'/>
641                 <fieldValue name='diffuseColorvalue='0 0 0'/>
642                 <fieldValue name='ballRadiusvalue='0.02'/>
643                 <fieldValue name='traceEnabledvalue='false'/>
644                 <fieldValue name='displayMode'/>
645                 <fieldValue name='transparencyvalue='0'/>
646            </ProtoInstance>
647            <ProtoInstance name='Arc'>
648                 <fieldValue name='cylinderHeightvalue='0.57881'/>
649                 <fieldValue name='cylinderTranslationvalue='-0.15685 0.39386 0.93465'/>
650                 <fieldValue name='coneTranslationvalue='-0.18401 0.44310 1.05120'/>
651                 <fieldValue name='rotationvalue='52.13014 -0.00000 12.14947 1.18044'/>
652                 <fieldValue name='diffuseColorvalue='0 0 0'/>
653                 <fieldValue name='ballRadiusvalue='0.02'/>
654                 <fieldValue name='traceEnabledvalue='false'/>
655                 <fieldValue name='displayMode'/>
656                 <fieldValue name='transparencyvalue='0'/>
657            </ProtoInstance>
658            <ProtoInstance name='Arc'>
659                 <fieldValue name='cylinderHeightvalue='0.58907'/>
660                 <fieldValue name='cylinderTranslationvalue='-0.15922 0.23138 0.95688'/>
661                 <fieldValue name='coneTranslationvalue='-0.18805 0.20747 1.08610'/>
662                 <fieldValue name='rotationvalue='56.57744 -0.00000 12.62424 1.74950'/>
663                 <fieldValue name='diffuseColorvalue='0 0 0'/>
664                 <fieldValue name='ballRadiusvalue='0.02'/>
665                 <fieldValue name='traceEnabledvalue='false'/>
666                 <fieldValue name='displayMode'/>
667                 <fieldValue name='transparencyvalue='0'/>
668            </ProtoInstance>
669            <ProtoInstance name='Arc'>
670                 <fieldValue name='cylinderHeightvalue='0.51307'/>
671                 <fieldValue name='cylinderTranslationvalue='-0.26120 0.47654 0.71112'/>
672                 <fieldValue name='coneTranslationvalue='-0.32333 0.54910 0.72509'/>
673                 <fieldValue name='rotationvalue='7.42517 -0.00000 33.01987 0.72035'/>
674                 <fieldValue name='diffuseColorvalue='0 0 0'/>
675                 <fieldValue name='ballRadiusvalue='0.02'/>
676                 <fieldValue name='traceEnabledvalue='false'/>
677                 <fieldValue name='displayMode'/>
678                 <fieldValue name='transparencyvalue='0'/>
679            </ProtoInstance>
680            <ProtoInstance name='Arc'>
681                 <fieldValue name='cylinderHeightvalue='0.26024'/>
682                 <fieldValue name='cylinderTranslationvalue='-0.14953 0.17611 0.62406'/>
683                 <fieldValue name='coneTranslationvalue='-0.13726 0.20083 0.63553'/>
684                 <fieldValue name='rotationvalue='-9.98703 0 10.68615 2.54474'/>
685                 <fieldValue name='diffuseColorvalue='0 0 0'/>
686                 <fieldValue name='ballRadiusvalue='0.02'/>
687                 <fieldValue name='traceEnabledvalue='false'/>
688                 <fieldValue name='displayMode'/>
689                 <fieldValue name='transparencyvalue='0'/>
690            </ProtoInstance>
691            <ProtoInstance name='Arc'>
692                 <fieldValue name='cylinderHeightvalue='0.69812'/>
693                 <fieldValue name='cylinderTranslationvalue='-0.34041 0.34566 0.91549'/>
694                 <fieldValue name='coneTranslationvalue='-0.47274 0.37920 1.04629'/>
695                 <fieldValue name='rotationvalue='48.29884 -0.00000 48.86274 1.39245'/>
696                 <fieldValue name='diffuseColorvalue='0 0 0'/>
697                 <fieldValue name='ballRadiusvalue='0.02'/>
698                 <fieldValue name='traceEnabledvalue='false'/>
699                 <fieldValue name='displayMode'/>
700                 <fieldValue name='transparencyvalue='0'/>
701            </ProtoInstance>
702            <ProtoInstance name='Arc'>
703                 <fieldValue name='cylinderHeightvalue='1.07930'/>
704                 <fieldValue name='cylinderTranslationvalue='-0.59615 0.29554 0.47143'/>
705                 <fieldValue name='coneTranslationvalue='-0.94793 0.30385 0.32891'/>
706                 <fieldValue name='rotationvalue='-40.51439 0 100.00938 1.54892'/>
707                 <fieldValue name='diffuseColorvalue='0 0 0'/>
708                 <fieldValue name='ballRadiusvalue='0.02'/>
709                 <fieldValue name='traceEnabledvalue='false'/>
710                 <fieldValue name='displayMode'/>
711                 <fieldValue name='transparencyvalue='0'/>
712            </ProtoInstance>
713            <ProtoInstance name='Arc'>
714                 <fieldValue name='cylinderHeightvalue='1.07240'/>
715                 <fieldValue name='cylinderTranslationvalue='-0.46035 0.40884 1.04706'/>
716                 <fieldValue name='coneTranslationvalue='-0.71591 0.49662 1.30881'/>
717                 <fieldValue name='rotationvalue='74.61309 -0.00000 72.85050 1.33531'/>
718                 <fieldValue name='diffuseColorvalue='0 0 0'/>
719                 <fieldValue name='ballRadiusvalue='0.02'/>
720                 <fieldValue name='traceEnabledvalue='false'/>
721                 <fieldValue name='displayMode'/>
722                 <fieldValue name='transparencyvalue='0'/>
723            </ProtoInstance>
724            <ProtoInstance name='Arc'>
725                 <fieldValue name='cylinderHeightvalue='0.83478'/>
726                 <fieldValue name='cylinderTranslationvalue='-0.16839 0.65173 0.49078'/>
727                 <fieldValue name='coneTranslationvalue='-0.21296 0.87866 0.37779'/>
728                 <fieldValue name='rotationvalue='-36.64444 0 14.45748 0.49145'/>
729                 <fieldValue name='diffuseColorvalue='0 0 0'/>
730                 <fieldValue name='ballRadiusvalue='0.02'/>
731                 <fieldValue name='traceEnabledvalue='false'/>
732                 <fieldValue name='displayMode'/>
733                 <fieldValue name='transparencyvalue='0'/>
734            </ProtoInstance>
735            <ProtoInstance name='Arc'>
736                 <fieldValue name='cylinderHeightvalue='1.20630'/>
737                 <fieldValue name='cylinderTranslationvalue='0.43519 0.48111 0.46769'/>
738                 <fieldValue name='coneTranslationvalue='0.82554 0.62613 0.31611'/>
739                 <fieldValue name='rotationvalue='-41.26161 0 -106.25764 1.23741'/>
740                 <fieldValue name='diffuseColorvalue='0 0 0'/>
741                 <fieldValue name='ballRadiusvalue='0.02'/>
742                 <fieldValue name='traceEnabledvalue='false'/>
743                 <fieldValue name='displayMode'/>
744                 <fieldValue name='transparencyvalue='0'/>
745            </ProtoInstance>
746            <ProtoInstance name='Arc'>
747                 <fieldValue name='cylinderHeightvalue='0.41532'/>
748                 <fieldValue name='cylinderTranslationvalue='0.08447 0.35809 0.74464'/>
749                 <fieldValue name='coneTranslationvalue='0.12591 0.37516 0.76086'/>
750                 <fieldValue name='rotationvalue='14.12929 0 -36.11321 1.20461'/>
751                 <fieldValue name='diffuseColorvalue='0 0 0'/>
752                 <fieldValue name='ballRadiusvalue='0.02'/>
753                 <fieldValue name='traceEnabledvalue='false'/>
754                 <fieldValue name='displayMode'/>
755                 <fieldValue name='transparencyvalue='0'/>
756            </ProtoInstance>
757            <ProtoInstance name='Arc'>
758                 <fieldValue name='cylinderHeightvalue='0.99877'/>
759                 <fieldValue name='cylinderTranslationvalue='-0.12556 0.34929 1.16818'/>
760                 <fieldValue name='coneTranslationvalue='-0.14558 0.39384 1.50403'/>
761                 <fieldValue name='rotationvalue='98.83716 -0.00000 5.89257 1.43916'/>
762                 <fieldValue name='diffuseColorvalue='0 0 0'/>
763                 <fieldValue name='ballRadiusvalue='0.02'/>
764                 <fieldValue name='traceEnabledvalue='false'/>
765                 <fieldValue name='displayMode'/>
766                 <fieldValue name='transparencyvalue='0'/>
767            </ProtoInstance>
768            <ProtoInstance name='Arc'>
769                 <fieldValue name='cylinderHeightvalue='1.07600'/>
770                 <fieldValue name='cylinderTranslationvalue='-0.30362 0.19343 1.16208'/>
771                 <fieldValue name='coneTranslationvalue='-0.44943 0.12998 1.50500'/>
772                 <fieldValue name='rotationvalue='97.61604 -0.00000 41.50445 1.73945'/>
773                 <fieldValue name='diffuseColorvalue='0 0 0'/>
774                 <fieldValue name='ballRadiusvalue='0.02'/>
775                 <fieldValue name='traceEnabledvalue='false'/>
776                 <fieldValue name='displayMode'/>
777                 <fieldValue name='transparencyvalue='0'/>
778            </ProtoInstance>
779            <ProtoInstance name='Arc'>
780                 <fieldValue name='cylinderHeightvalue='1.10721'/>
781                 <fieldValue name='cylinderTranslationvalue='-0.50020 0.49346 0.98895'/>
782                 <fieldValue name='coneTranslationvalue='-0.78752 0.64257 1.21287'/>
783                 <fieldValue name='rotationvalue='62.99029 -0.00000 80.82113 1.18227'/>
784                 <fieldValue name='diffuseColorvalue='0 0 0'/>
785                 <fieldValue name='ballRadiusvalue='0.02'/>
786                 <fieldValue name='traceEnabledvalue='false'/>
787                 <fieldValue name='displayMode'/>
788                 <fieldValue name='transparencyvalue='0'/>
789            </ProtoInstance>
790            <ProtoInstance name='Arc'>
791                 <fieldValue name='cylinderHeightvalue='0.50923'/>
792                 <fieldValue name='cylinderTranslationvalue='-0.11891 0.32443 0.42369'/>
793                 <fieldValue name='coneTranslationvalue='-0.12739 0.33955 0.33068'/>
794                 <fieldValue name='rotationvalue='-50.06064 0 4.56241 1.41030'/>
795                 <fieldValue name='diffuseColorvalue='0 0 0'/>
796                 <fieldValue name='ballRadiusvalue='0.02'/>
797                 <fieldValue name='traceEnabledvalue='false'/>
798                 <fieldValue name='displayMode'/>
799                 <fieldValue name='transparencyvalue='0'/>
800            </ProtoInstance>
801            <ProtoInstance name='Arc'>
802                 <fieldValue name='cylinderHeightvalue='1.06616'/>
803                 <fieldValue name='cylinderTranslationvalue='-0.56802 0.16808 0.45472'/>
804                 <fieldValue name='coneTranslationvalue='-0.89830 0.08713 0.30126'/>
805                 <fieldValue name='rotationvalue='-43.85522 0 94.38503 1.78950'/>
806                 <fieldValue name='diffuseColorvalue='0 0 0'/>
807                 <fieldValue name='ballRadiusvalue='0.02'/>
808                 <fieldValue name='traceEnabledvalue='false'/>
809                 <fieldValue name='displayMode'/>
810                 <fieldValue name='transparencyvalue='0'/>
811            </ProtoInstance>
812            <ProtoInstance name='Arc'>
813                 <fieldValue name='cylinderHeightvalue='0.48876'/>
814                 <fieldValue name='cylinderTranslationvalue='-0.17063 0.39533 0.87823'/>
815                 <fieldValue name='coneTranslationvalue='-0.19636 0.43387 0.94875'/>
816                 <fieldValue name='rotationvalue='40.84714 -0.00000 14.90616 1.09657'/>
817                 <fieldValue name='diffuseColorvalue='0 0 0'/>
818                 <fieldValue name='ballRadiusvalue='0.02'/>
819                 <fieldValue name='traceEnabledvalue='false'/>
820                 <fieldValue name='displayMode'/>
821                 <fieldValue name='transparencyvalue='0'/>
822            </ProtoInstance>
823            <ProtoInstance name='Arc'>
824                 <fieldValue name='cylinderHeightvalue='0.39695'/>
825                 <fieldValue name='cylinderTranslationvalue='-0.25052 0.27899 0.79859'/>
826                 <fieldValue name='coneTranslationvalue='-0.28046 0.27807 0.82274'/>
827                 <fieldValue name='rotationvalue='24.91840 -0.00000 30.88456 1.59473'/>
828                 <fieldValue name='diffuseColorvalue='0 0 0'/>
829                 <fieldValue name='ballRadiusvalue='0.02'/>
830                 <fieldValue name='traceEnabledvalue='false'/>
831                 <fieldValue name='displayMode'/>
832                 <fieldValue name='transparencyvalue='0'/>
833            </ProtoInstance>
834            <ProtoInstance name='Arc'>
835                 <fieldValue name='cylinderHeightvalue='0.42570'/>
836                 <fieldValue name='cylinderTranslationvalue='-0.10809 0.49339 0.63923'/>
837                 <fieldValue name='coneTranslationvalue='-0.11107 0.54544 0.63060'/>
838                 <fieldValue name='rotationvalue='-6.95321 0 2.39846 0.17365'/>
839                 <fieldValue name='diffuseColorvalue='0 0 0'/>
840                 <fieldValue name='ballRadiusvalue='0.02'/>
841                 <fieldValue name='traceEnabledvalue='false'/>
842                 <fieldValue name='displayMode'/>
843                 <fieldValue name='transparencyvalue='0'/>
844            </ProtoInstance>
845            <ProtoInstance name='Arc'>
846                 <fieldValue name='cylinderHeightvalue='1.09378'/>
847                 <fieldValue name='cylinderTranslationvalue='-0.16931 -0.24054 0.53667'/>
848                 <fieldValue name='coneTranslationvalue='-0.22110 -0.61144 0.43952'/>
849                 <fieldValue name='rotationvalue='-27.46566 0 14.64170 2.85304'/>
850                 <fieldValue name='diffuseColorvalue='0 0 0'/>
851                 <fieldValue name='ballRadiusvalue='0.02'/>
852                 <fieldValue name='traceEnabledvalue='false'/>
853                 <fieldValue name='displayMode'/>
854                 <fieldValue name='transparencyvalue='0'/>
855            </ProtoInstance>
856            <ProtoInstance name='Arc'>
857                 <fieldValue name='cylinderHeightvalue='0.50390'/>
858                 <fieldValue name='cylinderTranslationvalue='0.12363 0.40620 0.68821'/>
859                 <fieldValue name='coneTranslationvalue='0.20382 0.45089 0.69339'/>
860                 <fieldValue name='rotationvalue='2.84194 0 -43.94498 1.06322'/>
861                 <fieldValue name='diffuseColorvalue='0 0 0'/>
862                 <fieldValue name='ballRadiusvalue='0.02'/>
863                 <fieldValue name='traceEnabledvalue='false'/>
864                 <fieldValue name='displayMode'/>
865                 <fieldValue name='transparencyvalue='0'/>
866            </ProtoInstance>
867            <ProtoInstance name='Arc'>
868                 <fieldValue name='cylinderHeightvalue='0.51040'/>
869                 <fieldValue name='cylinderTranslationvalue='-0.13657 0.10577 0.49562'/>
870                 <fieldValue name='coneTranslationvalue='-0.15167 0.03938 0.42908'/>
871                 <fieldValue name='rotationvalue='-35.67475 0 8.09432 2.34251'/>
872                 <fieldValue name='diffuseColorvalue='0 0 0'/>
873                 <fieldValue name='ballRadiusvalue='0.02'/>
874                 <fieldValue name='traceEnabledvalue='false'/>
875                 <fieldValue name='displayMode'/>
876                 <fieldValue name='transparencyvalue='0'/>
877            </ProtoInstance>
878            <ProtoInstance name='Arc'>
879                 <fieldValue name='cylinderHeightvalue='0.93803'/>
880                 <fieldValue name='cylinderTranslationvalue='-0.46814 0.09022 0.88402'/>
881                 <fieldValue name='coneTranslationvalue='-0.71327 -0.03729 1.02239'/>
882                 <fieldValue name='rotationvalue='42.00419 -0.00000 74.40869 1.99612'/>
883                 <fieldValue name='diffuseColorvalue='0 0 0'/>
884                 <fieldValue name='ballRadiusvalue='0.02'/>
885                 <fieldValue name='traceEnabledvalue='false'/>
886                 <fieldValue name='displayMode'/>
887                 <fieldValue name='transparencyvalue='0'/>
888            </ProtoInstance>
889            <ProtoInstance name='Arc'>
890                 <fieldValue name='cylinderHeightvalue='1.18493'/>
891                 <fieldValue name='cylinderTranslationvalue='-0.14979 -0.26691 0.46205'/>
892                 <fieldValue name='coneTranslationvalue='-0.18898 -0.66885 0.30733'/>
893                 <fieldValue name='rotationvalue='-42.39044 0 10.73806 2.76361'/>
894                 <fieldValue name='diffuseColorvalue='0 0 0'/>
895                 <fieldValue name='ballRadiusvalue='0.02'/>
896                 <fieldValue name='traceEnabledvalue='false'/>
897                 <fieldValue name='displayMode'/>
898                 <fieldValue name='transparencyvalue='0'/>
899            </ProtoInstance>
900            <ProtoInstance name='Arc'>
901                 <fieldValue name='cylinderHeightvalue='0.30270'/>
902                 <fieldValue name='cylinderTranslationvalue='-0.10961 0.33071 0.53076'/>
903                 <fieldValue name='coneTranslationvalue='-0.10884 0.32803 0.53894'/>
904                 <fieldValue name='rotationvalue='-28.64800 0 2.70258 1.25522'/>
905                 <fieldValue name='diffuseColorvalue='0 0 0'/>
906                 <fieldValue name='ballRadiusvalue='0.02'/>
907                 <fieldValue name='traceEnabledvalue='false'/>
908                 <fieldValue name='displayMode'/>
909                 <fieldValue name='transparencyvalue='0'/>
910            </ProtoInstance>
911            <ProtoInstance name='Arc'>
912                 <fieldValue name='cylinderHeightvalue='1.08325'/>
913                 <fieldValue name='cylinderTranslationvalue='-0.40935 0.24241 1.11391'/>
914                 <fieldValue name='coneTranslationvalue='-0.63007 0.21328 1.42387'/>
915                 <fieldValue name='rotationvalue='87.98235 -0.00000 62.65121 1.64718'/>
916                 <fieldValue name='diffuseColorvalue='0 0 0'/>
917                 <fieldValue name='ballRadiusvalue='0.02'/>
918                 <fieldValue name='traceEnabledvalue='false'/>
919                 <fieldValue name='displayMode'/>
920                 <fieldValue name='transparencyvalue='0'/>
921            </ProtoInstance>
922            <ProtoInstance name='Arc'>
923                 <fieldValue name='cylinderHeightvalue='1.00475'/>
924                 <fieldValue name='cylinderTranslationvalue='-0.50582 0.44539 0.43239'/>
925                 <fieldValue name='coneTranslationvalue='-0.78505 0.55556 0.26774'/>
926                 <fieldValue name='rotationvalue='-48.32083 0 81.94483 1.24319'/>
927                 <fieldValue name='diffuseColorvalue='0 0 0'/>
928                 <fieldValue name='ballRadiusvalue='0.02'/>
929                 <fieldValue name='traceEnabledvalue='false'/>
930                 <fieldValue name='displayMode'/>
931                 <fieldValue name='transparencyvalue='0'/>
932            </ProtoInstance>
933            <ProtoInstance name='Arc'>
934                 <fieldValue name='cylinderHeightvalue='0.50392'/>
935                 <fieldValue name='cylinderTranslationvalue='0.06926 0.33173 0.85795'/>
936                 <fieldValue name='coneTranslationvalue='0.12961 0.34925 0.92509'/>
937                 <fieldValue name='rotationvalue='36.79104 0 -33.07070 1.37914'/>
938                 <fieldValue name='diffuseColorvalue='0 0 0'/>
939                 <fieldValue name='ballRadiusvalue='0.02'/>
940                 <fieldValue name='traceEnabledvalue='false'/>
941                 <fieldValue name='displayMode'/>
942                 <fieldValue name='transparencyvalue='0'/>
943            </ProtoInstance>
944            <ProtoInstance name='Arc'>
945                 <fieldValue name='cylinderHeightvalue='1.13783'/>
946                 <fieldValue name='cylinderTranslationvalue='0.43534 0.36341 0.48721'/>
947                 <fieldValue name='coneTranslationvalue='0.81732 0.42068 0.35295'/>
948                 <fieldValue name='rotationvalue='-37.35788 0 -106.28760 1.43029'/>
949                 <fieldValue name='diffuseColorvalue='0 0 0'/>
950                 <fieldValue name='ballRadiusvalue='0.02'/>
951                 <fieldValue name='traceEnabledvalue='false'/>
952                 <fieldValue name='displayMode'/>
953                 <fieldValue name='transparencyvalue='0'/>
954            </ProtoInstance>
955            <ProtoInstance name='Arc'>
956                 <fieldValue name='cylinderHeightvalue='0.63762'/>
957                 <fieldValue name='cylinderTranslationvalue='-0.34947 0.35942 0.85208'/>
958                 <fieldValue name='coneTranslationvalue='-0.47569 0.39712 0.94078'/>
959                 <fieldValue name='rotationvalue='35.61580 -0.00000 50.67507 1.33112'/>
960                 <fieldValue name='diffuseColorvalue='0 0 0'/>
961                 <fieldValue name='ballRadiusvalue='0.02'/>
962                 <fieldValue name='traceEnabledvalue='false'/>
963                 <fieldValue name='displayMode'/>
964                 <fieldValue name='transparencyvalue='0'/>
965            </ProtoInstance>
966            <ProtoInstance name='Arc'>
967                 <fieldValue name='cylinderHeightvalue='0.53692'/>
968                 <fieldValue name='cylinderTranslationvalue='-0.35515 0.26265 0.60678'/>
969                 <fieldValue name='coneTranslationvalue='-0.45981 0.25412 0.57963'/>
970                 <fieldValue name='rotationvalue='-13.44259 0 51.81021 1.64945'/>
971                 <fieldValue name='diffuseColorvalue='0 0 0'/>
972                 <fieldValue name='ballRadiusvalue='0.02'/>
973                 <fieldValue name='traceEnabledvalue='false'/>
974                 <fieldValue name='displayMode'/>
975                 <fieldValue name='transparencyvalue='0'/>
976            </ProtoInstance>
977            <ProtoInstance name='Arc'>
978                 <fieldValue name='cylinderHeightvalue='1.12610'/>
979                 <fieldValue name='cylinderTranslationvalue='-0.63450 0.31525 0.83572'/>
980                 <fieldValue name='coneTranslationvalue='-1.01991 0.33780 0.95148'/>
981                 <fieldValue name='rotationvalue='32.34383 -0.00000 107.68048 1.51481'/>
982                 <fieldValue name='diffuseColorvalue='0 0 0'/>
983                 <fieldValue name='ballRadiusvalue='0.02'/>
984                 <fieldValue name='traceEnabledvalue='false'/>
985                 <fieldValue name='displayMode'/>
986                 <fieldValue name='transparencyvalue='0'/>
987            </ProtoInstance>
988            <ProtoInstance name='Arc'>
989                 <fieldValue name='cylinderHeightvalue='1.02223'/>
990                 <fieldValue name='cylinderTranslationvalue='-0.29493 0.74644 0.58675'/>
991                 <fieldValue name='coneTranslationvalue='-0.43152 1.06429 0.52682'/>
992                 <fieldValue name='rotationvalue='-17.44938 0 39.76666 0.43877'/>
993                 <fieldValue name='diffuseColorvalue='0 0 0'/>
994                 <fieldValue name='ballRadiusvalue='0.02'/>
995                 <fieldValue name='traceEnabledvalue='false'/>
996                 <fieldValue name='displayMode'/>
997                 <fieldValue name='transparencyvalue='0'/>
998            </ProtoInstance>
999            <ProtoInstance name='Arc'>
1000                 <fieldValue name='cylinderHeightvalue='0.59202'/>
1001                 <fieldValue name='cylinderTranslationvalue='-0.18354 0.02951 0.79786'/>
1002                 <fieldValue name='coneTranslationvalue='-0.22371 -0.08731 0.85478'/>
1003                 <fieldValue name='rotationvalue='24.77331 -0.00000 17.48777 2.60383'/>
1004                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1005                 <fieldValue name='ballRadiusvalue='0.02'/>
1006                 <fieldValue name='traceEnabledvalue='false'/>
1007                 <fieldValue name='displayMode'/>
1008                 <fieldValue name='transparencyvalue='0'/>
1009            </ProtoInstance>
1010            <ProtoInstance name='Arc'>
1011                 <fieldValue name='cylinderHeightvalue='0.73199'/>
1012                 <fieldValue name='cylinderTranslationvalue='-0.14047 0.27305 0.31086'/>
1013                 <fieldValue name='coneTranslationvalue='-0.16545 0.26703 0.10648'/>
1014                 <fieldValue name='rotationvalue='-72.62731 0 8.87472 1.60001'/>
1015                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1016                 <fieldValue name='ballRadiusvalue='0.02'/>
1017                 <fieldValue name='traceEnabledvalue='false'/>
1018                 <fieldValue name='displayMode'/>
1019                 <fieldValue name='transparencyvalue='0'/>
1020            </ProtoInstance>
1021            <ProtoInstance name='Arc'>
1022                 <fieldValue name='cylinderHeightvalue='1.10720'/>
1023                 <fieldValue name='cylinderTranslationvalue='-0.50066 0.49346 0.98835'/>
1024                 <fieldValue name='coneTranslationvalue='-0.78830 0.64257 1.21185'/>
1025                 <fieldValue name='rotationvalue='62.87110 -0.00000 80.91257 1.18226'/>
1026                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1027                 <fieldValue name='ballRadiusvalue='0.02'/>
1028                 <fieldValue name='traceEnabledvalue='false'/>
1029                 <fieldValue name='displayMode'/>
1030                 <fieldValue name='transparencyvalue='0'/>
1031            </ProtoInstance>
1032            <ProtoInstance name='Arc'>
1033                 <fieldValue name='cylinderHeightvalue='1.05695'/>
1034                 <fieldValue name='cylinderTranslationvalue='-0.32006 0.45200 1.12212'/>
1035                 <fieldValue name='coneTranslationvalue='-0.47621 0.56932 1.43457'/>
1036                 <fieldValue name='rotationvalue='89.62476 -0.00000 44.79154 1.24677'/>
1037                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1038                 <fieldValue name='ballRadiusvalue='0.02'/>
1039                 <fieldValue name='traceEnabledvalue='false'/>
1040                 <fieldValue name='displayMode'/>
1041                 <fieldValue name='transparencyvalue='0'/>
1042            </ProtoInstance>
1043            <ProtoInstance name='Arc'>
1044                 <fieldValue name='cylinderHeightvalue='0.57539'/>
1045                 <fieldValue name='cylinderTranslationvalue='0.07873 0.41507 0.48704'/>
1046                 <fieldValue name='coneTranslationvalue='0.15633 0.47337 0.40405'/>
1047                 <fieldValue name='rotationvalue='-37.39212 0 -34.96597 1.09673'/>
1048                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1049                 <fieldValue name='ballRadiusvalue='0.02'/>
1050                 <fieldValue name='traceEnabledvalue='false'/>
1051                 <fieldValue name='displayMode'/>
1052                 <fieldValue name='transparencyvalue='0'/>
1053            </ProtoInstance>
1054            <ProtoInstance name='Arc'>
1055                 <fieldValue name='cylinderHeightvalue='0.45610'/>
1056                 <fieldValue name='cylinderTranslationvalue='0.07491 0.40250 0.58093'/>
1057                 <fieldValue name='coneTranslationvalue='0.12594 0.43793 0.55316'/>
1058                 <fieldValue name='rotationvalue='-18.61341 0 -34.20113 1.02307'/>
1059                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1060                 <fieldValue name='ballRadiusvalue='0.02'/>
1061                 <fieldValue name='traceEnabledvalue='false'/>
1062                 <fieldValue name='displayMode'/>
1063                 <fieldValue name='transparencyvalue='0'/>
1064            </ProtoInstance>
1065            <ProtoInstance name='Arc'>
1066                 <fieldValue name='cylinderHeightvalue='1.07058'/>
1067                 <fieldValue name='cylinderTranslationvalue='-0.47630 0.13119 1.01855'/>
1068                 <fieldValue name='coneTranslationvalue='-0.74285 0.02424 1.26011'/>
1069                 <fieldValue name='rotationvalue='68.90996 -0.00000 76.03936 1.85978'/>
1070                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1071                 <fieldValue name='ballRadiusvalue='0.02'/>
1072                 <fieldValue name='traceEnabledvalue='false'/>
1073                 <fieldValue name='displayMode'/>
1074                 <fieldValue name='transparencyvalue='0'/>
1075            </ProtoInstance>
1076            <ProtoInstance name='Arc'>
1077                 <fieldValue name='cylinderHeightvalue='0.35224'/>
1078                 <fieldValue name='cylinderTranslationvalue='-0.00659 0.15771 0.58960'/>
1079                 <fieldValue name='coneTranslationvalue='0.00160 0.14617 0.58187'/>
1080                 <fieldValue name='rotationvalue='-16.87986 0 -17.90159 2.36827'/>
1081                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1082                 <fieldValue name='ballRadiusvalue='0.02'/>
1083                 <fieldValue name='traceEnabledvalue='false'/>
1084                 <fieldValue name='displayMode'/>
1085                 <fieldValue name='transparencyvalue='0'/>
1086            </ProtoInstance>
1087            <ProtoInstance name='Arc'>
1088                 <fieldValue name='cylinderHeightvalue='0.38768'/>
1089                 <fieldValue name='cylinderTranslationvalue='0.09485 0.29029 0.70669'/>
1090                 <fieldValue name='coneTranslationvalue='0.12819 0.29144 0.71240'/>
1091                 <fieldValue name='rotationvalue='6.53879 0 -38.19052 1.53697'/>
1092                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1093                 <fieldValue name='ballRadiusvalue='0.02'/>
1094                 <fieldValue name='traceEnabledvalue='false'/>
1095                 <fieldValue name='displayMode'/>
1096                 <fieldValue name='transparencyvalue='0'/>
1097            </ProtoInstance>
1098            <ProtoInstance name='Arc'>
1099                 <fieldValue name='cylinderHeightvalue='0.48147'/>
1100                 <fieldValue name='cylinderTranslationvalue='-0.16062 0.50364 0.60031'/>
1101                 <fieldValue name='coneTranslationvalue='-0.18226 0.57739 0.57559'/>
1102                 <fieldValue name='rotationvalue='-14.73821 0 12.90492 0.41903'/>
1103                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1104                 <fieldValue name='ballRadiusvalue='0.02'/>
1105                 <fieldValue name='traceEnabledvalue='false'/>
1106                 <fieldValue name='displayMode'/>
1107                 <fieldValue name='transparencyvalue='0'/>
1108            </ProtoInstance>
1109            <ProtoInstance name='Arc'>
1110                 <fieldValue name='cylinderHeightvalue='0.95972'/>
1111                 <fieldValue name='cylinderTranslationvalue='-0.41946 0.56075 0.89528'/>
1112                 <fieldValue name='coneTranslationvalue='-0.63500 0.74540 1.04278'/>
1113                 <fieldValue name='rotationvalue='44.25652 -0.00000 64.67254 0.95541'/>
1114                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1115                 <fieldValue name='ballRadiusvalue='0.02'/>
1116                 <fieldValue name='traceEnabledvalue='false'/>
1117                 <fieldValue name='displayMode'/>
1118                 <fieldValue name='transparencyvalue='0'/>
1119            </ProtoInstance>
1120            <ProtoInstance name='Arc'>
1121                 <fieldValue name='cylinderHeightvalue='0.76812'/>
1122                 <fieldValue name='cylinderTranslationvalue='-0.15294 -0.28642 -0.62791'/>
1123                 <fieldValue name='coneTranslationvalue='-0.08754 -0.50056 -0.61931'/>
1124                 <fieldValue name='rotationvalue='2.94850 0 -22.41947 2.84278'/>
1125                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1126                 <fieldValue name='ballRadiusvalue='0.02'/>
1127                 <fieldValue name='traceEnabledvalue='false'/>
1128                 <fieldValue name='displayMode'/>
1129                 <fieldValue name='transparencyvalue='0'/>
1130            </ProtoInstance>
1131            <ProtoInstance name='Arc'>
1132                 <fieldValue name='cylinderHeightvalue='0.89002'/>
1133                 <fieldValue name='cylinderTranslationvalue='-0.49525 0.17139 -1.01251'/>
1134                 <fieldValue name='coneTranslationvalue='-0.64269 0.22952 -1.24939'/>
1135                 <fieldValue name='rotationvalue='-73.97166 0 46.04269 1.36538'/>
1136                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1137                 <fieldValue name='ballRadiusvalue='0.02'/>
1138                 <fieldValue name='traceEnabledvalue='false'/>
1139                 <fieldValue name='displayMode'/>
1140                 <fieldValue name='transparencyvalue='0'/>
1141            </ProtoInstance>
1142            <ProtoInstance name='Arc'>
1143                 <fieldValue name='cylinderHeightvalue='0.62125'/>
1144                 <fieldValue name='cylinderTranslationvalue='-0.46238 0.30005 -0.73956'/>
1145                 <fieldValue name='coneTranslationvalue='-0.55808 0.40645 -0.78655'/>
1146                 <fieldValue name='rotationvalue='-19.38164 0 39.46966 0.78637'/>
1147                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1148                 <fieldValue name='ballRadiusvalue='0.02'/>
1149                 <fieldValue name='traceEnabledvalue='false'/>
1150                 <fieldValue name='displayMode'/>
1151                 <fieldValue name='transparencyvalue='0'/>
1152            </ProtoInstance>
1153            <ProtoInstance name='Arc'>
1154                 <fieldValue name='cylinderHeightvalue='0.74496'/>
1155                 <fieldValue name='cylinderTranslationvalue='-0.20790 0.23546 -0.30873'/>
1156                 <fieldValue name='coneTranslationvalue='-0.17531 0.32379 -0.11825'/>
1157                 <fieldValue name='rotationvalue='66.78371 0 -11.42628 1.14209'/>
1158                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1159                 <fieldValue name='ballRadiusvalue='0.02'/>
1160                 <fieldValue name='traceEnabledvalue='false'/>
1161                 <fieldValue name='displayMode'/>
1162                 <fieldValue name='transparencyvalue='0'/>
1163            </ProtoInstance>
1164            <ProtoInstance name='Arc'>
1165                 <fieldValue name='cylinderHeightvalue='0.61148'/>
1166                 <fieldValue name='cylinderTranslationvalue='-0.34515 -0.01641 -0.36400'/>
1167                 <fieldValue name='coneTranslationvalue='-0.38334 -0.06267 -0.23118'/>
1168                 <fieldValue name='rotationvalue='55.72948 -0.00000 16.02250 1.89375'/>
1169                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1170                 <fieldValue name='ballRadiusvalue='0.02'/>
1171                 <fieldValue name='traceEnabledvalue='false'/>
1172                 <fieldValue name='displayMode'/>
1173                 <fieldValue name='transparencyvalue='0'/>
1174            </ProtoInstance>
1175            <ProtoInstance name='Arc'>
1176                 <fieldValue name='cylinderHeightvalue='0.71194'/>
1177                 <fieldValue name='cylinderTranslationvalue='-0.29579 0.06920 -0.99711'/>
1178                 <fieldValue name='coneTranslationvalue='-0.31273 0.06292 -1.19224'/>
1179                 <fieldValue name='rotationvalue='-70.89094 0 6.15145 1.60288'/>
1180                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1181                 <fieldValue name='ballRadiusvalue='0.02'/>
1182                 <fieldValue name='traceEnabledvalue='false'/>
1183                 <fieldValue name='displayMode'/>
1184                 <fieldValue name='transparencyvalue='0'/>
1185            </ProtoInstance>
1186            <ProtoInstance name='Arc'>
1187                 <fieldValue name='cylinderHeightvalue='0.76466'/>
1188                 <fieldValue name='cylinderTranslationvalue='-0.41037 -0.17206 -0.39524'/>
1189                 <fieldValue name='coneTranslationvalue='-0.49488 -0.31899 -0.25137'/>
1190                 <fieldValue name='rotationvalue='49.48148 -0.00000 29.06678 2.29279'/>
1191                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1192                 <fieldValue name='ballRadiusvalue='0.02'/>
1193                 <fieldValue name='traceEnabledvalue='false'/>
1194                 <fieldValue name='displayMode'/>
1195                 <fieldValue name='transparencyvalue='0'/>
1196            </ProtoInstance>
1197            <ProtoInstance name='Arc'>
1198                 <fieldValue name='cylinderHeightvalue='0.95167'/>
1199                 <fieldValue name='cylinderTranslationvalue='-0.38064 -0.35919 -0.50259'/>
1200                 <fieldValue name='coneTranslationvalue='-0.45737 -0.65112 -0.40962'/>
1201                 <fieldValue name='rotationvalue='28.01300 -0.00000 23.12107 2.74999'/>
1202                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1203                 <fieldValue name='ballRadiusvalue='0.02'/>
1204                 <fieldValue name='traceEnabledvalue='false'/>
1205                 <fieldValue name='displayMode'/>
1206                 <fieldValue name='transparencyvalue='0'/>
1207            </ProtoInstance>
1208            <ProtoInstance name='Arc'>
1209                 <fieldValue name='cylinderHeightvalue='0.96939'/>
1210                 <fieldValue name='cylinderTranslationvalue='-0.48474 0.09652 -1.07440'/>
1211                 <fieldValue name='coneTranslationvalue='-0.63193 0.10718 -1.36363'/>
1212                 <fieldValue name='rotationvalue='-86.34966 0 43.94173 1.53798'/>
1213                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1214                 <fieldValue name='ballRadiusvalue='0.02'/>
1215                 <fieldValue name='traceEnabledvalue='false'/>
1216                 <fieldValue name='displayMode'/>
1217                 <fieldValue name='transparencyvalue='0'/>
1218            </ProtoInstance>
1219            <ProtoInstance name='Arc'>
1220                 <fieldValue name='cylinderHeightvalue='0.96939'/>
1221                 <fieldValue name='cylinderTranslationvalue='-0.48474 0.09652 -1.07440'/>
1222                 <fieldValue name='coneTranslationvalue='-0.63193 0.10718 -1.36363'/>
1223                 <fieldValue name='rotationvalue='-86.34966 0 43.94173 1.53798'/>
1224                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1225                 <fieldValue name='ballRadiusvalue='0.02'/>
1226                 <fieldValue name='traceEnabledvalue='false'/>
1227                 <fieldValue name='displayMode'/>
1228                 <fieldValue name='transparencyvalue='0'/>
1229            </ProtoInstance>
1230            <ProtoInstance name='Arc'>
1231                 <fieldValue name='cylinderHeightvalue='0.64856'/>
1232                 <fieldValue name='cylinderTranslationvalue='-0.40013 0.08302 -0.93744'/>
1233                 <fieldValue name='coneTranslationvalue='-0.46857 0.08423 -1.08678'/>
1234                 <fieldValue name='rotationvalue='-58.95753 0 27.01922 1.56341'/>
1235                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1236                 <fieldValue name='ballRadiusvalue='0.02'/>
1237                 <fieldValue name='traceEnabledvalue='false'/>
1238                 <fieldValue name='displayMode'/>
1239                 <fieldValue name='transparencyvalue='0'/>
1240            </ProtoInstance>
1241            <ProtoInstance name='Arc'>
1242                 <fieldValue name='cylinderHeightvalue='1.29074'/>
1243                 <fieldValue name='cylinderTranslationvalue='0.26671 -0.28171 -0.69233'/>
1244                 <fieldValue name='coneTranslationvalue='0.66662 -0.55421 -0.72968'/>
1245                 <fieldValue name='rotationvalue='-9.93485 0 -106.34889 2.16691'/>
1246                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1247                 <fieldValue name='ballRadiusvalue='0.02'/>
1248                 <fieldValue name='traceEnabledvalue='false'/>
1249                 <fieldValue name='displayMode'/>
1250                 <fieldValue name='transparencyvalue='0'/>
1251            </ProtoInstance>
1252            <ProtoInstance name='Arc'>
1253                 <fieldValue name='cylinderHeightvalue='0.96939'/>
1254                 <fieldValue name='cylinderTranslationvalue='-0.48474 0.09652 -1.07440'/>
1255                 <fieldValue name='coneTranslationvalue='-0.63193 0.10718 -1.36363'/>
1256                 <fieldValue name='rotationvalue='-86.34966 0 43.94173 1.53798'/>
1257                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1258                 <fieldValue name='ballRadiusvalue='0.02'/>
1259                 <fieldValue name='traceEnabledvalue='false'/>
1260                 <fieldValue name='displayMode'/>
1261                 <fieldValue name='transparencyvalue='0'/>
1262            </ProtoInstance>
1263            <ProtoInstance name='Arc'>
1264                 <fieldValue name='cylinderHeightvalue='0.44274'/>
1265                 <fieldValue name='cylinderTranslationvalue='-0.39522 0.18572 -0.78760'/>
1266                 <fieldValue name='coneTranslationvalue='-0.43131 0.21486 -0.82778'/>
1267                 <fieldValue name='rotationvalue='-28.98923 0 26.03676 1.07607'/>
1268                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1269                 <fieldValue name='ballRadiusvalue='0.02'/>
1270                 <fieldValue name='traceEnabledvalue='false'/>
1271                 <fieldValue name='displayMode'/>
1272                 <fieldValue name='transparencyvalue='0'/>
1273            </ProtoInstance>
1274            <ProtoInstance name='Arc'>
1275                 <fieldValue name='cylinderHeightvalue='0.93819'/>
1276                 <fieldValue name='cylinderTranslationvalue='-0.47348 0.09254 -1.06272'/>
1277                 <fieldValue name='coneTranslationvalue='-0.61084 0.10040 -1.33951'/>
1278                 <fieldValue name='rotationvalue='-84.01352 0 41.68973 1.54538'/>
1279                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1280                 <fieldValue name='ballRadiusvalue='0.02'/>
1281                 <fieldValue name='traceEnabledvalue='false'/>
1282                 <fieldValue name='displayMode'/>
1283                 <fieldValue name='transparencyvalue='0'/>
1284            </ProtoInstance>
1285            <ProtoInstance name='Arc'>
1286                 <fieldValue name='cylinderHeightvalue='0.69366'/>
1287                 <fieldValue name='cylinderTranslationvalue='-0.57855 -0.01256 -0.75805'/>
1288                 <fieldValue name='coneTranslationvalue='-0.74743 -0.06275 -0.82021'/>
1289                 <fieldValue name='rotationvalue='-23.07953 0 62.70297 1.84280'/>
1290                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1291                 <fieldValue name='ballRadiusvalue='0.02'/>
1292                 <fieldValue name='traceEnabledvalue='false'/>
1293                 <fieldValue name='displayMode'/>
1294                 <fieldValue name='transparencyvalue='0'/>
1295            </ProtoInstance>
1296            <ProtoInstance name='Arc'>
1297                 <fieldValue name='cylinderHeightvalue='0.62290'/>
1298                 <fieldValue name='cylinderTranslationvalue='-0.22494 0.17149 -0.34746'/>
1299                 <fieldValue name='coneTranslationvalue='-0.20544 0.21568 -0.20392'/>
1300                 <fieldValue name='rotationvalue='59.03761 0 -8.01906 1.27473'/>
1301                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1302                 <fieldValue name='ballRadiusvalue='0.02'/>
1303                 <fieldValue name='traceEnabledvalue='false'/>
1304                 <fieldValue name='displayMode'/>
1305                 <fieldValue name='transparencyvalue='0'/>
1306            </ProtoInstance>
1307            <ProtoInstance name='Arc'>
1308                 <fieldValue name='cylinderHeightvalue='1.17245'/>
1309                 <fieldValue name='cylinderTranslationvalue='-0.00574 0.31352 -0.17129'/>
1310                 <fieldValue name='coneTranslationvalue='0.18279 0.48285 0.17143'/>
1311                 <fieldValue name='rotationvalue='94.27280 0 -51.85974 1.16225'/>
1312                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1313                 <fieldValue name='ballRadiusvalue='0.02'/>
1314                 <fieldValue name='traceEnabledvalue='false'/>
1315                 <fieldValue name='displayMode'/>
1316                 <fieldValue name='transparencyvalue='0'/>
1317            </ProtoInstance>
1318            <ProtoInstance name='Arc'>
1319                 <fieldValue name='cylinderHeightvalue='1.31730'/>
1320                 <fieldValue name='cylinderTranslationvalue='-0.15930 0.04184 -1.29160'/>
1321                 <fieldValue name='coneTranslationvalue='-0.07926 0.01248 -1.78290'/>
1322                 <fieldValue name='rotationvalue='-129.78964 0 -21.14651 1.62971'/>
1323                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1324                 <fieldValue name='ballRadiusvalue='0.02'/>
1325                 <fieldValue name='traceEnabledvalue='false'/>
1326                 <fieldValue name='displayMode'/>
1327                 <fieldValue name='transparencyvalue='0'/>
1328            </ProtoInstance>
1329            <ProtoInstance name='Arc'>
1330                 <fieldValue name='cylinderHeightvalue='0.70617'/>
1331                 <fieldValue name='cylinderTranslationvalue='1.09119 0.79136 0.54424'/>
1332                 <fieldValue name='coneTranslationvalue='0.93392 0.88037 0.47624'/>
1333                 <fieldValue name='rotationvalue='-24.87243 0 57.51805 1.09167'/>
1334                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1335                 <fieldValue name='ballRadiusvalue='0.02'/>
1336                 <fieldValue name='traceEnabledvalue='false'/>
1337                 <fieldValue name='displayMode'/>
1338                 <fieldValue name='transparencyvalue='0'/>
1339            </ProtoInstance>
1340            <ProtoInstance name='Arc'>
1341                 <fieldValue name='cylinderHeightvalue='0.71231'/>
1342                 <fieldValue name='cylinderTranslationvalue='1.03615 0.53138 0.67028'/>
1343                 <fieldValue name='coneTranslationvalue='0.84744 0.47785 0.67121'/>
1344                 <fieldValue name='rotationvalue='0.33561 -0.00000 68.52550 1.84723'/>
1345                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1346                 <fieldValue name='ballRadiusvalue='0.02'/>
1347                 <fieldValue name='traceEnabledvalue='false'/>
1348                 <fieldValue name='displayMode'/>
1349                 <fieldValue name='transparencyvalue='0'/>
1350            </ProtoInstance>
1351            <ProtoInstance name='Arc'>
1352                 <fieldValue name='cylinderHeightvalue='0.19027'/>
1353                 <fieldValue name='cylinderTranslationvalue='1.31474 0.67203 0.72394'/>
1354                 <fieldValue name='coneTranslationvalue='1.35840 0.64241 0.68621'/>
1355                 <fieldValue name='rotationvalue='11.06761 -0.00000 12.80722 1.09653'/>
1356                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1357                 <fieldValue name='ballRadiusvalue='0.02'/>
1358                 <fieldValue name='traceEnabledvalue='false'/>
1359                 <fieldValue name='displayMode'/>
1360                 <fieldValue name='transparencyvalue='0'/>
1361            </ProtoInstance>
1362            <ProtoInstance name='Arc'>
1363                 <fieldValue name='cylinderHeightvalue='0.62932'/>
1364                 <fieldValue name='cylinderTranslationvalue='1.20872 0.61238 0.93286'/>
1365                 <fieldValue name='coneTranslationvalue='1.12513 0.60441 1.06274'/>
1366                 <fieldValue name='rotationvalue='52.85016 -0.00000 34.01187 1.62233'/>
1367                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1368                 <fieldValue name='ballRadiusvalue='0.02'/>
1369                 <fieldValue name='traceEnabledvalue='false'/>
1370                 <fieldValue name='displayMode'/>
1371                 <fieldValue name='transparencyvalue='0'/>
1372            </ProtoInstance>
1373            <ProtoInstance name='Arc'>
1374                 <fieldValue name='cylinderHeightvalue='0.58412'/>
1375                 <fieldValue name='cylinderTranslationvalue='1.61090 0.76860 0.77729'/>
1376                 <fieldValue name='coneTranslationvalue='1.71586 0.83191 0.82644'/>
1377                 <fieldValue name='rotationvalue='21.73734 0 -46.42504 1.07083'/>
1378                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1379                 <fieldValue name='ballRadiusvalue='0.02'/>
1380                 <fieldValue name='traceEnabledvalue='false'/>
1381                 <fieldValue name='displayMode'/>
1382                 <fieldValue name='transparencyvalue='0'/>
1383            </ProtoInstance>
1384            <ProtoInstance name='Arc'>
1385                 <fieldValue name='cylinderHeightvalue='0.86171'/>
1386                 <fieldValue name='cylinderTranslationvalue='1.42577 1.05653 0.68561'/>
1387                 <fieldValue name='coneTranslationvalue='1.45531 1.32556 0.69630'/>
1388                 <fieldValue name='rotationvalue='3.40094 0 -9.39912 0.11626'/>
1389                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1390                 <fieldValue name='ballRadiusvalue='0.02'/>
1391                 <fieldValue name='traceEnabledvalue='false'/>
1392                 <fieldValue name='displayMode'/>
1393                 <fieldValue name='transparencyvalue='0'/>
1394            </ProtoInstance>
1395            <ProtoInstance name='Arc'>
1396                 <fieldValue name='cylinderHeightvalue='0.96752'/>
1397                 <fieldValue name='cylinderTranslationvalue='1.61406 0.81899 1.04598'/>
1398                 <fieldValue name='coneTranslationvalue='1.77152 0.94642 1.29854'/>
1399                 <fieldValue name='rotationvalue='75.47516 0 -47.05603 1.16626'/>
1400                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1401                 <fieldValue name='ballRadiusvalue='0.02'/>
1402                 <fieldValue name='traceEnabledvalue='false'/>
1403                 <fieldValue name='displayMode'/>
1404                 <fieldValue name='transparencyvalue='0'/>
1405            </ProtoInstance>
1406            <ProtoInstance name='Arc'>
1407                 <fieldValue name='cylinderHeightvalue='0.47114'/>
1408                 <fieldValue name='cylinderTranslationvalue='1.43836 0.85235 0.71186'/>
1409                 <fieldValue name='coneTranslationvalue='1.45747 0.92413 0.72574'/>
1410                 <fieldValue name='rotationvalue='8.65116 0 -11.91684 0.31789'/>
1411                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1412                 <fieldValue name='ballRadiusvalue='0.02'/>
1413                 <fieldValue name='traceEnabledvalue='false'/>
1414                 <fieldValue name='displayMode'/>
1415                 <fieldValue name='transparencyvalue='0'/>
1416            </ProtoInstance>
1417            <ProtoInstance name='Arc'>
1418                 <fieldValue name='cylinderHeightvalue='0.42897'/>
1419                 <fieldValue name='cylinderTranslationvalue='1.55238 0.72929 0.74426'/>
1420                 <fieldValue name='coneTranslationvalue='1.59648 0.75487 0.76348'/>
1421                 <fieldValue name='rotationvalue='15.13022 0 -34.72148 1.08205'/>
1422                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1423                 <fieldValue name='ballRadiusvalue='0.02'/>
1424                 <fieldValue name='traceEnabledvalue='false'/>
1425                 <fieldValue name='displayMode'/>
1426                 <fieldValue name='transparencyvalue='0'/>
1427            </ProtoInstance>
1428            <ProtoInstance name='Arc'>
1429                 <fieldValue name='cylinderHeightvalue='0.63286'/>
1430                 <fieldValue name='cylinderTranslationvalue='1.59426 0.81195 0.52694'/>
1431                 <fieldValue name='coneTranslationvalue='1.70078 0.90260 0.45690'/>
1432                 <fieldValue name='rotationvalue='-28.33407 0 -43.09678 0.95270'/>
1433                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1434                 <fieldValue name='ballRadiusvalue='0.02'/>
1435                 <fieldValue name='traceEnabledvalue='false'/>
1436                 <fieldValue name='displayMode'/>
1437                 <fieldValue name='transparencyvalue='0'/>
1438            </ProtoInstance>
1439            <ProtoInstance name='Arc'>
1440                 <fieldValue name='cylinderHeightvalue='0.49413'/>
1441                 <fieldValue name='cylinderTranslationvalue='1.46271 0.44044 0.53224'/>
1442                 <fieldValue name='coneTranslationvalue='1.49228 0.37414 0.48418'/>
1443                 <fieldValue name='rotationvalue='-27.27412 0 -16.78619 2.43647'/>
1444                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1445                 <fieldValue name='ballRadiusvalue='0.02'/>
1446                 <fieldValue name='traceEnabledvalue='false'/>
1447                 <fieldValue name='displayMode'/>
1448                 <fieldValue name='transparencyvalue='0'/>
1449            </ProtoInstance>
1450            <ProtoInstance name='Arc'>
1451                 <fieldValue name='cylinderHeightvalue='0.97761'/>
1452                 <fieldValue name='cylinderTranslationvalue='1.76411 0.90221 0.79341'/>
1453                 <fieldValue name='coneTranslationvalue='2.02331 1.08627 0.87736'/>
1454                 <fieldValue name='rotationvalue='24.96068 0 -77.06695 0.97667'/>
1455                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1456                 <fieldValue name='ballRadiusvalue='0.02'/>
1457                 <fieldValue name='traceEnabledvalue='false'/>
1458                 <fieldValue name='displayMode'/>
1459                 <fieldValue name='transparencyvalue='0'/>
1460            </ProtoInstance>
1461            <ProtoInstance name='Arc'>
1462                 <fieldValue name='cylinderHeightvalue='0.61339'/>
1463                 <fieldValue name='cylinderTranslationvalue='1.62217 0.78302 0.77334'/>
1464                 <fieldValue name='coneTranslationvalue='1.73859 0.85689 0.82344'/>
1465                 <fieldValue name='rotationvalue='20.94733 0 -48.67943 1.04310'/>
1466                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1467                 <fieldValue name='ballRadiusvalue='0.02'/>
1468                 <fieldValue name='traceEnabledvalue='false'/>
1469                 <fieldValue name='displayMode'/>
1470                 <fieldValue name='transparencyvalue='0'/>
1471            </ProtoInstance>
1472            <ProtoInstance name='Arc'>
1473                 <fieldValue name='cylinderHeightvalue='0.41826'/>
1474                 <fieldValue name='cylinderTranslationvalue='1.49786 0.45929 0.63874'/>
1475                 <fieldValue name='coneTranslationvalue='1.52584 0.41952 0.63172'/>
1476                 <fieldValue name='rotationvalue='-5.97327 0 -23.81690 2.51416'/>
1477                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1478                 <fieldValue name='ballRadiusvalue='0.02'/>
1479                 <fieldValue name='traceEnabledvalue='false'/>
1480                 <fieldValue name='displayMode'/>
1481                 <fieldValue name='transparencyvalue='0'/>
1482            </ProtoInstance>
1483            <ProtoInstance name='Arc'>
1484                 <fieldValue name='cylinderHeightvalue='0.82386'/>
1485                 <fieldValue name='cylinderTranslationvalue='1.77720 0.66157 0.76787'/>
1486                 <fieldValue name='coneTranslationvalue='2.02088 0.68174 0.82857'/>
1487                 <fieldValue name='rotationvalue='19.85172 0 -79.68566 1.49064'/>
1488                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1489                 <fieldValue name='ballRadiusvalue='0.02'/>
1490                 <fieldValue name='traceEnabledvalue='false'/>
1491                 <fieldValue name='displayMode'/>
1492                 <fieldValue name='transparencyvalue='0'/>
1493            </ProtoInstance>
1494            <ProtoInstance name='Arc'>
1495                 <fieldValue name='cylinderHeightvalue='1.04339'/>
1496                 <fieldValue name='cylinderTranslationvalue='1.39855 0.72891 1.18018'/>
1497                 <fieldValue name='coneTranslationvalue='1.41226 0.79846 1.53486'/>
1498                 <fieldValue name='rotationvalue='102.31529 0 -3.95511 1.37729'/>
1499                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1500                 <fieldValue name='ballRadiusvalue='0.02'/>
1501                 <fieldValue name='traceEnabledvalue='false'/>
1502                 <fieldValue name='displayMode'/>
1503                 <fieldValue name='transparencyvalue='0'/>
1504            </ProtoInstance>
1505            <ProtoInstance name='Arc'>
1506                 <fieldValue name='cylinderHeightvalue='0.54303'/>
1507                 <fieldValue name='cylinderTranslationvalue='1.58110 0.47025 0.75643'/>
1508                 <fieldValue name='coneTranslationvalue='1.66420 0.40522 0.79251'/>
1509                 <fieldValue name='rotationvalue='17.56560 0 -40.46503 2.19342'/>
1510                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1511                 <fieldValue name='ballRadiusvalue='0.02'/>
1512                 <fieldValue name='traceEnabledvalue='false'/>
1513                 <fieldValue name='displayMode'/>
1514                 <fieldValue name='transparencyvalue='0'/>
1515            </ProtoInstance>
1516            <ProtoInstance name='Arc'>
1517                 <fieldValue name='cylinderHeightvalue='0.54795'/>
1518                 <fieldValue name='cylinderTranslationvalue='1.61058 0.71058 0.78947'/>
1519                 <fieldValue name='coneTranslationvalue='1.70701 0.74469 0.83975'/>
1520                 <fieldValue name='rotationvalue='24.17237 0 -46.36084 1.26688'/>
1521                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1522                 <fieldValue name='ballRadiusvalue='0.02'/>
1523                 <fieldValue name='traceEnabledvalue='false'/>
1524                 <fieldValue name='displayMode'/>
1525                 <fieldValue name='transparencyvalue='0'/>
1526            </ProtoInstance>
1527            <ProtoInstance name='Arc'>
1528                 <fieldValue name='cylinderHeightvalue='0.32028'/>
1529                 <fieldValue name='cylinderTranslationvalue='1.43231 0.77393 0.70926'/>
1530                 <fieldValue name='coneTranslationvalue='1.43236 0.77406 0.70930'/>
1531                 <fieldValue name='rotationvalue='8.13063 0 -10.70753 0.43321'/>
1532                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1533                 <fieldValue name='ballRadiusvalue='0.02'/>
1534                 <fieldValue name='traceEnabledvalue='false'/>
1535                 <fieldValue name='displayMode'/>
1536                 <fieldValue name='transparencyvalue='0'/>
1537            </ProtoInstance>
1538            <ProtoInstance name='Arc'>
1539                 <fieldValue name='cylinderHeightvalue='0.96292'/>
1540                 <fieldValue name='cylinderTranslationvalue='1.47271 0.28475 0.34495'/>
1541                 <fieldValue name='coneTranslationvalue='1.53543 0.05517 0.12886'/>
1542                 <fieldValue name='rotationvalue='-64.73093 0 -18.78668 2.36623'/>
1543                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1544                 <fieldValue name='ballRadiusvalue='0.02'/>
1545                 <fieldValue name='traceEnabledvalue='false'/>
1546                 <fieldValue name='displayMode'/>
1547                 <fieldValue name='transparencyvalue='0'/>
1548            </ProtoInstance>
1549            <ProtoInstance name='Arc'>
1550                 <fieldValue name='cylinderHeightvalue='1.23692'/>
1551                 <fieldValue name='cylinderTranslationvalue='1.04572 0.18708 0.39177'/>
1552                 <fieldValue name='coneTranslationvalue='0.79883 -0.14020 0.18655'/>
1553                 <fieldValue name='rotationvalue='-55.36809 0 66.61063 2.36582'/>
1554                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1555                 <fieldValue name='ballRadiusvalue='0.02'/>
1556                 <fieldValue name='traceEnabledvalue='false'/>
1557                 <fieldValue name='displayMode'/>
1558                 <fieldValue name='transparencyvalue='0'/>
1559            </ProtoInstance>
1560            <ProtoInstance name='Arc'>
1561                 <fieldValue name='cylinderHeightvalue='0.91154'/>
1562                 <fieldValue name='cylinderTranslationvalue='1.73865 0.87093 0.80820'/>
1563                 <fieldValue name='coneTranslationvalue='1.97219 1.02820 0.89879'/>
1564                 <fieldValue name='rotationvalue='27.91938 0 -71.97457 1.01016'/>
1565                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1566                 <fieldValue name='ballRadiusvalue='0.02'/>
1567                 <fieldValue name='traceEnabledvalue='false'/>
1568                 <fieldValue name='displayMode'/>
1569                 <fieldValue name='transparencyvalue='0'/>
1570            </ProtoInstance>
1571            <ProtoInstance name='Arc'>
1572                 <fieldValue name='cylinderHeightvalue='0.58285'/>
1573                 <fieldValue name='cylinderTranslationvalue='1.17278 0.53584 0.48451'/>
1574                 <fieldValue name='coneTranslationvalue='1.07988 0.49401 0.40149'/>
1575                 <fieldValue name='rotationvalue='-36.81880 0 41.19976 1.89470'/>
1576                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1577                 <fieldValue name='ballRadiusvalue='0.02'/>
1578                 <fieldValue name='traceEnabledvalue='false'/>
1579                 <fieldValue name='displayMode'/>
1580                 <fieldValue name='transparencyvalue='0'/>
1581            </ProtoInstance>
1582            <ProtoInstance name='Arc'>
1583                 <fieldValue name='cylinderHeightvalue='0.94362'/>
1584                 <fieldValue name='cylinderTranslationvalue='1.75061 0.88401 0.80683'/>
1585                 <fieldValue name='coneTranslationvalue='1.99634 1.05282 0.89817'/>
1586                 <fieldValue name='rotationvalue='27.64394 0 -74.36595 0.99872'/>
1587                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1588                 <fieldValue name='ballRadiusvalue='0.02'/>
1589                 <fieldValue name='traceEnabledvalue='false'/>
1590                 <fieldValue name='displayMode'/>
1591                 <fieldValue name='transparencyvalue='0'/>
1592            </ProtoInstance>
1593            <ProtoInstance name='Arc'>
1594                 <fieldValue name='cylinderHeightvalue='0.74341'/>
1595                 <fieldValue name='cylinderTranslationvalue='1.04305 0.70404 0.52805'/>
1596                 <fieldValue name='coneTranslationvalue='0.85183 0.74701 0.44799'/>
1597                 <fieldValue name='rotationvalue='-28.11211 0 67.14573 1.36639'/>
1598                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1599                 <fieldValue name='ballRadiusvalue='0.02'/>
1600                 <fieldValue name='traceEnabledvalue='false'/>
1601                 <fieldValue name='displayMode'/>
1602                 <fieldValue name='transparencyvalue='0'/>
1603            </ProtoInstance>
1604            <ProtoInstance name='Arc'>
1605                 <fieldValue name='cylinderHeightvalue='0.39702'/>
1606                 <fieldValue name='cylinderTranslationvalue='1.54584 0.54678 0.73790'/>
1607                 <fieldValue name='coneTranslationvalue='1.57825 0.53090 0.75135'/>
1608                 <fieldValue name='rotationvalue='13.85943 0 -33.41302 1.99558'/>
1609                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1610                 <fieldValue name='ballRadiusvalue='0.02'/>
1611                 <fieldValue name='traceEnabledvalue='false'/>
1612                 <fieldValue name='displayMode'/>
1613                 <fieldValue name='transparencyvalue='0'/>
1614            </ProtoInstance>
1615            <ProtoInstance name='Arc'>
1616                 <fieldValue name='cylinderHeightvalue='1.15220'/>
1617                 <fieldValue name='cylinderTranslationvalue='0.81234 0.57492 0.57824'/>
1618                 <fieldValue name='coneTranslationvalue='0.40323 0.53616 0.51296'/>
1619                 <fieldValue name='rotationvalue='-18.07434 0 113.28624 1.66409'/>
1620                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1621                 <fieldValue name='ballRadiusvalue='0.02'/>
1622                 <fieldValue name='traceEnabledvalue='false'/>
1623                 <fieldValue name='displayMode'/>
1624                 <fieldValue name='transparencyvalue='0'/>
1625            </ProtoInstance>
1626            <ProtoInstance name='Arc'>
1627                 <fieldValue name='cylinderHeightvalue='0.59092'/>
1628                 <fieldValue name='cylinderTranslationvalue='1.61328 0.77173 0.77730'/>
1629                 <fieldValue name='coneTranslationvalue='1.72079 0.83735 0.82713'/>
1630                 <fieldValue name='rotationvalue='21.73848 0 -46.90090 1.06504'/>
1631                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1632                 <fieldValue name='ballRadiusvalue='0.02'/>
1633                 <fieldValue name='traceEnabledvalue='false'/>
1634                 <fieldValue name='displayMode'/>
1635                 <fieldValue name='transparencyvalue='0'/>
1636            </ProtoInstance>
1637            <ProtoInstance name='Arc'>
1638                 <fieldValue name='cylinderHeightvalue='0.16609'/>
1639                 <fieldValue name='cylinderTranslationvalue='0.11976 -0.04029 -2.52042'/>
1640                 <fieldValue name='coneTranslationvalue='0.17747 -0.04865 -2.47021'/>
1641                 <fieldValue name='rotationvalue='-10.83712 0 12.45680 1.46205'/>
1642                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1643                 <fieldValue name='ballRadiusvalue='0.02'/>
1644                 <fieldValue name='traceEnabledvalue='false'/>
1645                 <fieldValue name='displayMode'/>
1646                 <fieldValue name='transparencyvalue='0'/>
1647            </ProtoInstance>
1648            <ProtoInstance name='Arc'>
1649                 <fieldValue name='cylinderHeightvalue='0.46606'/>
1650                 <fieldValue name='cylinderTranslationvalue='0.36586 -0.06949 -2.60803'/>
1651                 <fieldValue name='coneTranslationvalue='0.42347 -0.07581 -2.65247'/>
1652                 <fieldValue name='rotationvalue='-28.35848 0 -36.76414 1.65750'/>
1653                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1654                 <fieldValue name='ballRadiusvalue='0.02'/>
1655                 <fieldValue name='traceEnabledvalue='false'/>
1656                 <fieldValue name='displayMode'/>
1657                 <fieldValue name='transparencyvalue='0'/>
1658            </ProtoInstance>
1659            <ProtoInstance name='Arc'>
1660                 <fieldValue name='cylinderHeightvalue='0.24775'/>
1661                 <fieldValue name='cylinderTranslationvalue='0.17715 -0.05247 -2.58998'/>
1662                 <fieldValue name='coneTranslationvalue='0.17858 -0.05155 -2.55389'/>
1663                 <fieldValue name='rotationvalue='-24.74796 0 0.97841 1.59632'/>
1664                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1665                 <fieldValue name='ballRadiusvalue='0.02'/>
1666                 <fieldValue name='traceEnabledvalue='false'/>
1667                 <fieldValue name='displayMode'/>
1668                 <fieldValue name='transparencyvalue='0'/>
1669            </ProtoInstance>
1670            <ProtoInstance name='Arc'>
1671                 <fieldValue name='cylinderHeightvalue='0.46656'/>
1672                 <fieldValue name='cylinderTranslationvalue='0.36292 -0.09137 -2.60742'/>
1673                 <fieldValue name='coneTranslationvalue='0.41974 -0.10459 -2.65177'/>
1674                 <fieldValue name='rotationvalue='-28.23600 0 -36.17628 1.75211'/>
1675                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1676                 <fieldValue name='ballRadiusvalue='0.02'/>
1677                 <fieldValue name='traceEnabledvalue='false'/>
1678                 <fieldValue name='displayMode'/>
1679                 <fieldValue name='transparencyvalue='0'/>
1680            </ProtoInstance>
1681            <ProtoInstance name='Arc'>
1682                 <fieldValue name='cylinderHeightvalue='0.46829'/>
1683                 <fieldValue name='cylinderTranslationvalue='0.35094 -0.13205 -2.60570'/>
1684                 <fieldValue name='coneTranslationvalue='0.40443 -0.15825 -2.64986'/>
1685                 <fieldValue name='rotationvalue='-27.89283 0 -33.78009 1.93197'/>
1686                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1687                 <fieldValue name='ballRadiusvalue='0.02'/>
1688                 <fieldValue name='traceEnabledvalue='false'/>
1689                 <fieldValue name='displayMode'/>
1690                 <fieldValue name='transparencyvalue='0'/>
1691            </ProtoInstance>
1692            <ProtoInstance name='Arc'>
1693                 <fieldValue name='cylinderHeightvalue='0.46589'/>
1694                 <fieldValue name='cylinderTranslationvalue='0.36658 -0.05005 -2.60840'/>
1695                 <fieldValue name='coneTranslationvalue='0.42436 -0.05028 -2.65291'/>
1696                 <fieldValue name='rotationvalue='-28.43153 0 -36.90707 1.57398'/>
1697                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1698                 <fieldValue name='ballRadiusvalue='0.02'/>
1699                 <fieldValue name='traceEnabledvalue='false'/>
1700                 <fieldValue name='displayMode'/>
1701                 <fieldValue name='transparencyvalue='0'/>
1702            </ProtoInstance>
1703            <ProtoInstance name='Arc'>
1704                 <fieldValue name='cylinderHeightvalue='0.57845'/>
1705                 <fieldValue name='cylinderTranslationvalue='0.06424 -0.02312 -2.20339'/>
1706                 <fieldValue name='coneTranslationvalue='0.01160 -0.01142 -2.08595'/>
1707                 <fieldValue name='rotationvalue='52.56894 -0.00000 23.56135 1.48014'/>
1708                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1709                 <fieldValue name='ballRadiusvalue='0.02'/>
1710                 <fieldValue name='traceEnabledvalue='false'/>
1711                 <fieldValue name='displayMode'/>
1712                 <fieldValue name='transparencyvalue='0'/>
1713            </ProtoInstance>
1714            <ProtoInstance name='Arc'>
1715                 <fieldValue name='cylinderHeightvalue='0.27500'/>
1716                 <fieldValue name='cylinderTranslationvalue='1.25571 2.62304 2.40495'/>
1717                 <fieldValue name='coneTranslationvalue='1.23950 2.61580 2.41878'/>
1718                 <fieldValue name='rotationvalue='-16.89882 0 -19.80359 1.24278'/>
1719                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1720                 <fieldValue name='ballRadiusvalue='0.02'/>
1721                 <fieldValue name='traceEnabledvalue='false'/>
1722                 <fieldValue name='displayMode'/>
1723                 <fieldValue name='transparencyvalue='0'/>
1724            </ProtoInstance>
1725            <ProtoInstance name='Arc'>
1726                 <fieldValue name='cylinderHeightvalue='0.38130'/>
1727                 <fieldValue name='cylinderTranslationvalue='0.99987 2.66350 2.42183'/>
1728                 <fieldValue name='coneTranslationvalue='0.97466 2.67712 2.41096'/>
1729                 <fieldValue name='rotationvalue='-13.52383 0 31.36370 1.11013'/>
1730                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1731                 <fieldValue name='ballRadiusvalue='0.02'/>
1732                 <fieldValue name='traceEnabledvalue='false'/>
1733                 <fieldValue name='displayMode'/>
1734                 <fieldValue name='transparencyvalue='0'/>
1735            </ProtoInstance>
1736            <ProtoInstance name='Arc'>
1737                 <fieldValue name='cylinderHeightvalue='0.39541'/>
1738                 <fieldValue name='cylinderTranslationvalue='1.34908 2.54932 2.45470'/>
1739                 <fieldValue name='coneTranslationvalue='1.38577 2.54371 2.44807'/>
1740                 <fieldValue name='rotationvalue='-6.95047 0 -38.47794 1.72020'/>
1741                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1742                 <fieldValue name='ballRadiusvalue='0.02'/>
1743                 <fieldValue name='traceEnabledvalue='false'/>
1744                 <fieldValue name='displayMode'/>
1745                 <fieldValue name='transparencyvalue='0'/>
1746            </ProtoInstance>
1747            <ProtoInstance name='Arc'>
1748                 <fieldValue name='cylinderHeightvalue='0.10701'/>
1749                 <fieldValue name='cylinderTranslationvalue='1.19587 2.59724 2.45806'/>
1750                 <fieldValue name='coneTranslationvalue='1.11788 2.56043 2.52053'/>
1751                 <fieldValue name='rotationvalue='-6.27739 0 -7.83734 1.21787'/>
1752                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1753                 <fieldValue name='ballRadiusvalue='0.02'/>
1754                 <fieldValue name='traceEnabledvalue='false'/>
1755                 <fieldValue name='displayMode'/>
1756                 <fieldValue name='transparencyvalue='0'/>
1757            </ProtoInstance>
1758            <ProtoInstance name='Arc'>
1759                 <fieldValue name='cylinderHeightvalue='0.00961'/>
1760                 <fieldValue name='cylinderTranslationvalue='1.15465 2.57719 2.49351'/>
1761                 <fieldValue name='coneTranslationvalue='1.22057 2.62749 2.36233'/>
1762                 <fieldValue name='rotationvalue='0.81248 -0.00000 0.40831 1.90084'/>
1763                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1764                 <fieldValue name='ballRadiusvalue='0.02'/>
1765                 <fieldValue name='traceEnabledvalue='false'/>
1766                 <fieldValue name='displayMode'/>
1767                 <fieldValue name='transparencyvalue='0'/>
1768            </ProtoInstance>
1769            <ProtoInstance name='Arc'>
1770                 <fieldValue name='cylinderHeightvalue='0.39347'/>
1771                 <fieldValue name='cylinderTranslationvalue='1.20216 2.43878 2.62000'/>
1772                 <fieldValue name='coneTranslationvalue='1.21065 2.41264 2.64438'/>
1773                 <fieldValue name='rotationvalue='26.11046 0 -9.09522 2.36239'/>
1774                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1775                 <fieldValue name='ballRadiusvalue='0.02'/>
1776                 <fieldValue name='traceEnabledvalue='false'/>
1777                 <fieldValue name='displayMode'/>
1778                 <fieldValue name='transparencyvalue='0'/>
1779            </ProtoInstance>
1780            <ProtoInstance name='Arc'>
1781                 <fieldValue name='cylinderHeightvalue='0.25985'/>
1782                 <fieldValue name='cylinderTranslationvalue='1.08321 2.51556 2.57599'/>
1783                 <fieldValue name='coneTranslationvalue='1.10022 2.53019 2.55596'/>
1784                 <fieldValue name='rotationvalue='17.30847 -0.00000 14.69595 2.07864'/>
1785                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1786                 <fieldValue name='ballRadiusvalue='0.02'/>
1787                 <fieldValue name='traceEnabledvalue='false'/>
1788                 <fieldValue name='displayMode'/>
1789                 <fieldValue name='transparencyvalue='0'/>
1790            </ProtoInstance>
1791            <ProtoInstance name='Arc'>
1792                 <fieldValue name='cylinderHeightvalue='0.00409'/>
1793                 <fieldValue name='cylinderTranslationvalue='1.15708 2.57858 2.49145'/>
1794                 <fieldValue name='coneTranslationvalue='1.12659 2.59126 2.33698'/>
1795                 <fieldValue name='rotationvalue='0.39950 0 -0.07887 1.65113'/>
1796                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1797                 <fieldValue name='ballRadiusvalue='0.02'/>
1798                 <fieldValue name='traceEnabledvalue='false'/>
1799                 <fieldValue name='displayMode'/>
1800                 <fieldValue name='transparencyvalue='0'/>
1801            </ProtoInstance>
1802            <ProtoInstance name='Arc'>
1803                 <fieldValue name='cylinderHeightvalue='0.07948'/>
1804                 <fieldValue name='cylinderTranslationvalue='1.13520 2.56037 2.51738'/>
1805                 <fieldValue name='coneTranslationvalue='1.20022 2.61598 2.43286'/>
1806                 <fieldValue name='rotationvalue='5.58558 -0.00000 4.29723 2.05144'/>
1807                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1808                 <fieldValue name='ballRadiusvalue='0.02'/>
1809                 <fieldValue name='traceEnabledvalue='false'/>
1810                 <fieldValue name='displayMode'/>
1811                 <fieldValue name='transparencyvalue='0'/>
1812            </ProtoInstance>
1813            <ProtoInstance name='Arc'>
1814                 <fieldValue name='cylinderHeightvalue='0.38130'/>
1815                 <fieldValue name='cylinderTranslationvalue='0.99987 2.66350 2.42183'/>
1816                 <fieldValue name='coneTranslationvalue='0.97466 2.67712 2.41096'/>
1817                 <fieldValue name='rotationvalue='-13.52381 0 31.36372 1.11013'/>
1818                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1819                 <fieldValue name='ballRadiusvalue='0.02'/>
1820                 <fieldValue name='traceEnabledvalue='false'/>
1821                 <fieldValue name='displayMode'/>
1822                 <fieldValue name='transparencyvalue='0'/>
1823            </ProtoInstance>
1824            <ProtoInstance name='Arc'>
1825                 <fieldValue name='cylinderHeightvalue='0.02761'/>
1826                 <fieldValue name='cylinderTranslationvalue='2.50318 -2.68071 1.29809'/>
1827                 <fieldValue name='coneTranslationvalue='2.39657 -2.72356 1.38849'/>
1828                 <fieldValue name='rotationvalue='-1.70736 0 -2.01348 1.27332'/>
1829                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1830                 <fieldValue name='ballRadiusvalue='0.02'/>
1831                 <fieldValue name='traceEnabledvalue='false'/>
1832                 <fieldValue name='displayMode'/>
1833                 <fieldValue name='transparencyvalue='0'/>
1834            </ProtoInstance>
1835            <ProtoInstance name='Arc'>
1836                 <fieldValue name='cylinderHeightvalue='0.00715'/>
1837                 <fieldValue name='cylinderTranslationvalue='2.49572 -2.68387 1.30436'/>
1838                 <fieldValue name='coneTranslationvalue='2.38136 -2.72270 1.40377'/>
1839                 <fieldValue name='rotationvalue='-0.45416 0 -0.52245 1.31993'/>
1840                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1841                 <fieldValue name='ballRadiusvalue='0.02'/>
1842                 <fieldValue name='traceEnabledvalue='false'/>
1843                 <fieldValue name='displayMode'/>
1844                 <fieldValue name='transparencyvalue='0'/>
1845            </ProtoInstance>
1846            <ProtoInstance name='Arc'>
1847                 <fieldValue name='cylinderHeightvalue='0.23818'/>
1848                 <fieldValue name='cylinderTranslationvalue='2.40467 -2.71650 1.37979'/>
1849                 <fieldValue name='coneTranslationvalue='2.43505 -2.70560 1.35466'/>
1850                 <fieldValue name='rotationvalue='14.63276 -0.00000 17.68772 1.84064'/>
1851                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1852                 <fieldValue name='ballRadiusvalue='0.02'/>
1853                 <fieldValue name='traceEnabledvalue='false'/>
1854                 <fieldValue name='displayMode'/>
1855                 <fieldValue name='transparencyvalue='0'/>
1856            </ProtoInstance>
1857            <ProtoInstance name='Arc'>
1858                 <fieldValue name='cylinderHeightvalue='0.09480'/>
1859                 <fieldValue name='cylinderTranslationvalue='2.52738 -2.67010 1.27735'/>
1860                 <fieldValue name='coneTranslationvalue='2.44596 -2.70492 1.34691'/>
1861                 <fieldValue name='rotationvalue='-5.85562 0 -6.85453 1.25645'/>
1862                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1863                 <fieldValue name='ballRadiusvalue='0.02'/>
1864                 <fieldValue name='traceEnabledvalue='false'/>
1865                 <fieldValue name='displayMode'/>
1866                 <fieldValue name='transparencyvalue='0'/>
1867            </ProtoInstance>
1868            <ProtoInstance name='Arc'>
1869                 <fieldValue name='cylinderHeightvalue='0.01099'/>
1870                 <fieldValue name='cylinderTranslationvalue='2.49713 -2.68328 1.30319'/>
1871                 <fieldValue name='coneTranslationvalue='2.38414 -2.72485 1.40002'/>
1872                 <fieldValue name='rotationvalue='-0.68883 0 -0.80371 1.29838'/>
1873                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1874                 <fieldValue name='ballRadiusvalue='0.02'/>
1875                 <fieldValue name='traceEnabledvalue='false'/>
1876                 <fieldValue name='displayMode'/>
1877                 <fieldValue name='transparencyvalue='0'/>
1878            </ProtoInstance>
1879            <ProtoInstance name='Arc'>
1880                 <fieldValue name='cylinderHeightvalue='0.30937'/>
1881                 <fieldValue name='cylinderTranslationvalue='1.56795 -0.87607 -0.27306'/>
1882                 <fieldValue name='coneTranslationvalue='1.56621 -0.87235 -0.27644'/>
1883                 <fieldValue name='rotationvalue='19.68928 0 -10.12205 2.34410'/>
1884                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1885                 <fieldValue name='ballRadiusvalue='0.02'/>
1886                 <fieldValue name='traceEnabledvalue='false'/>
1887                 <fieldValue name='displayMode'/>
1888                 <fieldValue name='transparencyvalue='0'/>
1889            </ProtoInstance>
1890            <ProtoInstance name='Arc'>
1891                 <fieldValue name='cylinderHeightvalue='0.38911'/>
1892                 <fieldValue name='cylinderTranslationvalue='1.62280 -0.90815 -0.45572'/>
1893                 <fieldValue name='coneTranslationvalue='1.64153 -0.93304 -0.47068'/>
1894                 <fieldValue name='rotationvalue='-16.84341 0 -21.09247 2.37497'/>
1895                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1896                 <fieldValue name='ballRadiusvalue='0.02'/>
1897                 <fieldValue name='traceEnabledvalue='false'/>
1898                 <fieldValue name='displayMode'/>
1899                 <fieldValue name='transparencyvalue='0'/>
1900            </ProtoInstance>
1901            <ProtoInstance name='Arc'>
1902                 <fieldValue name='cylinderHeightvalue='0.89371'/>
1903                 <fieldValue name='cylinderTranslationvalue='1.78462 -1.04785 -0.59496'/>
1904                 <fieldValue name='coneTranslationvalue='1.95620 -1.22748 -0.73841'/>
1905                 <fieldValue name='rotationvalue='-44.69228 0 -53.45707 2.24748'/>
1906                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1907                 <fieldValue name='ballRadiusvalue='0.02'/>
1908                 <fieldValue name='traceEnabledvalue='false'/>
1909                 <fieldValue name='displayMode'/>
1910                 <fieldValue name='transparencyvalue='0'/>
1911            </ProtoInstance>
1912            <ProtoInstance name='Arc'>
1913                 <fieldValue name='cylinderHeightvalue='0.40375'/>
1914                 <fieldValue name='cylinderTranslationvalue='1.62999 -0.90038 -0.47418'/>
1915                 <fieldValue name='coneTranslationvalue='1.65336 -0.92784 -0.49548'/>
1916                 <fieldValue name='rotationvalue='-20.53558 0 -22.53073 2.28587'/>
1917                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1918                 <fieldValue name='ballRadiusvalue='0.02'/>
1919                 <fieldValue name='traceEnabledvalue='false'/>
1920                 <fieldValue name='displayMode'/>
1921                 <fieldValue name='transparencyvalue='0'/>
1922            </ProtoInstance>
1923            <ProtoInstance name='Arc'>
1924                 <fieldValue name='cylinderHeightvalue='0.89371'/>
1925                 <fieldValue name='cylinderTranslationvalue='1.78462 -1.04785 -0.59496'/>
1926                 <fieldValue name='coneTranslationvalue='1.95620 -1.22748 -0.73841'/>
1927                 <fieldValue name='rotationvalue='-44.69228 0 -53.45707 2.24748'/>
1928                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1929                 <fieldValue name='ballRadiusvalue='0.02'/>
1930                 <fieldValue name='traceEnabledvalue='false'/>
1931                 <fieldValue name='displayMode'/>
1932                 <fieldValue name='transparencyvalue='0'/>
1933            </ProtoInstance>
1934            <ProtoInstance name='Arc'>
1935                 <fieldValue name='cylinderHeightvalue='1.05178'/>
1936                 <fieldValue name='cylinderTranslationvalue='1.24612 -0.53246 0.01258'/>
1937                 <fieldValue name='coneTranslationvalue='1.05743 -0.36856 0.27980'/>
1938                 <fieldValue name='rotationvalue='76.81591 -0.00000 54.24252 1.10635'/>
1939                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1940                 <fieldValue name='ballRadiusvalue='0.02'/>
1941                 <fieldValue name='traceEnabledvalue='false'/>
1942                 <fieldValue name='displayMode'/>
1943                 <fieldValue name='transparencyvalue='0'/>
1944            </ProtoInstance>
1945            <ProtoInstance name='Arc'>
1946                 <fieldValue name='cylinderHeightvalue='0.55241'/>
1947                 <fieldValue name='cylinderTranslationvalue='1.67125 -0.94911 -0.51223'/>
1948                 <fieldValue name='coneTranslationvalue='1.73601 -1.02530 -0.57144'/>
1949                 <fieldValue name='rotationvalue='-28.14527 0 -30.78349 2.28583'/>
1950                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1951                 <fieldValue name='ballRadiusvalue='0.02'/>
1952                 <fieldValue name='traceEnabledvalue='false'/>
1953                 <fieldValue name='displayMode'/>
1954                 <fieldValue name='transparencyvalue='0'/>
1955            </ProtoInstance>
1956            <ProtoInstance name='Arc'>
1957                 <fieldValue name='cylinderHeightvalue='0.40175'/>
1958                 <fieldValue name='cylinderTranslationvalue='1.62468 -0.90614 -0.47025'/>
1959                 <fieldValue name='coneTranslationvalue='1.64653 -0.93424 -0.49034'/>
1960                 <fieldValue name='rotationvalue='-19.74848 0 -21.46936 2.32896'/>
1961                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1962                 <fieldValue name='ballRadiusvalue='0.02'/>
1963                 <fieldValue name='traceEnabledvalue='false'/>
1964                 <fieldValue name='displayMode'/>
1965                 <fieldValue name='transparencyvalue='0'/>
1966            </ProtoInstance>
1967            <ProtoInstance name='Arc'>
1968                 <fieldValue name='cylinderHeightvalue='0.81819'/>
1969                 <fieldValue name='cylinderTranslationvalue='1.15789 -0.70603 -0.55675'/>
1970                 <fieldValue name='coneTranslationvalue='0.93903 -0.66828 -0.66955'/>
1971                 <fieldValue name='rotationvalue='-37.04968 0 71.88833 1.41867'/>
1972                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1973                 <fieldValue name='ballRadiusvalue='0.02'/>
1974                 <fieldValue name='traceEnabledvalue='false'/>
1975                 <fieldValue name='displayMode'/>
1976                 <fieldValue name='transparencyvalue='0'/>
1977            </ProtoInstance>
1978            <ProtoInstance name='Arc'>
1979                 <fieldValue name='cylinderHeightvalue='0.81197'/>
1980                 <fieldValue name='cylinderTranslationvalue='1.54199 -0.41356 -0.17510'/>
1981                 <fieldValue name='coneTranslationvalue='1.55693 -0.19879 -0.05610'/>
1982                 <fieldValue name='rotationvalue='39.28008 0 -4.93060 0.50929'/>
1983                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1984                 <fieldValue name='ballRadiusvalue='0.02'/>
1985                 <fieldValue name='traceEnabledvalue='false'/>
1986                 <fieldValue name='displayMode'/>
1987                 <fieldValue name='transparencyvalue='0'/>
1988            </ProtoInstance>
1989            <ProtoInstance name='Arc'>
1990                 <fieldValue name='cylinderHeightvalue='1.07139'/>
1991                 <fieldValue name='cylinderTranslationvalue='1.11500 -0.51122 -0.12829'/>
1992                 <fieldValue name='coneTranslationvalue='0.83284 -0.33112 0.04228'/>
1993                 <fieldValue name='rotationvalue='48.64292 -0.00000 80.46672 1.07085'/>
1994                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1995                 <fieldValue name='ballRadiusvalue='0.02'/>
1996                 <fieldValue name='traceEnabledvalue='false'/>
1997                 <fieldValue name='displayMode'/>
1998                 <fieldValue name='transparencyvalue='0'/>
1999            </ProtoInstance>
2000            <ProtoInstance name='Arc'>
2001                 <fieldValue name='cylinderHeightvalue='0.31295'/>
2002                 <fieldValue name='cylinderTranslationvalue='1.65533 -0.81217 -0.43060'/>
2003                 <fieldValue name='coneTranslationvalue='1.65222 -0.81118 -0.42927'/>
2004                 <fieldValue name='rotationvalue='-11.81929 0 -27.59859 1.85686'/>
2005                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2006                 <fieldValue name='ballRadiusvalue='0.02'/>
2007                 <fieldValue name='traceEnabledvalue='false'/>
2008                 <fieldValue name='displayMode'/>
2009                 <fieldValue name='transparencyvalue='0'/>
2010            </ProtoInstance>
2011            <ProtoInstance name='Arc'>
2012                 <fieldValue name='cylinderHeightvalue='0.27349'/>
2013                 <fieldValue name='cylinderTranslationvalue='1.61852 -0.77604 -0.46314'/>
2014                 <fieldValue name='coneTranslationvalue='1.60131 -0.77468 -0.44755'/>
2015                 <fieldValue name='rotationvalue='-18.32693 0 -20.23643 1.62950'/>
2016                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2017                 <fieldValue name='ballRadiusvalue='0.02'/>
2018                 <fieldValue name='traceEnabledvalue='false'/>
2019                 <fieldValue name='displayMode'/>
2020                 <fieldValue name='transparencyvalue='0'/>
2021            </ProtoInstance>
2022            <ProtoInstance name='Arc'>
2023                 <fieldValue name='cylinderHeightvalue='0.79896'/>
2024                 <fieldValue name='cylinderTranslationvalue='1.79201 -0.98552 -0.56342'/>
2025                 <fieldValue name='coneTranslationvalue='1.95668 -1.11591 -0.67847'/>
2026                 <fieldValue name='rotationvalue='-38.38295 0 -54.93531 2.14654'/>
2027                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2028                 <fieldValue name='ballRadiusvalue='0.02'/>
2029                 <fieldValue name='traceEnabledvalue='false'/>
2030                 <fieldValue name='displayMode'/>
2031                 <fieldValue name='transparencyvalue='0'/>
2032            </ProtoInstance>
2033            <ProtoInstance name='Arc'>
2034                 <fieldValue name='cylinderHeightvalue='0.24553'/>
2035                 <fieldValue name='cylinderTranslationvalue='1.43026 -0.84047 -0.41883'/>
2036                 <fieldValue name='coneTranslationvalue='1.45667 -0.81850 -0.40448'/>
2037                 <fieldValue name='rotationvalue='-9.46587 0 17.41521 2.20205'/>
2038                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2039                 <fieldValue name='ballRadiusvalue='0.02'/>
2040                 <fieldValue name='traceEnabledvalue='false'/>
2041                 <fieldValue name='displayMode'/>
2042                 <fieldValue name='transparencyvalue='0'/>
2043            </ProtoInstance>
2044            <ProtoInstance name='Arc'>
2045                 <fieldValue name='cylinderHeightvalue='0.52213'/>
2046                 <fieldValue name='cylinderTranslationvalue='1.29153 -0.80277 -0.49783'/>
2047                 <fieldValue name='coneTranslationvalue='1.20411 -0.81622 -0.54673'/>
2048                 <fieldValue name='rotationvalue='-25.26464 0 45.16183 1.70429'/>
2049                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2050                 <fieldValue name='ballRadiusvalue='0.02'/>
2051                 <fieldValue name='traceEnabledvalue='false'/>
2052                 <fieldValue name='displayMode'/>
2053                 <fieldValue name='transparencyvalue='0'/>
2054            </ProtoInstance>
2055            <ProtoInstance name='Arc'>
2056                 <fieldValue name='cylinderHeightvalue='0.98937'/>
2057                 <fieldValue name='cylinderTranslationvalue='0.93321 0.75696 1.34501'/>
2058                 <fieldValue name='coneTranslationvalue='1.08541 0.90949 1.08892'/>
2059                 <fieldValue name='rotationvalue='-75.70420 0 -44.99087 1.09758'/>
2060                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2061                 <fieldValue name='ballRadiusvalue='0.02'/>
2062                 <fieldValue name='traceEnabledvalue='false'/>
2063                 <fieldValue name='displayMode'/>
2064                 <fieldValue name='transparencyvalue='0'/>
2065            </ProtoInstance>
2066            <ProtoInstance name='Arc'>
2067                 <fieldValue name='cylinderHeightvalue='0.88029'/>
2068                 <fieldValue name='cylinderTranslationvalue='0.41148 0.39576 1.42820'/>
2069                 <fieldValue name='coneTranslationvalue='0.22258 0.30936 1.24022'/>
2070                 <fieldValue name='rotationvalue='-59.06712 0 59.35559 1.88432'/>
2071                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2072                 <fieldValue name='ballRadiusvalue='0.02'/>
2073                 <fieldValue name='traceEnabledvalue='false'/>
2074                 <fieldValue name='displayMode'/>
2075                 <fieldValue name='transparencyvalue='0'/>
2076            </ProtoInstance>
2077            <ProtoInstance name='Arc'>
2078                 <fieldValue name='cylinderHeightvalue='0.62488'/>
2079                 <fieldValue name='cylinderTranslationvalue='0.87346 0.56384 1.46032'/>
2080                 <fieldValue name='coneTranslationvalue='0.95406 0.57961 1.33190'/>
2081                 <fieldValue name='rotationvalue='-52.64263 0 -33.04009 1.46713'/>
2082                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2083                 <fieldValue name='ballRadiusvalue='0.02'/>
2084                 <fieldValue name='traceEnabledvalue='false'/>
2085                 <fieldValue name='displayMode'/>
2086                 <fieldValue name='transparencyvalue='0'/>
2087            </ProtoInstance>
2088            <ProtoInstance name='Arc'>
2089                 <fieldValue name='cylinderHeightvalue='0.93351'/>
2090                 <fieldValue name='cylinderTranslationvalue='0.73959 0.58109 2.18659'/>
2091                 <fieldValue name='coneTranslationvalue='0.76018 0.61367 2.49092'/>
2092                 <fieldValue name='rotationvalue='92.61149 0 -6.26696 1.46437'/>
2093                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2094                 <fieldValue name='ballRadiusvalue='0.02'/>
2095                 <fieldValue name='traceEnabledvalue='false'/>
2096                 <fieldValue name='displayMode'/>
2097                 <fieldValue name='transparencyvalue='0'/>
2098            </ProtoInstance>
2099            <ProtoInstance name='Arc'>
2100                 <fieldValue name='cylinderHeightvalue='0.55632'/>
2101                 <fieldValue name='cylinderTranslationvalue='0.83646 0.50701 1.96917'/>
2102                 <fieldValue name='coneTranslationvalue='0.89093 0.49660 2.07351'/>
2103                 <fieldValue name='rotationvalue='49.12685 0 -25.64183 1.65898'/>
2104                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2105                 <fieldValue name='ballRadiusvalue='0.02'/>
2106                 <fieldValue name='traceEnabledvalue='false'/>
2107                 <fieldValue name='displayMode'/>
2108                 <fieldValue name='transparencyvalue='0'/>
2109            </ProtoInstance>
2110            <ProtoInstance name='Arc'>
2111                 <fieldValue name='cylinderHeightvalue='0.93351'/>
2112                 <fieldValue name='cylinderTranslationvalue='0.73959 0.58109 2.18659'/>
2113                 <fieldValue name='coneTranslationvalue='0.76018 0.61367 2.49092'/>
2114                 <fieldValue name='rotationvalue='92.61149 0 -6.26696 1.46437'/>
2115                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2116                 <fieldValue name='ballRadiusvalue='0.02'/>
2117                 <fieldValue name='traceEnabledvalue='false'/>
2118                 <fieldValue name='displayMode'/>
2119                 <fieldValue name='transparencyvalue='0'/>
2120            </ProtoInstance>
2121            <ProtoInstance name='Arc'>
2122                 <fieldValue name='cylinderHeightvalue='0.93355'/>
2123                 <fieldValue name='cylinderTranslationvalue='0.73978 0.58048 2.18666'/>
2124                 <fieldValue name='coneTranslationvalue='0.76050 0.61266 2.49104'/>
2125                 <fieldValue name='rotationvalue='92.62567 0 -6.30479 1.46569'/>
2126                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2127                 <fieldValue name='ballRadiusvalue='0.02'/>
2128                 <fieldValue name='traceEnabledvalue='false'/>
2129                 <fieldValue name='displayMode'/>
2130                 <fieldValue name='transparencyvalue='0'/>
2131            </ProtoInstance>
2132            <ProtoInstance name='Arc'>
2133                 <fieldValue name='cylinderHeightvalue='0.93294'/>
2134                 <fieldValue name='cylinderTranslationvalue='0.73655 0.59154 2.18526'/>
2135                 <fieldValue name='coneTranslationvalue='0.75514 0.63098 2.48861'/>
2136                 <fieldValue name='rotationvalue='92.34485 0 -5.65937 1.44175'/>
2137                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2138                 <fieldValue name='ballRadiusvalue='0.02'/>
2139                 <fieldValue name='traceEnabledvalue='false'/>
2140                 <fieldValue name='displayMode'/>
2141                 <fieldValue name='transparencyvalue='0'/>
2142            </ProtoInstance>
2143            <ProtoInstance name='Arc'>
2144                 <fieldValue name='cylinderHeightvalue='0.57721'/>
2145                 <fieldValue name='cylinderTranslationvalue='0.85364 0.63080 1.95222'/>
2146                 <fieldValue name='coneTranslationvalue='0.91842 0.67504 2.05413'/>
2147                 <fieldValue name='rotationvalue='45.73804 0 -29.07589 1.21959'/>
2148                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2149                 <fieldValue name='ballRadiusvalue='0.02'/>
2150                 <fieldValue name='traceEnabledvalue='false'/>
2151                 <fieldValue name='displayMode'/>
2152                 <fieldValue name='transparencyvalue='0'/>
2153            </ProtoInstance>
2154            <ProtoInstance name='Arc'>
2155                 <fieldValue name='cylinderHeightvalue='0.89699'/>
2156                 <fieldValue name='cylinderTranslationvalue='0.76440 0.59320 2.16421'/>
2157                 <fieldValue name='coneTranslationvalue='0.80051 0.63288 2.44767'/>
2158                 <fieldValue name='rotationvalue='88.13426 0 -11.22799 1.43281'/>
2159                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2160                 <fieldValue name='ballRadiusvalue='0.02'/>
2161                 <fieldValue name='traceEnabledvalue='false'/>
2162                 <fieldValue name='displayMode'/>
2163                 <fieldValue name='transparencyvalue='0'/>
2164            </ProtoInstance>
2165            <ProtoInstance name='Arc'>
2166                 <fieldValue name='cylinderHeightvalue='0.59322'/>
2167                 <fieldValue name='cylinderTranslationvalue='0.75553 0.56950 2.01388'/>
2168                 <fieldValue name='coneTranslationvalue='0.77730 0.58700 2.14761'/>
2169                 <fieldValue name='rotationvalue='58.06907 0 -9.45423 1.44235'/>
2170                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2171                 <fieldValue name='ballRadiusvalue='0.02'/>
2172                 <fieldValue name='traceEnabledvalue='false'/>
2173                 <fieldValue name='displayMode'/>
2174                 <fieldValue name='transparencyvalue='0'/>
2175            </ProtoInstance>
2176            <ProtoInstance name='Arc'>
2177                 <fieldValue name='cylinderHeightvalue='0.93247'/>
2178                 <fieldValue name='cylinderTranslationvalue='0.73388 0.60198 2.18370'/>
2179                 <fieldValue name='coneTranslationvalue='0.75071 0.64827 2.48595'/>
2180                 <fieldValue name='rotationvalue='92.03323 0 -5.12497 1.41906'/>
2181                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2182                 <fieldValue name='ballRadiusvalue='0.02'/>
2183                 <fieldValue name='traceEnabledvalue='false'/>
2184                 <fieldValue name='displayMode'/>
2185                 <fieldValue name='transparencyvalue='0'/>
2186            </ProtoInstance>
2187            <ProtoInstance name='Arc'>
2188                 <fieldValue name='cylinderHeightvalue='0.93247'/>
2189                 <fieldValue name='cylinderTranslationvalue='0.73388 0.60198 2.18370'/>
2190                 <fieldValue name='coneTranslationvalue='0.75071 0.64827 2.48595'/>
2191                 <fieldValue name='rotationvalue='92.03323 0 -5.12497 1.41906'/>
2192                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2193                 <fieldValue name='ballRadiusvalue='0.02'/>
2194                 <fieldValue name='traceEnabledvalue='false'/>
2195                 <fieldValue name='displayMode'/>
2196                 <fieldValue name='transparencyvalue='0'/>
2197            </ProtoInstance>
2198            <ProtoInstance name='Arc'>
2199                 <fieldValue name='cylinderHeightvalue='1.01546'/>
2200                 <fieldValue name='cylinderTranslationvalue='0.48664 0.48198 1.26941'/>
2201                 <fieldValue name='coneTranslationvalue='0.33487 0.44805 0.95840'/>
2202                 <fieldValue name='rotationvalue='-90.82442 0 44.32220 1.66850'/>
2203                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2204                 <fieldValue name='ballRadiusvalue='0.02'/>
2205                 <fieldValue name='traceEnabledvalue='false'/>
2206                 <fieldValue name='displayMode'/>
2207                 <fieldValue name='transparencyvalue='0'/>
2208            </ProtoInstance>
2209            <ProtoInstance name='Arc'>
2210                 <fieldValue name='cylinderHeightvalue='0.77062'/>
2211                 <fieldValue name='cylinderTranslationvalue='1.06329 0.68037 1.70765'/>
2212                 <fieldValue name='coneTranslationvalue='1.27090 0.76742 1.69836'/>
2213                 <fieldValue name='rotationvalue='-3.17749 0 -71.00707 1.17413'/>
2214                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2215                 <fieldValue name='ballRadiusvalue='0.02'/>
2216                 <fieldValue name='traceEnabledvalue='false'/>
2217                 <fieldValue name='displayMode'/>
2218                 <fieldValue name='transparencyvalue='0'/>
2219            </ProtoInstance>
2220            <ProtoInstance name='Arc'>
2221                 <fieldValue name='cylinderHeightvalue='0.65853'/>
2222                 <fieldValue name='cylinderTranslationvalue='0.46615 0.45121 1.93174'/>
2223                 <fieldValue name='coneTranslationvalue='0.34169 0.40993 2.03878'/>
2224                 <fieldValue name='rotationvalue='41.64185 -0.00000 48.42170 1.81715'/>
2225                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2226                 <fieldValue name='ballRadiusvalue='0.02'/>
2227                 <fieldValue name='traceEnabledvalue='false'/>
2228                 <fieldValue name='displayMode'/>
2229                 <fieldValue name='transparencyvalue='0'/>
2230            </ProtoInstance>
2231            <ProtoInstance name='Arc'>
2232                 <fieldValue name='cylinderHeightvalue='0.56090'/>
2233                 <fieldValue name='cylinderTranslationvalue='0.84640 0.49873 1.96539'/>
2234                 <fieldValue name='coneTranslationvalue='0.90573 0.48465 2.06926'/>
2235                 <fieldValue name='rotationvalue='48.37078 0 -27.62898 1.68795'/>
2236                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2237                 <fieldValue name='ballRadiusvalue='0.02'/>
2238                 <fieldValue name='traceEnabledvalue='false'/>
2239                 <fieldValue name='displayMode'/>
2240                 <fieldValue name='transparencyvalue='0'/>
2241            </ProtoInstance>
2242            <ProtoInstance name='Arc'>
2243                 <fieldValue name='cylinderHeightvalue='1.08436'/>
2244                 <fieldValue name='cylinderTranslationvalue='0.52580 0.53009 1.21298'/>
2245                 <fieldValue name='coneTranslationvalue='0.39719 0.52908 0.85308'/>
2246                 <fieldValue name='rotationvalue='-102.11177 0 36.49043 1.57342'/>
2247                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2248                 <fieldValue name='ballRadiusvalue='0.02'/>
2249                 <fieldValue name='traceEnabledvalue='false'/>
2250                 <fieldValue name='displayMode'/>
2251                 <fieldValue name='transparencyvalue='0'/>
2252            </ProtoInstance>
2253            <ProtoInstance name='Arc'>
2254                 <fieldValue name='cylinderHeightvalue='0.88829'/>
2255                 <fieldValue name='cylinderTranslationvalue='0.84075 0.65024 2.13049'/>
2256                 <fieldValue name='coneTranslationvalue='0.92551 0.72620 2.39085'/>
2257                 <fieldValue name='rotationvalue='81.39181 0 -26.49838 1.30018'/>
2258                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2259                 <fieldValue name='ballRadiusvalue='0.02'/>
2260                 <fieldValue name='traceEnabledvalue='false'/>
2261                 <fieldValue name='displayMode'/>
2262                 <fieldValue name='transparencyvalue='0'/>
2263            </ProtoInstance>
2264            <ProtoInstance name='Arc'>
2265                 <fieldValue name='cylinderHeightvalue='0.42063'/>
2266                 <fieldValue name='cylinderTranslationvalue='0.58030 0.50150 1.88772'/>
2267                 <fieldValue name='coneTranslationvalue='0.54969 0.49432 1.92700'/>
2268                 <fieldValue name='rotationvalue='32.83795 -0.00000 25.59164 1.71395'/>
2269                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2270                 <fieldValue name='ballRadiusvalue='0.02'/>
2271                 <fieldValue name='traceEnabledvalue='false'/>
2272                 <fieldValue name='displayMode'/>
2273                 <fieldValue name='transparencyvalue='0'/>
2274            </ProtoInstance>
2275            <ProtoInstance name='Arc'>
2276                 <fieldValue name='cylinderHeightvalue='0.93415'/>
2277                 <fieldValue name='cylinderTranslationvalue='0.74276 0.57137 2.18762'/>
2278                 <fieldValue name='coneTranslationvalue='0.76545 0.59757 2.49274'/>
2279                 <fieldValue name='rotationvalue='92.81781 0 -6.90102 1.48535'/>
2280                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2281                 <fieldValue name='ballRadiusvalue='0.02'/>
2282                 <fieldValue name='traceEnabledvalue='false'/>
2283                 <fieldValue name='displayMode'/>
2284                 <fieldValue name='transparencyvalue='0'/>
2285            </ProtoInstance>
2286            <ProtoInstance name='Arc'>
2287                 <fieldValue name='cylinderHeightvalue='0.81189'/>
2288                 <fieldValue name='cylinderTranslationvalue='1.00664 0.39356 1.48536'/>
2289                 <fieldValue name='coneTranslationvalue='1.18741 0.30998 1.34106'/>
2290                 <fieldValue name='rotationvalue='-47.63553 0 -59.67621 1.91753'/>
2291                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2292                 <fieldValue name='ballRadiusvalue='0.02'/>
2293                 <fieldValue name='traceEnabledvalue='false'/>
2294                 <fieldValue name='displayMode'/>
2295                 <fieldValue name='transparencyvalue='0'/>
2296            </ProtoInstance>
2297            <ProtoInstance name='Arc'>
2298                 <fieldValue name='cylinderHeightvalue='0.69995'/>
2299                 <fieldValue name='cylinderTranslationvalue='1.01198 0.36243 1.76415'/>
2300                 <fieldValue name='coneTranslationvalue='1.17684 0.27065 1.78620'/>
2301                 <fieldValue name='rotationvalue='8.12325 0 -60.74407 2.07500'/>
2302                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2303                 <fieldValue name='ballRadiusvalue='0.02'/>
2304                 <fieldValue name='traceEnabledvalue='false'/>
2305                 <fieldValue name='displayMode'/>
2306                 <fieldValue name='transparencyvalue='0'/>
2307            </ProtoInstance>
2308            <ProtoInstance name='Arc'>
2309                 <fieldValue name='cylinderHeightvalue='0.57639'/>
2310                 <fieldValue name='cylinderTranslationvalue='0.73584 0.58769 2.00485'/>
2311                 <fieldValue name='coneTranslationvalue='0.74810 0.61268 2.12998'/>
2312                 <fieldValue name='rotationvalue='56.26301 0 -5.51614 1.37460'/>
2313                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2314                 <fieldValue name='ballRadiusvalue='0.02'/>
2315                 <fieldValue name='traceEnabledvalue='false'/>
2316                 <fieldValue name='displayMode'/>
2317                 <fieldValue name='transparencyvalue='0'/>
2318            </ProtoInstance>
2319            <ProtoInstance name='Arc'>
2320                 <fieldValue name='cylinderHeightvalue='0.79197'/>
2321                 <fieldValue name='cylinderTranslationvalue='0.94875 0.83862 1.79168'/>
2322                 <fieldValue name='coneTranslationvalue='1.09208 1.02165 1.83228'/>
2323                 <fieldValue name='rotationvalue='13.62811 0 -48.09964 0.68316'/>
2324                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2325                 <fieldValue name='ballRadiusvalue='0.02'/>
2326                 <fieldValue name='traceEnabledvalue='false'/>
2327                 <fieldValue name='displayMode'/>
2328                 <fieldValue name='transparencyvalue='0'/>
2329            </ProtoInstance>
2330            <ProtoInstance name='Arc'>
2331                 <fieldValue name='cylinderHeightvalue='0.56158'/>
2332                 <fieldValue name='cylinderTranslationvalue='0.17486 0.99116 0.22350'/>
2333                 <fieldValue name='coneTranslationvalue='0.19064 1.11087 0.22685'/>
2334                 <fieldValue name='rotationvalue='1.55767 0 -7.33802 0.13398'/>
2335                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2336                 <fieldValue name='ballRadiusvalue='0.02'/>
2337                 <fieldValue name='traceEnabledvalue='false'/>
2338                 <fieldValue name='displayMode'/>
2339                 <fieldValue name='transparencyvalue='0'/>
2340            </ProtoInstance>
2341            <ProtoInstance name='Arc'>
2342                 <fieldValue name='cylinderHeightvalue='1.11253'/>
2343                 <fieldValue name='cylinderTranslationvalue='0.17386 0.18087 0.37418'/>
2344                 <fieldValue name='coneTranslationvalue='0.19928 -0.19813 0.48707'/>
2345                 <fieldValue name='rotationvalue='31.69399 0 -7.13743 2.84526'/>
2346                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2347                 <fieldValue name='ballRadiusvalue='0.02'/>
2348                 <fieldValue name='traceEnabledvalue='false'/>
2349                 <fieldValue name='displayMode'/>
2350                 <fieldValue name='transparencyvalue='0'/>
2351            </ProtoInstance>
2352            <ProtoInstance name='Arc'>
2353                 <fieldValue name='cylinderHeightvalue='0.66891'/>
2354                 <fieldValue name='cylinderTranslationvalue='0.04786 0.98953 0.05088'/>
2355                 <fieldValue name='coneTranslationvalue='0.00075 1.13383 -0.03510'/>
2356                 <fieldValue name='rotationvalue='-32.96705 0 18.06287 0.59677'/>
2357                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2358                 <fieldValue name='ballRadiusvalue='0.02'/>
2359                 <fieldValue name='traceEnabledvalue='false'/>
2360                 <fieldValue name='displayMode'/>
2361                 <fieldValue name='transparencyvalue='0'/>
2362            </ProtoInstance>
2363            <ProtoInstance name='Arc'>
2364                 <fieldValue name='cylinderHeightvalue='0.73666'/>
2365                 <fieldValue name='cylinderTranslationvalue='0.47088 0.83351 0.31780'/>
2366                 <fieldValue name='coneTranslationvalue='0.65907 0.90174 0.37554'/>
2367                 <fieldValue name='rotationvalue='20.41682 0 -66.54237 1.23716'/>
2368                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2369                 <fieldValue name='ballRadiusvalue='0.02'/>
2370                 <fieldValue name='traceEnabledvalue='false'/>
2371                 <fieldValue name='displayMode'/>
2372                 <fieldValue name='transparencyvalue='0'/>
2373            </ProtoInstance>
2374            <ProtoInstance name='Arc'>
2375                 <fieldValue name='cylinderHeightvalue='0.62214'/>
2376                 <fieldValue name='cylinderTranslationvalue='-0.03389 0.59198 0.44493'/>
2377                 <fieldValue name='coneTranslationvalue='-0.11746 0.53327 0.55625'/>
2378                 <fieldValue name='rotationvalue='45.84365 -0.00000 34.41317 1.96998'/>
2379                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2380                 <fieldValue name='ballRadiusvalue='0.02'/>
2381                 <fieldValue name='traceEnabledvalue='false'/>
2382                 <fieldValue name='displayMode'/>
2383                 <fieldValue name='transparencyvalue='0'/>
2384            </ProtoInstance>
2385            <ProtoInstance name='Arc'>
2386                 <fieldValue name='cylinderHeightvalue='0.20912'/>
2387                 <fieldValue name='cylinderTranslationvalue='0.05148 0.71846 0.27390'/>
2388                 <fieldValue name='coneTranslationvalue='0.09745 0.71551 0.24305'/>
2389                 <fieldValue name='rotationvalue='11.63804 -0.00000 17.33799 1.51745'/>
2390                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2391                 <fieldValue name='ballRadiusvalue='0.02'/>
2392                 <fieldValue name='traceEnabledvalue='false'/>
2393                 <fieldValue name='displayMode'/>
2394                 <fieldValue name='transparencyvalue='0'/>
2395            </ProtoInstance>
2396            <ProtoInstance name='Arc'>
2397                 <fieldValue name='cylinderHeightvalue='0.55595'/>
2398                 <fieldValue name='cylinderTranslationvalue='-0.02739 0.92524 0.28474'/>
2399                 <fieldValue name='coneTranslationvalue='-0.09765 1.01537 0.31404'/>
2400                 <fieldValue name='rotationvalue='13.80545 -0.00000 33.11185 0.70140'/>
2401                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2402                 <fieldValue name='ballRadiusvalue='0.02'/>
2403                 <fieldValue name='traceEnabledvalue='false'/>
2404                 <fieldValue name='displayMode'/>
2405                 <fieldValue name='transparencyvalue='0'/>
2406            </ProtoInstance>
2407            <ProtoInstance name='Arc'>
2408                 <fieldValue name='cylinderHeightvalue='0.55688'/>
2409                 <fieldValue name='cylinderTranslationvalue='0.06550 0.45353 0.14512'/>
2410                 <fieldValue name='coneTranslationvalue='0.03459 0.34321 0.11509'/>
2411                 <fieldValue name='rotationvalue='-14.11842 0 14.53403 2.76919'/>
2412                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2413                 <fieldValue name='ballRadiusvalue='0.02'/>
2414                 <fieldValue name='traceEnabledvalue='false'/>
2415                 <fieldValue name='displayMode'/>
2416                 <fieldValue name='transparencyvalue='0'/>
2417            </ProtoInstance>
2418            <ProtoInstance name='Arc'>
2419                 <fieldValue name='cylinderHeightvalue='0.99951'/>
2420                 <fieldValue name='cylinderTranslationvalue='0.61576 0.57830 0.15615'/>
2421                 <fieldValue name='coneTranslationvalue='0.94045 0.48680 0.11565'/>
2422                 <fieldValue name='rotationvalue='-11.91370 0 -95.51778 1.84348'/>
2423                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2424                 <fieldValue name='ballRadiusvalue='0.02'/>
2425                 <fieldValue name='traceEnabledvalue='false'/>
2426                 <fieldValue name='displayMode'/>
2427                 <fieldValue name='transparencyvalue='0'/>
2428            </ProtoInstance>
2429            <ProtoInstance name='Arc'>
2430                 <fieldValue name='cylinderHeightvalue='0.60275'/>
2431                 <fieldValue name='cylinderTranslationvalue='-0.01336 0.96857 0.16582'/>
2432                 <fieldValue name='coneTranslationvalue='-0.08445 1.08852 0.14241'/>
2433                 <fieldValue name='rotationvalue='-9.97904 0 30.30684 0.55785'/>
2434                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2435                 <fieldValue name='ballRadiusvalue='0.02'/>
2436                 <fieldValue name='traceEnabledvalue='false'/>
2437                 <fieldValue name='displayMode'/>
2438                 <fieldValue name='transparencyvalue='0'/>
2439            </ProtoInstance>
2440            <ProtoInstance name='Arc'>
2441                 <fieldValue name='cylinderHeightvalue='0.47313'/>
2442                 <fieldValue name='cylinderTranslationvalue='-0.00630 0.55159 0.12045'/>
2443                 <fieldValue name='coneTranslationvalue='-0.05306 0.49939 0.08962'/>
2444                 <fieldValue name='rotationvalue='-19.05288 0 28.89444 2.32104'/>
2445                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2446                 <fieldValue name='ballRadiusvalue='0.02'/>
2447                 <fieldValue name='traceEnabledvalue='false'/>
2448                 <fieldValue name='displayMode'/>
2449                 <fieldValue name='transparencyvalue='0'/>
2450            </ProtoInstance>
2451            <ProtoInstance name='Arc'>
2452                 <fieldValue name='cylinderHeightvalue='0.66659'/>
2453                 <fieldValue name='cylinderTranslationvalue='0.02632 0.94756 0.00715'/>
2454                 <fieldValue name='coneTranslationvalue='-0.03184 1.06958 -0.10130'/>
2455                 <fieldValue name='rotationvalue='-41.71384 0 22.37093 0.78963'/>
2456                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2457                 <fieldValue name='ballRadiusvalue='0.02'/>
2458                 <fieldValue name='traceEnabledvalue='false'/>
2459                 <fieldValue name='displayMode'/>
2460                 <fieldValue name='transparencyvalue='0'/>
2461            </ProtoInstance>
2462            <ProtoInstance name='Arc'>
2463                 <fieldValue name='cylinderHeightvalue='0.61500'/>
2464                 <fieldValue name='cylinderTranslationvalue='-0.02172 0.87079 0.00581'/>
2465                 <fieldValue name='coneTranslationvalue='-0.09841 0.94654 -0.09487'/>
2466                 <fieldValue name='rotationvalue='-41.98012 0 31.97788 1.03152'/>
2467                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2468                 <fieldValue name='ballRadiusvalue='0.02'/>
2469                 <fieldValue name='traceEnabledvalue='false'/>
2470                 <fieldValue name='displayMode'/>
2471                 <fieldValue name='transparencyvalue='0'/>
2472            </ProtoInstance>
2473            <ProtoInstance name='Arc'>
2474                 <fieldValue name='cylinderHeightvalue='1.11432'/>
2475                 <fieldValue name='cylinderTranslationvalue='-0.00709 1.17810 -0.05430'/>
2476                 <fieldValue name='coneTranslationvalue='-0.11063 1.50972 -0.24677'/>
2477                 <fieldValue name='rotationvalue='-54.00247 0 29.05165 0.58272'/>
2478                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2479                 <fieldValue name='ballRadiusvalue='0.02'/>
2480                 <fieldValue name='traceEnabledvalue='false'/>
2481                 <fieldValue name='displayMode'/>
2482                 <fieldValue name='transparencyvalue='0'/>
2483            </ProtoInstance>
2484            <ProtoInstance name='Arc'>
2485                 <fieldValue name='cylinderHeightvalue='0.93687'/>
2486                 <fieldValue name='cylinderTranslationvalue='-0.10324 1.11422 0.20644'/>
2487                 <fieldValue name='coneTranslationvalue='-0.26219 1.37847 0.20034'/>
2488                 <fieldValue name='rotationvalue='-1.85448 0 48.28158 0.54186'/>
2489                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2490                 <fieldValue name='ballRadiusvalue='0.02'/>
2491                 <fieldValue name='traceEnabledvalue='false'/>
2492                 <fieldValue name='displayMode'/>
2493                 <fieldValue name='transparencyvalue='0'/>
2494            </ProtoInstance>
2495            <ProtoInstance name='Arc'>
2496                 <fieldValue name='cylinderHeightvalue='0.64564'/>
2497                 <fieldValue name='cylinderTranslationvalue='-0.03089 0.88355 0.00006'/>
2498                 <fieldValue name='coneTranslationvalue='-0.11616 0.96962 -0.10871'/>
2499                 <fieldValue name='rotationvalue='-43.13064 0 33.81248 1.01378'/>
2500                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2501                 <fieldValue name='ballRadiusvalue='0.02'/>
2502                 <fieldValue name='traceEnabledvalue='false'/>
2503                 <fieldValue name='displayMode'/>
2504                 <fieldValue name='transparencyvalue='0'/>
2505            </ProtoInstance>
2506            <ProtoInstance name='Arc'>
2507                 <fieldValue name='cylinderHeightvalue='0.93687'/>
2508                 <fieldValue name='cylinderTranslationvalue='-0.10324 1.11422 0.20644'/>
2509                 <fieldValue name='coneTranslationvalue='-0.26219 1.37847 0.20034'/>
2510                 <fieldValue name='rotationvalue='-1.85448 0 48.28158 0.54186'/>
2511                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2512                 <fieldValue name='ballRadiusvalue='0.02'/>
2513                 <fieldValue name='traceEnabledvalue='false'/>
2514                 <fieldValue name='displayMode'/>
2515                 <fieldValue name='transparencyvalue='0'/>
2516            </ProtoInstance>
2517            <ProtoInstance name='Arc'>
2518                 <fieldValue name='cylinderHeightvalue='0.39659'/>
2519                 <fieldValue name='cylinderTranslationvalue='-0.04843 0.75690 0.26635'/>
2520                 <fieldValue name='coneTranslationvalue='-0.08447 0.76540 0.27613'/>
2521                 <fieldValue name='rotationvalue='10.12711 -0.00000 37.32049 1.34698'/>
2522                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2523                 <fieldValue name='ballRadiusvalue='0.02'/>
2524                 <fieldValue name='traceEnabledvalue='false'/>
2525                 <fieldValue name='displayMode'/>
2526                 <fieldValue name='transparencyvalue='0'/>
2527            </ProtoInstance>
2528            <ProtoInstance name='Arc'>
2529                 <fieldValue name='cylinderHeightvalue='0.42106'/>
2530                 <fieldValue name='cylinderTranslationvalue='0.07135 0.88465 0.11397'/>
2531                 <fieldValue name='coneTranslationvalue='0.05531 0.92588 0.08955'/>
2532                 <fieldValue name='rotationvalue='-20.34950 0 13.36486 0.61653'/>
2533                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2534                 <fieldValue name='ballRadiusvalue='0.02'/>
2535                 <fieldValue name='traceEnabledvalue='false'/>
2536                 <fieldValue name='displayMode'/>
2537                 <fieldValue name='transparencyvalue='0'/>
2538            </ProtoInstance>
2539            <ProtoInstance name='Arc'>
2540                 <fieldValue name='cylinderHeightvalue='1.05363'/>
2541                 <fieldValue name='cylinderTranslationvalue='-0.08182 1.19154 0.21035'/>
2542                 <fieldValue name='coneTranslationvalue='-0.23500 1.52482 0.20662'/>
2543                 <fieldValue name='rotationvalue='-1.07192 0 43.99802 0.43092'/>
2544                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2545                 <fieldValue name='ballRadiusvalue='0.02'/>
2546                 <fieldValue name='traceEnabledvalue='false'/>
2547                 <fieldValue name='displayMode'/>
2548                 <fieldValue name='transparencyvalue='0'/>
2549            </ProtoInstance>
2550            <ProtoInstance name='Arc'>
2551                 <fieldValue name='cylinderHeightvalue='0.90187'/>
2552                 <fieldValue name='cylinderTranslationvalue='0.14631 0.27324 0.11576'/>
2553                 <fieldValue name='coneTranslationvalue='0.15157 -0.01040 0.05127'/>
2554                 <fieldValue name='rotationvalue='-19.99085 0 -1.62865 2.91732'/>
2555                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2556                 <fieldValue name='ballRadiusvalue='0.02'/>
2557                 <fieldValue name='traceEnabledvalue='false'/>
2558                 <fieldValue name='displayMode'/>
2559                 <fieldValue name='transparencyvalue='0'/>
2560            </ProtoInstance>
2561            <ProtoInstance name='Arc'>
2562                 <fieldValue name='cylinderHeightvalue='0.86805'/>
2563                 <fieldValue name='cylinderTranslationvalue='0.13487 1.09848 0.41492'/>
2564                 <fieldValue name='coneTranslationvalue='0.13279 1.34193 0.54069'/>
2565                 <fieldValue name='rotationvalue='39.84097 -0.00000 0.65983 0.47691'/>
2566                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2567                 <fieldValue name='ballRadiusvalue='0.02'/>
2568                 <fieldValue name='traceEnabledvalue='false'/>
2569                 <fieldValue name='displayMode'/>
2570                 <fieldValue name='transparencyvalue='0'/>
2571            </ProtoInstance>
2572            <ProtoInstance name='Arc'>
2573                 <fieldValue name='cylinderHeightvalue='0.61139'/>
2574                 <fieldValue name='cylinderTranslationvalue='0.21090 1.00655 0.17189'/>
2575                 <fieldValue name='coneTranslationvalue='0.24556 1.14651 0.15100'/>
2576                 <fieldValue name='rotationvalue='-8.76472 0 -14.54529 0.28146'/>
2577                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2578                 <fieldValue name='ballRadiusvalue='0.02'/>
2579                 <fieldValue name='traceEnabledvalue='false'/>
2580                 <fieldValue name='displayMode'/>
2581                 <fieldValue name='transparencyvalue='0'/>
2582            </ProtoInstance>
2583            <ProtoInstance name='Arc'>
2584                 <fieldValue name='cylinderHeightvalue='0.77725'/>
2585                 <fieldValue name='cylinderTranslationvalue='-0.14406 0.69112 0.48198'/>
2586                 <fieldValue name='coneTranslationvalue='-0.31010 0.67831 0.63862'/>
2587                 <fieldValue name='rotationvalue='53.25350 -0.00000 56.44682 1.62684'/>
2588                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2589                 <fieldValue name='ballRadiusvalue='0.02'/>
2590                 <fieldValue name='traceEnabledvalue='false'/>
2591                 <fieldValue name='displayMode'/>
2592                 <fieldValue name='transparencyvalue='0'/>
2593            </ProtoInstance>
2594            <ProtoInstance name='Arc'>
2595                 <fieldValue name='cylinderHeightvalue='0.66964'/>
2596                 <fieldValue name='cylinderTranslationvalue='0.02287 0.95726 0.01800'/>
2597                 <fieldValue name='coneTranslationvalue='-0.03734 1.08485 -0.08524'/>
2598                 <fieldValue name='rotationvalue='-39.54320 0 23.06116 0.75268'/>
2599                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2600                 <fieldValue name='ballRadiusvalue='0.02'/>
2601                 <fieldValue name='traceEnabledvalue='false'/>
2602                 <fieldValue name='displayMode'/>
2603                 <fieldValue name='transparencyvalue='0'/>
2604            </ProtoInstance>
2605            <ProtoInstance name='Arc'>
2606                 <fieldValue name='cylinderHeightvalue='0.49609'/>
2607                 <fieldValue name='cylinderTranslationvalue='-0.05125 0.86630 0.26163'/>
2608                 <fieldValue name='coneTranslationvalue='-0.11849 0.92076 0.27793'/>
2609                 <fieldValue name='rotationvalue='9.18389 -0.00000 37.88444 0.90396'/>
2610                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2611                 <fieldValue name='ballRadiusvalue='0.02'/>
2612                 <fieldValue name='traceEnabledvalue='false'/>
2613                 <fieldValue name='displayMode'/>
2614                 <fieldValue name='transparencyvalue='0'/>
2615            </ProtoInstance>
2616            <ProtoInstance name='Arc'>
2617                 <fieldValue name='cylinderHeightvalue='0.83028'/>
2618                 <fieldValue name='cylinderTranslationvalue='0.55232 0.69569 0.23855'/>
2619                 <fieldValue name='coneTranslationvalue='0.80686 0.68512 0.25258'/>
2620                 <fieldValue name='rotationvalue='4.56671 0 -82.83069 1.61224'/>
2621                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2622                 <fieldValue name='ballRadiusvalue='0.02'/>
2623                 <fieldValue name='traceEnabledvalue='false'/>
2624                 <fieldValue name='displayMode'/>
2625                 <fieldValue name='transparencyvalue='0'/>
2626            </ProtoInstance>
2627            <ProtoInstance name='Arc'>
2628                 <fieldValue name='cylinderHeightvalue='1.25960'/>
2629                 <fieldValue name='cylinderTranslationvalue='-0.47470 0.57254 0.25238'/>
2630                 <fieldValue name='coneTranslationvalue='-0.93187 0.46785 0.27974'/>
2631                 <fieldValue name='rotationvalue='7.33410 -0.00000 122.57395 1.79552'/>
2632                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2633                 <fieldValue name='ballRadiusvalue='0.02'/>
2634                 <fieldValue name='traceEnabledvalue='false'/>
2635                 <fieldValue name='displayMode'/>
2636                 <fieldValue name='transparencyvalue='0'/>
2637            </ProtoInstance>
2638            <ProtoInstance name='Arc'>
2639                 <fieldValue name='cylinderHeightvalue='0.67397'/>
2640                 <fieldValue name='cylinderTranslationvalue='0.20160 0.57267 0.51550'/>
2641                 <fieldValue name='coneTranslationvalue='0.23492 0.49902 0.67295'/>
2642                 <fieldValue name='rotationvalue='59.95761 0 -12.68626 1.99995'/>
2643                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2644                 <fieldValue name='ballRadiusvalue='0.02'/>
2645                 <fieldValue name='traceEnabledvalue='false'/>
2646                 <fieldValue name='displayMode'/>
2647                 <fieldValue name='transparencyvalue='0'/>
2648            </ProtoInstance>
2649            <ProtoInstance name='Arc'>
2650                 <fieldValue name='cylinderHeightvalue='0.93687'/>
2651                 <fieldValue name='cylinderTranslationvalue='-0.10324 1.11422 0.20644'/>
2652                 <fieldValue name='coneTranslationvalue='-0.26219 1.37847 0.20034'/>
2653                 <fieldValue name='rotationvalue='-1.85448 0 48.28158 0.54186'/>
2654                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2655                 <fieldValue name='ballRadiusvalue='0.02'/>
2656                 <fieldValue name='traceEnabledvalue='false'/>
2657                 <fieldValue name='displayMode'/>
2658                 <fieldValue name='transparencyvalue='0'/>
2659            </ProtoInstance>
2660            <ProtoInstance name='Arc'>
2661                 <fieldValue name='cylinderHeightvalue='1.08852'/>
2662                 <fieldValue name='cylinderTranslationvalue='-0.17432 1.15826 0.23017'/>
2663                 <fieldValue name='coneTranslationvalue='-0.39495 1.47271 0.24038'/>
2664                 <fieldValue name='rotationvalue='2.89198 -0.00000 62.49870 0.61233'/>
2665                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2666                 <fieldValue name='ballRadiusvalue='0.02'/>
2667                 <fieldValue name='traceEnabledvalue='false'/>
2668                 <fieldValue name='displayMode'/>
2669                 <fieldValue name='transparencyvalue='0'/>
2670            </ProtoInstance>
2671            <ProtoInstance name='Arc'>
2672                 <fieldValue name='cylinderHeightvalue='0.61252'/>
2673                 <fieldValue name='cylinderTranslationvalue='0.20428 1.00784 0.16642'/>
2674                 <fieldValue name='coneTranslationvalue='0.23585 1.14870 0.14288'/>
2675                 <fieldValue name='rotationvalue='-9.85896 0 -13.22094 0.27261'/>
2676                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2677                 <fieldValue name='ballRadiusvalue='0.02'/>
2678                 <fieldValue name='traceEnabledvalue='false'/>
2679                 <fieldValue name='displayMode'/>
2680                 <fieldValue name='transparencyvalue='0'/>
2681            </ProtoInstance>
2682            <ProtoInstance name='Arc'>
2683                 <fieldValue name='cylinderHeightvalue='0.58291'/>
2684                 <fieldValue name='cylinderTranslationvalue='0.32426 0.84679 0.03574'/>
2685                 <fieldValue name='coneTranslationvalue='0.40819 0.90718 -0.04543'/>
2686                 <fieldValue name='rotationvalue='-35.99422 0 -37.21705 1.09345'/>
2687                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2688                 <fieldValue name='ballRadiusvalue='0.02'/>
2689                 <fieldValue name='traceEnabledvalue='false'/>
2690                 <fieldValue name='displayMode'/>
2691                 <fieldValue name='transparencyvalue='0'/>
2692            </ProtoInstance>
2693            <ProtoInstance name='Arc'>
2694                 <fieldValue name='cylinderHeightvalue='0.44841'/>
2695                 <fieldValue name='cylinderTranslationvalue='-0.00178 0.53900 0.19455'/>
2696                 <fieldValue name='coneTranslationvalue='-0.04185 0.48920 0.18849'/>
2697                 <fieldValue name='rotationvalue='-4.23231 0 27.98936 2.45839'/>
2698                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2699                 <fieldValue name='ballRadiusvalue='0.02'/>
2700                 <fieldValue name='traceEnabledvalue='false'/>
2701                 <fieldValue name='displayMode'/>
2702                 <fieldValue name='transparencyvalue='0'/>
2703            </ProtoInstance>
2704            <ProtoInstance name='Arc'>
2705                 <fieldValue name='cylinderHeightvalue='0.97572'/>
2706                 <fieldValue name='cylinderTranslationvalue='-0.18950 1.00851 0.42367'/>
2707                 <fieldValue name='coneTranslationvalue='-0.40970 1.20718 0.56343'/>
2708                 <fieldValue name='rotationvalue='41.59186 -0.00000 65.53348 0.91982'/>
2709                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2710                 <fieldValue name='ballRadiusvalue='0.02'/>
2711                 <fieldValue name='traceEnabledvalue='false'/>
2712                 <fieldValue name='displayMode'/>
2713                 <fieldValue name='transparencyvalue='0'/>
2714            </ProtoInstance>
2715            <ProtoInstance name='Arc'>
2716                 <fieldValue name='cylinderHeightvalue='0.46682'/>
2717                 <fieldValue name='cylinderTranslationvalue='0.00904 0.70796 0.41009'/>
2718                 <fieldValue name='coneTranslationvalue='-0.03157 0.70641 0.47122'/>
2719                 <fieldValue name='rotationvalue='38.87511 -0.00000 25.82541 1.59190'/>
2720                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2721                 <fieldValue name='ballRadiusvalue='0.02'/>
2722                 <fieldValue name='traceEnabledvalue='false'/>
2723                 <fieldValue name='displayMode'/>
2724                 <fieldValue name='transparencyvalue='0'/>
2725            </ProtoInstance>
2726            <ProtoInstance name='Arc'>
2727                 <fieldValue name='cylinderHeightvalue='0.65717'/>
2728                 <fieldValue name='cylinderTranslationvalue='0.42154 0.56317 0.14323'/>
2729                 <fieldValue name='coneTranslationvalue='0.56693 0.48635 0.10604'/>
2730                 <fieldValue name='rotationvalue='-14.49762 0 -56.67372 2.04390'/>
2731                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2732                 <fieldValue name='ballRadiusvalue='0.02'/>
2733                 <fieldValue name='traceEnabledvalue='false'/>
2734                 <fieldValue name='displayMode'/>
2735                 <fieldValue name='transparencyvalue='0'/>
2736            </ProtoInstance>
2737            <ProtoInstance name='Arc'>
2738                 <fieldValue name='cylinderHeightvalue='0.80993'/>
2739                 <fieldValue name='cylinderTranslationvalue='0.36906 1.03200 0.12163'/>
2740                 <fieldValue name='coneTranslationvalue='0.50873 1.22503 0.06472'/>
2741                 <fieldValue name='rotationvalue='-18.81685 0 -46.17853 0.66324'/>
2742                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2743                 <fieldValue name='ballRadiusvalue='0.02'/>
2744                 <fieldValue name='traceEnabledvalue='false'/>
2745                 <fieldValue name='displayMode'/>
2746                 <fieldValue name='transparencyvalue='0'/>
2747            </ProtoInstance>
2748            <ProtoInstance name='Arc'>
2749                 <fieldValue name='cylinderHeightvalue='1.11431'/>
2750                 <fieldValue name='cylinderTranslationvalue='-0.00798 1.17907 -0.05212'/>
2751                 <fieldValue name='coneTranslationvalue='-0.11216 1.51138 -0.24303'/>
2752                 <fieldValue name='rotationvalue='-53.56597 0 29.23006 0.57952'/>
2753                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2754                 <fieldValue name='ballRadiusvalue='0.02'/>
2755                 <fieldValue name='traceEnabledvalue='false'/>
2756                 <fieldValue name='displayMode'/>
2757                 <fieldValue name='transparencyvalue='0'/>
2758            </ProtoInstance>
2759            <ProtoInstance name='Arc'>
2760                 <fieldValue name='cylinderHeightvalue='0.92013'/>
2761                 <fieldValue name='cylinderTranslationvalue='0.08028 0.26404 0.13295'/>
2762                 <fieldValue name='coneTranslationvalue='0.04252 -0.02870 0.07897'/>
2763                 <fieldValue name='rotationvalue='-16.55233 0 11.57881 2.92025'/>
2764                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2765                 <fieldValue name='ballRadiusvalue='0.02'/>
2766                 <fieldValue name='traceEnabledvalue='false'/>
2767                 <fieldValue name='displayMode'/>
2768                 <fieldValue name='transparencyvalue='0'/>
2769            </ProtoInstance>
2770            <ProtoInstance name='Arc'>
2771                 <fieldValue name='cylinderHeightvalue='1.12955'/>
2772                 <fieldValue name='cylinderTranslationvalue='0.42542 0.22923 0.16532'/>
2773                 <fieldValue name='coneTranslationvalue='0.63129 -0.11740 0.12920'/>
2774                 <fieldValue name='rotationvalue='-10.07884 0 -57.44978 2.59898'/>
2775                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2776                 <fieldValue name='ballRadiusvalue='0.02'/>
2777                 <fieldValue name='traceEnabledvalue='false'/>
2778                 <fieldValue name='displayMode'/>
2779                 <fieldValue name='transparencyvalue='0'/>
2780            </ProtoInstance>
2781            <ProtoInstance name='Arc'>
2782                 <fieldValue name='cylinderHeightvalue='0.55939'/>
2783                 <fieldValue name='cylinderTranslationvalue='0.24076 0.62078 0.45907'/>
2784                 <fieldValue name='coneTranslationvalue='0.28466 0.58136 0.56321'/>
2785                 <fieldValue name='rotationvalue='48.67027 0 -20.51803 1.90639'/>
2786                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2787                 <fieldValue name='ballRadiusvalue='0.02'/>
2788                 <fieldValue name='traceEnabledvalue='false'/>
2789                 <fieldValue name='displayMode'/>
2790                 <fieldValue name='transparencyvalue='0'/>
2791            </ProtoInstance>
2792            <ProtoInstance name='Arc'>
2793                 <fieldValue name='cylinderHeightvalue='0.85207'/>
2794                 <fieldValue name='cylinderTranslationvalue='-0.01944 0.32034 0.26648'/>
2795                 <fieldValue name='coneTranslationvalue='-0.11785 0.07522 0.29818'/>
2796                 <fieldValue name='rotationvalue='10.15358 -0.00000 31.52127 2.74242'/>
2797                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2798                 <fieldValue name='ballRadiusvalue='0.02'/>
2799                 <fieldValue name='traceEnabledvalue='false'/>
2800                 <fieldValue name='displayMode'/>
2801                 <fieldValue name='transparencyvalue='0'/>
2802            </ProtoInstance>
2803            <ProtoInstance name='Arc'>
2804                 <fieldValue name='cylinderHeightvalue='1.07732'/>
2805                 <fieldValue name='cylinderTranslationvalue='0.04262 1.20626 0.02179'/>
2806                 <fieldValue name='coneTranslationvalue='-0.02455 1.55309 -0.11453'/>
2807                 <fieldValue name='rotationvalue='-38.78423 0 19.10996 0.41297'/>
2808                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2809                 <fieldValue name='ballRadiusvalue='0.02'/>
2810                 <fieldValue name='traceEnabledvalue='false'/>
2811                 <fieldValue name='displayMode'/>
2812                 <fieldValue name='transparencyvalue='0'/>
2813            </ProtoInstance>
2814            <ProtoInstance name='Arc'>
2815                 <fieldValue name='cylinderHeightvalue='1.07933'/>
2816                 <fieldValue name='cylinderTranslationvalue='0.23330 1.20813 0.02356'/>
2817                 <fieldValue name='coneTranslationvalue='0.30022 1.55654 -0.11163'/>
2818                 <fieldValue name='rotationvalue='-38.43119 0 -19.02555 0.40858'/>
2819                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2820                 <fieldValue name='ballRadiusvalue='0.02'/>
2821                 <fieldValue name='traceEnabledvalue='false'/>
2822                 <fieldValue name='displayMode'/>
2823                 <fieldValue name='transparencyvalue='0'/>
2824            </ProtoInstance>
2825            <ProtoInstance name='Arc'>
2826                 <fieldValue name='cylinderHeightvalue='0.45842'/>
2827                 <fieldValue name='cylinderTranslationvalue='0.00752 0.54529 0.30162'/>
2828                 <fieldValue name='coneTranslationvalue='-0.03193 0.49468 0.32755'/>
2829                 <fieldValue name='rotationvalue='17.18033 -0.00000 26.12953 2.39088'/>
2830                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2831                 <fieldValue name='ballRadiusvalue='0.02'/>
2832                 <fieldValue name='traceEnabledvalue='false'/>
2833                 <fieldValue name='displayMode'/>
2834                 <fieldValue name='transparencyvalue='0'/>
2835            </ProtoInstance>
2836            <ProtoInstance name='Arc'>
2837                 <fieldValue name='cylinderHeightvalue='0.38937'/>
2838                 <fieldValue name='cylinderTranslationvalue='0.18303 0.68594 0.02820'/>
2839                 <fieldValue name='coneTranslationvalue='0.19103 0.68114 -0.00521'/>
2840                 <fieldValue name='rotationvalue='-37.50358 0 -8.97252 1.70966'/>
2841                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2842                 <fieldValue name='ballRadiusvalue='0.02'/>
2843                 <fieldValue name='traceEnabledvalue='false'/>
2844                 <fieldValue name='displayMode'/>
2845                 <fieldValue name='transparencyvalue='0'/>
2846            </ProtoInstance>
2847            <ProtoInstance name='Arc'>
2848                 <fieldValue name='cylinderHeightvalue='1.02442'/>
2849                 <fieldValue name='cylinderTranslationvalue='0.01138 0.83445 -0.26544'/>
2850                 <fieldValue name='coneTranslationvalue='-0.07580 0.91804 -0.59629'/>
2851                 <fieldValue name='rotationvalue='-96.23038 0 25.35754 1.33118'/>
2852                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2853                 <fieldValue name='ballRadiusvalue='0.02'/>
2854                 <fieldValue name='traceEnabledvalue='false'/>
2855                 <fieldValue name='displayMode'/>
2856                 <fieldValue name='transparencyvalue='0'/>
2857            </ProtoInstance>
2858            <ProtoInstance name='Arc'>
2859                 <fieldValue name='cylinderHeightvalue='0.87553'/>
2860                 <fieldValue name='cylinderTranslationvalue='0.55247 0.57799 0.25807'/>
2861                 <fieldValue name='coneTranslationvalue='0.81535 0.49239 0.28494'/>
2862                 <fieldValue name='rotationvalue='8.47044 0 -82.86065 1.88405'/>
2863                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2864                 <fieldValue name='ballRadiusvalue='0.02'/>
2865                 <fieldValue name='traceEnabledvalue='false'/>
2866                 <fieldValue name='displayMode'/>
2867                 <fieldValue name='transparencyvalue='0'/>
2868            </ProtoInstance>
2869            <ProtoInstance name='Arc'>
2870                 <fieldValue name='cylinderHeightvalue='1.11432'/>
2871                 <fieldValue name='cylinderTranslationvalue='-0.00709 1.17810 -0.05430'/>
2872                 <fieldValue name='coneTranslationvalue='-0.11063 1.50972 -0.24677'/>
2873                 <fieldValue name='rotationvalue='-54.00247 0 29.05165 0.58272'/>
2874                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2875                 <fieldValue name='ballRadiusvalue='0.02'/>
2876                 <fieldValue name='traceEnabledvalue='false'/>
2877                 <fieldValue name='displayMode'/>
2878                 <fieldValue name='transparencyvalue='0'/>
2879            </ProtoInstance>
2880            <ProtoInstance name='Arc'>
2881                 <fieldValue name='cylinderHeightvalue='0.68729'/>
2882                 <fieldValue name='cylinderTranslationvalue='0.08799 1.03000 0.09318'/>
2883                 <fieldValue name='coneTranslationvalue='0.06118 1.19947 0.02770'/>
2884                 <fieldValue name='rotationvalue='-24.50707 0 10.03551 0.39555'/>
2885                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2886                 <fieldValue name='ballRadiusvalue='0.02'/>
2887                 <fieldValue name='traceEnabledvalue='false'/>
2888                 <fieldValue name='displayMode'/>
2889                 <fieldValue name='transparencyvalue='0'/>
2890            </ProtoInstance>
2891            <ProtoInstance name='Arc'>
2892                 <fieldValue name='cylinderHeightvalue='0.85214'/>
2893                 <fieldValue name='cylinderTranslationvalue='-0.17780 0.96101 0.35761'/>
2894                 <fieldValue name='coneTranslationvalue='-0.37511 1.11596 0.44622'/>
2895                 <fieldValue name='rotationvalue='28.37895 -0.00000 63.19362 0.94917'/>
2896                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2897                 <fieldValue name='ballRadiusvalue='0.02'/>
2898                 <fieldValue name='traceEnabledvalue='false'/>
2899                 <fieldValue name='displayMode'/>
2900                 <fieldValue name='transparencyvalue='0'/>
2901            </ProtoInstance>
2902            <ProtoInstance name='Arc'>
2903                 <fieldValue name='cylinderHeightvalue='0.61574'/>
2904                 <fieldValue name='cylinderTranslationvalue='-0.02334 0.48762 0.08172'/>
2905                 <fieldValue name='coneTranslationvalue='-0.10091 0.37943 0.01736'/>
2906                 <fieldValue name='rotationvalue='-26.79899 0 32.30167 2.39159'/>
2907                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2908                 <fieldValue name='ballRadiusvalue='0.02'/>
2909                 <fieldValue name='traceEnabledvalue='false'/>
2910                 <fieldValue name='displayMode'/>
2911                 <fieldValue name='transparencyvalue='0'/>
2912            </ProtoInstance>
2913            <ProtoInstance name='Arc'>
2914                 <fieldValue name='cylinderHeightvalue='0.57196'/>
2915                 <fieldValue name='cylinderTranslationvalue='0.00401 0.81380 -0.01581'/>
2916                 <fieldValue name='coneTranslationvalue='-0.05509 0.85825 -0.11780'/>
2917                 <fieldValue name='rotationvalue='-46.30410 0 26.83273 1.21016'/>
2918                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2919                 <fieldValue name='ballRadiusvalue='0.02'/>
2920                 <fieldValue name='traceEnabledvalue='false'/>
2921                 <fieldValue name='displayMode'/>
2922                 <fieldValue name='transparencyvalue='0'/>
2923            </ProtoInstance>
2924            <ProtoInstance name='Arc'>
2925                 <fieldValue name='cylinderHeightvalue='1.08837'/>
2926                 <fieldValue name='cylinderTranslationvalue='0.59789 0.66732 -0.07190'/>
2927                 <fieldValue name='coneTranslationvalue='0.92245 0.63516 -0.27495'/>
2928                 <fieldValue name='rotationvalue='-57.52246 0 -91.94403 1.65462'/>
2929                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2930                 <fieldValue name='ballRadiusvalue='0.02'/>
2931                 <fieldValue name='traceEnabledvalue='false'/>
2932                 <fieldValue name='displayMode'/>
2933                 <fieldValue name='transparencyvalue='0'/>
2934            </ProtoInstance>
2935            <ProtoInstance name='Arc'>
2936                 <fieldValue name='cylinderHeightvalue='0.59822'/>
2937                 <fieldValue name='cylinderTranslationvalue='0.42274 0.74619 0.30160'/>
2938                 <fieldValue name='coneTranslationvalue='0.55509 0.76167 0.34154'/>
2939                 <fieldValue name='rotationvalue='17.17714 0 -56.91468 1.45924'/>
2940                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2941                 <fieldValue name='ballRadiusvalue='0.02'/>
2942                 <fieldValue name='traceEnabledvalue='false'/>
2943                 <fieldValue name='displayMode'/>
2944                 <fieldValue name='transparencyvalue='0'/>
2945            </ProtoInstance>
2946            <ProtoInstance name='Arc'>
2947                 <fieldValue name='cylinderHeightvalue='0.21942'/>
2948                 <fieldValue name='cylinderTranslationvalue='0.19587 0.62965 0.25790'/>
2949                 <fieldValue name='coneTranslationvalue='0.16942 0.66780 0.23856'/>
2950                 <fieldValue name='rotationvalue='8.43620 0 -11.53902 2.43211'/>
2951                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2952                 <fieldValue name='ballRadiusvalue='0.02'/>
2953                 <fieldValue name='traceEnabledvalue='false'/>
2954                 <fieldValue name='displayMode'/>
2955                 <fieldValue name='transparencyvalue='0'/>
2956            </ProtoInstance>
2957            <ProtoInstance name='Arc'>
2958                 <fieldValue name='cylinderHeightvalue='0.45544'/>
2959                 <fieldValue name='cylinderTranslationvalue='0.32252 0.82640 0.28634'/>
2960                 <fieldValue name='coneTranslationvalue='0.37734 0.86016 0.30735'/>
2961                 <fieldValue name='rotationvalue='14.12561 0 -36.86887 1.04894'/>
2962                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2963                 <fieldValue name='ballRadiusvalue='0.02'/>
2964                 <fieldValue name='traceEnabledvalue='false'/>
2965                 <fieldValue name='displayMode'/>
2966                 <fieldValue name='transparencyvalue='0'/>
2967            </ProtoInstance>
2968            <ProtoInstance name='Arc'>
2969                 <fieldValue name='cylinderHeightvalue='1.11429'/>
2970                 <fieldValue name='cylinderTranslationvalue='-0.00913 1.18062 -0.04874'/>
2971                 <fieldValue name='coneTranslationvalue='-0.11412 1.51404 -0.23725'/>
2972                 <fieldValue name='rotationvalue='-52.89052 0 29.45963 0.57439'/>
2973                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2974                 <fieldValue name='ballRadiusvalue='0.02'/>
2975                 <fieldValue name='traceEnabledvalue='false'/>
2976                 <fieldValue name='displayMode'/>
2977                 <fieldValue name='transparencyvalue='0'/>
2978            </ProtoInstance>
2979            <ProtoInstance name='Arc'>
2980                 <fieldValue name='cylinderHeightvalue='0.34985'/>
2981                 <fieldValue name='cylinderTranslationvalue='0.19204 0.61707 0.35179'/>
2982                 <fieldValue name='coneTranslationvalue='0.19664 0.60889 0.36340'/>
2983                 <fieldValue name='rotationvalue='27.21491 0 -10.77418 2.15048'/>
2984                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2985                 <fieldValue name='ballRadiusvalue='0.02'/>
2986                 <fieldValue name='traceEnabledvalue='false'/>
2987                 <fieldValue name='displayMode'/>
2988                 <fieldValue name='transparencyvalue='0'/>
2989            </ProtoInstance>
2990            <ProtoInstance name='Arc'>
2991                 <fieldValue name='cylinderHeightvalue='1.06772'/>
2992                 <fieldValue name='cylinderTranslationvalue='-0.08249 1.07602 -0.10747'/>
2993                 <fieldValue name='coneTranslationvalue='-0.23702 1.33032 -0.33380'/>
2994                 <fieldValue name='rotationvalue='-64.63708 0 44.13207 0.82276'/>
2995                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2996                 <fieldValue name='ballRadiusvalue='0.02'/>
2997                 <fieldValue name='traceEnabledvalue='false'/>
2998                 <fieldValue name='displayMode'/>
2999                 <fieldValue name='transparencyvalue='0'/>
3000            </ProtoInstance>
3001            <ProtoInstance name='Arc'>
3002                 <fieldValue name='cylinderHeightvalue='0.68665'/>
3003                 <fieldValue name='cylinderTranslationvalue='0.07925 0.51956 -0.06182'/>
3004                 <fieldValue name='coneTranslationvalue='0.04778 0.41633 -0.21002'/>
3005                 <fieldValue name='rotationvalue='-55.50711 0 11.78523 2.16892'/>
3006                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3007                 <fieldValue name='ballRadiusvalue='0.02'/>
3008                 <fieldValue name='traceEnabledvalue='false'/>
3009                 <fieldValue name='displayMode'/>
3010                 <fieldValue name='transparencyvalue='0'/>
3011            </ProtoInstance>
3012            <ProtoInstance name='Arc'>
3013                 <fieldValue name='cylinderHeightvalue='0.51428'/>
3014                 <fieldValue name='cylinderTranslationvalue='0.32767 0.81282 0.07350'/>
3015                 <fieldValue name='coneTranslationvalue='0.39925 0.85057 0.01977'/>
3016                 <fieldValue name='rotationvalue='-28.44334 0 -37.89889 1.17164'/>
3017                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3018                 <fieldValue name='ballRadiusvalue='0.02'/>
3019                 <fieldValue name='traceEnabledvalue='false'/>
3020                 <fieldValue name='displayMode'/>
3021                 <fieldValue name='transparencyvalue='0'/>
3022            </ProtoInstance>
3023            <ProtoInstance name='Arc'>
3024                 <fieldValue name='cylinderHeightvalue='0.68492'/>
3025                 <fieldValue name='cylinderTranslationvalue='0.21199 0.50487 0.47755'/>
3026                 <fieldValue name='coneTranslationvalue='0.25132 0.39404 0.61705'/>
3027                 <fieldValue name='rotationvalue='52.36711 0 -14.76357 2.22361'/>
3028                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3029                 <fieldValue name='ballRadiusvalue='0.02'/>
3030                 <fieldValue name='traceEnabledvalue='false'/>
3031                 <fieldValue name='displayMode'/>
3032                 <fieldValue name='transparencyvalue='0'/>
3033            </ProtoInstance>
3034            <ProtoInstance name='Arc'>
3035                 <fieldValue name='cylinderHeightvalue='0.47830'/>
3036                 <fieldValue name='cylinderTranslationvalue='-0.04349 0.71822 0.37116'/>
3037                 <fieldValue name='coneTranslationvalue='-0.10361 0.71998 0.42261'/>
3038                 <fieldValue name='rotationvalue='31.09012 -0.00000 36.33188 1.54850'/>
3039                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3040                 <fieldValue name='ballRadiusvalue='0.02'/>
3041                 <fieldValue name='traceEnabledvalue='false'/>
3042                 <fieldValue name='displayMode'/>
3043                 <fieldValue name='transparencyvalue='0'/>
3044            </ProtoInstance>
3045            <ProtoInstance name='Arc'>
3046                 <fieldValue name='cylinderHeightvalue='1.13057'/>
3047                 <fieldValue name='cylinderTranslationvalue='-0.39891 0.86200 0.12163'/>
3048                 <fieldValue name='coneTranslationvalue='-0.78398 0.96890 0.05417'/>
3049                 <fieldValue name='rotationvalue='-18.81765 0 107.41724 1.30386'/>
3050                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3051                 <fieldValue name='ballRadiusvalue='0.02'/>
3052                 <fieldValue name='traceEnabledvalue='false'/>
3053                 <fieldValue name='displayMode'/>
3054                 <fieldValue name='transparencyvalue='0'/>
3055            </ProtoInstance>
3056            <ProtoInstance name='Arc'>
3057                 <fieldValue name='cylinderHeightvalue='1.02442'/>
3058                 <fieldValue name='cylinderTranslationvalue='0.01138 0.83445 -0.26544'/>
3059                 <fieldValue name='coneTranslationvalue='-0.07580 0.91804 -0.59629'/>
3060                 <fieldValue name='rotationvalue='-96.23038 0 25.35754 1.33118'/>
3061                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3062                 <fieldValue name='ballRadiusvalue='0.02'/>
3063                 <fieldValue name='traceEnabledvalue='false'/>
3064                 <fieldValue name='displayMode'/>
3065                 <fieldValue name='transparencyvalue='0'/>
3066            </ProtoInstance>
3067            <ProtoInstance name='Arc'>
3068                 <fieldValue name='cylinderHeightvalue='1.06731'/>
3069                 <fieldValue name='cylinderTranslationvalue='0.13326 1.23257 0.09450'/>
3070                 <fieldValue name='coneTranslationvalue='0.12982 1.59644 0.00962'/>
3071                 <fieldValue name='rotationvalue='-24.24385 0 0.98274 0.22934'/>
3072                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3073                 <fieldValue name='ballRadiusvalue='0.02'/>
3074                 <fieldValue name='traceEnabledvalue='false'/>
3075                 <fieldValue name='displayMode'/>
3076                 <fieldValue name='transparencyvalue='0'/>
3077            </ProtoInstance>
3078            <ProtoInstance name='Arc'>
3079                 <fieldValue name='cylinderHeightvalue='0.65740'/>
3080                 <fieldValue name='cylinderTranslationvalue='0.04857 0.98525 0.05498'/>
3081                 <fieldValue name='coneTranslationvalue='0.00259 1.12503 -0.02751'/>
3082                 <fieldValue name='rotationvalue='-32.14663 0 17.91931 0.59419'/>
3083                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3084                 <fieldValue name='ballRadiusvalue='0.02'/>
3085                 <fieldValue name='traceEnabledvalue='false'/>
3086                 <fieldValue name='displayMode'/>
3087                 <fieldValue name='transparencyvalue='0'/>
3088            </ProtoInstance>
3089            <ProtoInstance name='Arc'>
3090                 <fieldValue name='cylinderHeightvalue='0.74850'/>
3091                 <fieldValue name='cylinderTranslationvalue='0.32359 -0.70732 0.54685'/>
3092                 <fieldValue name='coneTranslationvalue='0.25830 -0.50342 0.53872'/>
3093                 <fieldValue name='rotationvalue='-2.83863 0 22.80830 0.31211'/>
3094                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3095                 <fieldValue name='ballRadiusvalue='0.02'/>
3096                 <fieldValue name='traceEnabledvalue='false'/>
3097                 <fieldValue name='displayMode'/>
3098                 <fieldValue name='transparencyvalue='0'/>
3099            </ProtoInstance>
3100            <ProtoInstance name='Arc'>
3101                 <fieldValue name='cylinderHeightvalue='0.87089'/>
3102                 <fieldValue name='cylinderTranslationvalue='0.47676 -1.49407 0.50929'/>
3103                 <fieldValue name='coneTranslationvalue='0.50151 -1.76644 0.47655'/>
3104                 <fieldValue name='rotationvalue='-10.35097 0 -7.82644 2.99203'/>
3105                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3106                 <fieldValue name='ballRadiusvalue='0.02'/>
3107                 <fieldValue name='traceEnabledvalue='false'/>
3108                 <fieldValue name='displayMode'/>
3109                 <fieldValue name='transparencyvalue='0'/>
3110            </ProtoInstance>
3111            <ProtoInstance name='Arc'>
3112                 <fieldValue name='cylinderHeightvalue='0.53208'/>
3113                 <fieldValue name='cylinderTranslationvalue='0.27332 -1.02600 0.35519'/>
3114                 <fieldValue name='coneTranslationvalue='0.20783 -1.01106 0.27314'/>
3115                 <fieldValue name='rotationvalue='-41.17029 0 32.86128 1.42942'/>
3116                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3117                 <fieldValue name='ballRadiusvalue='0.02'/>
3118                 <fieldValue name='traceEnabledvalue='false'/>
3119                 <fieldValue name='displayMode'/>
3120                 <fieldValue name='transparencyvalue='0'/>
3121            </ProtoInstance>
3122            <ProtoInstance name='Arc'>
3123                 <fieldValue name='cylinderHeightvalue='0.56115'/>
3124                 <fieldValue name='cylinderTranslationvalue='0.30856 -0.83265 0.65472'/>
3125                 <fieldValue name='coneTranslationvalue='0.25310 -0.73344 0.69498'/>
3126                 <fieldValue name='rotationvalue='18.73593 -0.00000 25.81342 0.60456'/>
3127                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3128                 <fieldValue name='ballRadiusvalue='0.02'/>
3129                 <fieldValue name='traceEnabledvalue='false'/>
3130                 <fieldValue name='displayMode'/>
3131                 <fieldValue name='transparencyvalue='0'/>
3132            </ProtoInstance>
3133            <ProtoInstance name='Arc'>
3134                 <fieldValue name='cylinderHeightvalue='0.91264'/>
3135                 <fieldValue name='cylinderTranslationvalue='0.38328 -1.50691 0.65406'/>
3136                 <fieldValue name='coneTranslationvalue='0.34798 -1.79486 0.71446'/>
3137                 <fieldValue name='rotationvalue='18.60397 -0.00000 10.87056 2.90325'/>
3138                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3139                 <fieldValue name='ballRadiusvalue='0.02'/>
3140                 <fieldValue name='traceEnabledvalue='false'/>
3141                 <fieldValue name='displayMode'/>
3142                 <fieldValue name='transparencyvalue='0'/>
3143            </ProtoInstance>
3144            <ProtoInstance name='Arc'>
3145                 <fieldValue name='cylinderHeightvalue='0.48912'/>
3146                 <fieldValue name='cylinderTranslationvalue='0.66012 -1.15073 0.61297'/>
3147                 <fieldValue name='coneTranslationvalue='0.73705 -1.18090 0.63092'/>
3148                 <fieldValue name='rotationvalue='10.38511 0 -44.49851 1.93556'/>
3149                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3150                 <fieldValue name='ballRadiusvalue='0.02'/>
3151                 <fieldValue name='traceEnabledvalue='false'/>
3152                 <fieldValue name='displayMode'/>
3153                 <fieldValue name='transparencyvalue='0'/>
3154            </ProtoInstance>
3155            <ProtoInstance name='Arc'>
3156                 <fieldValue name='cylinderHeightvalue='0.38336'/>
3157                 <fieldValue name='cylinderTranslationvalue='0.42915 -1.15194 0.73088'/>
3158                 <fieldValue name='coneTranslationvalue='0.42775 -1.16656 0.75894'/>
3159                 <fieldValue name='rotationvalue='33.96716 -0.00000 1.69590 2.05046'/>
3160                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3161                 <fieldValue name='ballRadiusvalue='0.02'/>
3162                 <fieldValue name='traceEnabledvalue='false'/>
3163                 <fieldValue name='displayMode'/>
3164                 <fieldValue name='transparencyvalue='0'/>
3165            </ProtoInstance>
3166            <ProtoInstance name='Arc'>
3167                 <fieldValue name='cylinderHeightvalue='0.95045'/>
3168                 <fieldValue name='cylinderTranslationvalue='0.70627 -0.68019 0.47885'/>
3169                 <fieldValue name='coneTranslationvalue='0.88446 -0.42594 0.42433'/>
3170                 <fieldValue name='rotationvalue='-16.43847 0 -53.72825 0.63249'/>
3171                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3172                 <fieldValue name='ballRadiusvalue='0.02'/>
3173                 <fieldValue name='traceEnabledvalue='false'/>
3174                 <fieldValue name='displayMode'/>
3175                 <fieldValue name='transparencyvalue='0'/>
3176            </ProtoInstance>
3177            <ProtoInstance name='Arc'>
3178                 <fieldValue name='cylinderHeightvalue='0.63890'/>
3179                 <fieldValue name='cylinderTranslationvalue='0.48754 -1.36267 0.66129'/>
3180                 <fieldValue name='coneTranslationvalue='0.51245 -1.51200 0.71133'/>
3181                 <fieldValue name='rotationvalue='20.05045 0 -9.98184 2.78342'/>
3182                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3183                 <fieldValue name='ballRadiusvalue='0.02'/>
3184                 <fieldValue name='traceEnabledvalue='false'/>
3185                 <fieldValue name='displayMode'/>
3186                 <fieldValue name='transparencyvalue='0'/>
3187            </ProtoInstance>
3188            <ProtoInstance name='Arc'>
3189                 <fieldValue name='cylinderHeightvalue='0.78535'/>
3190                 <fieldValue name='cylinderTranslationvalue='0.43589 -1.43427 0.43176'/>
3191                 <fieldValue name='coneTranslationvalue='0.43486 -1.65397 0.35516'/>
3192                 <fieldValue name='rotationvalue='-25.85593 0 0.34761 2.80607'/>
3193                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3194                 <fieldValue name='ballRadiusvalue='0.02'/>
3195                 <fieldValue name='traceEnabledvalue='false'/>
3196                 <fieldValue name='displayMode'/>
3197                 <fieldValue name='transparencyvalue='0'/>
3198            </ProtoInstance>
3199            <ProtoInstance name='Arc'>
3200                 <fieldValue name='cylinderHeightvalue='0.89454'/>
3201                 <fieldValue name='cylinderTranslationvalue='0.44663 -1.50005 0.65792'/>
3202                 <fieldValue name='coneTranslationvalue='0.45242 -1.78044 0.72015'/>
3203                 <fieldValue name='rotationvalue='19.37643 0 -1.80100 2.92230'/>
3204                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3205                 <fieldValue name='ballRadiusvalue='0.02'/>
3206                 <fieldValue name='traceEnabledvalue='false'/>
3207                 <fieldValue name='displayMode'/>
3208                 <fieldValue name='transparencyvalue='0'/>
3209            </ProtoInstance>
3210            <ProtoInstance name='Arc'>
3211                 <fieldValue name='cylinderHeightvalue='0.63007'/>
3212                 <fieldValue name='cylinderTranslationvalue='0.36472 -1.12345 0.86160'/>
3213                 <fieldValue name='coneTranslationvalue='0.32884 -1.15295 1.00951'/>
3214                 <fieldValue name='rotationvalue='60.11180 -0.00000 14.58217 1.76228'/>
3215                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3216                 <fieldValue name='ballRadiusvalue='0.02'/>
3217                 <fieldValue name='traceEnabledvalue='false'/>
3218                 <fieldValue name='displayMode'/>
3219                 <fieldValue name='transparencyvalue='0'/>
3220            </ProtoInstance>
3221            <ProtoInstance name='Arc'>
3222                 <fieldValue name='cylinderHeightvalue='0.61279'/>
3223                 <fieldValue name='cylinderTranslationvalue='0.25087 -1.27884 0.44869'/>
3224                 <fieldValue name='coneTranslationvalue='0.16164 -1.38174 0.39501'/>
3225                 <fieldValue name='rotationvalue='-22.46995 0 37.35147 2.35021'/>
3226                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3227                 <fieldValue name='ballRadiusvalue='0.02'/>
3228                 <fieldValue name='traceEnabledvalue='false'/>
3229                 <fieldValue name='displayMode'/>
3230                 <fieldValue name='transparencyvalue='0'/>
3231            </ProtoInstance>
3232            <ProtoInstance name='Arc'>
3233                 <fieldValue name='cylinderHeightvalue='0.57509'/>
3234                 <fieldValue name='cylinderTranslationvalue='0.26725 -1.27176 0.45965'/>
3235                 <fieldValue name='coneTranslationvalue='0.19168 -1.36414 0.41468'/>
3236                 <fieldValue name='rotationvalue='-20.27717 0 34.07517 2.38081'/>
3237                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3238                 <fieldValue name='ballRadiusvalue='0.02'/>
3239                 <fieldValue name='traceEnabledvalue='false'/>
3240                 <fieldValue name='displayMode'/>
3241                 <fieldValue name='transparencyvalue='0'/>
3242            </ProtoInstance>
3243            <ProtoInstance name='Arc'>
3244                 <fieldValue name='cylinderHeightvalue='0.89027'/>
3245                 <fieldValue name='cylinderTranslationvalue='0.51062 -1.46272 0.74389'/>
3246                 <fieldValue name='coneTranslationvalue='0.55737 -1.71845 0.86101'/>
3247                 <fieldValue name='rotationvalue='36.56917 0 -14.59755 2.68345'/>
3248                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3249                 <fieldValue name='ballRadiusvalue='0.02'/>
3250                 <fieldValue name='traceEnabledvalue='false'/>
3251                 <fieldValue name='displayMode'/>
3252                 <fieldValue name='transparencyvalue='0'/>
3253            </ProtoInstance>
3254            <ProtoInstance name='Arc'>
3255                 <fieldValue name='cylinderHeightvalue='0.89027'/>
3256                 <fieldValue name='cylinderTranslationvalue='0.51062 -1.46272 0.74389'/>
3257                 <fieldValue name='coneTranslationvalue='0.55737 -1.71845 0.86101'/>
3258                 <fieldValue name='rotationvalue='36.56917 0 -14.59755 2.68345'/>
3259                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3260                 <fieldValue name='ballRadiusvalue='0.02'/>
3261                 <fieldValue name='traceEnabledvalue='false'/>
3262                 <fieldValue name='displayMode'/>
3263                 <fieldValue name='transparencyvalue='0'/>
3264            </ProtoInstance>
3265            <ProtoInstance name='Arc'>
3266                 <fieldValue name='cylinderHeightvalue='0.59300'/>
3267                 <fieldValue name='cylinderTranslationvalue='0.25789 -1.27414 0.45505'/>
3268                 <fieldValue name='coneTranslationvalue='0.17514 -1.37111 0.40625'/>
3269                 <fieldValue name='rotationvalue='-21.19822 0 35.94849 2.36092'/>
3270                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3271                 <fieldValue name='ballRadiusvalue='0.02'/>
3272                 <fieldValue name='traceEnabledvalue='false'/>
3273                 <fieldValue name='displayMode'/>
3274                 <fieldValue name='transparencyvalue='0'/>
3275            </ProtoInstance>
3276            <ProtoInstance name='Arc'>
3277                 <fieldValue name='cylinderHeightvalue='0.55345'/>
3278                 <fieldValue name='cylinderTranslationvalue='0.25494 -1.25659 0.48416'/>
3279                 <fieldValue name='coneTranslationvalue='0.17787 -1.33805 0.45173'/>
3280                 <fieldValue name='rotationvalue='-15.37644 0 36.53872 2.34314'/>
3281                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3282                 <fieldValue name='ballRadiusvalue='0.02'/>
3283                 <fieldValue name='traceEnabledvalue='false'/>
3284                 <fieldValue name='displayMode'/>
3285                 <fieldValue name='transparencyvalue='0'/>
3286            </ProtoInstance>
3287            <ProtoInstance name='Arc'>
3288                 <fieldValue name='cylinderHeightvalue='0.39327'/>
3289                 <fieldValue name='cylinderTranslationvalue='0.33192 -1.21918 0.50400'/>
3290                 <fieldValue name='coneTranslationvalue='0.31223 -1.24818 0.49338'/>
3291                 <fieldValue name='rotationvalue='-11.40712 0 21.14098 2.48448'/>
3292                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3293                 <fieldValue name='ballRadiusvalue='0.02'/>
3294                 <fieldValue name='traceEnabledvalue='false'/>
3295                 <fieldValue name='displayMode'/>
3296                 <fieldValue name='transparencyvalue='0'/>
3297            </ProtoInstance>
3298            <ProtoInstance name='Arc'>
3299                 <fieldValue name='cylinderHeightvalue='0.61459'/>
3300                 <fieldValue name='cylinderTranslationvalue='0.45795 -1.36253 0.62881'/>
3301                 <fieldValue name='coneTranslationvalue='0.46768 -1.50587 0.66130'/>
3302                 <fieldValue name='rotationvalue='13.55432 0 -4.06329 2.90927'/>
3303                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3304                 <fieldValue name='ballRadiusvalue='0.02'/>
3305                 <fieldValue name='traceEnabledvalue='false'/>
3306                 <fieldValue name='displayMode'/>
3307                 <fieldValue name='transparencyvalue='0'/>
3308            </ProtoInstance>
3309            <ProtoInstance name='Arc'>
3310                 <fieldValue name='cylinderHeightvalue='0.24263'/>
3311                 <fieldValue name='cylinderTranslationvalue='0.41866 -1.17967 0.59037'/>
3312                 <fieldValue name='coneTranslationvalue='0.42471 -1.14262 0.58102'/>
3313                 <fieldValue name='rotationvalue='5.86602 -0.00000 3.79416 2.84953'/>
3314                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3315                 <fieldValue name='ballRadiusvalue='0.02'/>
3316                 <fieldValue name='traceEnabledvalue='false'/>
3317                 <fieldValue name='displayMode'/>
3318                 <fieldValue name='transparencyvalue='0'/>
3319            </ProtoInstance>
3320            <ProtoInstance name='Arc'>
3321                 <fieldValue name='cylinderHeightvalue='0.97888'/>
3322                 <fieldValue name='cylinderTranslationvalue='0.53338 -1.50738 0.74363'/>
3323                 <fieldValue name='coneTranslationvalue='0.59783 -1.80617 0.86653'/>
3324                 <fieldValue name='rotationvalue='36.51810 0 -19.15062 2.70677'/>
3325                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3326                 <fieldValue name='ballRadiusvalue='0.02'/>
3327                 <fieldValue name='traceEnabledvalue='false'/>
3328                 <fieldValue name='displayMode'/>
3329                 <fieldValue name='transparencyvalue='0'/>
3330            </ProtoInstance>
3331            <ProtoInstance name='Arc'>
3332                 <fieldValue name='cylinderHeightvalue='0.47958'/>
3333                 <fieldValue name='cylinderTranslationvalue='0.32682 -1.17307 0.37880'/>
3334                 <fieldValue name='coneTranslationvalue='0.28995 -1.20954 0.31816'/>
3335                 <fieldValue name='rotationvalue='-36.44810 0 22.16181 2.04541'/>
3336                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3337                 <fieldValue name='ballRadiusvalue='0.02'/>
3338                 <fieldValue name='traceEnabledvalue='false'/>
3339                 <fieldValue name='displayMode'/>
3340                 <fieldValue name='transparencyvalue='0'/>
3341            </ProtoInstance>
3342            <ProtoInstance name='Arc'>
3343                 <fieldValue name='cylinderHeightvalue='0.74196'/>
3344                 <fieldValue name='cylinderTranslationvalue='0.17692 -1.12519 0.30443'/>
3345                 <fieldValue name='coneTranslationvalue='0.02865 -1.16028 0.15849'/>
3346                 <fieldValue name='rotationvalue='-51.32219 0 52.14195 1.73788'/>
3347                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3348                 <fieldValue name='ballRadiusvalue='0.02'/>
3349                 <fieldValue name='traceEnabledvalue='false'/>
3350                 <fieldValue name='displayMode'/>
3351                 <fieldValue name='transparencyvalue='0'/>
3352            </ProtoInstance>
3353            <ProtoInstance name='Arc'>
3354                 <fieldValue name='cylinderHeightvalue='1.01774'/>
3355                 <fieldValue name='cylinderTranslationvalue='0.53551 -1.51824 0.76737'/>
3356                 <fieldValue name='coneTranslationvalue='0.60262 -1.83000 0.90883'/>
3357                 <fieldValue name='rotationvalue='41.26644 0 -19.57636 2.67619'/>
3358                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3359                 <fieldValue name='ballRadiusvalue='0.02'/>
3360                 <fieldValue name='traceEnabledvalue='false'/>
3361                 <fieldValue name='displayMode'/>
3362                 <fieldValue name='transparencyvalue='0'/>
3363            </ProtoInstance>
3364            <ProtoInstance name='Arc'>
3365                 <fieldValue name='cylinderHeightvalue='0.77726'/>
3366                 <fieldValue name='cylinderTranslationvalue='0.35530 -1.22031 0.90696'/>
3367                 <fieldValue name='coneTranslationvalue='0.30686 -1.31256 1.11046'/>
3368                 <fieldValue name='rotationvalue='69.18394 -0.00000 16.46672 1.98616'/>
3369                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3370                 <fieldValue name='ballRadiusvalue='0.02'/>
3371                 <fieldValue name='traceEnabledvalue='false'/>
3372                 <fieldValue name='displayMode'/>
3373                 <fieldValue name='transparencyvalue='0'/>
3374            </ProtoInstance>
3375            <ProtoInstance name='Arc'>
3376                 <fieldValue name='cylinderHeightvalue='0.57673'/>
3377                 <fieldValue name='cylinderTranslationvalue='0.26655 -1.27208 0.45916'/>
3378                 <fieldValue name='coneTranslationvalue='0.19039 -1.36493 0.41381'/>
3379                 <fieldValue name='rotationvalue='-20.37546 0 34.21589 2.37942'/>
3380                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3381                 <fieldValue name='ballRadiusvalue='0.02'/>
3382                 <fieldValue name='traceEnabledvalue='false'/>
3383                 <fieldValue name='displayMode'/>
3384                 <fieldValue name='transparencyvalue='0'/>
3385            </ProtoInstance>
3386            <ProtoInstance name='Arc'>
3387                 <fieldValue name='cylinderHeightvalue='0.64772'/>
3388                 <fieldValue name='cylinderTranslationvalue='-0.31303 -1.33627 -0.01208'/>
3389                 <fieldValue name='coneTranslationvalue='-0.38235 -1.47277 -0.07049'/>
3390                 <fieldValue name='rotationvalue='-23.09014 0 27.39969 2.55539'/>
3391                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3392                 <fieldValue name='ballRadiusvalue='0.02'/>
3393                 <fieldValue name='traceEnabledvalue='false'/>
3394                 <fieldValue name='displayMode'/>
3395                 <fieldValue name='transparencyvalue='0'/>
3396            </ProtoInstance>
3397            <ProtoInstance name='Arc'>
3398                 <fieldValue name='cylinderHeightvalue='1.00065'/>
3399                 <fieldValue name='cylinderTranslationvalue='-0.36883 -1.52000 0.01693'/>
3400                 <fieldValue name='coneTranslationvalue='-0.49998 -1.82849 -0.04188'/>
3401                 <fieldValue name='rotationvalue='-17.28927 0 38.56010 2.70560'/>
3402                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3403                 <fieldValue name='ballRadiusvalue='0.02'/>
3404                 <fieldValue name='traceEnabledvalue='false'/>
3405                 <fieldValue name='displayMode'/>
3406                 <fieldValue name='transparencyvalue='0'/>
3407            </ProtoInstance>
3408            <ProtoInstance name='Arc'>
3409                 <fieldValue name='cylinderHeightvalue='0.83803'/>
3410                 <fieldValue name='cylinderTranslationvalue='-0.10844 -0.85997 -0.25490'/>
3411                 <fieldValue name='coneTranslationvalue='-0.06665 -0.73232 -0.47636'/>
3412                 <fieldValue name='rotationvalue='-71.65388 0 -13.51905 1.05544'/>
3413                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3414                 <fieldValue name='ballRadiusvalue='0.02'/>
3415                 <fieldValue name='traceEnabledvalue='false'/>
3416                 <fieldValue name='displayMode'/>
3417                 <fieldValue name='transparencyvalue='0'/>
3418            </ProtoInstance>
3419            <ProtoInstance name='Arc'>
3420                 <fieldValue name='cylinderHeightvalue='0.29907'/>
3421                 <fieldValue name='cylinderTranslationvalue='-0.03351 -1.02750 0.12635'/>
3422                 <fieldValue name='coneTranslationvalue='-0.04348 -1.03023 0.12475'/>
3423                 <fieldValue name='rotationvalue='4.59655 0 -28.50475 1.30706'/>
3424                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3425                 <fieldValue name='ballRadiusvalue='0.02'/>
3426                 <fieldValue name='traceEnabledvalue='false'/>
3427                 <fieldValue name='displayMode'/>
3428                 <fieldValue name='transparencyvalue='0'/>
3429            </ProtoInstance>
3430            <ProtoInstance name='Arc'>
3431                 <fieldValue name='cylinderHeightvalue='0.43792'/>
3432                 <fieldValue name='cylinderTranslationvalue='-0.30887 -1.23780 0.07259'/>
3433                 <fieldValue name='coneTranslationvalue='-0.34464 -1.28393 0.06430'/>
3434                 <fieldValue name='rotationvalue='-6.15610 0 26.56780 2.46934'/>
3435                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3436                 <fieldValue name='ballRadiusvalue='0.02'/>
3437                 <fieldValue name='traceEnabledvalue='false'/>
3438                 <fieldValue name='displayMode'/>
3439                 <fieldValue name='transparencyvalue='0'/>
3440            </ProtoInstance>
3441            <ProtoInstance name='Arc'>
3442                 <fieldValue name='cylinderHeightvalue='1.00300'/>
3443                 <fieldValue name='cylinderTranslationvalue='-0.30065 -0.58996 0.00901'/>
3444                 <fieldValue name='coneTranslationvalue='-0.38550 -0.26548 -0.05525'/>
3445                 <fieldValue name='rotationvalue='-18.87290 0 24.92293 0.31697'/>
3446                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3447                 <fieldValue name='ballRadiusvalue='0.02'/>
3448                 <fieldValue name='traceEnabledvalue='false'/>
3449                 <fieldValue name='displayMode'/>
3450                 <fieldValue name='transparencyvalue='0'/>
3451            </ProtoInstance>
3452            <ProtoInstance name='Arc'>
3453                 <fieldValue name='cylinderHeightvalue='0.60159'/>
3454                 <fieldValue name='cylinderTranslationvalue='-0.43848 -1.21171 0.08083'/>
3455                 <fieldValue name='coneTranslationvalue='-0.56132 -1.27969 0.07028'/>
3456                 <fieldValue name='rotationvalue='-4.50862 0 52.48928 2.07467'/>
3457                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3458                 <fieldValue name='ballRadiusvalue='0.02'/>
3459                 <fieldValue name='traceEnabledvalue='false'/>
3460                 <fieldValue name='displayMode'/>
3461                 <fieldValue name='transparencyvalue='0'/>
3462            </ProtoInstance>
3463            <ProtoInstance name='Arc'>
3464                 <fieldValue name='cylinderHeightvalue='1.00383'/>
3465                 <fieldValue name='cylinderTranslationvalue='-0.38681 -1.46950 -0.10892'/>
3466                 <fieldValue name='coneTranslationvalue='-0.53039 -1.74404 -0.25353'/>
3467                 <fieldValue name='rotationvalue='-42.45788 0 42.15530 2.50305'/>
3468                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3469                 <fieldValue name='ballRadiusvalue='0.02'/>
3470                 <fieldValue name='traceEnabledvalue='false'/>
3471                 <fieldValue name='displayMode'/>
3472                 <fieldValue name='transparencyvalue='0'/>
3473            </ProtoInstance>
3474            <ProtoInstance name='Arc'>
3475                 <fieldValue name='cylinderHeightvalue='0.51223'/>
3476                 <fieldValue name='cylinderTranslationvalue='-0.35429 -1.24993 0.09051'/>
3477                 <fieldValue name='coneTranslationvalue='-0.42119 -1.31877 0.08568'/>
3478                 <fieldValue name='rotationvalue='-2.57267 0 35.65229 2.36923'/>
3479                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3480                 <fieldValue name='ballRadiusvalue='0.02'/>
3481                 <fieldValue name='traceEnabledvalue='false'/>
3482                 <fieldValue name='displayMode'/>
3483                 <fieldValue name='transparencyvalue='0'/>
3484            </ProtoInstance>
3485            <ProtoInstance name='Arc'>
3486                 <fieldValue name='cylinderHeightvalue='0.10237'/>
3487                 <fieldValue name='cylinderTranslationvalue='-0.22429 -1.08201 0.09630'/>
3488                 <fieldValue name='coneTranslationvalue='-0.12170 -1.04899 0.11133'/>
3489                 <fieldValue name='rotationvalue='-1.41390 0 9.65095 1.87913'/>
3490                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3491                 <fieldValue name='ballRadiusvalue='0.02'/>
3492                 <fieldValue name='traceEnabledvalue='false'/>
3493                 <fieldValue name='displayMode'/>
3494                 <fieldValue name='transparencyvalue='0'/>
3495            </ProtoInstance>
3496            <ProtoInstance name='Arc'>
3497                 <fieldValue name='cylinderHeightvalue='0.78683'/>
3498                 <fieldValue name='cylinderTranslationvalue='-0.36587 -0.74561 -0.02223'/>
3499                 <fieldValue name='coneTranslationvalue='-0.47850 -0.55523 -0.09675'/>
3500                 <fieldValue name='rotationvalue='-25.12090 0 37.96721 0.61701'/>
3501                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3502                 <fieldValue name='ballRadiusvalue='0.02'/>
3503                 <fieldValue name='traceEnabledvalue='false'/>
3504                 <fieldValue name='displayMode'/>
3505                 <fieldValue name='transparencyvalue='0'/>
3506            </ProtoInstance>
3507            <ProtoInstance name='Arc'>
3508                 <fieldValue name='cylinderHeightvalue='0.60323'/>
3509                 <fieldValue name='cylinderTranslationvalue='-0.28560 -1.34744 0.10894'/>
3510                 <fieldValue name='coneTranslationvalue='-0.33705 -1.47935 0.11156'/>
3511                 <fieldValue name='rotationvalue='1.11385 -0.00000 21.91379 2.76931'/>
3512                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3513                 <fieldValue name='ballRadiusvalue='0.02'/>
3514                 <fieldValue name='traceEnabledvalue='false'/>
3515                 <fieldValue name='displayMode'/>
3516                 <fieldValue name='transparencyvalue='0'/>
3517            </ProtoInstance>
3518            <ProtoInstance name='Arc'>
3519                 <fieldValue name='cylinderHeightvalue='0.96283'/>
3520                 <fieldValue name='cylinderTranslationvalue='-0.01079 -0.61644 0.05959'/>
3521                 <fieldValue name='coneTranslationvalue='0.09954 -0.31597 0.03036'/>
3522                 <fieldValue name='rotationvalue='-8.75663 0 -33.04895 0.36301'/>
3523                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3524                 <fieldValue name='ballRadiusvalue='0.02'/>
3525                 <fieldValue name='traceEnabledvalue='false'/>
3526                 <fieldValue name='displayMode'/>
3527                 <fieldValue name='transparencyvalue='0'/>
3528            </ProtoInstance>
3529            <ProtoInstance name='Arc'>
3530                 <fieldValue name='cylinderHeightvalue='0.68980'/>
3531                 <fieldValue name='cylinderTranslationvalue='-0.17892 -1.00347 -0.23571'/>
3532                 <fieldValue name='coneTranslationvalue='-0.18047 -0.96969 -0.41749'/>
3533                 <fieldValue name='rotationvalue='-67.81657 0 0.57845 1.38707'/>
3534                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3535                 <fieldValue name='ballRadiusvalue='0.02'/>
3536                 <fieldValue name='traceEnabledvalue='false'/>
3537                 <fieldValue name='displayMode'/>
3538                 <fieldValue name='transparencyvalue='0'/>
3539            </ProtoInstance>
3540            <ProtoInstance name='Arc'>
3541                 <fieldValue name='cylinderHeightvalue='0.46891'/>
3542                 <fieldValue name='cylinderTranslationvalue='-0.35610 -1.19959 0.17286'/>
3543                 <fieldValue name='coneTranslationvalue='-0.41328 -1.24186 0.19493'/>
3544                 <fieldValue name='rotationvalue='13.89749 -0.00000 36.01313 2.17453'/>
3545                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3546                 <fieldValue name='ballRadiusvalue='0.02'/>
3547                 <fieldValue name='traceEnabledvalue='false'/>
3548                 <fieldValue name='displayMode'/>
3549                 <fieldValue name='transparencyvalue='0'/>
3550            </ProtoInstance>
3551            <ProtoInstance name='Arc'>
3552                 <fieldValue name='cylinderHeightvalue='0.62541'/>
3553                 <fieldValue name='cylinderTranslationvalue='-0.33614 -0.93274 -0.12957'/>
3554                 <fieldValue name='coneTranslationvalue='-0.41433 -0.86743 -0.24333'/>
3555                 <fieldValue name='rotationvalue='-46.58937 0 32.02149 1.12887'/>
3556                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3557                 <fieldValue name='ballRadiusvalue='0.02'/>
3558                 <fieldValue name='traceEnabledvalue='false'/>
3559                 <fieldValue name='displayMode'/>
3560                 <fieldValue name='transparencyvalue='0'/>
3561            </ProtoInstance>
3562            <ProtoInstance name='Arc'>
3563                 <fieldValue name='cylinderHeightvalue='1.03930'/>
3564                 <fieldValue name='cylinderTranslationvalue='-0.32216 -1.52188 -0.09984'/>
3565                 <fieldValue name='coneTranslationvalue='-0.42329 -1.83706 -0.24048'/>
3566                 <fieldValue name='rotationvalue='-40.64179 0 29.22514 2.63905'/>
3567                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3568                 <fieldValue name='ballRadiusvalue='0.02'/>
3569                 <fieldValue name='traceEnabledvalue='false'/>
3570                 <fieldValue name='displayMode'/>
3571                 <fieldValue name='transparencyvalue='0'/>
3572            </ProtoInstance>
3573            <ProtoInstance name='Arc'>
3574                 <fieldValue name='cylinderHeightvalue='0.62527'/>
3575                 <fieldValue name='cylinderTranslationvalue='-0.23690 -1.37233 0.08115'/>
3576                 <fieldValue name='coneTranslationvalue='-0.26661 -1.52165 0.07030'/>
3577                 <fieldValue name='rotationvalue='-4.44386 0 12.17319 2.93283'/>
3578                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3579                 <fieldValue name='ballRadiusvalue='0.02'/>
3580                 <fieldValue name='traceEnabledvalue='false'/>
3581                 <fieldValue name='displayMode'/>
3582                 <fieldValue name='transparencyvalue='0'/>
3583            </ProtoInstance>
3584            <ProtoInstance name='Arc'>
3585                 <fieldValue name='cylinderHeightvalue='0.69514'/>
3586                 <fieldValue name='cylinderTranslationvalue='-0.45725 -0.86541 0.13928'/>
3587                 <fieldValue name='coneTranslationvalue='-0.60902 -0.75690 0.15865'/>
3588                 <fieldValue name='rotationvalue='7.18100 -0.00000 56.24407 0.95390'/>
3589                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3590                 <fieldValue name='ballRadiusvalue='0.02'/>
3591                 <fieldValue name='traceEnabledvalue='false'/>
3592                 <fieldValue name='displayMode'/>
3593                 <fieldValue name='transparencyvalue='0'/>
3594            </ProtoInstance>
3595            <ProtoInstance name='Arc'>
3596                 <fieldValue name='cylinderHeightvalue='0.54303'/>
3597                 <fieldValue name='cylinderTranslationvalue='-0.05596 -1.28034 0.21986'/>
3598                 <fieldValue name='coneTranslationvalue='-0.00664 -1.36817 0.26770'/>
3599                 <fieldValue name='rotationvalue='23.29690 0 -24.01457 2.47777'/>
3600                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3601                 <fieldValue name='ballRadiusvalue='0.02'/>
3602                 <fieldValue name='traceEnabledvalue='false'/>
3603                 <fieldValue name='displayMode'/>
3604                 <fieldValue name='transparencyvalue='0'/>
3605            </ProtoInstance>
3606            <ProtoInstance name='Arc'>
3607                 <fieldValue name='cylinderHeightvalue='1.00383'/>
3608                 <fieldValue name='cylinderTranslationvalue='-0.38681 -1.46950 -0.10892'/>
3609                 <fieldValue name='coneTranslationvalue='-0.53039 -1.74404 -0.25353'/>
3610                 <fieldValue name='rotationvalue='-42.45788 0 42.15530 2.50305'/>
3611                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3612                 <fieldValue name='ballRadiusvalue='0.02'/>
3613                 <fieldValue name='traceEnabledvalue='false'/>
3614                 <fieldValue name='displayMode'/>
3615                 <fieldValue name='transparencyvalue='0'/>
3616            </ProtoInstance>
3617            <ProtoInstance name='Arc'>
3618                 <fieldValue name='cylinderHeightvalue='0.67207'/>
3619                 <fieldValue name='cylinderTranslationvalue='-0.30277 -1.36969 0.03322'/>
3620                 <fieldValue name='coneTranslationvalue='-0.36916 -1.52853 -0.00354'/>
3621                 <fieldValue name='rotationvalue='-14.03130 0 25.34730 2.69590'/>
3622                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3623                 <fieldValue name='ballRadiusvalue='0.02'/>
3624                 <fieldValue name='traceEnabledvalue='false'/>
3625                 <fieldValue name='displayMode'/>
3626                 <fieldValue name='transparencyvalue='0'/>
3627            </ProtoInstance>
3628            <ProtoInstance name='Arc'>
3629                 <fieldValue name='cylinderHeightvalue='0.55720'/>
3630                 <fieldValue name='cylinderTranslationvalue='-0.03958 -1.27325 0.23082'/>
3631                 <fieldValue name='coneTranslationvalue='0.01851 -1.36128 0.28508'/>
3632                 <fieldValue name='rotationvalue='25.48967 0 -27.29087 2.40712'/>
3633                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3634                 <fieldValue name='ballRadiusvalue='0.02'/>
3635                 <fieldValue name='traceEnabledvalue='false'/>
3636                 <fieldValue name='displayMode'/>
3637                 <fieldValue name='transparencyvalue='0'/>
3638            </ProtoInstance>
3639            <ProtoInstance name='Arc'>
3640                 <fieldValue name='cylinderHeightvalue='1.03930'/>
3641                 <fieldValue name='cylinderTranslationvalue='-0.32216 -1.52188 -0.09984'/>
3642                 <fieldValue name='coneTranslationvalue='-0.42329 -1.83706 -0.24048'/>
3643                 <fieldValue name='rotationvalue='-40.64179 0 29.22514 2.63905'/>
3644                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3645                 <fieldValue name='ballRadiusvalue='0.02'/>
3646                 <fieldValue name='traceEnabledvalue='false'/>
3647                 <fieldValue name='displayMode'/>
3648                 <fieldValue name='transparencyvalue='0'/>
3649            </ProtoInstance>
3650            <ProtoInstance name='Arc'>
3651                 <fieldValue name='cylinderHeightvalue='0.64772'/>
3652                 <fieldValue name='cylinderTranslationvalue='-0.31303 -1.33627 -0.01208'/>
3653                 <fieldValue name='coneTranslationvalue='-0.38235 -1.47277 -0.07049'/>
3654                 <fieldValue name='rotationvalue='-23.09014 0 27.39969 2.55539'/>
3655                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3656                 <fieldValue name='ballRadiusvalue='0.02'/>
3657                 <fieldValue name='traceEnabledvalue='false'/>
3658                 <fieldValue name='displayMode'/>
3659                 <fieldValue name='transparencyvalue='0'/>
3660            </ProtoInstance>
3661            <ProtoInstance name='Arc'>
3662                 <fieldValue name='cylinderHeightvalue='0.94823'/>
3663                 <fieldValue name='cylinderTranslationvalue='-0.46075 -1.43981 0.03746'/>
3664                 <fieldValue name='coneTranslationvalue='-0.64939 -1.68715 -0.00621'/>
3665                 <fieldValue name='rotationvalue='-13.18292 0 56.94387 2.47742'/>
3666                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3667                 <fieldValue name='ballRadiusvalue='0.02'/>
3668                 <fieldValue name='traceEnabledvalue='false'/>
3669                 <fieldValue name='displayMode'/>
3670                 <fieldValue name='transparencyvalue='0'/>
3671            </ProtoInstance>
3672            <ProtoInstance name='Arc'>
3673                 <fieldValue name='cylinderHeightvalue='0.59173'/>
3674                 <fieldValue name='cylinderTranslationvalue='-0.32760 -1.30231 0.00878'/>
3675                 <fieldValue name='coneTranslationvalue='-0.39720 -1.41061 -0.03466'/>
3676                 <fieldValue name='rotationvalue='-18.91842 0 30.31398 2.49325'/>
3677                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3678                 <fieldValue name='ballRadiusvalue='0.02'/>
3679                 <fieldValue name='traceEnabledvalue='false'/>
3680                 <fieldValue name='displayMode'/>
3681                 <fieldValue name='transparencyvalue='0'/>
3682            </ProtoInstance>
3683            <ProtoInstance name='Arc'>
3684                 <fieldValue name='cylinderHeightvalue='1.03928'/>
3685                 <fieldValue name='cylinderTranslationvalue='-0.32330 -1.51974 -0.10373'/>
3686                 <fieldValue name='coneTranslationvalue='-0.42523 -1.83344 -0.24706'/>
3687                 <fieldValue name='rotationvalue='-41.41982 0 29.45457 2.63060'/>
3688                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3689                 <fieldValue name='ballRadiusvalue='0.02'/>
3690                 <fieldValue name='traceEnabledvalue='false'/>
3691                 <fieldValue name='displayMode'/>
3692                 <fieldValue name='transparencyvalue='0'/>
3693            </ProtoInstance>
3694            <ProtoInstance name='Arc'>
3695                 <fieldValue name='cylinderHeightvalue='0.42780'/>
3696                 <fieldValue name='cylinderTranslationvalue='-0.20927 -0.91565 0.25136'/>
3697                 <fieldValue name='coneTranslationvalue='-0.21765 -0.87764 0.28865'/>
3698                 <fieldValue name='rotationvalue='29.59689 -0.00000 6.64836 0.78818'/>
3699                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3700                 <fieldValue name='ballRadiusvalue='0.02'/>
3701                 <fieldValue name='traceEnabledvalue='false'/>
3702                 <fieldValue name='displayMode'/>
3703                 <fieldValue name='transparencyvalue='0'/>
3704            </ProtoInstance>
3705            <ProtoInstance name='Arc'>
3706                 <fieldValue name='cylinderHeightvalue='0.90530'/>
3707                 <fieldValue name='cylinderTranslationvalue='-0.07682 -0.62564 0.07678'/>
3708                 <fieldValue name='coneTranslationvalue='-0.01268 -0.34062 0.05959'/>
3709                 <fieldValue name='rotationvalue='-5.31811 0 -19.84148 0.22890'/>
3710                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3711                 <fieldValue name='ballRadiusvalue='0.02'/>
3712                 <fieldValue name='traceEnabledvalue='false'/>
3713                 <fieldValue name='displayMode'/>
3714                 <fieldValue name='transparencyvalue='0'/>
3715            </ProtoInstance>
3716            <ProtoInstance name='Arc'>
3717                 <fieldValue name='cylinderHeightvalue='1.20390'/>
3718                 <fieldValue name='cylinderTranslationvalue='0.26832 -0.66045 0.10915'/>
3719                 <fieldValue name='coneTranslationvalue='0.59456 -0.36234 0.11339'/>
3720                 <fieldValue name='rotationvalue='1.15538 0 -88.87008 0.83047'/>
3721                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3722                 <fieldValue name='ballRadiusvalue='0.02'/>
3723                 <fieldValue name='traceEnabledvalue='false'/>
3724                 <fieldValue name='displayMode'/>
3725                 <fieldValue name='transparencyvalue='0'/>
3726            </ProtoInstance>
3727            <ProtoInstance name='Arc'>
3728                 <fieldValue name='cylinderHeightvalue='1.01702'/>
3729                 <fieldValue name='cylinderTranslationvalue='-0.17654 -0.56934 0.21031'/>
3730                 <fieldValue name='coneTranslationvalue='-0.17688 -0.22862 0.28360'/>
3731                 <fieldValue name='rotationvalue='21.38780 -0.00000 0.10097 0.21188'/>
3732                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3733                 <fieldValue name='ballRadiusvalue='0.02'/>
3734                 <fieldValue name='traceEnabledvalue='false'/>
3735                 <fieldValue name='displayMode'/>
3736                 <fieldValue name='transparencyvalue='0'/>
3737            </ProtoInstance>
3738            <ProtoInstance name='Arc'>
3739                 <fieldValue name='cylinderHeightvalue='0.54767'/>
3740                 <fieldValue name='cylinderTranslationvalue='-0.04894 -1.27563 0.22622'/>
3741                 <fieldValue name='coneTranslationvalue='0.00389 -1.36258 0.27728'/>
3742                 <fieldValue name='rotationvalue='24.56862 0 -25.41755 2.43995'/>
3743                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3744                 <fieldValue name='ballRadiusvalue='0.02'/>
3745                 <fieldValue name='traceEnabledvalue='false'/>
3746                 <fieldValue name='displayMode'/>
3747                 <fieldValue name='transparencyvalue='0'/>
3748            </ProtoInstance>
3749            <ProtoInstance name='Arc'>
3750                 <fieldValue name='cylinderHeightvalue='0.29025'/>
3751                 <fieldValue name='cylinderTranslationvalue='-0.18976 -0.94202 0.17673'/>
3752                 <fieldValue name='coneTranslationvalue='-0.18835 -0.95477 0.16921'/>
3753                 <fieldValue name='rotationvalue='14.67211 -0.00000 2.74471 0.54015'/>
3754                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3755                 <fieldValue name='ballRadiusvalue='0.02'/>
3756                 <fieldValue name='traceEnabledvalue='false'/>
3757                 <fieldValue name='displayMode'/>
3758                 <fieldValue name='transparencyvalue='0'/>
3759            </ProtoInstance>
3760            <ProtoInstance name='Arc'>
3761                 <fieldValue name='cylinderHeightvalue='0.54850'/>
3762                 <fieldValue name='cylinderTranslationvalue='-0.05190 -1.25809 0.25532'/>
3763                 <fieldValue name='coneTranslationvalue='-0.00018 -1.33791 0.31863'/>
3764                 <fieldValue name='rotationvalue='30.39040 0 -24.82731 2.34432'/>
3765                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3766                 <fieldValue name='ballRadiusvalue='0.02'/>
3767                 <fieldValue name='traceEnabledvalue='false'/>
3768                 <fieldValue name='displayMode'/>
3769                 <fieldValue name='transparencyvalue='0'/>
3770            </ProtoInstance>
3771            <ProtoInstance name='Arc'>
3772                 <fieldValue name='cylinderHeightvalue='0.61234'/>
3773                 <fieldValue name='cylinderTranslationvalue='0.02509 -1.22067 0.27517'/>
3774                 <fieldValue name='coneTranslationvalue='0.12111 -1.29429 0.35719'/>
3775                 <fieldValue name='rotationvalue='34.35972 0 -40.22506 2.09857'/>
3776                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3777                 <fieldValue name='ballRadiusvalue='0.02'/>
3778                 <fieldValue name='traceEnabledvalue='false'/>
3779                 <fieldValue name='displayMode'/>
3780                 <fieldValue name='transparencyvalue='0'/>
3781            </ProtoInstance>
3782            <ProtoInstance name='Arc'>
3783                 <fieldValue name='cylinderHeightvalue='0.69453'/>
3784                 <fieldValue name='cylinderTranslationvalue='-0.34832 -1.35994 0.03415'/>
3785                 <fieldValue name='coneTranslationvalue='-0.44122 -1.51819 -0.00318'/>
3786                 <fieldValue name='rotationvalue='-13.84425 0 34.45710 2.57748'/>
3787                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3788                 <fieldValue name='ballRadiusvalue='0.02'/>
3789                 <fieldValue name='traceEnabledvalue='false'/>
3790                 <fieldValue name='displayMode'/>
3791                 <fieldValue name='transparencyvalue='0'/>
3792            </ProtoInstance>
3793            <ProtoInstance name='Arc'>
3794                 <fieldValue name='cylinderHeightvalue='1.00313'/>
3795                 <fieldValue name='cylinderTranslationvalue='-0.42977 -1.49136 0.02174'/>
3796                 <fieldValue name='coneTranslationvalue='-0.60256 -1.78070 -0.03386'/>
3797                 <fieldValue name='rotationvalue='-16.32728 0 50.74760 2.58130'/>
3798                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3799                 <fieldValue name='ballRadiusvalue='0.02'/>
3800                 <fieldValue name='traceEnabledvalue='false'/>
3801                 <fieldValue name='displayMode'/>
3802                 <fieldValue name='transparencyvalue='0'/>
3803            </ProtoInstance>
3804            <ProtoInstance name='Arc'>
3805                 <fieldValue name='cylinderHeightvalue='0.64772'/>
3806                 <fieldValue name='cylinderTranslationvalue='-0.31303 -1.33627 -0.01208'/>
3807                 <fieldValue name='coneTranslationvalue='-0.38235 -1.47277 -0.07049'/>
3808                 <fieldValue name='rotationvalue='-23.09014 0 27.39969 2.55539'/>
3809                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3810                 <fieldValue name='ballRadiusvalue='0.02'/>
3811                 <fieldValue name='traceEnabledvalue='false'/>
3812                 <fieldValue name='displayMode'/>
3813                 <fieldValue name='transparencyvalue='0'/>
3814            </ProtoInstance>
3815            <ProtoInstance name='Arc'>
3816                 <fieldValue name='cylinderHeightvalue='0.80096'/>
3817                 <fieldValue name='cylinderTranslationvalue='-0.45986 -1.25951 0.30968'/>
3818                 <fieldValue name='coneTranslationvalue='-0.63030 -1.37542 0.43357'/>
3819                 <fieldValue name='rotationvalue='41.26211 -0.00000 56.76597 2.07373'/>
3820                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3821                 <fieldValue name='ballRadiusvalue='0.02'/>
3822                 <fieldValue name='traceEnabledvalue='false'/>
3823                 <fieldValue name='displayMode'/>
3824                 <fieldValue name='transparencyvalue='0'/>
3825            </ProtoInstance>
3826            <ProtoInstance name='Arc'>
3827                 <fieldValue name='cylinderHeightvalue='0.45729'/>
3828                 <fieldValue name='cylinderTranslationvalue='0.01999 -1.17457 0.14997'/>
3829                 <fieldValue name='coneTranslationvalue='0.07884 -1.20702 0.16395'/>
3830                 <fieldValue name='rotationvalue='9.31874 0 -39.20423 2.06319'/>
3831                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3832                 <fieldValue name='ballRadiusvalue='0.02'/>
3833                 <fieldValue name='traceEnabledvalue='false'/>
3834                 <fieldValue name='displayMode'/>
3835                 <fieldValue name='transparencyvalue='0'/>
3836            </ProtoInstance>
3837            <ProtoInstance name='Arc'>
3838                 <fieldValue name='cylinderHeightvalue='1.03993'/>
3839                 <fieldValue name='cylinderTranslationvalue='-0.42609 -1.52231 0.09615'/>
3840                 <fieldValue name='coneTranslationvalue='-0.59920 -1.83788 0.09116'/>
3841                 <fieldValue name='rotationvalue='-1.44363 0 50.01163 2.63967'/>
3842                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3843                 <fieldValue name='ballRadiusvalue='0.02'/>
3844                 <fieldValue name='traceEnabledvalue='false'/>
3845                 <fieldValue name='displayMode'/>
3846                 <fieldValue name='transparencyvalue='0'/>
3847            </ProtoInstance>
3848            <ProtoInstance name='Arc'>
3849                 <fieldValue name='cylinderHeightvalue='0.16153'/>
3850                 <fieldValue name='cylinderTranslationvalue='-0.12991 -1.12668 0.07560'/>
3851                 <fieldValue name='coneTranslationvalue='-0.17516 -1.06762 0.10285'/>
3852                 <fieldValue name='rotationvalue='-5.55535 0 -9.22409 2.41194'/>
3853                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3854                 <fieldValue name='ballRadiusvalue='0.02'/>
3855                 <fieldValue name='traceEnabledvalue='false'/>
3856                 <fieldValue name='displayMode'/>
3857                 <fieldValue name='transparencyvalue='0'/>
3858            </ProtoInstance>
3859            <ProtoInstance name='Arc'>
3860                 <fieldValue name='cylinderHeightvalue='1.00313'/>
3861                 <fieldValue name='cylinderTranslationvalue='-0.42977 -1.49136 0.02174'/>
3862                 <fieldValue name='coneTranslationvalue='-0.60256 -1.78070 -0.03386'/>
3863                 <fieldValue name='rotationvalue='-16.32728 0 50.74760 2.58130'/>
3864                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3865                 <fieldValue name='ballRadiusvalue='0.02'/>
3866                 <fieldValue name='traceEnabledvalue='false'/>
3867                 <fieldValue name='displayMode'/>
3868                 <fieldValue name='transparencyvalue='0'/>
3869            </ProtoInstance>
3870            <ProtoInstance name='Arc'>
3871                 <fieldValue name='cylinderHeightvalue='0.69653'/>
3872                 <fieldValue name='cylinderTranslationvalue='-0.32177 -1.34834 -0.04017'/>
3873                 <fieldValue name='coneTranslationvalue='-0.40056 -1.50070 -0.11777'/>
3874                 <fieldValue name='rotationvalue='-28.70910 0 29.14847 2.51378'/>
3875                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3876                 <fieldValue name='ballRadiusvalue='0.02'/>
3877                 <fieldValue name='traceEnabledvalue='false'/>
3878                 <fieldValue name='displayMode'/>
3879                 <fieldValue name='transparencyvalue='0'/>
3880            </ProtoInstance>
3881            <ProtoInstance name='Arc'>
3882                 <fieldValue name='cylinderHeightvalue='0.93888'/>
3883                 <fieldValue name='cylinderTranslationvalue='-0.13224 -1.52068 0.21363'/>
3884                 <fieldValue name='coneTranslationvalue='-0.10337 -1.82008 0.28631'/>
3885                 <fieldValue name='rotationvalue='22.05233 0 -8.75918 2.88609'/>
3886                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3887                 <fieldValue name='ballRadiusvalue='0.02'/>
3888                 <fieldValue name='traceEnabledvalue='false'/>
3889                 <fieldValue name='displayMode'/>
3890                 <fieldValue name='transparencyvalue='0'/>
3891            </ProtoInstance>
3892            <ProtoInstance name='Arc'>
3893                 <fieldValue name='cylinderHeightvalue='0.64772'/>
3894                 <fieldValue name='cylinderTranslationvalue='-0.31303 -1.33627 -0.01208'/>
3895                 <fieldValue name='coneTranslationvalue='-0.38235 -1.47277 -0.07049'/>
3896                 <fieldValue name='rotationvalue='-23.09014 0 27.39969 2.55539'/>
3897                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3898                 <fieldValue name='ballRadiusvalue='0.02'/>
3899                 <fieldValue name='traceEnabledvalue='false'/>
3900                 <fieldValue name='displayMode'/>
3901                 <fieldValue name='transparencyvalue='0'/>
3902            </ProtoInstance>
3903            <ProtoInstance name='Arc'>
3904                 <fieldValue name='cylinderHeightvalue='0.55654'/>
3905                 <fieldValue name='cylinderTranslationvalue='-0.04028 -1.27357 0.23033'/>
3906                 <fieldValue name='coneTranslationvalue='0.01742 -1.36159 0.28429'/>
3907                 <fieldValue name='rotationvalue='25.39139 0 -27.15014 2.41016'/>
3908                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3909                 <fieldValue name='ballRadiusvalue='0.02'/>
3910                 <fieldValue name='traceEnabledvalue='false'/>
3911                 <fieldValue name='displayMode'/>
3912                 <fieldValue name='transparencyvalue='0'/>
3913            </ProtoInstance>
3914            <ProtoInstance name='Arc'>
3915                 <fieldValue name='cylinderHeightvalue='0.78242'/>
3916                 <fieldValue name='cylinderTranslationvalue='-2.37069 -0.02291 0.56259'/>
3917                 <fieldValue name='coneTranslationvalue='-2.58326 -0.06352 0.64396'/>
3918                 <fieldValue name='rotationvalue='27.53703 -0.00000 71.93494 1.74734'/>
3919                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3920                 <fieldValue name='ballRadiusvalue='0.02'/>
3921                 <fieldValue name='traceEnabledvalue='false'/>
3922                 <fieldValue name='displayMode'/>
3923                 <fieldValue name='transparencyvalue='0'/>
3924            </ProtoInstance>
3925            <ProtoInstance name='Arc'>
3926                 <fieldValue name='cylinderHeightvalue='0.78242'/>
3927                 <fieldValue name='cylinderTranslationvalue='-2.37069 -0.02291 0.56259'/>
3928                 <fieldValue name='coneTranslationvalue='-2.58326 -0.06352 0.64396'/>
3929                 <fieldValue name='rotationvalue='27.53703 -0.00000 71.93494 1.74734'/>
3930                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3931                 <fieldValue name='ballRadiusvalue='0.02'/>
3932                 <fieldValue name='traceEnabledvalue='false'/>
3933                 <fieldValue name='displayMode'/>
3934                 <fieldValue name='transparencyvalue='0'/>
3935            </ProtoInstance>
3936            <ProtoInstance name='Arc'>
3937                 <fieldValue name='cylinderHeightvalue='0.69489'/>
3938                 <fieldValue name='cylinderTranslationvalue='-1.72712 0.13131 0.60604'/>
3939                 <fieldValue name='coneTranslationvalue='-1.57396 0.17745 0.70376'/>
3940                 <fieldValue name='rotationvalue='36.22696 0 -56.77898 1.32212'/>
3941                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3942                 <fieldValue name='ballRadiusvalue='0.02'/>
3943                 <fieldValue name='traceEnabledvalue='false'/>
3944                 <fieldValue name='displayMode'/>
3945                 <fieldValue name='transparencyvalue='0'/>
3946            </ProtoInstance>
3947            <ProtoInstance name='Arc'>
3948                 <fieldValue name='cylinderHeightvalue='0.72461'/>
3949                 <fieldValue name='cylinderTranslationvalue='-2.37326 0.05236 0.42641'/>
3950                 <fieldValue name='coneTranslationvalue='-2.57553 0.05603 0.42724'/>
3951                 <fieldValue name='rotationvalue='0.29994 -0.00000 72.44880 1.55268'/>
3952                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3953                 <fieldValue name='ballRadiusvalue='0.02'/>
3954                 <fieldValue name='traceEnabledvalue='false'/>
3955                 <fieldValue name='displayMode'/>
3956                 <fieldValue name='transparencyvalue='0'/>
3957            </ProtoInstance>
3958            <ProtoInstance name='Arc'>
3959                 <fieldValue name='cylinderHeightvalue='0.78538'/>
3960                 <fieldValue name='cylinderTranslationvalue='-2.36913 -0.04837 0.55563'/>
3961                 <fieldValue name='coneTranslationvalue='-2.58133 -0.10417 0.63309'/>
3962                 <fieldValue name='rotationvalue='26.14503 -0.00000 71.62298 1.81297'/>
3963                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3964                 <fieldValue name='ballRadiusvalue='0.02'/>
3965                 <fieldValue name='traceEnabledvalue='false'/>
3966                 <fieldValue name='displayMode'/>
3967                 <fieldValue name='transparencyvalue='0'/>
3968            </ProtoInstance>
3969            <ProtoInstance name='Arc'>
3970                 <fieldValue name='cylinderHeightvalue='1.47852'/>
3971                 <fieldValue name='cylinderTranslationvalue='-1.37474 -0.30927 0.30004'/>
3972                 <fieldValue name='coneTranslationvalue='-0.87618 -0.58749 0.20221'/>
3973                 <fieldValue name='rotationvalue='-24.97240 0 -127.25442 2.07180'/>
3974                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3975                 <fieldValue name='ballRadiusvalue='0.02'/>
3976                 <fieldValue name='traceEnabledvalue='false'/>
3977                 <fieldValue name='displayMode'/>
3978                 <fieldValue name='transparencyvalue='0'/>
3979            </ProtoInstance>
3980            <ProtoInstance name='Arc'>
3981                 <fieldValue name='cylinderHeightvalue='0.42444'/>
3982                 <fieldValue name='cylinderTranslationvalue='-2.22290 0.05743 0.42202'/>
3983                 <fieldValue name='coneTranslationvalue='-2.27503 0.06029 0.42131'/>
3984                 <fieldValue name='rotationvalue='-0.57791 0 42.37600 1.51597'/>
3985                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3986                 <fieldValue name='ballRadiusvalue='0.02'/>
3987                 <fieldValue name='traceEnabledvalue='false'/>
3988                 <fieldValue name='displayMode'/>
3989                 <fieldValue name='transparencyvalue='0'/>
3990            </ProtoInstance>
3991            <ProtoInstance name='Arc'>
3992                 <fieldValue name='cylinderHeightvalue='1.01021'/>
3993                 <fieldValue name='cylinderTranslationvalue='-1.54929 0.23900 0.35698'/>
3994                 <fieldValue name='coneTranslationvalue='-1.23383 0.37100 0.31057'/>
3995                 <fieldValue name='rotationvalue='-13.58508 0 -92.34483 1.17830'/>
3996                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3997                 <fieldValue name='ballRadiusvalue='0.02'/>
3998                 <fieldValue name='traceEnabledvalue='false'/>
3999                 <fieldValue name='displayMode'/>
4000                 <fieldValue name='transparencyvalue='0'/>
4001            </ProtoInstance>
4002            <ProtoInstance name='Arc'>
4003                 <fieldValue name='cylinderHeightvalue='0.78451'/>
4004                 <fieldValue name='cylinderTranslationvalue='-2.37220 -0.07852 0.51409'/>
4005                 <fieldValue name='coneTranslationvalue='-2.58606 -0.15212 0.56690'/>
4006                 <fieldValue name='rotationvalue='17.83697 -0.00000 72.23704 1.89328'/>
4007                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4008                 <fieldValue name='ballRadiusvalue='0.02'/>
4009                 <fieldValue name='traceEnabledvalue='false'/>
4010                 <fieldValue name='displayMode'/>
4011                 <fieldValue name='transparencyvalue='0'/>
4012            </ProtoInstance>
4013            <ProtoInstance name='Arc'>
4014                 <fieldValue name='cylinderHeightvalue='0.78451'/>
4015                 <fieldValue name='cylinderTranslationvalue='-2.37220 -0.07852 0.51409'/>
4016                 <fieldValue name='coneTranslationvalue='-2.58606 -0.15212 0.56690'/>
4017                 <fieldValue name='rotationvalue='17.83697 -0.00000 72.23704 1.89328'/>
4018                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4019                 <fieldValue name='ballRadiusvalue='0.02'/>
4020                 <fieldValue name='traceEnabledvalue='false'/>
4021                 <fieldValue name='displayMode'/>
4022                 <fieldValue name='transparencyvalue='0'/>
4023            </ProtoInstance>
4024            <ProtoInstance name='Arc'>
4025                 <fieldValue name='cylinderHeightvalue='0.78538'/>
4026                 <fieldValue name='cylinderTranslationvalue='-2.36913 -0.04837 0.55563'/>
4027                 <fieldValue name='coneTranslationvalue='-2.58133 -0.10417 0.63309'/>
4028                 <fieldValue name='rotationvalue='26.14503 -0.00000 71.62298 1.81297'/>
4029                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4030                 <fieldValue name='ballRadiusvalue='0.02'/>
4031                 <fieldValue name='traceEnabledvalue='false'/>
4032                 <fieldValue name='displayMode'/>
4033                 <fieldValue name='transparencyvalue='0'/>
4034            </ProtoInstance>
4035            <ProtoInstance name='Arc'>
4036                 <fieldValue name='cylinderHeightvalue='0.24815'/>
4037                 <fieldValue name='cylinderTranslationvalue='-2.04312 0.16001 0.38859'/>
4038                 <fieldValue name='coneTranslationvalue='-2.03383 0.12694 0.39910'/>
4039                 <fieldValue name='rotationvalue='-7.26408 0 6.42117 0.40140'/>
4040                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4041                 <fieldValue name='ballRadiusvalue='0.02'/>
4042                 <fieldValue name='traceEnabledvalue='false'/>
4043                 <fieldValue name='displayMode'/>
4044                 <fieldValue name='transparencyvalue='0'/>
4045            </ProtoInstance>
4046            <ProtoInstance name='Arc'>
4047                 <fieldValue name='cylinderHeightvalue='0.73418'/>
4048                 <fieldValue name='cylinderTranslationvalue='-2.37587 0.00619 0.43287'/>
4049                 <fieldValue name='coneTranslationvalue='-2.58170 -0.01616 0.43736'/>
4050                 <fieldValue name='rotationvalue='1.59192 -0.00000 72.97149 1.67892'/>
4051                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4052                 <fieldValue name='ballRadiusvalue='0.02'/>
4053                 <fieldValue name='traceEnabledvalue='false'/>
4054                 <fieldValue name='displayMode'/>
4055                 <fieldValue name='transparencyvalue='0'/>
4056            </ProtoInstance>
4057            <ProtoInstance name='Arc'>
4058                 <fieldValue name='cylinderHeightvalue='0.72272'/>
4059                 <fieldValue name='cylinderTranslationvalue='-1.88436 -0.28227 0.34179'/>
4060                 <fieldValue name='coneTranslationvalue='-1.81378 -0.46508 0.29548'/>
4061                 <fieldValue name='rotationvalue='-16.62299 0 -25.33162 2.70899'/>
4062                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4063                 <fieldValue name='ballRadiusvalue='0.02'/>
4064                 <fieldValue name='traceEnabledvalue='false'/>
4065                 <fieldValue name='displayMode'/>
4066                 <fieldValue name='transparencyvalue='0'/>
4067            </ProtoInstance>
4068            <ProtoInstance name='Arc'>
4069                 <fieldValue name='cylinderHeightvalue='0.77353'/>
4070                 <fieldValue name='cylinderTranslationvalue='-2.38192 -0.06306 0.43770'/>
4071                 <fieldValue name='coneTranslationvalue='-2.59939 -0.12689 0.44520'/>
4072                 <fieldValue name='rotationvalue='2.55924 -0.00000 74.18127 1.85612'/>
4073                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4074                 <fieldValue name='ballRadiusvalue='0.02'/>
4075                 <fieldValue name='traceEnabledvalue='false'/>
4076                 <fieldValue name='displayMode'/>
4077                 <fieldValue name='transparencyvalue='0'/>
4078            </ProtoInstance>
4079            <ProtoInstance name='Arc'>
4080                 <fieldValue name='cylinderHeightvalue='0.77353'/>
4081                 <fieldValue name='cylinderTranslationvalue='-2.38192 -0.06306 0.43770'/>
4082                 <fieldValue name='coneTranslationvalue='-2.59939 -0.12689 0.44520'/>
4083                 <fieldValue name='rotationvalue='2.55924 -0.00000 74.18127 1.85612'/>
4084                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4085                 <fieldValue name='ballRadiusvalue='0.02'/>
4086                 <fieldValue name='traceEnabledvalue='false'/>
4087                 <fieldValue name='displayMode'/>
4088                 <fieldValue name='transparencyvalue='0'/>
4089            </ProtoInstance>
4090            <ProtoInstance name='Arc'>
4091                 <fieldValue name='cylinderHeightvalue='0.51600'/>
4092                 <fieldValue name='cylinderTranslationvalue='-2.08549 0.12395 0.65923'/>
4093                 <fieldValue name='coneTranslationvalue='-2.11378 0.15364 0.74824'/>
4094                 <fieldValue name='rotationvalue='46.86561 -0.00000 14.89426 1.26304'/>
4095                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4096                 <fieldValue name='ballRadiusvalue='0.02'/>
4097                 <fieldValue name='traceEnabledvalue='false'/>
4098                 <fieldValue name='displayMode'/>
4099                 <fieldValue name='transparencyvalue='0'/>
4100            </ProtoInstance>
4101            <ProtoInstance name='Arc'>
4102                 <fieldValue name='cylinderHeightvalue='0.47211'/>
4103                 <fieldValue name='cylinderTranslationvalue='-2.24457 0.01285 0.43431'/>
4104                 <fieldValue name='coneTranslationvalue='-2.31982 0.00223 0.43734'/>
4105                 <fieldValue name='rotationvalue='1.88042 -0.00000 46.71048 1.71084'/>
4106                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4107                 <fieldValue name='ballRadiusvalue='0.02'/>
4108                 <fieldValue name='traceEnabledvalue='false'/>
4109                 <fieldValue name='displayMode'/>
4110                 <fieldValue name='transparencyvalue='0'/>
4111            </ProtoInstance>
4112            <ProtoInstance name='Arc'>
4113                 <fieldValue name='cylinderHeightvalue='0.19996'/>
4114                 <fieldValue name='cylinderTranslationvalue='-2.02654 0.13962 0.39403'/>
4115                 <fieldValue name='coneTranslationvalue='-2.01722 0.08330 0.41256'/>
4116                 <fieldValue name='rotationvalue='-6.17566 0 3.10507 0.35296'/>
4117                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4118                 <fieldValue name='ballRadiusvalue='0.02'/>
4119                 <fieldValue name='traceEnabledvalue='false'/>
4120                 <fieldValue name='displayMode'/>
4121                 <fieldValue name='transparencyvalue='0'/>
4122            </ProtoInstance>
4123            <ProtoInstance name='Arc'>
4124                 <fieldValue name='cylinderHeightvalue='0.63389'/>
4125                 <fieldValue name='cylinderTranslationvalue='-2.30536 0.15897 0.39316'/>
4126                 <fieldValue name='coneTranslationvalue='-2.45111 0.21501 0.37744'/>
4127                 <fieldValue name='rotationvalue='-6.34899 0 58.86862 1.20567'/>
4128                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4129                 <fieldValue name='ballRadiusvalue='0.02'/>
4130                 <fieldValue name='traceEnabledvalue='false'/>
4131                 <fieldValue name='displayMode'/>
4132                 <fieldValue name='transparencyvalue='0'/>
4133            </ProtoInstance>
4134            <ProtoInstance name='Arc'>
4135                 <fieldValue name='cylinderHeightvalue='0.50291'/>
4136                 <fieldValue name='cylinderTranslationvalue='0.03773 -0.02825 -0.03384'/>
4137                 <fieldValue name='coneTranslationvalue='0.02140 0.05265 0.00557'/>
4138                 <fieldValue name='rotationvalue='21.67450 -0.00000 8.97947 0.48533'/>
4139                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4140                 <fieldValue name='ballRadiusvalue='0.02'/>
4141                 <fieldValue name='traceEnabledvalue='false'/>
4142                 <fieldValue name='displayMode'/>
4143                 <fieldValue name='transparencyvalue='0'/>
4144            </ProtoInstance>
4145            <ProtoInstance name='Arc'>
4146                 <fieldValue name='cylinderHeightvalue='0.79380'/>
4147                 <fieldValue name='cylinderTranslationvalue='0.09582 -0.61959 0.00356'/>
4148                 <fieldValue name='coneTranslationvalue='0.10370 -0.83979 0.09057'/>
4149                 <fieldValue name='rotationvalue='29.15525 0 -2.63901 2.76389'/>
4150                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4151                 <fieldValue name='ballRadiusvalue='0.02'/>
4152                 <fieldValue name='traceEnabledvalue='false'/>
4153                 <fieldValue name='displayMode'/>
4154                 <fieldValue name='transparencyvalue='0'/>
4155            </ProtoInstance>
4156            <ProtoInstance name='Arc'>
4157                 <fieldValue name='cylinderHeightvalue='0.80546'/>
4158                 <fieldValue name='cylinderTranslationvalue='-0.27350 -0.06271 -0.13608'/>
4159                 <fieldValue name='coneTranslationvalue='-0.48815 0.05057 -0.13238'/>
4160                 <fieldValue name='rotationvalue='1.22678 -0.00000 71.22595 1.08524'/>
4161                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4162                 <fieldValue name='ballRadiusvalue='0.02'/>
4163                 <fieldValue name='traceEnabledvalue='false'/>
4164                 <fieldValue name='displayMode'/>
4165                 <fieldValue name='transparencyvalue='0'/>
4166            </ProtoInstance>
4167            <ProtoInstance name='Arc'>
4168                 <fieldValue name='cylinderHeightvalue='0.21473'/>
4169                 <fieldValue name='cylinderTranslationvalue='-0.02000 -0.26114 -0.17196'/>
4170                 <fieldValue name='coneTranslationvalue='0.03031 -0.25600 -0.15738'/>
4171                 <fieldValue name='rotationvalue='-5.94892 0 20.52594 1.66849'/>
4172                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4173                 <fieldValue name='ballRadiusvalue='0.02'/>
4174                 <fieldValue name='traceEnabledvalue='false'/>
4175                 <fieldValue name='displayMode'/>
4176                 <fieldValue name='transparencyvalue='0'/>
4177            </ProtoInstance>
4178            <ProtoInstance name='Arc'>
4179                 <fieldValue name='cylinderHeightvalue='0.70237'/>
4180                 <fieldValue name='cylinderTranslationvalue='-0.03407 0.06982 -0.05851'/>
4181                 <fieldValue name='coneTranslationvalue='-0.09761 0.24429 -0.01295'/>
4182                 <fieldValue name='rotationvalue='16.74004 -0.00000 23.33989 0.42129'/>
4183                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4184                 <fieldValue name='ballRadiusvalue='0.02'/>
4185                 <fieldValue name='traceEnabledvalue='false'/>
4186                 <fieldValue name='displayMode'/>
4187                 <fieldValue name='transparencyvalue='0'/>
4188            </ProtoInstance>
4189            <ProtoInstance name='Arc'>
4190                 <fieldValue name='cylinderHeightvalue='1.01360'/>
4191                 <fieldValue name='cylinderTranslationvalue='-0.00229 -0.66906 -0.41530'/>
4192                 <fieldValue name='coneTranslationvalue='-0.06040 -0.95537 -0.60217'/>
4193                 <fieldValue name='rotationvalue='-54.61746 0 16.98385 2.54201'/>
4194                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4195                 <fieldValue name='ballRadiusvalue='0.02'/>
4196                 <fieldValue name='traceEnabledvalue='false'/>
4197                 <fieldValue name='displayMode'/>
4198                 <fieldValue name='transparencyvalue='0'/>
4199            </ProtoInstance>
4200            <ProtoInstance name='Arc'>
4201                 <fieldValue name='cylinderHeightvalue='0.19295'/>
4202                 <fieldValue name='cylinderTranslationvalue='0.11854 -0.20853 -0.06320'/>
4203                 <fieldValue name='coneTranslationvalue='0.09489 -0.23627 -0.11523'/>
4204                 <fieldValue name='rotationvalue='15.80208 0 -7.18321 1.11884'/>
4205                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4206                 <fieldValue name='ballRadiusvalue='0.02'/>
4207                 <fieldValue name='traceEnabledvalue='false'/>
4208                 <fieldValue name='displayMode'/>
4209                 <fieldValue name='transparencyvalue='0'/>
4210            </ProtoInstance>
4211            <ProtoInstance name='Arc'>
4212                 <fieldValue name='cylinderHeightvalue='0.83472'/>
4213                 <fieldValue name='cylinderTranslationvalue='-0.33101 -0.29519 -0.10887'/>
4214                 <fieldValue name='coneTranslationvalue='-0.58607 -0.32265 -0.08830'/>
4215                 <fieldValue name='rotationvalue='6.66953 -0.00000 82.72709 1.67769'/>
4216                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4217                 <fieldValue name='ballRadiusvalue='0.02'/>
4218                 <fieldValue name='traceEnabledvalue='false'/>
4219                 <fieldValue name='displayMode'/>
4220                 <fieldValue name='transparencyvalue='0'/>
4221            </ProtoInstance>
4222            <ProtoInstance name='Arc'>
4223                 <fieldValue name='cylinderHeightvalue='0.75430'/>
4224                 <fieldValue name='cylinderTranslationvalue='0.40478 -0.11370 -0.28256'/>
4225                 <fieldValue name='coneTranslationvalue='0.59027 -0.03484 -0.36337'/>
4226                 <fieldValue name='rotationvalue='-28.06932 0 -64.43178 1.19914'/>
4227                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4228                 <fieldValue name='ballRadiusvalue='0.02'/>
4229                 <fieldValue name='traceEnabledvalue='false'/>
4230                 <fieldValue name='displayMode'/>
4231                 <fieldValue name='transparencyvalue='0'/>
4232            </ProtoInstance>
4233            <ProtoInstance name='Arc'>
4234                 <fieldValue name='cylinderHeightvalue='0.83461'/>
4235                 <fieldValue name='cylinderTranslationvalue='-0.06017 -0.09109 0.21596'/>
4236                 <fieldValue name='coneTranslationvalue='-0.14821 0.00731 0.43680'/>
4237                 <fieldValue name='rotationvalue='71.63421 -0.00000 28.55854 1.17840'/>
4238                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4239                 <fieldValue name='ballRadiusvalue='0.02'/>
4240                 <fieldValue name='traceEnabledvalue='false'/>
4241                 <fieldValue name='displayMode'/>
4242                 <fieldValue name='transparencyvalue='0'/>
4243            </ProtoInstance>
4244            <ProtoInstance name='Arc'>
4245                 <fieldValue name='cylinderHeightvalue='0.75918'/>
4246                 <fieldValue name='cylinderTranslationvalue='0.04109 -0.38421 -0.49510'/>
4247                 <fieldValue name='coneTranslationvalue='0.01706 -0.46147 -0.69925'/>
4248                 <fieldValue name='rotationvalue='-70.57760 0 8.30684 1.93031'/>
4249                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4250                 <fieldValue name='ballRadiusvalue='0.02'/>
4251                 <fieldValue name='traceEnabledvalue='false'/>
4252                 <fieldValue name='displayMode'/>
4253                 <fieldValue name='transparencyvalue='0'/>
4254            </ProtoInstance>
4255            <ProtoInstance name='Arc'>
4256                 <fieldValue name='cylinderHeightvalue='0.74641'/>
4257                 <fieldValue name='cylinderTranslationvalue='-0.06043 -0.53411 0.05394'/>
4258                 <fieldValue name='coneTranslationvalue='-0.14215 -0.69604 0.16600'/>
4259                 <fieldValue name='rotationvalue='39.23081 -0.00000 28.61045 2.43332'/>
4260                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4261                 <fieldValue name='ballRadiusvalue='0.02'/>
4262                 <fieldValue name='traceEnabledvalue='false'/>
4263                 <fieldValue name='displayMode'/>
4264                 <fieldValue name='transparencyvalue='0'/>
4265            </ProtoInstance>
4266            <ProtoInstance name='Arc'>
4267                 <fieldValue name='cylinderHeightvalue='0.58551'/>
4268                 <fieldValue name='cylinderTranslationvalue='-0.05111 0.00585 -0.09725'/>
4269                 <fieldValue name='coneTranslationvalue='-0.11175 0.12217 -0.07685'/>
4270                 <fieldValue name='rotationvalue='8.99394 -0.00000 26.74711 0.50288'/>
4271                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4272                 <fieldValue name='ballRadiusvalue='0.02'/>
4273                 <fieldValue name='traceEnabledvalue='false'/>
4274                 <fieldValue name='displayMode'/>
4275                 <fieldValue name='transparencyvalue='0'/>
4276            </ProtoInstance>
4277            <ProtoInstance name='Arc'>
4278                 <fieldValue name='cylinderHeightvalue='0.75918'/>
4279                 <fieldValue name='cylinderTranslationvalue='0.04109 -0.38421 -0.49510'/>
4280                 <fieldValue name='coneTranslationvalue='0.01706 -0.46147 -0.69925'/>
4281                 <fieldValue name='rotationvalue='-70.57760 0 8.30684 1.93031'/>
4282                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4283                 <fieldValue name='ballRadiusvalue='0.02'/>
4284                 <fieldValue name='traceEnabledvalue='false'/>
4285                 <fieldValue name='displayMode'/>
4286                 <fieldValue name='transparencyvalue='0'/>
4287            </ProtoInstance>
4288            <ProtoInstance name='Arc'>
4289                 <fieldValue name='cylinderHeightvalue='0.96970'/>
4290                 <fieldValue name='cylinderTranslationvalue='-0.00058 -0.71878 -0.04720'/>
4291                 <fieldValue name='coneTranslationvalue='-0.05633 -1.03241 0.01646'/>
4292                 <fieldValue name='rotationvalue='19.00336 -0.00000 16.64165 2.87806'/>
4293                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4294                 <fieldValue name='ballRadiusvalue='0.02'/>
4295                 <fieldValue name='traceEnabledvalue='false'/>
4296                 <fieldValue name='displayMode'/>
4297                 <fieldValue name='transparencyvalue='0'/>
4298            </ProtoInstance>
4299            <ProtoInstance name='Arc'>
4300                 <fieldValue name='cylinderHeightvalue='0.70630'/>
4301                 <fieldValue name='cylinderTranslationvalue='0.08277 -0.10949 0.18149'/>
4302                 <fieldValue name='coneTranslationvalue='0.08285 -0.03228 0.35854'/>
4303                 <fieldValue name='rotationvalue='64.74138 0 -0.02919 1.15955'/>
4304                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4305                 <fieldValue name='ballRadiusvalue='0.02'/>
4306                 <fieldValue name='traceEnabledvalue='false'/>
4307                 <fieldValue name='displayMode'/>
4308                 <fieldValue name='transparencyvalue='0'/>
4309            </ProtoInstance>
4310            <ProtoInstance name='Arc'>
4311                 <fieldValue name='cylinderHeightvalue='1.09483'/>
4312                 <fieldValue name='cylinderTranslationvalue='0.30885 -0.54754 -0.54265'/>
4313                 <fieldValue name='coneTranslationvalue='0.46896 -0.75764 -0.82605'/>
4314                 <fieldValue name='rotationvalue='-80.08762 0 -45.24533 2.14399'/>
4315                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4316                 <fieldValue name='ballRadiusvalue='0.02'/>
4317                 <fieldValue name='traceEnabledvalue='false'/>
4318                 <fieldValue name='displayMode'/>
4319                 <fieldValue name='transparencyvalue='0'/>
4320            </ProtoInstance>
4321            <ProtoInstance name='Arc'>
4322                 <fieldValue name='cylinderHeightvalue='0.61283'/>
4323                 <fieldValue name='cylinderTranslationvalue='0.05147 0.03779 -0.24079'/>
4324                 <fieldValue name='coneTranslationvalue='0.03659 0.17562 -0.28789'/>
4325                 <fieldValue name='rotationvalue='-19.71419 0 6.23067 0.34413'/>
4326                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4327                 <fieldValue name='ballRadiusvalue='0.02'/>
4328                 <fieldValue name='traceEnabledvalue='false'/>
4329                 <fieldValue name='displayMode'/>
4330                 <fieldValue name='transparencyvalue='0'/>
4331            </ProtoInstance>
4332            <ProtoInstance name='Arc'>
4333                 <fieldValue name='cylinderHeightvalue='1.24223'/>
4334                 <fieldValue name='cylinderTranslationvalue='0.57417 -0.54409 -0.38318'/>
4335                 <fieldValue name='coneTranslationvalue='0.93909 -0.76193 -0.56208'/>
4336                 <fieldValue name='rotationvalue='-48.19347 0 -98.30923 2.06283'/>
4337                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4338                 <fieldValue name='ballRadiusvalue='0.02'/>
4339                 <fieldValue name='traceEnabledvalue='false'/>
4340                 <fieldValue name='displayMode'/>
4341                 <fieldValue name='transparencyvalue='0'/>
4342            </ProtoInstance>
4343            <ProtoInstance name='Arc'>
4344                 <fieldValue name='cylinderHeightvalue='0.67146'/>
4345                 <fieldValue name='cylinderTranslationvalue='1.12819 0.86834 0.65216'/>
4346                 <fieldValue name='coneTranslationvalue='1.14388 0.92804 0.81669'/>
4347                 <fieldValue name='rotationvalue='62.86598 0 -5.99437 1.22411'/>
4348                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4349                 <fieldValue name='ballRadiusvalue='0.02'/>
4350                 <fieldValue name='traceEnabledvalue='false'/>
4351                 <fieldValue name='displayMode'/>
4352                 <fieldValue name='transparencyvalue='0'/>
4353            </ProtoInstance>
4354            <ProtoInstance name='Arc'>
4355                 <fieldValue name='cylinderHeightvalue='0.60308'/>
4356                 <fieldValue name='cylinderTranslationvalue='1.31065 0.84148 0.14240'/>
4357                 <fieldValue name='coneTranslationvalue='1.41036 0.88242 0.05066'/>
4358                 <fieldValue name='rotationvalue='-39.08716 0 -42.48531 1.27736'/>
4359                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4360                 <fieldValue name='ballRadiusvalue='0.02'/>
4361                 <fieldValue name='traceEnabledvalue='false'/>
4362                 <fieldValue name='displayMode'/>
4363                 <fieldValue name='transparencyvalue='0'/>
4364            </ProtoInstance>
4365            <ProtoInstance name='Arc'>
4366                 <fieldValue name='cylinderHeightvalue='0.82565'/>
4367                 <fieldValue name='cylinderTranslationvalue='1.35990 0.93868 0.07718'/>
4368                 <fieldValue name='coneTranslationvalue='1.52015 1.05163 -0.08245'/>
4369                 <fieldValue name='rotationvalue='-52.13078 0 -52.33505 1.10769'/>
4370                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4371                 <fieldValue name='ballRadiusvalue='0.02'/>
4372                 <fieldValue name='traceEnabledvalue='false'/>
4373                 <fieldValue name='displayMode'/>
4374                 <fieldValue name='transparencyvalue='0'/>
4375            </ProtoInstance>
4376            <ProtoInstance name='Arc'>
4377                 <fieldValue name='cylinderHeightvalue='0.80384'/>
4378                 <fieldValue name='cylinderTranslationvalue='1.28064 1.07798 0.18464'/>
4379                 <fieldValue name='coneTranslationvalue='1.39044 1.27283 0.09243'/>
4380                 <fieldValue name='rotationvalue='-30.63899 0 -36.48423 0.63440'/>
4381                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4382                 <fieldValue name='ballRadiusvalue='0.02'/>
4383                 <fieldValue name='traceEnabledvalue='false'/>
4384                 <fieldValue name='displayMode'/>
4385                 <fieldValue name='transparencyvalue='0'/>
4386            </ProtoInstance>
4387            <ProtoInstance name='Arc'>
4388                 <fieldValue name='cylinderHeightvalue='0.39328'/>
4389                 <fieldValue name='cylinderTranslationvalue='1.09578 0.59898 0.21721'/>
4390                 <fieldValue name='coneTranslationvalue='1.09533 0.57005 0.19473'/>
4391                 <fieldValue name='rotationvalue='-24.12555 0 0.48717 2.48103'/>
4392                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4393                 <fieldValue name='ballRadiusvalue='0.02'/>
4394                 <fieldValue name='traceEnabledvalue='false'/>
4395                 <fieldValue name='displayMode'/>
4396                 <fieldValue name='transparencyvalue='0'/>
4397            </ProtoInstance>
4398            <ProtoInstance name='Arc'>
4399                 <fieldValue name='cylinderHeightvalue='0.86828'/>
4400                 <fieldValue name='cylinderTranslationvalue='0.99447 1.05417 0.63409'/>
4401                 <fieldValue name='coneTranslationvalue='0.92896 1.24354 0.82117'/>
4402                 <fieldValue name='rotationvalue='59.25185 -0.00000 20.74971 0.80820'/>
4403                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4404                 <fieldValue name='ballRadiusvalue='0.02'/>
4405                 <fieldValue name='traceEnabledvalue='false'/>
4406                 <fieldValue name='displayMode'/>
4407                 <fieldValue name='transparencyvalue='0'/>
4408            </ProtoInstance>
4409            <ProtoInstance name='Arc'>
4410                 <fieldValue name='cylinderHeightvalue='0.80384'/>
4411                 <fieldValue name='cylinderTranslationvalue='1.28064 1.07798 0.18464'/>
4412                 <fieldValue name='coneTranslationvalue='1.39044 1.27283 0.09243'/>
4413                 <fieldValue name='rotationvalue='-30.63899 0 -36.48423 0.63440'/>
4414                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4415                 <fieldValue name='ballRadiusvalue='0.02'/>
4416                 <fieldValue name='traceEnabledvalue='false'/>
4417                 <fieldValue name='displayMode'/>
4418                 <fieldValue name='transparencyvalue='0'/>
4419            </ProtoInstance>
4420            <ProtoInstance name='Arc'>
4421                 <fieldValue name='cylinderHeightvalue='0.55900'/>
4422                 <fieldValue name='cylinderTranslationvalue='1.24249 0.98992 0.29575'/>
4423                 <fieldValue name='coneTranslationvalue='1.30417 1.09068 0.27775'/>
4424                 <fieldValue name='rotationvalue='-8.41696 0 -28.85322 0.56768'/>
4425                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4426                 <fieldValue name='ballRadiusvalue='0.02'/>
4427                 <fieldValue name='traceEnabledvalue='false'/>
4428                 <fieldValue name='displayMode'/>
4429                 <fieldValue name='transparencyvalue='0'/>
4430            </ProtoInstance>
4431            <ProtoInstance name='Arc'>
4432                 <fieldValue name='cylinderHeightvalue='0.60475'/>
4433                 <fieldValue name='cylinderTranslationvalue='1.24265 1.00761 0.41774'/>
4434                 <fieldValue name='coneTranslationvalue='1.31066 1.12689 0.45536'/>
4435                 <fieldValue name='rotationvalue='15.98138 0 -28.88637 0.57745'/>
4436                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4437                 <fieldValue name='ballRadiusvalue='0.02'/>
4438                 <fieldValue name='traceEnabledvalue='false'/>
4439                 <fieldValue name='displayMode'/>
4440                 <fieldValue name='transparencyvalue='0'/>
4441            </ProtoInstance>
4442            <ProtoInstance name='Arc'>
4443                 <fieldValue name='cylinderHeightvalue='1.06000'/>
4444                 <fieldValue name='cylinderTranslationvalue='1.03657 0.22868 0.36724'/>
4445                 <fieldValue name='coneTranslationvalue='0.99352 -0.13823 0.38778'/>
4446                 <fieldValue name='rotationvalue='5.88231 -0.00000 12.33097 3.01234'/>
4447                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4448                 <fieldValue name='ballRadiusvalue='0.02'/>
4449                 <fieldValue name='traceEnabledvalue='false'/>
4450                 <fieldValue name='displayMode'/>
4451                 <fieldValue name='transparencyvalue='0'/>
4452            </ProtoInstance>
4453            <ProtoInstance name='Arc'>
4454                 <fieldValue name='cylinderHeightvalue='0.67559'/>
4455                 <fieldValue name='cylinderTranslationvalue='1.32243 0.50328 0.36685'/>
4456                 <fieldValue name='coneTranslationvalue='1.44044 0.37117 0.38212'/>
4457                 <fieldValue name='rotationvalue='5.80328 0 -44.84166 2.40836'/>
4458                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4459                 <fieldValue name='ballRadiusvalue='0.02'/>
4460                 <fieldValue name='traceEnabledvalue='false'/>
4461                 <fieldValue name='displayMode'/>
4462                 <fieldValue name='transparencyvalue='0'/>
4463            </ProtoInstance>
4464            <ProtoInstance name='Arc'>
4465                 <fieldValue name='cylinderHeightvalue='0.17012'/>
4466                 <fieldValue name='cylinderTranslationvalue='1.03235 0.71638 0.29961'/>
4467                 <fieldValue name='coneTranslationvalue='1.09038 0.74975 0.33328'/>
4468                 <fieldValue name='rotationvalue='-7.64513 0 13.17426 2.03241'/>
4469                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4470                 <fieldValue name='ballRadiusvalue='0.02'/>
4471                 <fieldValue name='traceEnabledvalue='false'/>
4472                 <fieldValue name='displayMode'/>
4473                 <fieldValue name='transparencyvalue='0'/>
4474            </ProtoInstance>
4475            <ProtoInstance name='Arc'>
4476                 <fieldValue name='cylinderHeightvalue='0.58932'/>
4477                 <fieldValue name='cylinderTranslationvalue='1.29204 0.83677 0.54387'/>
4478                 <fieldValue name='coneTranslationvalue='1.38061 0.87448 0.63803'/>
4479                 <fieldValue name='rotationvalue='41.20803 0 -38.76299 1.28699'/>
4480                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4481                 <fieldValue name='ballRadiusvalue='0.02'/>
4482                 <fieldValue name='traceEnabledvalue='false'/>
4483                 <fieldValue name='displayMode'/>
4484                 <fieldValue name='transparencyvalue='0'/>
4485            </ProtoInstance>
4486            <ProtoInstance name='Arc'>
4487                 <fieldValue name='cylinderHeightvalue='0.83712'/>
4488                 <fieldValue name='cylinderTranslationvalue='0.84909 1.05268 0.18269'/>
4489                 <fieldValue name='coneTranslationvalue='0.69519 1.23703 0.08685'/>
4490                 <fieldValue name='rotationvalue='-31.02870 0 49.82642 0.77706'/>
4491                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4492                 <fieldValue name='ballRadiusvalue='0.02'/>
4493                 <fieldValue name='traceEnabledvalue='false'/>
4494                 <fieldValue name='displayMode'/>
4495                 <fieldValue name='transparencyvalue='0'/>
4496            </ProtoInstance>
4497            <ProtoInstance name='Arc'>
4498                 <fieldValue name='cylinderHeightvalue='0.53679'/>
4499                 <fieldValue name='cylinderTranslationvalue='1.26391 0.96539 0.34062'/>
4500                 <fieldValue name='coneTranslationvalue='1.33083 1.05065 0.34175'/>
4501                 <fieldValue name='rotationvalue='0.55770 0 -33.13846 0.66548'/>
4502                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4503                 <fieldValue name='ballRadiusvalue='0.02'/>
4504                 <fieldValue name='traceEnabledvalue='false'/>
4505                 <fieldValue name='displayMode'/>
4506                 <fieldValue name='transparencyvalue='0'/>
4507            </ProtoInstance>
4508            <ProtoInstance name='Arc'>
4509                 <fieldValue name='cylinderHeightvalue='0.86813'/>
4510                 <fieldValue name='cylinderTranslationvalue='0.72079 0.64146 0.52012'/>
4511                 <fieldValue name='coneTranslationvalue='0.48248 0.57024 0.63522'/>
4512                 <fieldValue name='rotationvalue='36.45842 -0.00000 75.48692 1.83368'/>
4513                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4514                 <fieldValue name='ballRadiusvalue='0.02'/>
4515                 <fieldValue name='traceEnabledvalue='false'/>
4516                 <fieldValue name='displayMode'/>
4517                 <fieldValue name='transparencyvalue='0'/>
4518            </ProtoInstance>
4519            <ProtoInstance name='Arc'>
4520                 <fieldValue name='cylinderHeightvalue='0.99890'/>
4521                 <fieldValue name='cylinderTranslationvalue='1.37128 1.15514 0.21875'/>
4522                 <fieldValue name='coneTranslationvalue='1.55686 1.42760 0.13781'/>
4523                 <fieldValue name='rotationvalue='-23.81711 0 -54.61126 0.63907'/>
4524                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4525                 <fieldValue name='ballRadiusvalue='0.02'/>
4526                 <fieldValue name='traceEnabledvalue='false'/>
4527                 <fieldValue name='displayMode'/>
4528                 <fieldValue name='transparencyvalue='0'/>
4529            </ProtoInstance>
4530            <ProtoInstance name='Arc'>
4531                 <fieldValue name='cylinderHeightvalue='0.33986'/>
4532                 <fieldValue name='cylinderTranslationvalue='1.03250 0.59867 0.31913'/>
4533                 <fieldValue name='coneTranslationvalue='1.02866 0.58958 0.31803'/>
4534                 <fieldValue name='rotationvalue='-3.74140 0 13.14430 2.72777'/>
4535                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4536                 <fieldValue name='ballRadiusvalue='0.02'/>
4537                 <fieldValue name='traceEnabledvalue='false'/>
4538                 <fieldValue name='displayMode'/>
4539                 <fieldValue name='transparencyvalue='0'/>
4540            </ProtoInstance>
4541            <ProtoInstance name='Arc'>
4542                 <fieldValue name='cylinderHeightvalue='0.65247'/>
4543                 <fieldValue name='cylinderTranslationvalue='1.28762 1.00108 0.23967'/>
4544                 <fieldValue name='coneTranslationvalue='1.38413 1.12685 0.18965'/>
4545                 <fieldValue name='rotationvalue='-19.63202 0 -37.88054 0.71274'/>
4546                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4547                 <fieldValue name='ballRadiusvalue='0.02'/>
4548                 <fieldValue name='traceEnabledvalue='false'/>
4549                 <fieldValue name='displayMode'/>
4550                 <fieldValue name='transparencyvalue='0'/>
4551            </ProtoInstance>
4552            <ProtoInstance name='Arc'>
4553                 <fieldValue name='cylinderHeightvalue='0.87068'/>
4554                 <fieldValue name='cylinderTranslationvalue='0.67589 0.65034 0.31895'/>
4555                 <fieldValue name='coneTranslationvalue='0.40878 0.58461 0.30701'/>
4556                 <fieldValue name='rotationvalue='-3.77564 0 84.46594 1.81185'/>
4557                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4558                 <fieldValue name='ballRadiusvalue='0.02'/>
4559                 <fieldValue name='traceEnabledvalue='false'/>
4560                 <fieldValue name='displayMode'/>
4561                 <fieldValue name='transparencyvalue='0'/>
4562            </ProtoInstance>
4563            <ProtoInstance name='Arc'>
4564                 <fieldValue name='cylinderHeightvalue='0.62012'/>
4565                 <fieldValue name='cylinderTranslationvalue='0.80254 0.84709 0.34740'/>
4566                 <fieldValue name='coneTranslationvalue='0.65944 0.89202 0.35203'/>
4567                 <fieldValue name='rotationvalue='1.91377 -0.00000 59.13608 1.26674'/>
4568                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4569                 <fieldValue name='ballRadiusvalue='0.02'/>
4570                 <fieldValue name='traceEnabledvalue='false'/>
4571                 <fieldValue name='displayMode'/>
4572                 <fieldValue name='transparencyvalue='0'/>
4573            </ProtoInstance>
4574            <ProtoInstance name='Arc'>
4575                 <fieldValue name='cylinderHeightvalue='1.03397'/>
4576                 <fieldValue name='cylinderTranslationvalue='1.37194 1.17997 0.23236'/>
4577                 <fieldValue name='coneTranslationvalue='1.56095 1.47392 0.15953'/>
4578                 <fieldValue name='rotationvalue='-21.09423 0 -54.74407 0.60335'/>
4579                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4580                 <fieldValue name='ballRadiusvalue='0.02'/>
4581                 <fieldValue name='traceEnabledvalue='false'/>
4582                 <fieldValue name='displayMode'/>
4583                 <fieldValue name='transparencyvalue='0'/>
4584            </ProtoInstance>
4585            <ProtoInstance name='Arc'>
4586                 <fieldValue name='cylinderHeightvalue='0.45686'/>
4587                 <fieldValue name='cylinderTranslationvalue='1.31588 0.81445 0.30343'/>
4588                 <fieldValue name='coneTranslationvalue='1.38108 0.83248 0.29312'/>
4589                 <fieldValue name='rotationvalue='-6.88124 0 -43.53136 1.30417'/>
4590                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4591                 <fieldValue name='ballRadiusvalue='0.02'/>
4592                 <fieldValue name='traceEnabledvalue='false'/>
4593                 <fieldValue name='displayMode'/>
4594                 <fieldValue name='transparencyvalue='0'/>
4595            </ProtoInstance>
4596            <ProtoInstance name='Arc'>
4597                 <fieldValue name='cylinderHeightvalue='0.73246'/>
4598                 <fieldValue name='cylinderTranslationvalue='1.46898 0.57295 -0.12115'/>
4599                 <fieldValue name='coneTranslationvalue='1.49944 0.77328 -0.08279'/>
4600                 <fieldValue name='rotationvalue='13.62164 0 -10.81867 0.23978'/>
4601                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4602                 <fieldValue name='ballRadiusvalue='0.02'/>
4603                 <fieldValue name='traceEnabledvalue='false'/>
4604                 <fieldValue name='displayMode'/>
4605                 <fieldValue name='transparencyvalue='0'/>
4606            </ProtoInstance>
4607            <ProtoInstance name='Arc'>
4608                 <fieldValue name='cylinderHeightvalue='0.55594'/>
4609                 <fieldValue name='cylinderTranslationvalue='1.65230 0.18548 -0.33030'/>
4610                 <fieldValue name='coneTranslationvalue='1.75306 0.17201 -0.39016'/>
4611                 <fieldValue name='rotationvalue='-28.20960 0 -47.48296 1.68516'/>
4612                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4613                 <fieldValue name='ballRadiusvalue='0.02'/>
4614                 <fieldValue name='traceEnabledvalue='false'/>
4615                 <fieldValue name='displayMode'/>
4616                 <fieldValue name='transparencyvalue='0'/>
4617            </ProtoInstance>
4618            <ProtoInstance name='Arc'>
4619                 <fieldValue name='cylinderHeightvalue='0.61629'/>
4620                 <fieldValue name='cylinderTranslationvalue='1.60915 0.26631 -0.42336'/>
4621                 <fieldValue name='coneTranslationvalue='1.70255 0.28992 -0.53590'/>
4622                 <fieldValue name='rotationvalue='-46.82032 0 -38.85308 1.41075'/>
4623                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4624                 <fieldValue name='ballRadiusvalue='0.02'/>
4625                 <fieldValue name='traceEnabledvalue='false'/>
4626                 <fieldValue name='displayMode'/>
4627                 <fieldValue name='transparencyvalue='0'/>
4628            </ProtoInstance>
4629            <ProtoInstance name='Arc'>
4630                 <fieldValue name='cylinderHeightvalue='0.48620'/>
4631                 <fieldValue name='cylinderTranslationvalue='1.25412 0.33045 -0.04634'/>
4632                 <fieldValue name='coneTranslationvalue='1.19916 0.36917 0.00252'/>
4633                 <fieldValue name='rotationvalue='28.58325 -0.00000 32.15380 1.08617'/>
4634                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4635                 <fieldValue name='ballRadiusvalue='0.02'/>
4636                 <fieldValue name='traceEnabledvalue='false'/>
4637                 <fieldValue name='displayMode'/>
4638                 <fieldValue name='transparencyvalue='0'/>
4639            </ProtoInstance>
4640            <ProtoInstance name='Arc'>
4641                 <fieldValue name='cylinderHeightvalue='0.55471'/>
4642                 <fieldValue name='cylinderTranslationvalue='1.45867 0.20678 -0.46293'/>
4643                 <fieldValue name='coneTranslationvalue='1.47720 0.20238 -0.57874'/>
4644                 <fieldValue name='rotationvalue='-54.73593 0 -8.75748 1.60835'/>
4645                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4646                 <fieldValue name='ballRadiusvalue='0.02'/>
4647                 <fieldValue name='traceEnabledvalue='false'/>
4648                 <fieldValue name='displayMode'/>
4649                 <fieldValue name='transparencyvalue='0'/>
4650            </ProtoInstance>
4651            <ProtoInstance name='Arc'>
4652                 <fieldValue name='cylinderHeightvalue='0.98809'/>
4653                 <fieldValue name='cylinderTranslationvalue='1.75064 0.31600 -0.53795'/>
4654                 <fieldValue name='coneTranslationvalue='1.97766 0.38280 -0.77372'/>
4655                 <fieldValue name='rotationvalue='-69.73947 0 -67.15037 1.36945'/>
4656                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4657                 <fieldValue name='ballRadiusvalue='0.02'/>
4658                 <fieldValue name='traceEnabledvalue='false'/>
4659                 <fieldValue name='displayMode'/>
4660                 <fieldValue name='transparencyvalue='0'/>
4661            </ProtoInstance>
4662            <ProtoInstance name='Arc'>
4663                 <fieldValue name='cylinderHeightvalue='0.85046'/>
4664                 <fieldValue name='cylinderTranslationvalue='1.59967 -0.15768 -0.11089'/>
4665                 <fieldValue name='coneTranslationvalue='1.71493 -0.39151 -0.06201'/>
4666                 <fieldValue name='rotationvalue='15.67326 0 -36.95677 2.65002'/>
4667                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4668                 <fieldValue name='ballRadiusvalue='0.02'/>
4669                 <fieldValue name='traceEnabledvalue='false'/>
4670                 <fieldValue name='displayMode'/>
4671                 <fieldValue name='transparencyvalue='0'/>
4672            </ProtoInstance>
4673            <ProtoInstance name='Arc'>
4674                 <fieldValue name='cylinderHeightvalue='0.89508'/>
4675                 <fieldValue name='cylinderTranslationvalue='1.19490 -0.03985 0.10370'/>
4676                 <fieldValue name='coneTranslationvalue='1.05356 -0.20500 0.29192'/>
4677                 <fieldValue name='rotationvalue='58.59110 -0.00000 43.99760 2.18261'/>
4678                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4679                 <fieldValue name='ballRadiusvalue='0.02'/>
4680                 <fieldValue name='traceEnabledvalue='false'/>
4681                 <fieldValue name='displayMode'/>
4682                 <fieldValue name='transparencyvalue='0'/>
4683            </ProtoInstance>
4684            <ProtoInstance name='Arc'>
4685                 <fieldValue name='cylinderHeightvalue='0.41485'/>
4686                 <fieldValue name='cylinderTranslationvalue='1.53851 0.06506 -0.25706'/>
4687                 <fieldValue name='coneTranslationvalue='1.56677 0.03027 -0.27256'/>
4688                 <fieldValue name='rotationvalue='-13.56068 0 -24.72357 2.39421'/>
4689                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4690                 <fieldValue name='ballRadiusvalue='0.02'/>
4691                 <fieldValue name='traceEnabledvalue='false'/>
4692                 <fieldValue name='displayMode'/>
4693                 <fieldValue name='transparencyvalue='0'/>
4694            </ProtoInstance>
4695            <ProtoInstance name='Arc'>
4696                 <fieldValue name='cylinderHeightvalue='0.58676'/>
4697                 <fieldValue name='cylinderTranslationvalue='1.61397 0.20654 -0.40449'/>
4698                 <fieldValue name='coneTranslationvalue='1.70447 0.20170 -0.50234'/>
4699                 <fieldValue name='rotationvalue='-43.04723 0 -39.81566 1.60711'/>
4700                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4701                 <fieldValue name='ballRadiusvalue='0.02'/>
4702                 <fieldValue name='traceEnabledvalue='false'/>
4703                 <fieldValue name='displayMode'/>
4704                 <fieldValue name='transparencyvalue='0'/>
4705            </ProtoInstance>
4706            <ProtoInstance name='Arc'>
4707                 <fieldValue name='cylinderHeightvalue='1.33337'/>
4708                 <fieldValue name='cylinderTranslationvalue='0.78467 0.02540 -0.08672'/>
4709                 <fieldValue name='coneTranslationvalue='0.30571 -0.12037 -0.00880'/>
4710                 <fieldValue name='rotationvalue='20.50611 -0.00000 126.04294 1.86261'/>
4711                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4712                 <fieldValue name='ballRadiusvalue='0.02'/>
4713                 <fieldValue name='traceEnabledvalue='false'/>
4714                 <fieldValue name='displayMode'/>
4715                 <fieldValue name='transparencyvalue='0'/>
4716            </ProtoInstance>
4717            <ProtoInstance name='Arc'>
4718                 <fieldValue name='cylinderHeightvalue='0.60080'/>
4719                 <fieldValue name='cylinderTranslationvalue='1.48076 0.23474 0.10331'/>
4720                 <fieldValue name='coneTranslationvalue='1.51155 0.24294 0.24004'/>
4721                 <fieldValue name='rotationvalue='58.51207 0 -13.17502 1.51235'/>
4722                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4723                 <fieldValue name='ballRadiusvalue='0.02'/>
4724                 <fieldValue name='traceEnabledvalue='false'/>
4725                 <fieldValue name='displayMode'/>
4726                 <fieldValue name='transparencyvalue='0'/>
4727            </ProtoInstance>
4728            <ProtoInstance name='Arc'>
4729                 <fieldValue name='cylinderHeightvalue='0.81186'/>
4730                 <fieldValue name='cylinderTranslationvalue='1.77217 0.14262 -0.36692'/>
4731                 <fieldValue name='coneTranslationvalue='1.98863 0.09744 -0.47456'/>
4732                 <fieldValue name='rotationvalue='-35.53369 0 -71.45647 1.75556'/>
4733                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4734                 <fieldValue name='ballRadiusvalue='0.02'/>
4735                 <fieldValue name='traceEnabledvalue='false'/>
4736                 <fieldValue name='displayMode'/>
4737                 <fieldValue name='transparencyvalue='0'/>
4738            </ProtoInstance>
4739            <ProtoInstance name='Arc'>
4740                 <fieldValue name='cylinderHeightvalue='0.75198'/>
4741                 <fieldValue name='cylinderTranslationvalue='1.07092 0.12023 -0.30608'/>
4742                 <fieldValue name='coneTranslationvalue='0.87332 0.06453 -0.37319'/>
4743                 <fieldValue name='rotationvalue='-23.36529 0 68.79436 1.83163'/>
4744                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4745                 <fieldValue name='ballRadiusvalue='0.02'/>
4746                 <fieldValue name='traceEnabledvalue='false'/>
4747                 <fieldValue name='displayMode'/>
4748                 <fieldValue name='transparencyvalue='0'/>
4749            </ProtoInstance>
4750            <ProtoInstance name='Arc'>
4751                 <fieldValue name='cylinderHeightvalue='0.78545'/>
4752                 <fieldValue name='cylinderTranslationvalue='1.19068 0.44784 0.03606'/>
4753                 <fieldValue name='coneTranslationvalue='1.05782 0.58452 0.16958'/>
4754                 <fieldValue name='rotationvalue='45.06366 -0.00000 44.84090 0.94308'/>
4755                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4756                 <fieldValue name='ballRadiusvalue='0.02'/>
4757                 <fieldValue name='traceEnabledvalue='false'/>
4758                 <fieldValue name='displayMode'/>
4759                 <fieldValue name='transparencyvalue='0'/>
4760            </ProtoInstance>
4761            <ProtoInstance name='Arc'>
4762                 <fieldValue name='cylinderHeightvalue='0.63211'/>
4763                 <fieldValue name='cylinderTranslationvalue='1.62935 0.25912 -0.41759'/>
4764                 <fieldValue name='coneTranslationvalue='1.73525 0.27981 -0.53033'/>
4765                 <fieldValue name='rotationvalue='-45.66706 0 -42.89352 1.43777'/>
4766                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4767                 <fieldValue name='ballRadiusvalue='0.02'/>
4768                 <fieldValue name='traceEnabledvalue='false'/>
4769                 <fieldValue name='displayMode'/>
4770                 <fieldValue name='transparencyvalue='0'/>
4771            </ProtoInstance>
4772            <ProtoInstance name='Arc'>
4773                 <fieldValue name='cylinderHeightvalue='0.86633'/>
4774                 <fieldValue name='cylinderTranslationvalue='1.14616 0.03303 -0.47474'/>
4775                 <fieldValue name='coneTranslationvalue='0.97670 -0.08311 -0.65477'/>
4776                 <fieldValue name='rotationvalue='-57.09605 0 53.74505 2.00995'/>
4777                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4778                 <fieldValue name='ballRadiusvalue='0.02'/>
4779                 <fieldValue name='traceEnabledvalue='false'/>
4780                 <fieldValue name='displayMode'/>
4781                 <fieldValue name='transparencyvalue='0'/>
4782            </ProtoInstance>
4783            <ProtoInstance name='Arc'>
4784                 <fieldValue name='cylinderHeightvalue='0.61629'/>
4785                 <fieldValue name='cylinderTranslationvalue='1.60915 0.26631 -0.42336'/>
4786                 <fieldValue name='coneTranslationvalue='1.70255 0.28992 -0.53590'/>
4787                 <fieldValue name='rotationvalue='-46.82032 0 -38.85308 1.41075'/>
4788                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4789                 <fieldValue name='ballRadiusvalue='0.02'/>
4790                 <fieldValue name='traceEnabledvalue='false'/>
4791                 <fieldValue name='displayMode'/>
4792                 <fieldValue name='transparencyvalue='0'/>
4793            </ProtoInstance>
4794            <ProtoInstance name='Arc'>
4795                 <fieldValue name='cylinderHeightvalue='0.60409'/>
4796                 <fieldValue name='cylinderTranslationvalue='1.59828 0.24237 -0.42793'/>
4797                 <fieldValue name='coneTranslationvalue='1.68452 0.25422 -0.54018'/>
4798                 <fieldValue name='rotationvalue='-47.73516 0 -36.67818 1.48734'/>
4799                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4800                 <fieldValue name='ballRadiusvalue='0.02'/>
4801                 <fieldValue name='traceEnabledvalue='false'/>
4802                 <fieldValue name='displayMode'/>
4803                 <fieldValue name='transparencyvalue='0'/>
4804            </ProtoInstance>
4805            <ProtoInstance name='Arc'>
4806                 <fieldValue name='cylinderHeightvalue='0.37908'/>
4807                 <fieldValue name='cylinderTranslationvalue='1.49076 0.07905 -0.08398'/>
4808                 <fieldValue name='coneTranslationvalue='1.50259 0.05752 -0.06757'/>
4809                 <fieldValue name='rotationvalue='21.05527 0 -15.17551 2.38744'/>
4810                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4811                 <fieldValue name='ballRadiusvalue='0.02'/>
4812                 <fieldValue name='traceEnabledvalue='false'/>
4813                 <fieldValue name='displayMode'/>
4814                 <fieldValue name='transparencyvalue='0'/>
4815            </ProtoInstance>
4816            <ProtoInstance name='Arc'>
4817                 <fieldValue name='cylinderHeightvalue='0.43870'/>
4818                 <fieldValue name='cylinderTranslationvalue='1.52160 0.39398 -0.26324'/>
4819                 <fieldValue name='coneTranslationvalue='1.55047 0.44181 -0.28326'/>
4820                 <fieldValue name='rotationvalue='-14.79795 0 -21.34164 0.63351'/>
4821                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4822                 <fieldValue name='ballRadiusvalue='0.02'/>
4823                 <fieldValue name='traceEnabledvalue='false'/>
4824                 <fieldValue name='displayMode'/>
4825                 <fieldValue name='transparencyvalue='0'/>
4826            </ProtoInstance>
4827            <ProtoInstance name='Arc'>
4828                 <fieldValue name='cylinderHeightvalue='0.95661'/>
4829                 <fieldValue name='cylinderTranslationvalue='1.73928 0.30380 -0.52991'/>
4830                 <fieldValue name='coneTranslationvalue='1.95515 0.36144 -0.75661'/>
4831                 <fieldValue name='rotationvalue='-68.13141 0 -64.87799 1.38873'/>
4832                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4833                 <fieldValue name='ballRadiusvalue='0.02'/>
4834                 <fieldValue name='traceEnabledvalue='false'/>
4835                 <fieldValue name='displayMode'/>
4836                 <fieldValue name='transparencyvalue='0'/>
4837            </ProtoInstance>
4838            <ProtoInstance name='Arc'>
4839                 <fieldValue name='cylinderHeightvalue='0.70115'/>
4840                 <fieldValue name='cylinderTranslationvalue='1.19083 0.33014 0.05558'/>
4841                 <fieldValue name='coneTranslationvalue='1.06904 0.39154 0.18868'/>
4842                 <fieldValue name='rotationvalue='48.96739 -0.00000 44.81094 1.24278'/>
4843                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4844                 <fieldValue name='ballRadiusvalue='0.02'/>
4845                 <fieldValue name='traceEnabledvalue='false'/>
4846                 <fieldValue name='displayMode'/>
4847                 <fieldValue name='transparencyvalue='0'/>
4848            </ProtoInstance>
4849            <ProtoInstance name='Arc'>
4850                 <fieldValue name='cylinderHeightvalue='0.85023'/>
4851                 <fieldValue name='cylinderTranslationvalue='1.38643 0.18363 -0.61209'/>
4852                 <fieldValue name='coneTranslationvalue='1.36868 0.16269 -0.87578'/>
4853                 <fieldValue name='rotationvalue='-84.56613 0 5.69125 1.64984'/>
4854                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4855                 <fieldValue name='ballRadiusvalue='0.02'/>
4856                 <fieldValue name='traceEnabledvalue='false'/>
4857                 <fieldValue name='displayMode'/>
4858                 <fieldValue name='transparencyvalue='0'/>
4859            </ProtoInstance>
4860            <ProtoInstance name='Arc'>
4861                 <fieldValue name='cylinderHeightvalue='0.57035'/>
4862                 <fieldValue name='cylinderTranslationvalue='1.61351 0.18957 0.01350'/>
4863                 <fieldValue name='coneTranslationvalue='1.70069 0.17744 0.10250'/>
4864                 <fieldValue name='rotationvalue='40.55156 0 -39.72454 1.66784'/>
4865                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4866                 <fieldValue name='ballRadiusvalue='0.02'/>
4867                 <fieldValue name='traceEnabledvalue='false'/>
4868                 <fieldValue name='displayMode'/>
4869                 <fieldValue name='transparencyvalue='0'/>
4870            </ProtoInstance>
4871            <ProtoInstance name='Arc'>
4872                 <fieldValue name='cylinderHeightvalue='0.66213'/>
4873                 <fieldValue name='cylinderTranslationvalue='1.75472 0.06328 -0.18292'/>
4874                 <fieldValue name='coneTranslationvalue='1.82447 0.11003 -0.33195'/>
4875                 <fieldValue name='rotationvalue='-57.68690 0 -26.99943 1.29399'/>
4876                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4877                 <fieldValue name='ballRadiusvalue='0.02'/>
4878                 <fieldValue name='traceEnabledvalue='false'/>
4879                 <fieldValue name='displayMode'/>
4880                 <fieldValue name='transparencyvalue='0'/>
4881            </ProtoInstance>
4882            <ProtoInstance name='Arc'>
4883                 <fieldValue name='cylinderHeightvalue='0.70632'/>
4884                 <fieldValue name='cylinderTranslationvalue='1.35654 0.20826 0.10105'/>
4885                 <fieldValue name='coneTranslationvalue='1.21259 0.33704 0.09860'/>
4886                 <fieldValue name='rotationvalue='-0.89405 0 52.63733 0.84104'/>
4887                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4888                 <fieldValue name='ballRadiusvalue='0.02'/>
4889                 <fieldValue name='traceEnabledvalue='false'/>
4890                 <fieldValue name='displayMode'/>
4891                 <fieldValue name='transparencyvalue='0'/>
4892            </ProtoInstance>
4893            <ProtoInstance name='Arc'>
4894                 <fieldValue name='cylinderHeightvalue='0.60545'/>
4895                 <fieldValue name='cylinderTranslationvalue='1.87897 -0.15745 0.01910'/>
4896                 <fieldValue name='coneTranslationvalue='2.00119 -0.21886 -0.02164'/>
4897                 <fieldValue name='rotationvalue='-17.28270 0 -51.84885 2.01560'/>
4898                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4899                 <fieldValue name='ballRadiusvalue='0.02'/>
4900                 <fieldValue name='traceEnabledvalue='false'/>
4901                 <fieldValue name='displayMode'/>
4902                 <fieldValue name='transparencyvalue='0'/>
4903            </ProtoInstance>
4904            <ProtoInstance name='Arc'>
4905                 <fieldValue name='cylinderHeightvalue='0.40958'/>
4906                 <fieldValue name='cylinderTranslationvalue='1.58318 0.11255 0.25069'/>
4907                 <fieldValue name='coneTranslationvalue='1.57519 0.14311 0.28244'/>
4908                 <fieldValue name='rotationvalue='29.03478 -0.00000 7.30851 0.81980'/>
4909                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4910                 <fieldValue name='ballRadiusvalue='0.02'/>
4911                 <fieldValue name='traceEnabledvalue='false'/>
4912                 <fieldValue name='displayMode'/>
4913                 <fieldValue name='transparencyvalue='0'/>
4914            </ProtoInstance>
4915            <ProtoInstance name='Arc'>
4916                 <fieldValue name='cylinderHeightvalue='0.77269'/>
4917                 <fieldValue name='cylinderTranslationvalue='1.99473 0.04261 0.16681'/>
4918                 <fieldValue name='coneTranslationvalue='2.21444 0.08351 0.20272'/>
4919                 <fieldValue name='rotationvalue='12.25826 0 -75.00193 1.38912'/>
4920                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4921                 <fieldValue name='ballRadiusvalue='0.02'/>
4922                 <fieldValue name='traceEnabledvalue='false'/>
4923                 <fieldValue name='displayMode'/>
4924                 <fieldValue name='transparencyvalue='0'/>
4925            </ProtoInstance>
4926            <ProtoInstance name='Arc'>
4927                 <fieldValue name='cylinderHeightvalue='0.73494'/>
4928                 <fieldValue name='cylinderTranslationvalue='1.81544 0.22800 -0.07226'/>
4929                 <fieldValue name='coneTranslationvalue='1.92594 0.37207 -0.17264'/>
4930                 <fieldValue name='rotationvalue='-35.55642 0 -39.14357 0.80314'/>
4931                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4932                 <fieldValue name='ballRadiusvalue='0.02'/>
4933                 <fieldValue name='traceEnabledvalue='false'/>
4934                 <fieldValue name='displayMode'/>
4935                 <fieldValue name='transparencyvalue='0'/>
4936            </ProtoInstance>
4937            <ProtoInstance name='Arc'>
4938                 <fieldValue name='cylinderHeightvalue='0.59416'/>
4939                 <fieldValue name='cylinderTranslationvalue='1.81829 -0.07696 0.32081'/>
4940                 <fieldValue name='coneTranslationvalue='1.90991 -0.09992 0.42015'/>
4941                 <fieldValue name='rotationvalue='43.05817 0 -39.71341 1.73911'/>
4942                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4943                 <fieldValue name='ballRadiusvalue='0.02'/>
4944                 <fieldValue name='traceEnabledvalue='false'/>
4945                 <fieldValue name='displayMode'/>
4946                 <fieldValue name='transparencyvalue='0'/>
4947            </ProtoInstance>
4948            <ProtoInstance name='Arc'>
4949                 <fieldValue name='cylinderHeightvalue='0.42614'/>
4950                 <fieldValue name='cylinderTranslationvalue='1.67173 -0.22040 0.03227'/>
4951                 <fieldValue name='coneTranslationvalue='1.68468 -0.26852 0.01402'/>
4952                 <fieldValue name='rotationvalue='-14.65039 0 -10.40103 2.70635'/>
4953                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4954                 <fieldValue name='ballRadiusvalue='0.02'/>
4955                 <fieldValue name='traceEnabledvalue='false'/>
4956                 <fieldValue name='displayMode'/>
4957                 <fieldValue name='transparencyvalue='0'/>
4958            </ProtoInstance>
4959            <ProtoInstance name='Arc'>
4960                 <fieldValue name='cylinderHeightvalue='0.94652'/>
4961                 <fieldValue name='cylinderTranslationvalue='2.05837 -0.14342 -0.02887'/>
4962                 <fieldValue name='coneTranslationvalue='2.34871 -0.22034 -0.11783'/>
4963                 <fieldValue name='rotationvalue='-26.87828 0 -87.72852 1.81891'/>
4964                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4965                 <fieldValue name='ballRadiusvalue='0.02'/>
4966                 <fieldValue name='traceEnabledvalue='false'/>
4967                 <fieldValue name='displayMode'/>
4968                 <fieldValue name='transparencyvalue='0'/>
4969            </ProtoInstance>
4970            <ProtoInstance name='Arc'>
4971                 <fieldValue name='cylinderHeightvalue='0.77269'/>
4972                 <fieldValue name='cylinderTranslationvalue='1.99473 0.04261 0.16681'/>
4973                 <fieldValue name='coneTranslationvalue='2.21444 0.08351 0.20272'/>
4974                 <fieldValue name='rotationvalue='12.25826 0 -75.00193 1.38912'/>
4975                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4976                 <fieldValue name='ballRadiusvalue='0.02'/>
4977                 <fieldValue name='traceEnabledvalue='false'/>
4978                 <fieldValue name='displayMode'/>
4979                 <fieldValue name='transparencyvalue='0'/>
4980            </ProtoInstance>
4981            <ProtoInstance name='Arc'>
4982                 <fieldValue name='cylinderHeightvalue='0.46898'/>
4983                 <fieldValue name='cylinderTranslationvalue='1.47077 -0.20125 0.05549'/>
4984                 <fieldValue name='coneTranslationvalue='1.42345 -0.25654 0.03960'/>
4985                 <fieldValue name='rotationvalue='-10.00560 0 29.79091 2.40725'/>
4986                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4987                 <fieldValue name='ballRadiusvalue='0.02'/>
4988                 <fieldValue name='traceEnabledvalue='false'/>
4989                 <fieldValue name='displayMode'/>
4990                 <fieldValue name='transparencyvalue='0'/>
4991            </ProtoInstance>
4992            <ProtoInstance name='Arc'>
4993                 <fieldValue name='cylinderHeightvalue='0.94306'/>
4994                 <fieldValue name='cylinderTranslationvalue='2.04982 -0.16616 -0.02882'/>
4995                 <fieldValue name='coneTranslationvalue='2.33397 -0.25798 -0.11757'/>
4996                 <fieldValue name='rotationvalue='-26.86738 0 -86.01888 1.86996'/>
4997                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4998                 <fieldValue name='ballRadiusvalue='0.02'/>
4999                 <fieldValue name='traceEnabledvalue='false'/>
5000                 <fieldValue name='displayMode'/>
5001                 <fieldValue name='transparencyvalue='0'/>
5002            </ProtoInstance>
5003            <ProtoInstance name='Arc'>
5004                 <fieldValue name='cylinderHeightvalue='1.01600'/>
5005                 <fieldValue name='cylinderTranslationvalue='1.16232 0.19313 0.08813'/>
5006                 <fieldValue name='coneTranslationvalue='0.84897 0.34406 0.07622'/>
5007                 <fieldValue name='rotationvalue='-3.47797 0 91.48140 1.12220'/>
5008                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5009                 <fieldValue name='ballRadiusvalue='0.02'/>
5010                 <fieldValue name='traceEnabledvalue='false'/>
5011                 <fieldValue name='displayMode'/>
5012                 <fieldValue name='transparencyvalue='0'/>
5013            </ProtoInstance>
5014            <ProtoInstance name='Arc'>
5015                 <fieldValue name='cylinderHeightvalue='0.93513'/>
5016                 <fieldValue name='cylinderTranslationvalue='1.16620 -0.14081 0.11022'/>
5017                 <fieldValue name='coneTranslationvalue='0.86787 -0.21554 0.11332'/>
5018                 <fieldValue name='rotationvalue='0.94082 -0.00000 90.70533 1.81624'/>
5019                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5020                 <fieldValue name='ballRadiusvalue='0.02'/>
5021                 <fieldValue name='traceEnabledvalue='false'/>
5022                 <fieldValue name='displayMode'/>
5023                 <fieldValue name='transparencyvalue='0'/>
5024            </ProtoInstance>
5025            <ProtoInstance name='Arc'>
5026                 <fieldValue name='cylinderHeightvalue='0.59191'/>
5027                 <fieldValue name='cylinderTranslationvalue='1.87439 -0.06957 -0.03919'/>
5028                 <fieldValue name='coneTranslationvalue='1.99137 -0.08904 -0.10567'/>
5029                 <fieldValue name='rotationvalue='-28.94161 0 -50.93293 1.71448'/>
5030                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5031                 <fieldValue name='ballRadiusvalue='0.02'/>
5032                 <fieldValue name='traceEnabledvalue='false'/>
5033                 <fieldValue name='displayMode'/>
5034                 <fieldValue name='transparencyvalue='0'/>
5035            </ProtoInstance>
5036            <ProtoInstance name='Arc'>
5037                 <fieldValue name='cylinderHeightvalue='0.64267'/>
5038                 <fieldValue name='cylinderTranslationvalue='1.77813 0.24543 0.04352'/>
5039                 <fieldValue name='coneTranslationvalue='1.85766 0.38231 0.01240'/>
5040                 <fieldValue name='rotationvalue='-12.39857 0 -31.68080 0.55785'/>
5041                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5042                 <fieldValue name='ballRadiusvalue='0.02'/>
5043                 <fieldValue name='traceEnabledvalue='false'/>
5044                 <fieldValue name='displayMode'/>
5045                 <fieldValue name='transparencyvalue='0'/>
5046            </ProtoInstance>
5047            <ProtoInstance name='Arc'>
5048                 <fieldValue name='cylinderHeightvalue='0.82794'/>
5049                 <fieldValue name='cylinderTranslationvalue='1.29325 0.20795 0.20297'/>
5050                 <fieldValue name='coneTranslationvalue='1.09296 0.35220 0.26275'/>
5051                 <fieldValue name='rotationvalue='19.49010 -0.00000 65.29447 0.96671'/>
5052                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5053                 <fieldValue name='ballRadiusvalue='0.02'/>
5054                 <fieldValue name='traceEnabledvalue='false'/>
5055                 <fieldValue name='displayMode'/>
5056                 <fieldValue name='transparencyvalue='0'/>
5057            </ProtoInstance>
5058            <ProtoInstance name='Arc'>
5059                 <fieldValue name='cylinderHeightvalue='0.62295'/>
5060                 <fieldValue name='cylinderTranslationvalue='1.90473 -0.12080 0.02170'/>
5061                 <fieldValue name='coneTranslationvalue='2.04334 -0.16632 -0.01906'/>
5062                 <fieldValue name='rotationvalue='-16.76316 0 -57.00205 1.87603'/>
5063                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5064                 <fieldValue name='ballRadiusvalue='0.02'/>
5065                 <fieldValue name='traceEnabledvalue='false'/>
5066                 <fieldValue name='displayMode'/>
5067                 <fieldValue name='transparencyvalue='0'/>
5068            </ProtoInstance>
5069            <ProtoInstance name='Arc'>
5070                 <fieldValue name='cylinderHeightvalue='0.60030'/>
5071                 <fieldValue name='cylinderTranslationvalue='1.89329 -0.12394 0.02876'/>
5072                 <fieldValue name='coneTranslationvalue='2.02103 -0.16911 -0.00708'/>
5073                 <fieldValue name='rotationvalue='-15.35105 0 -54.71403 1.89897'/>
5074                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5075                 <fieldValue name='ballRadiusvalue='0.02'/>
5076                 <fieldValue name='traceEnabledvalue='false'/>
5077                 <fieldValue name='displayMode'/>
5078                 <fieldValue name='transparencyvalue='0'/>
5079            </ProtoInstance>
5080            <ProtoInstance name='Arc'>
5081                 <fieldValue name='cylinderHeightvalue='0.97640'/>
5082                 <fieldValue name='cylinderTranslationvalue='1.33867 0.29728 -0.12700'/>
5083                 <fieldValue name='coneTranslationvalue='1.14972 0.51542 -0.28331'/>
5084                 <fieldValue name='rotationvalue='-46.50280 0 56.21109 0.84379'/>
5085                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5086                 <fieldValue name='ballRadiusvalue='0.02'/>
5087                 <fieldValue name='traceEnabledvalue='false'/>
5088                 <fieldValue name='displayMode'/>
5089                 <fieldValue name='transparencyvalue='0'/>
5090            </ProtoInstance>
5091            <ProtoInstance name='Arc'>
5092                 <fieldValue name='cylinderHeightvalue='0.77269'/>
5093                 <fieldValue name='cylinderTranslationvalue='1.99473 0.04261 0.16681'/>
5094                 <fieldValue name='coneTranslationvalue='2.21444 0.08351 0.20272'/>
5095                 <fieldValue name='rotationvalue='12.25826 0 -75.00193 1.38912'/>
5096                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5097                 <fieldValue name='ballRadiusvalue='0.02'/>
5098                 <fieldValue name='traceEnabledvalue='false'/>
5099                 <fieldValue name='displayMode'/>
5100                 <fieldValue name='transparencyvalue='0'/>
5101            </ProtoInstance>
5102            <ProtoInstance name='Arc'>
5103                 <fieldValue name='cylinderHeightvalue='0.60117'/>
5104                 <fieldValue name='cylinderTranslationvalue='1.89382 -0.12325 0.02811'/>
5105                 <fieldValue name='coneTranslationvalue='2.02202 -0.16818 -0.00809'/>
5106                 <fieldValue name='rotationvalue='-15.48154 0 -54.82005 1.89608'/>
5107                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5108                 <fieldValue name='ballRadiusvalue='0.02'/>
5109                 <fieldValue name='traceEnabledvalue='false'/>
5110                 <fieldValue name='displayMode'/>
5111                 <fieldValue name='transparencyvalue='0'/>
5112            </ProtoInstance>
5113            <ProtoInstance name='Arc'>
5114                 <fieldValue name='cylinderHeightvalue='0.44272'/>
5115                 <fieldValue name='cylinderTranslationvalue='0.00930 1.20351 0.29253'/>
5116                 <fieldValue name='coneTranslationvalue='-0.04676 1.18524 0.30951'/>
5117                 <fieldValue name='rotationvalue='12.24778 -0.00000 40.44987 1.87317'/>
5118                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5119                 <fieldValue name='ballRadiusvalue='0.02'/>
5120                 <fieldValue name='traceEnabledvalue='false'/>
5121                 <fieldValue name='displayMode'/>
5122                 <fieldValue name='transparencyvalue='0'/>
5123            </ProtoInstance>
5124            <ProtoInstance name='Arc'>
5125                 <fieldValue name='cylinderHeightvalue='0.71430'/>
5126                 <fieldValue name='cylinderTranslationvalue='0.45943 1.02446 0.30939'/>
5127                 <fieldValue name='coneTranslationvalue='0.59627 0.88923 0.35250'/>
5128                 <fieldValue name='rotationvalue='15.61947 0 -49.57666 2.32665'/>
5129                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5130                 <fieldValue name='ballRadiusvalue='0.02'/>
5131                 <fieldValue name='traceEnabledvalue='false'/>
5132                 <fieldValue name='displayMode'/>
5133                 <fieldValue name='transparencyvalue='0'/>
5134            </ProtoInstance>
5135            <ProtoInstance name='Arc'>
5136                 <fieldValue name='cylinderHeightvalue='0.59144'/>
5137                 <fieldValue name='cylinderTranslationvalue='1.27262 1.12168 0.73207'/>
5138                 <fieldValue name='coneTranslationvalue='1.32516 1.18560 0.62448'/>
5139                 <fieldValue name='rotationvalue='-46.88461 0 -22.89200 1.08043'/>
5140                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5141                 <fieldValue name='ballRadiusvalue='0.02'/>
5142                 <fieldValue name='traceEnabledvalue='false'/>
5143                 <fieldValue name='displayMode'/>
5144                 <fieldValue name='transparencyvalue='0'/>
5145            </ProtoInstance>
5146            <ProtoInstance name='Arc'>
5147                 <fieldValue name='cylinderHeightvalue='0.79139'/>
5148                 <fieldValue name='cylinderTranslationvalue='1.06232 0.83045 0.61394'/>
5149                 <fieldValue name='coneTranslationvalue='1.00523 0.73993 0.40394'/>
5150                 <fieldValue name='rotationvalue='-70.51112 0 19.16864 1.96496'/>
5151                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5152                 <fieldValue name='ballRadiusvalue='0.02'/>
5153                 <fieldValue name='traceEnabledvalue='false'/>
5154                 <fieldValue name='displayMode'/>
5155                 <fieldValue name='transparencyvalue='0'/>
5156            </ProtoInstance>
5157            <ProtoInstance name='Arc'>
5158                 <fieldValue name='cylinderHeightvalue='0.90866'/>
5159                 <fieldValue name='cylinderTranslationvalue='1.17371 1.06408 1.41315'/>
5160                 <fieldValue name='coneTranslationvalue='1.18378 1.11698 1.70252'/>
5161                 <fieldValue name='rotationvalue='89.33231 0 -3.10877 1.39006'/>
5162                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5163                 <fieldValue name='ballRadiusvalue='0.02'/>
5164                 <fieldValue name='traceEnabledvalue='false'/>
5165                 <fieldValue name='displayMode'/>
5166                 <fieldValue name='transparencyvalue='0'/>
5167            </ProtoInstance>
5168            <ProtoInstance name='Arc'>
5169                 <fieldValue name='cylinderHeightvalue='0.46900'/>
5170                 <fieldValue name='cylinderTranslationvalue='1.57569 0.74973 -0.19514'/>
5171                 <fieldValue name='coneTranslationvalue='1.59240 0.69288 -0.24028'/>
5172                 <fieldValue name='rotationvalue='-28.41959 0 -10.52296 2.43903'/>
5173                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5174                 <fieldValue name='ballRadiusvalue='0.02'/>
5175                 <fieldValue name='traceEnabledvalue='false'/>
5176                 <fieldValue name='displayMode'/>
5177                 <fieldValue name='transparencyvalue='0'/>
5178            </ProtoInstance>
5179            <ProtoInstance name='Arc'>
5180                 <fieldValue name='cylinderHeightvalue='0.37664'/>
5181                 <fieldValue name='cylinderTranslationvalue='1.50005 1.08830 0.04424'/>
5182                 <fieldValue name='coneTranslationvalue='1.49659 1.11230 0.05887'/>
5183                 <fieldValue name='rotationvalue='19.45513 -0.00000 4.60477 0.55956'/>
5184                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5185                 <fieldValue name='ballRadiusvalue='0.02'/>
5186                 <fieldValue name='traceEnabledvalue='false'/>
5187                 <fieldValue name='displayMode'/>
5188                 <fieldValue name='transparencyvalue='0'/>
5189            </ProtoInstance>
5190            <ProtoInstance name='Arc'>
5191                 <fieldValue name='cylinderHeightvalue='0.33207'/>
5192                 <fieldValue name='cylinderTranslationvalue='0.19452 -0.47648 0.64053'/>
5193                 <fieldValue name='coneTranslationvalue='0.19397 -0.48103 0.64445'/>
5194                 <fieldValue name='rotationvalue='21.57456 -0.00000 3.00511 2.42614'/>
5195                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5196                 <fieldValue name='ballRadiusvalue='0.02'/>
5197                 <fieldValue name='traceEnabledvalue='false'/>
5198                 <fieldValue name='displayMode'/>
5199                 <fieldValue name='transparencyvalue='0'/>
5200            </ProtoInstance>
5201            <ProtoInstance name='Arc'>
5202                 <fieldValue name='cylinderHeightvalue='0.98529'/>
5203                 <fieldValue name='cylinderTranslationvalue='0.31511 -0.79578 0.71668'/>
5204                 <fieldValue name='coneTranslationvalue='0.38639 -1.09600 0.84094'/>
5205                 <fieldValue name='rotationvalue='36.80579 0 -21.11240 2.69638'/>
5206                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5207                 <fieldValue name='ballRadiusvalue='0.02'/>
5208                 <fieldValue name='traceEnabledvalue='false'/>
5209                 <fieldValue name='displayMode'/>
5210                 <fieldValue name='transparencyvalue='0'/>
5211            </ProtoInstance>
5212            <ProtoInstance name='Arc'>
5213                 <fieldValue name='cylinderHeightvalue='1.04675'/>
5214                 <fieldValue name='cylinderTranslationvalue='0.25068 -0.76728 0.84741'/>
5215                 <fieldValue name='coneTranslationvalue='0.27923 -1.05619 1.06594'/>
5216                 <fieldValue name='rotationvalue='62.95042 0 -8.22613 2.48994'/>
5217                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5218                 <fieldValue name='ballRadiusvalue='0.02'/>
5219                 <fieldValue name='traceEnabledvalue='false'/>
5220                 <fieldValue name='displayMode'/>
5221                 <fieldValue name='transparencyvalue='0'/>
5222            </ProtoInstance>
5223            <ProtoInstance name='Arc'>
5224                 <fieldValue name='cylinderHeightvalue='0.87493'/>
5225                 <fieldValue name='cylinderTranslationvalue='0.03391 0.00698 0.35302'/>
5226                 <fieldValue name='coneTranslationvalue='-0.07749 0.23413 0.23909'/>
5227                 <fieldValue name='rotationvalue='-35.92631 0 35.12680 0.61172'/>
5228                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5229                 <fieldValue name='ballRadiusvalue='0.02'/>
5230                 <fieldValue name='traceEnabledvalue='false'/>
5231                 <fieldValue name='displayMode'/>
5232                 <fieldValue name='transparencyvalue='0'/>
5233            </ProtoInstance>
5234            <ProtoInstance name='Arc'>
5235                 <fieldValue name='cylinderHeightvalue='0.81421'/>
5236                 <fieldValue name='cylinderTranslationvalue='0.04321 0.01327 0.46009'/>
5237                 <fieldValue name='coneTranslationvalue='-0.05775 0.23446 0.41604'/>
5238                 <fieldValue name='rotationvalue='-14.51367 0 33.26696 0.46203'/>
5239                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5240                 <fieldValue name='ballRadiusvalue='0.02'/>
5241                 <fieldValue name='traceEnabledvalue='false'/>
5242                 <fieldValue name='displayMode'/>
5243                 <fieldValue name='transparencyvalue='0'/>
5244            </ProtoInstance>
5245            <ProtoInstance name='Arc'>
5246                 <fieldValue name='cylinderHeightvalue='0.23297'/>
5247                 <fieldValue name='cylinderTranslationvalue='1.86677 0.22740 -0.55864'/>
5248                 <fieldValue name='coneTranslationvalue='1.87534 0.19989 -0.52603'/>
5249                 <fieldValue name='rotationvalue='-17.45746 0 4.58943 0.88642'/>
5250                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5251                 <fieldValue name='ballRadiusvalue='0.02'/>
5252                 <fieldValue name='traceEnabledvalue='false'/>
5253                 <fieldValue name='displayMode'/>
5254                 <fieldValue name='transparencyvalue='0'/>
5255            </ProtoInstance>
5256            <ProtoInstance name='Arc'>
5257                 <fieldValue name='cylinderHeightvalue='0.25050'/>
5258                 <fieldValue name='cylinderTranslationvalue='1.83569 0.21066 -0.56898'/>
5259                 <fieldValue name='coneTranslationvalue='1.85068 0.19487 -0.54189'/>
5260                 <fieldValue name='rotationvalue='-19.52556 0 10.80478 1.09923'/>
5261                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5262                 <fieldValue name='ballRadiusvalue='0.02'/>
5263                 <fieldValue name='traceEnabledvalue='false'/>
5264                 <fieldValue name='displayMode'/>
5265                 <fieldValue name='transparencyvalue='0'/>
5266            </ProtoInstance>
5267            <ProtoInstance name='Arc'>
5268                 <fieldValue name='cylinderHeightvalue='0.45881'/>
5269                 <fieldValue name='cylinderTranslationvalue='2.00938 0.02091 -0.32762'/>
5270                 <fieldValue name='coneTranslationvalue='2.04559 -0.01929 -0.28414'/>
5271                 <fieldValue name='rotationvalue='28.74529 0 -23.93350 2.18843'/>
5272                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5273                 <fieldValue name='ballRadiusvalue='0.02'/>
5274                 <fieldValue name='traceEnabledvalue='false'/>
5275                 <fieldValue name='displayMode'/>
5276                 <fieldValue name='transparencyvalue='0'/>
5277            </ProtoInstance>
5278            <ProtoInstance name='Arc'>
5279                 <fieldValue name='cylinderHeightvalue='0.01195'/>
5280                 <fieldValue name='cylinderTranslationvalue='-0.04174 1.26189 -0.10985'/>
5281                 <fieldValue name='coneTranslationvalue='-0.06024 1.37235 -0.21560'/>
5282                 <fieldValue name='rotationvalue='0.82042 0 -0.14356 2.37043'/>
5283                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5284                 <fieldValue name='ballRadiusvalue='0.02'/>
5285                 <fieldValue name='traceEnabledvalue='false'/>
5286                 <fieldValue name='displayMode'/>
5287                 <fieldValue name='transparencyvalue='0'/>
5288            </ProtoInstance>
5289            <ProtoInstance name='Arc'>
5290                 <fieldValue name='cylinderHeightvalue='0.89944'/>
5291                 <fieldValue name='cylinderTranslationvalue='1.13818 1.21931 0.56125'/>
5292                 <fieldValue name='coneTranslationvalue='1.35373 1.39014 0.65232'/>
5293                 <fieldValue name='rotationvalue='28.27336 0 -66.91717 0.94018'/>
5294                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5295                 <fieldValue name='ballRadiusvalue='0.02'/>
5296                 <fieldValue name='traceEnabledvalue='false'/>
5297                 <fieldValue name='displayMode'/>
5298                 <fieldValue name='transparencyvalue='0'/>
5299            </ProtoInstance>
5300            <ProtoInstance name='Arc'>
5301                 <fieldValue name='cylinderHeightvalue='0.68942'/>
5302                 <fieldValue name='cylinderTranslationvalue='0.54361 1.12717 0.27397'/>
5303                 <fieldValue name='coneTranslationvalue='0.40430 1.21990 0.19579'/>
5304                 <fieldValue name='rotationvalue='-29.18154 0 51.99708 1.04490'/>
5305                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5306                 <fieldValue name='ballRadiusvalue='0.02'/>
5307                 <fieldValue name='traceEnabledvalue='false'/>
5308                 <fieldValue name='displayMode'/>
5309                 <fieldValue name='transparencyvalue='0'/>
5310            </ProtoInstance>
5311            <ProtoInstance name='Arc'>
5312                 <fieldValue name='cylinderHeightvalue='0.35726'/>
5313                 <fieldValue name='cylinderTranslationvalue='0.88504 0.81631 0.34063'/>
5314                 <fieldValue name='coneTranslationvalue='0.89353 0.80194 0.33237'/>
5315                 <fieldValue name='rotationvalue='-15.85011 0 -16.28832 2.45208'/>
5316                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5317                 <fieldValue name='ballRadiusvalue='0.02'/>
5318                 <fieldValue name='traceEnabledvalue='false'/>
5319                 <fieldValue name='displayMode'/>
5320                 <fieldValue name='transparencyvalue='0'/>
5321            </ProtoInstance>
5322            <ProtoInstance name='Arc'>
5323                 <fieldValue name='cylinderHeightvalue='0.59816'/>
5324                 <fieldValue name='cylinderTranslationvalue='-0.04563 0.36555 0.90351'/>
5325                 <fieldValue name='coneTranslationvalue='0.02893 0.31647 1.01016'/>
5326                 <fieldValue name='rotationvalue='45.87126 0 -32.06604 1.93143'/>
5327                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5328                 <fieldValue name='ballRadiusvalue='0.02'/>
5329                 <fieldValue name='traceEnabledvalue='false'/>
5330                 <fieldValue name='displayMode'/>
5331                 <fieldValue name='transparencyvalue='0'/>
5332            </ProtoInstance>
5333            <ProtoInstance name='Arc'>
5334                 <fieldValue name='cylinderHeightvalue='0.30553'/>
5335                 <fieldValue name='cylinderTranslationvalue='-0.31613 0.57022 0.71120'/>
5336                 <fieldValue name='coneTranslationvalue='-0.31091 0.56552 0.70945'/>
5337                 <fieldValue name='rotationvalue='7.40984 -0.00000 22.03365 0.86462'/>
5338                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5339                 <fieldValue name='ballRadiusvalue='0.02'/>
5340                 <fieldValue name='traceEnabledvalue='false'/>
5341                 <fieldValue name='displayMode'/>
5342                 <fieldValue name='transparencyvalue='0'/>
5343            </ProtoInstance>
5344            <ProtoInstance name='Arc'>
5345                 <fieldValue name='cylinderHeightvalue='0.41484'/>
5346                 <fieldValue name='cylinderTranslationvalue='-0.20446 0.26979 0.62414'/>
5347                 <fieldValue name='coneTranslationvalue='-0.20412 0.22377 0.61271'/>
5348                 <fieldValue name='rotationvalue='-10.00236 0 -0.30007 2.89797'/>
5349                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5350                 <fieldValue name='ballRadiusvalue='0.02'/>
5351                 <fieldValue name='traceEnabledvalue='false'/>
5352                 <fieldValue name='displayMode'/>
5353                 <fieldValue name='transparencyvalue='0'/>
5354            </ProtoInstance>
5355            <ProtoInstance name='Arc'>
5356                 <fieldValue name='cylinderHeightvalue='0.89029'/>
5357                 <fieldValue name='cylinderTranslationvalue='-0.36156 0.88761 0.65289'/>
5358                 <fieldValue name='coneTranslationvalue='-0.46124 1.15442 0.63927'/>
5359                 <fieldValue name='rotationvalue='-4.25179 0 31.12030 0.36056'/>
5360                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5361                 <fieldValue name='ballRadiusvalue='0.02'/>
5362                 <fieldValue name='traceEnabledvalue='false'/>
5363                 <fieldValue name='displayMode'/>
5364                 <fieldValue name='transparencyvalue='0'/>
5365            </ProtoInstance>
5366            <ProtoInstance name='Arc'>
5367                 <fieldValue name='cylinderHeightvalue='0.37464'/>
5368                 <fieldValue name='cylinderTranslationvalue='-0.30545 0.37266 0.79867'/>
5369                 <fieldValue name='coneTranslationvalue='-0.31996 0.35831 0.81683'/>
5370                 <fieldValue name='rotationvalue='24.90307 -0.00000 19.89834 2.12400'/>
5371                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5372                 <fieldValue name='ballRadiusvalue='0.02'/>
5373                 <fieldValue name='traceEnabledvalue='false'/>
5374                 <fieldValue name='displayMode'/>
5375                 <fieldValue name='transparencyvalue='0'/>
5376            </ProtoInstance>
5377            <ProtoInstance name='Arc'>
5378                 <fieldValue name='cylinderHeightvalue='0.78639'/>
5379                 <fieldValue name='cylinderTranslationvalue='-0.47439 0.65442 0.89536'/>
5380                 <fieldValue name='coneTranslationvalue='-0.63359 0.76316 1.02655'/>
5381                 <fieldValue name='rotationvalue='44.24119 -0.00000 53.68632 1.08571'/>
5382                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5383                 <fieldValue name='ballRadiusvalue='0.02'/>
5384                 <fieldValue name='traceEnabledvalue='false'/>
5385                 <fieldValue name='displayMode'/>
5386                 <fieldValue name='transparencyvalue='0'/>
5387            </ProtoInstance>
5388            <ProtoInstance name='Arc'>
5389                 <fieldValue name='cylinderHeightvalue='0.56015'/>
5390                 <fieldValue name='cylinderTranslationvalue='-0.10005 0.97415 0.22401'/>
5391                 <fieldValue name='coneTranslationvalue='-0.12785 1.08138 0.17767'/>
5392                 <fieldValue name='rotationvalue='-21.61709 0 12.96885 0.46681'/>
5393                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5394                 <fieldValue name='ballRadiusvalue='0.02'/>
5395                 <fieldValue name='traceEnabledvalue='false'/>
5396                 <fieldValue name='displayMode'/>
5397                 <fieldValue name='transparencyvalue='0'/>
5398            </ProtoInstance>
5399            <ProtoInstance name='Arc'>
5400                 <fieldValue name='cylinderHeightvalue='0.83956'/>
5401                 <fieldValue name='cylinderTranslationvalue='-0.34487 0.90259 0.55219'/>
5402                 <fieldValue name='coneTranslationvalue='-0.53651 1.01308 0.68840'/>
5403                 <fieldValue name='rotationvalue='44.01911 -0.00000 61.93318 1.13146'/>
5404                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5405                 <fieldValue name='ballRadiusvalue='0.02'/>
5406                 <fieldValue name='traceEnabledvalue='false'/>
5407                 <fieldValue name='displayMode'/>
5408                 <fieldValue name='transparencyvalue='0'/>
5409            </ProtoInstance>
5410            <ProtoInstance name='Arc'>
5411                 <fieldValue name='cylinderHeightvalue='0.86049'/>
5412                 <fieldValue name='cylinderTranslationvalue='-0.18993 1.11979 0.26463'/>
5413                 <fieldValue name='coneTranslationvalue='-0.28711 1.36837 0.22226'/>
5414                 <fieldValue name='rotationvalue='-13.49253 0 30.94359 0.40313'/>
5415                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5416                 <fieldValue name='ballRadiusvalue='0.02'/>
5417                 <fieldValue name='traceEnabledvalue='false'/>
5418                 <fieldValue name='displayMode'/>
5419                 <fieldValue name='transparencyvalue='0'/>
5420            </ProtoInstance>
5421            <ProtoInstance name='Arc'>
5422                 <fieldValue name='cylinderHeightvalue='0.86049'/>
5423                 <fieldValue name='cylinderTranslationvalue='-0.18993 1.11979 0.26463'/>
5424                 <fieldValue name='coneTranslationvalue='-0.28711 1.36837 0.22226'/>
5425                 <fieldValue name='rotationvalue='-13.49253 0 30.94359 0.40313'/>
5426                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5427                 <fieldValue name='ballRadiusvalue='0.02'/>
5428                 <fieldValue name='traceEnabledvalue='false'/>
5429                 <fieldValue name='displayMode'/>
5430                 <fieldValue name='transparencyvalue='0'/>
5431            </ProtoInstance>
5432            <ProtoInstance name='Arc'>
5433                 <fieldValue name='cylinderHeightvalue='0.70919'/>
5434                 <fieldValue name='cylinderTranslationvalue='-0.27396 0.67323 0.58930'/>
5435                 <fieldValue name='coneTranslationvalue='-0.40498 0.64535 0.73045'/>
5436                 <fieldValue name='rotationvalue='51.44111 -0.00000 47.75029 1.71457'/>
5437                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5438                 <fieldValue name='ballRadiusvalue='0.02'/>
5439                 <fieldValue name='traceEnabledvalue='false'/>
5440                 <fieldValue name='displayMode'/>
5441                 <fieldValue name='transparencyvalue='0'/>
5442            </ProtoInstance>
5443            <ProtoInstance name='Arc'>
5444                 <fieldValue name='cylinderHeightvalue='0.36090'/>
5445                 <fieldValue name='cylinderTranslationvalue='-0.13794 0.87188 0.31982'/>
5446                 <fieldValue name='coneTranslationvalue='-0.14958 0.88863 0.31843'/>
5447                 <fieldValue name='rotationvalue='-2.45416 0 20.54645 0.61060'/>
5448                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5449                 <fieldValue name='ballRadiusvalue='0.02'/>
5450                 <fieldValue name='traceEnabledvalue='false'/>
5451                 <fieldValue name='displayMode'/>
5452                 <fieldValue name='transparencyvalue='0'/>
5453            </ProtoInstance>
5454            <ProtoInstance name='Arc'>
5455                 <fieldValue name='cylinderHeightvalue='0.86049'/>
5456                 <fieldValue name='cylinderTranslationvalue='-0.18993 1.11979 0.26463'/>
5457                 <fieldValue name='coneTranslationvalue='-0.28711 1.36837 0.22226'/>
5458                 <fieldValue name='rotationvalue='-13.49252 0 30.94359 0.40313'/>
5459                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5460                 <fieldValue name='ballRadiusvalue='0.02'/>
5461                 <fieldValue name='traceEnabledvalue='false'/>
5462                 <fieldValue name='displayMode'/>
5463                 <fieldValue name='transparencyvalue='0'/>
5464            </ProtoInstance>
5465            <ProtoInstance name='Arc'>
5466                 <fieldValue name='cylinderHeightvalue='0.56446'/>
5467                 <fieldValue name='cylinderTranslationvalue='0.15407 0.62635 0.51726'/>
5468                 <fieldValue name='coneTranslationvalue='0.23605 0.58404 0.59745'/>
5469                 <fieldValue name='rotationvalue='37.03222 0 -37.85602 1.92423'/>
5470                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5471                 <fieldValue name='ballRadiusvalue='0.02'/>
5472                 <fieldValue name='traceEnabledvalue='false'/>
5473                 <fieldValue name='displayMode'/>
5474                 <fieldValue name='transparencyvalue='0'/>
5475            </ProtoInstance>
5476            <ProtoInstance name='Arc'>
5477                 <fieldValue name='cylinderHeightvalue='0.38002'/>
5478                 <fieldValue name='cylinderTranslationvalue='0.10535 0.62264 0.40998'/>
5479                 <fieldValue name='coneTranslationvalue='0.12755 0.60663 0.42228'/>
5480                 <fieldValue name='rotationvalue='15.57687 0 -28.11217 2.13367'/>
5481                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5482                 <fieldValue name='ballRadiusvalue='0.02'/>
5483                 <fieldValue name='traceEnabledvalue='false'/>
5484                 <fieldValue name='displayMode'/>
5485                 <fieldValue name='transparencyvalue='0'/>
5486            </ProtoInstance>
5487            <ProtoInstance name='Arc'>
5488                 <fieldValue name='cylinderHeightvalue='0.91494'/>
5489                 <fieldValue name='cylinderTranslationvalue='1.12008 0.34324 0.53391'/>
5490                 <fieldValue name='coneTranslationvalue='1.39745 0.28410 0.44415'/>
5491                 <fieldValue name='rotationvalue='-27.60973 0 -85.31169 1.77093'/>
5492                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5493                 <fieldValue name='ballRadiusvalue='0.02'/>
5494                 <fieldValue name='traceEnabledvalue='false'/>
5495                 <fieldValue name='displayMode'/>
5496                 <fieldValue name='transparencyvalue='0'/>
5497            </ProtoInstance>
5498            <ProtoInstance name='Arc'>
5499                 <fieldValue name='cylinderHeightvalue='0.93230'/>
5500                 <fieldValue name='cylinderTranslationvalue='1.08969 0.67673 0.71094'/>
5501                 <fieldValue name='coneTranslationvalue='1.34987 0.83603 0.73654'/>
5502                 <fieldValue name='rotationvalue='7.79502 0 -79.23303 1.02357'/>
5503                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5504                 <fieldValue name='ballRadiusvalue='0.02'/>
5505                 <fieldValue name='traceEnabledvalue='false'/>
5506                 <fieldValue name='displayMode'/>
5507                 <fieldValue name='transparencyvalue='0'/>
5508            </ProtoInstance>
5509            <ProtoInstance name='Arc'>
5510                 <fieldValue name='cylinderHeightvalue='0.58691'/>
5511                 <fieldValue name='cylinderTranslationvalue='0.47354 0.49030 0.48602'/>
5512                 <fieldValue name='coneTranslationvalue='0.37350 0.51582 0.40146'/>
5513                 <fieldValue name='rotationvalue='-37.18865 0 43.99590 1.37839'/>
5514                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5515                 <fieldValue name='ballRadiusvalue='0.02'/>
5516                 <fieldValue name='traceEnabledvalue='false'/>
5517                 <fieldValue name='displayMode'/>
5518                 <fieldValue name='transparencyvalue='0'/>
5519            </ProtoInstance>
5520            <ProtoInstance name='Arc'>
5521                 <fieldValue name='cylinderHeightvalue='0.75010'/>
5522                 <fieldValue name='cylinderTranslationvalue='0.38822 0.23293 0.58858'/>
5523                 <fieldValue name='coneTranslationvalue='0.21316 0.11753 0.54077'/>
5524                 <fieldValue name='rotationvalue='-16.67640 0 61.06028 2.13720'/>
5525                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5526                 <fieldValue name='ballRadiusvalue='0.02'/>
5527                 <fieldValue name='traceEnabledvalue='false'/>
5528                 <fieldValue name='displayMode'/>
5529                 <fieldValue name='transparencyvalue='0'/>
5530            </ProtoInstance>
5531            <ProtoInstance name='Arc'>
5532                 <fieldValue name='cylinderHeightvalue='0.84017'/>
5533                 <fieldValue name='cylinderTranslationvalue='-0.52157 -0.01741 0.83408'/>
5534                 <fieldValue name='coneTranslationvalue='-0.32431 0.03577 0.67314'/>
5535                 <fieldValue name='rotationvalue='-51.99122 0 -63.72254 1.36486'/>
5536                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5537                 <fieldValue name='ballRadiusvalue='0.02'/>
5538                 <fieldValue name='traceEnabledvalue='false'/>
5539                 <fieldValue name='displayMode'/>
5540                 <fieldValue name='transparencyvalue='0'/>
5541            </ProtoInstance>
5542            <ProtoInstance name='Arc'>
5543                 <fieldValue name='cylinderHeightvalue='0.56360'/>
5544                 <fieldValue name='cylinderTranslationvalue='-0.24738 1.40390 0.27938'/>
5545                 <fieldValue name='coneTranslationvalue='-0.27090 1.51900 0.24723'/>
5546                 <fieldValue name='rotationvalue='-14.87737 0 10.88616 0.33322'/>
5547                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5548                 <fieldValue name='ballRadiusvalue='0.02'/>
5549                 <fieldValue name='traceEnabledvalue='false'/>
5550                 <fieldValue name='displayMode'/>
5551                 <fieldValue name='transparencyvalue='0'/>
5552            </ProtoInstance>
5553            <ProtoInstance name='Arc'>
5554                 <fieldValue name='cylinderHeightvalue='0.34183'/>
5555                 <fieldValue name='cylinderTranslationvalue='-0.34336 1.17337 0.42664'/>
5556                 <fieldValue name='coneTranslationvalue='-0.35296 1.17565 0.43129'/>
5557                 <fieldValue name='rotationvalue='14.57350 -0.00000 30.08176 1.35995'/>
5558                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5559                 <fieldValue name='ballRadiusvalue='0.02'/>
5560                 <fieldValue name='traceEnabledvalue='false'/>
5561                 <fieldValue name='displayMode'/>
5562                 <fieldValue name='transparencyvalue='0'/>
5563            </ProtoInstance>
5564            <ProtoInstance name='Arc'>
5565                 <fieldValue name='cylinderHeightvalue='0.90501'/>
5566                 <fieldValue name='cylinderTranslationvalue='1.35746 0.78341 -0.04345'/>
5567                 <fieldValue name='coneTranslationvalue='1.18674 0.56382 0.04707'/>
5568                 <fieldValue name='rotationvalue='28.00523 -0.00000 52.82222 2.41994'/>
5569                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5570                 <fieldValue name='ballRadiusvalue='0.02'/>
5571                 <fieldValue name='traceEnabledvalue='false'/>
5572                 <fieldValue name='displayMode'/>
5573                 <fieldValue name='transparencyvalue='0'/>
5574            </ProtoInstance>
5575            <ProtoInstance name='Arc'>
5576                 <fieldValue name='cylinderHeightvalue='0.33000'/>
5577                 <fieldValue name='cylinderTranslationvalue='-0.49557 -1.82321 -0.05323'/>
5578                 <fieldValue name='coneTranslationvalue='-0.49357 -1.81866 -0.05274'/>
5579                 <fieldValue name='rotationvalue='3.25797 0 -13.21280 0.42507'/>
5580                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5581                 <fieldValue name='ballRadiusvalue='0.02'/>
5582                 <fieldValue name='traceEnabledvalue='false'/>
5583                 <fieldValue name='displayMode'/>
5584                 <fieldValue name='transparencyvalue='0'/>
5585            </ProtoInstance>
5586            <ProtoInstance name='Arc'>
5587                 <fieldValue name='cylinderHeightvalue='0.94591'/>
5588                 <fieldValue name='cylinderTranslationvalue='0.14710 -0.17089 0.94063'/>
5589                 <fieldValue name='coneTranslationvalue='0.16853 -0.45602 0.81343'/>
5590                 <fieldValue name='rotationvalue='-38.44636 0 -6.47945 2.71674'/>
5591                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5592                 <fieldValue name='ballRadiusvalue='0.02'/>
5593                 <fieldValue name='traceEnabledvalue='false'/>
5594                 <fieldValue name='displayMode'/>
5595                 <fieldValue name='transparencyvalue='0'/>
5596            </ProtoInstance>
5597            <ProtoInstance name='Arc'>
5598                 <fieldValue name='cylinderHeightvalue='0.67065'/>
5599                 <fieldValue name='cylinderTranslationvalue='-0.04413 0.16425 0.85350'/>
5600                 <fieldValue name='coneTranslationvalue='-0.12717 0.11418 0.70743'/>
5601                 <fieldValue name='rotationvalue='-55.87362 0 31.76596 1.86041'/>
5602                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5603                 <fieldValue name='ballRadiusvalue='0.02'/>
5604                 <fieldValue name='traceEnabledvalue='false'/>
5605                 <fieldValue name='displayMode'/>
5606                 <fieldValue name='transparencyvalue='0'/>
5607            </ProtoInstance>
5608            <ProtoInstance name='Arc'>
5609                 <fieldValue name='cylinderHeightvalue='1.01906'/>
5610                 <fieldValue name='cylinderTranslationvalue='0.16937 0.31546 1.63641'/>
5611                 <fieldValue name='coneTranslationvalue='0.20687 0.35350 1.98183'/>
5612                 <fieldValue name='rotationvalue='100.70898 0 -10.93389 1.46176'/>
5613                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5614                 <fieldValue name='ballRadiusvalue='0.02'/>
5615                 <fieldValue name='traceEnabledvalue='false'/>
5616                 <fieldValue name='displayMode'/>
5617                 <fieldValue name='transparencyvalue='0'/>
5618            </ProtoInstance>
5619            <ProtoInstance name='Arc'>
5620                 <fieldValue name='cylinderHeightvalue='1.00169'/>
5621                 <fieldValue name='cylinderTranslationvalue='0.28352 0.36576 1.59239'/>
5622                 <fieldValue name='coneTranslationvalue='0.39841 0.43772 1.90511'/>
5623                 <fieldValue name='rotationvalue='91.90507 0 -33.76395 1.35807'/>
5624                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5625                 <fieldValue name='ballRadiusvalue='0.02'/>
5626                 <fieldValue name='traceEnabledvalue='false'/>
5627                 <fieldValue name='displayMode'/>
5628                 <fieldValue name='transparencyvalue='0'/>
5629            </ProtoInstance>
5630            <ProtoInstance name='Arc'>
5631                 <fieldValue name='cylinderHeightvalue='0.65444'/>
5632                 <fieldValue name='cylinderTranslationvalue='-0.07814 0.01765 1.02730'/>
5633                 <fieldValue name='coneTranslationvalue='-0.17668 -0.10621 0.97335'/>
5634                 <fieldValue name='rotationvalue='-21.11327 0 38.56759 2.40489'/>
5635                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5636                 <fieldValue name='ballRadiusvalue='0.02'/>
5637                 <fieldValue name='traceEnabledvalue='false'/>
5638                 <fieldValue name='displayMode'/>
5639                 <fieldValue name='transparencyvalue='0'/>
5640            </ProtoInstance>
5641            <ProtoInstance name='Arc'>
5642                 <fieldValue name='cylinderHeightvalue='0.67017'/>
5643                 <fieldValue name='cylinderTranslationvalue='1.39867 0.48389 0.58757'/>
5644                 <fieldValue name='coneTranslationvalue='1.47598 0.36287 0.48740'/>
5645                 <fieldValue name='rotationvalue='-38.34173 0 -29.59342 2.33388'/>
5646                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5647                 <fieldValue name='ballRadiusvalue='0.02'/>
5648                 <fieldValue name='traceEnabledvalue='false'/>
5649                 <fieldValue name='displayMode'/>
5650                 <fieldValue name='transparencyvalue='0'/>
5651            </ProtoInstance>
5652            <ProtoInstance name='Arc'>
5653                 <fieldValue name='cylinderHeightvalue='1.06407'/>
5654                 <fieldValue name='cylinderTranslationvalue='0.74831 0.61837 0.63357'/>
5655                 <fieldValue name='coneTranslationvalue='0.39700 0.55046 0.53168'/>
5656                 <fieldValue name='rotationvalue='-29.14195 0 100.47902 1.75436'/>
5657                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5658                 <fieldValue name='ballRadiusvalue='0.02'/>
5659                 <fieldValue name='traceEnabledvalue='false'/>
5660                 <fieldValue name='displayMode'/>
5661                 <fieldValue name='transparencyvalue='0'/>
5662            </ProtoInstance>
5663            <ProtoInstance name='Arc'>
5664                 <fieldValue name='cylinderHeightvalue='0.55371'/>
5665                 <fieldValue name='cylinderTranslationvalue='-0.06490 -0.03872 -0.06359'/>
5666                 <fieldValue name='coneTranslationvalue='-0.08927 -0.13702 -0.12188'/>
5667                 <fieldValue name='rotationvalue='-27.62342 0 11.54646 2.57031'/>
5668                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5669                 <fieldValue name='ballRadiusvalue='0.02'/>
5670                 <fieldValue name='traceEnabledvalue='false'/>
5671                 <fieldValue name='displayMode'/>
5672                 <fieldValue name='transparencyvalue='0'/>
5673            </ProtoInstance>
5674            <ProtoInstance name='Arc'>
5675                 <fieldValue name='cylinderHeightvalue='0.90309'/>
5676                 <fieldValue name='cylinderTranslationvalue='0.35989 0.10872 -0.17419'/>
5677                 <fieldValue name='coneTranslationvalue='0.59688 0.05355 -0.33478'/>
5678                 <fieldValue name='rotationvalue='-49.74382 0 -73.41126 1.76119'/>
5679                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5680                 <fieldValue name='ballRadiusvalue='0.02'/>
5681                 <fieldValue name='traceEnabledvalue='false'/>
5682                 <fieldValue name='displayMode'/>
5683                 <fieldValue name='transparencyvalue='0'/>
5684            </ProtoInstance>
5685            <ProtoInstance name='Arc'>
5686                 <fieldValue name='cylinderHeightvalue='0.76616'/>
5687                 <fieldValue name='cylinderTranslationvalue='-0.31068 0.21786 0.30705'/>
5688                 <fieldValue name='coneTranslationvalue='-0.48743 0.23166 0.44245'/>
5689                 <fieldValue name='rotationvalue='46.50416 -0.00000 60.70313 1.50892'/>
5690                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5691                 <fieldValue name='ballRadiusvalue='0.02'/>
5692                 <fieldValue name='traceEnabledvalue='false'/>
5693                 <fieldValue name='displayMode'/>
5694                 <fieldValue name='transparencyvalue='0'/>
5695            </ProtoInstance>
5696            <ProtoInstance name='Arc'>
5697                 <fieldValue name='cylinderHeightvalue='0.79868'/>
5698                 <fieldValue name='cylinderTranslationvalue='-0.06866 0.55444 -0.08640'/>
5699                 <fieldValue name='coneTranslationvalue='-0.10552 0.77037 -0.18285'/>
5700                 <fieldValue name='rotationvalue='-32.18568 0 12.29870 0.44605'/>
5701                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5702                 <fieldValue name='ballRadiusvalue='0.02'/>
5703                 <fieldValue name='traceEnabledvalue='false'/>
5704                 <fieldValue name='displayMode'/>
5705                 <fieldValue name='transparencyvalue='0'/>
5706            </ProtoInstance>
5707            <ProtoInstance name='Arc'>
5708                 <fieldValue name='cylinderHeightvalue='0.46904'/>
5709                 <fieldValue name='cylinderTranslationvalue='0.03787 0.11293 0.28986'/>
5710                 <fieldValue name='coneTranslationvalue='0.05219 0.08711 0.35829'/>
5711                 <fieldValue name='rotationvalue='43.06688 0 -9.00867 1.92458'/>
5712                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5713                 <fieldValue name='ballRadiusvalue='0.02'/>
5714                 <fieldValue name='traceEnabledvalue='false'/>
5715                 <fieldValue name='displayMode'/>
5716                 <fieldValue name='transparencyvalue='0'/>
5717            </ProtoInstance>
5718            <ProtoInstance name='Arc'>
5719                 <fieldValue name='cylinderHeightvalue='0.90692'/>
5720                 <fieldValue name='cylinderTranslationvalue='1.21477 1.04009 0.14641'/>
5721                 <fieldValue name='coneTranslationvalue='1.05409 0.80608 0.22082'/>
5722                 <fieldValue name='rotationvalue='22.99386 -0.00000 49.65849 2.49383'/>
5723                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5724                 <fieldValue name='ballRadiusvalue='0.02'/>
5725                 <fieldValue name='traceEnabledvalue='false'/>
5726                 <fieldValue name='displayMode'/>
5727                 <fieldValue name='transparencyvalue='0'/>
5728            </ProtoInstance>
5729            <ProtoInstance name='Arc'>
5730                 <fieldValue name='cylinderHeightvalue='0.60404'/>
5731                 <fieldValue name='cylinderTranslationvalue='-0.22205 0.42431 0.31670'/>
5732                 <fieldValue name='coneTranslationvalue='-0.18853 0.40832 0.17962'/>
5733                 <fieldValue name='rotationvalue='-58.30189 0 -14.25572 1.68367'/>
5734                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5735                 <fieldValue name='ballRadiusvalue='0.02'/>
5736                 <fieldValue name='traceEnabledvalue='false'/>
5737                 <fieldValue name='displayMode'/>
5738                 <fieldValue name='transparencyvalue='0'/>
5739            </ProtoInstance>
5740            <ProtoInstance name='Arc'>
5741                 <fieldValue name='cylinderHeightvalue='0.45339'/>
5742                 <fieldValue name='cylinderTranslationvalue='-0.26418 0.62962 0.46259'/>
5743                 <fieldValue name='coneTranslationvalue='-0.25561 0.68002 0.41975'/>
5744                 <fieldValue name='rotationvalue='-29.12190 0 -5.82967 0.71425'/>
5745                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5746                 <fieldValue name='ballRadiusvalue='0.02'/>
5747                 <fieldValue name='traceEnabledvalue='false'/>
5748                 <fieldValue name='displayMode'/>
5749                 <fieldValue name='transparencyvalue='0'/>
5750            </ProtoInstance>
5751            <ProtoInstance name='Arc'>
5752                 <fieldValue name='cylinderHeightvalue='0.55608'/>
5753                 <fieldValue name='cylinderTranslationvalue='-0.02371 0.48979 0.54803'/>
5754                 <fieldValue name='coneTranslationvalue='0.09076 0.50315 0.52249'/>
5755                 <fieldValue name='rotationvalue='-12.03410 0 -53.92434 1.45741'/>
5756                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5757                 <fieldValue name='ballRadiusvalue='0.02'/>
5758                 <fieldValue name='traceEnabledvalue='false'/>
5759                 <fieldValue name='displayMode'/>
5760                 <fieldValue name='transparencyvalue='0'/>
5761            </ProtoInstance>
5762            <ProtoInstance name='Arc'>
5763                 <fieldValue name='cylinderHeightvalue='0.87811'/>
5764                 <fieldValue name='cylinderTranslationvalue='0.65185 0.51431 1.00620'/>
5765                 <fieldValue name='coneTranslationvalue='0.40599 0.46228 0.88486'/>
5766                 <fieldValue name='rotationvalue='-38.18179 0 77.36228 1.75834'/>
5767                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5768                 <fieldValue name='ballRadiusvalue='0.02'/>
5769                 <fieldValue name='traceEnabledvalue='false'/>
5770                 <fieldValue name='displayMode'/>
5771                 <fieldValue name='transparencyvalue='0'/>
5772            </ProtoInstance>
5773            <ProtoInstance name='Arc'>
5774                 <fieldValue name='cylinderHeightvalue='0.85599'/>
5775                 <fieldValue name='cylinderTranslationvalue='0.69100 0.56242 0.94976'/>
5776                 <fieldValue name='coneTranslationvalue='0.47332 0.54128 0.79488'/>
5777                 <fieldValue name='rotationvalue='-49.46914 0 69.53051 1.64974'/>
5778                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5779                 <fieldValue name='ballRadiusvalue='0.02'/>
5780                 <fieldValue name='traceEnabledvalue='false'/>
5781                 <fieldValue name='displayMode'/>
5782                 <fieldValue name='transparencyvalue='0'/>
5783            </ProtoInstance>
5784            <ProtoInstance name='Arc'>
5785                 <fieldValue name='cylinderHeightvalue='0.78984'/>
5786                 <fieldValue name='cylinderTranslationvalue='1.37578 0.53057 1.00215'/>
5787                 <fieldValue name='coneTranslationvalue='1.57632 0.49154 0.88619'/>
5788                 <fieldValue name='rotationvalue='-38.99073 0 -67.42489 1.73769'/>
5789                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5790                 <fieldValue name='ballRadiusvalue='0.02'/>
5791                 <fieldValue name='traceEnabledvalue='false'/>
5792                 <fieldValue name='displayMode'/>
5793                 <fieldValue name='transparencyvalue='0'/>
5794            </ProtoInstance>
5795            <ProtoInstance name='Arc'>
5796                 <fieldValue name='cylinderHeightvalue='0.80781'/>
5797                 <fieldValue name='cylinderTranslationvalue='1.03413 0.07341 0.24662'/>
5798                 <fieldValue name='coneTranslationvalue='0.99837 -0.15021 0.33722'/>
5799                 <fieldValue name='rotationvalue='30.00785 -0.00000 11.84380 2.73078'/>
5800                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5801                 <fieldValue name='ballRadiusvalue='0.02'/>
5802                 <fieldValue name='traceEnabledvalue='false'/>
5803                 <fieldValue name='displayMode'/>
5804                 <fieldValue name='transparencyvalue='0'/>
5805            </ProtoInstance>
5806            <ProtoInstance name='Arc'>
5807                 <fieldValue name='cylinderHeightvalue='0.98188'/>
5808                 <fieldValue name='cylinderTranslationvalue='1.55225 0.46344 -0.07673'/>
5809                 <fieldValue name='coneTranslationvalue='1.86160 0.47675 -0.19356'/>
5810                 <fieldValue name='rotationvalue='-34.66238 0 -91.78091 1.53058'/>
5811                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5812                 <fieldValue name='ballRadiusvalue='0.02'/>
5813                 <fieldValue name='traceEnabledvalue='false'/>
5814                 <fieldValue name='displayMode'/>
5815                 <fieldValue name='transparencyvalue='0'/>
5816            </ProtoInstance>
5817            <ProtoInstance name='Arc'>
5818                 <fieldValue name='cylinderHeightvalue='1.17108'/>
5819                 <fieldValue name='cylinderTranslationvalue='1.55510 0.15849 0.31634'/>
5820                 <fieldValue name='coneTranslationvalue='1.89068 -0.04879 0.47605'/>
5821                 <fieldValue name='rotationvalue='43.95222 0 -92.35074 2.07956'/>
5822                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5823                 <fieldValue name='ballRadiusvalue='0.02'/>
5824                 <fieldValue name='traceEnabledvalue='false'/>
5825                 <fieldValue name='displayMode'/>
5826                 <fieldValue name='transparencyvalue='0'/>
5827            </ProtoInstance>
5828            <ProtoInstance name='Arc'>
5829                 <fieldValue name='cylinderHeightvalue='0.31366'/>
5830                 <fieldValue name='cylinderTranslationvalue='1.02991 0.56110 0.17898'/>
5831                 <fieldValue name='coneTranslationvalue='1.03120 0.55872 0.17731'/>
5832                 <fieldValue name='rotationvalue='16.48041 -0.00000 12.68709 0.72494'/>
5833                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5834                 <fieldValue name='ballRadiusvalue='0.02'/>
5835                 <fieldValue name='traceEnabledvalue='false'/>
5836                 <fieldValue name='displayMode'/>
5837                 <fieldValue name='transparencyvalue='0'/>
5838            </ProtoInstance>
5839            <ProtoInstance name='Arc'>
5840                 <fieldValue name='cylinderHeightvalue='0.82839'/>
5841                 <fieldValue name='cylinderTranslationvalue='0.80185 0.71220 -0.02383'/>
5842                 <fieldValue name='coneTranslationvalue='0.62295 0.87697 -0.09772'/>
5843                 <fieldValue name='rotationvalue='-24.08052 0 58.30073 0.86555'/>
5844                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5845                 <fieldValue name='ballRadiusvalue='0.02'/>
5846                 <fieldValue name='traceEnabledvalue='false'/>
5847                 <fieldValue name='displayMode'/>
5848                 <fieldValue name='transparencyvalue='0'/>
5849            </ProtoInstance>
5850            <ProtoInstance name='Arc'>
5851                 <fieldValue name='cylinderHeightvalue='0.78126'/>
5852                 <fieldValue name='cylinderTranslationvalue='1.45274 0.30282 0.15642'/>
5853                 <fieldValue name='coneTranslationvalue='1.66493 0.21964 0.19175'/>
5854                 <fieldValue name='rotationvalue='11.96831 0 -71.87835 1.93977'/>
5855                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5856                 <fieldValue name='ballRadiusvalue='0.02'/>
5857                 <fieldValue name='traceEnabledvalue='false'/>
5858                 <fieldValue name='displayMode'/>
5859                 <fieldValue name='transparencyvalue='0'/>
5860            </ProtoInstance>
5861            <ProtoInstance name='Arc'>
5862                 <fieldValue name='cylinderHeightvalue='0.75511'/>
5863                 <fieldValue name='cylinderTranslationvalue='0.36595 -1.60366 0.32705'/>
5864                 <fieldValue name='coneTranslationvalue='0.27955 -1.41869 0.25186'/>
5865                 <fieldValue name='rotationvalue='-26.09713 0 29.98824 0.55443'/>
5866                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5867                 <fieldValue name='ballRadiusvalue='0.02'/>
5868                 <fieldValue name='traceEnabledvalue='false'/>
5869                 <fieldValue name='displayMode'/>
5870                 <fieldValue name='transparencyvalue='0'/>
5871            </ProtoInstance>
5872            <ProtoInstance name='Arc'>
5873                 <fieldValue name='cylinderHeightvalue='0.40447'/>
5874                 <fieldValue name='cylinderTranslationvalue='-0.61378 0.20843 1.38352'/>
5875                 <fieldValue name='coneTranslationvalue='-0.59105 0.20997 1.34796'/>
5876                 <fieldValue name='rotationvalue='-34.05999 0 -21.76519 1.53436'/>
5877                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5878                 <fieldValue name='ballRadiusvalue='0.02'/>
5879                 <fieldValue name='traceEnabledvalue='false'/>
5880                 <fieldValue name='displayMode'/>
5881                 <fieldValue name='transparencyvalue='0'/>
5882            </ProtoInstance>
5883            <ProtoInstance name='Arc'>
5884                 <fieldValue name='cylinderHeightvalue='0.37783'/>
5885                 <fieldValue name='cylinderTranslationvalue='-0.70466 0.47077 1.28856'/>
5886                 <fieldValue name='coneTranslationvalue='-0.68631 0.46110 1.26842'/>
5887                 <fieldValue name='rotationvalue='-26.31425 0 -23.98775 1.91181'/>
5888                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5889                 <fieldValue name='ballRadiusvalue='0.02'/>
5890                 <fieldValue name='traceEnabledvalue='false'/>
5891                 <fieldValue name='displayMode'/>
5892                 <fieldValue name='transparencyvalue='0'/>
5893            </ProtoInstance>
5894            <ProtoInstance name='Arc'>
5895                 <fieldValue name='cylinderHeightvalue='0.92805'/>
5896                 <fieldValue name='cylinderTranslationvalue='0.06066 0.76931 0.83350'/>
5897                 <fieldValue name='coneTranslationvalue='0.18204 0.60678 0.60704'/>
5898                 <fieldValue name='rotationvalue='-69.12809 0 -37.05016 2.13480'/>
5899                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5900                 <fieldValue name='ballRadiusvalue='0.02'/>
5901                 <fieldValue name='traceEnabledvalue='false'/>
5902                 <fieldValue name='displayMode'/>
5903                 <fieldValue name='transparencyvalue='0'/>
5904            </ProtoInstance>
5905            <ProtoInstance name='Arc'>
5906                 <fieldValue name='cylinderHeightvalue='0.84918'/>
5907                 <fieldValue name='cylinderTranslationvalue='0.37881 -0.64875 -0.67758'/>
5908                 <fieldValue name='coneTranslationvalue='0.64032 -0.64581 -0.71773'/>
5909                 <fieldValue name='rotationvalue='-12.88334 0 -83.92942 1.55969'/>
5910                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5911                 <fieldValue name='ballRadiusvalue='0.02'/>
5912                 <fieldValue name='traceEnabledvalue='false'/>
5913                 <fieldValue name='displayMode'/>
5914                 <fieldValue name='transparencyvalue='0'/>
5915            </ProtoInstance>
5916            <ProtoInstance name='Arc'>
5917                 <fieldValue name='cylinderHeightvalue='1.05712'/>
5918                 <fieldValue name='cylinderTranslationvalue='0.08758 -0.96806 -0.20830'/>
5919                 <fieldValue name='coneTranslationvalue='0.17714 -1.18743 0.07400'/>
5920                 <fieldValue name='rotationvalue='80.97262 0 -25.68518 2.20830'/>
5921                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5922                 <fieldValue name='ballRadiusvalue='0.02'/>
5923                 <fieldValue name='traceEnabledvalue='false'/>
5924                 <fieldValue name='displayMode'/>
5925                 <fieldValue name='transparencyvalue='0'/>
5926            </ProtoInstance>
5927            <ProtoInstance name='Arc'>
5928                 <fieldValue name='cylinderHeightvalue='0.89213'/>
5929                 <fieldValue name='cylinderTranslationvalue='0.27158 -1.39678 0.22591'/>
5930                 <fieldValue name='coneTranslationvalue='0.37584 -1.65860 0.27502'/>
5931                 <fieldValue name='rotationvalue='15.31436 0 -32.51367 2.72696'/>
5932                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5933                 <fieldValue name='ballRadiusvalue='0.02'/>
5934                 <fieldValue name='traceEnabledvalue='false'/>
5935                 <fieldValue name='displayMode'/>
5936                 <fieldValue name='transparencyvalue='0'/>
5937            </ProtoInstance>
5938            <ProtoInstance name='Arc'>
5939                 <fieldValue name='cylinderHeightvalue='0.37018'/>
5940                 <fieldValue name='cylinderTranslationvalue='-0.04723 -0.90303 0.19972'/>
5941                 <fieldValue name='coneTranslationvalue='-0.06841 -0.89145 0.20654'/>
5942                 <fieldValue name='rotationvalue='10.07556 -0.00000 31.24947 1.09073'/>
5943                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5944                 <fieldValue name='ballRadiusvalue='0.02'/>
5945                 <fieldValue name='traceEnabledvalue='false'/>
5946                 <fieldValue name='displayMode'/>
5947                 <fieldValue name='transparencyvalue='0'/>
5948            </ProtoInstance>
5949            <ProtoInstance name='Arc'>
5950                 <fieldValue name='cylinderHeightvalue='0.50158'/>
5951                 <fieldValue name='cylinderTranslationvalue='0.16762 -1.18169 0.29815'/>
5952                 <fieldValue name='coneTranslationvalue='0.18883 -1.25162 0.35203'/>
5953                 <fieldValue name='rotationvalue='29.76317 0 -11.72031 2.45004'/>
5954                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5955                 <fieldValue name='ballRadiusvalue='0.02'/>
5956                 <fieldValue name='traceEnabledvalue='false'/>
5957                 <fieldValue name='displayMode'/>
5958                 <fieldValue name='transparencyvalue='0'/>
5959            </ProtoInstance>
5960            <ProtoInstance name='Arc'>
5961                 <fieldValue name='cylinderHeightvalue='0.16812'/>
5962                 <fieldValue name='cylinderTranslationvalue='1.29489 2.64154 2.37357'/>
5963                 <fieldValue name='coneTranslationvalue='1.34894 2.66485 2.32559'/>
5964                 <fieldValue name='rotationvalue='10.62143 -0.00000 11.96625 1.88281'/>
5965                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5966                 <fieldValue name='ballRadiusvalue='0.02'/>
5967                 <fieldValue name='traceEnabledvalue='false'/>
5968                 <fieldValue name='displayMode'/>
5969                 <fieldValue name='transparencyvalue='0'/>
5970            </ProtoInstance>
5971            <ProtoInstance name='Arc'>
5972                 <fieldValue name='cylinderHeightvalue='0.79116'/>
5973                 <fieldValue name='cylinderTranslationvalue='-0.01173 -0.26665 0.66126'/>
5974                 <fieldValue name='coneTranslationvalue='-0.12561 -0.06707 0.60937'/>
5975                 <fieldValue name='rotationvalue='-17.42726 0 38.24542 0.56005'/>
5976                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5977                 <fieldValue name='ballRadiusvalue='0.02'/>
5978                 <fieldValue name='traceEnabledvalue='false'/>
5979                 <fieldValue name='displayMode'/>
5980                 <fieldValue name='transparencyvalue='0'/>
5981            </ProtoInstance>
5982            <ProtoInstance name='Arc'>
5983                 <fieldValue name='cylinderHeightvalue='0.73943'/>
5984                 <fieldValue name='cylinderTranslationvalue='0.28959 -0.94882 0.68405'/>
5985                 <fieldValue name='coneTranslationvalue='0.35204 -1.14567 0.64755'/>
5986                 <fieldValue name='rotationvalue='-12.86991 0 -22.01926 2.78944'/>
5987                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5988                 <fieldValue name='ballRadiusvalue='0.02'/>
5989                 <fieldValue name='traceEnabledvalue='false'/>
5990                 <fieldValue name='displayMode'/>
5991                 <fieldValue name='transparencyvalue='0'/>
5992            </ProtoInstance>
5993            <ProtoInstance name='Arc'>
5994                 <fieldValue name='cylinderHeightvalue='0.92971'/>
5995                 <fieldValue name='cylinderTranslationvalue='0.22623 -0.98946 1.00064'/>
5996                 <fieldValue name='coneTranslationvalue='0.25688 -1.24370 1.16606'/>
5997                 <fieldValue name='rotationvalue='50.44801 0 -9.34669 2.55701'/>
5998                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5999                 <fieldValue name='ballRadiusvalue='0.02'/>
6000                 <fieldValue name='traceEnabledvalue='false'/>
6001                 <fieldValue name='displayMode'/>
6002                 <fieldValue name='transparencyvalue='0'/>
6003            </ProtoInstance>
6004            <ProtoInstance name='Arc'>
6005                 <fieldValue name='cylinderHeightvalue='0.84017'/>
6006                 <fieldValue name='cylinderTranslationvalue='-0.52157 -0.01741 0.83408'/>
6007                 <fieldValue name='coneTranslationvalue='-0.32431 0.03577 0.67314'/>
6008                 <fieldValue name='rotationvalue='-51.99122 0 -63.72254 1.36486'/>
6009                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6010                 <fieldValue name='ballRadiusvalue='0.02'/>
6011                 <fieldValue name='traceEnabledvalue='false'/>
6012                 <fieldValue name='displayMode'/>
6013                 <fieldValue name='transparencyvalue='0'/>
6014            </ProtoInstance>
6015            <ProtoInstance name='Arc'>
6016                 <fieldValue name='cylinderHeightvalue='0.84600'/>
6017                 <fieldValue name='cylinderTranslationvalue='2.14090 0.22217 1.05183'/>
6018                 <fieldValue name='coneTranslationvalue='1.91864 0.27797 0.92278'/>
6019                 <fieldValue name='rotationvalue='-41.51424 0 71.49544 1.35702'/>
6020                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6021                 <fieldValue name='ballRadiusvalue='0.02'/>
6022                 <fieldValue name='traceEnabledvalue='false'/>
6023                 <fieldValue name='displayMode'/>
6024                 <fieldValue name='transparencyvalue='0'/>
6025            </ProtoInstance>
6026            <ProtoInstance name='Arc'>
6027                 <fieldValue name='cylinderHeightvalue='0.29034'/>
6028                 <fieldValue name='cylinderTranslationvalue='-0.20279 1.12199 0.21174'/>
6029                 <fieldValue name='coneTranslationvalue='-0.19892 1.13244 0.20195'/>
6030                 <fieldValue name='rotationvalue='19.16293 -0.00000 7.57759 2.35247'/>
6031                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6032                 <fieldValue name='ballRadiusvalue='0.02'/>
6033                 <fieldValue name='traceEnabledvalue='false'/>
6034                 <fieldValue name='displayMode'/>
6035                 <fieldValue name='transparencyvalue='0'/>
6036            </ProtoInstance>
6037            <ProtoInstance name='Arc'>
6038                 <fieldValue name='cylinderHeightvalue='0.08408'/>
6039                 <fieldValue name='cylinderTranslationvalue='-0.48117 0.29393 1.18063'/>
6040                 <fieldValue name='coneTranslationvalue='-0.42461 0.39629 1.19602'/>
6041                 <fieldValue name='rotationvalue='-1.09667 0 4.03118 2.62160'/>
6042                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6043                 <fieldValue name='ballRadiusvalue='0.02'/>
6044                 <fieldValue name='traceEnabledvalue='false'/>
6045                 <fieldValue name='displayMode'/>
6046                 <fieldValue name='transparencyvalue='0'/>
6047            </ProtoInstance>
6048            <ProtoInstance name='Arc'>
6049                 <fieldValue name='cylinderHeightvalue='0.29748'/>
6050                 <fieldValue name='cylinderTranslationvalue='-0.35309 0.41867 1.13429'/>
6051                 <fieldValue name='coneTranslationvalue='-0.36126 0.41199 1.13821'/>
6052                 <fieldValue name='rotationvalue='-10.36443 0 -21.58523 0.93553'/>
6053                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6054                 <fieldValue name='ballRadiusvalue='0.02'/>
6055                 <fieldValue name='traceEnabledvalue='false'/>
6056                 <fieldValue name='displayMode'/>
6057                 <fieldValue name='transparencyvalue='0'/>
6058            </ProtoInstance>
6059            <ProtoInstance name='Arc'>
6060                 <fieldValue name='cylinderHeightvalue='0.64022'/>
6061                 <fieldValue name='cylinderTranslationvalue='-0.86291 0.21630 0.06945'/>
6062                 <fieldValue name='coneTranslationvalue='-0.97959 0.26184 0.16919'/>
6063                 <fieldValue name='rotationvalue='39.88007 -0.00000 46.65582 1.28237'/>
6064                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6065                 <fieldValue name='ballRadiusvalue='0.02'/>
6066                 <fieldValue name='traceEnabledvalue='false'/>
6067                 <fieldValue name='displayMode'/>
6068                 <fieldValue name='transparencyvalue='0'/>
6069            </ProtoInstance>
6070            <ProtoInstance name='Arc'>
6071                 <fieldValue name='cylinderHeightvalue='0.71182'/>
6072                 <fieldValue name='cylinderTranslationvalue='-0.30466 0.22574 -0.23465'/>
6073                 <fieldValue name='coneTranslationvalue='-0.12577 0.28106 -0.29229'/>
6074                 <fieldValue name='rotationvalue='-20.94097 0 -64.99528 1.28454'/>
6075                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6076                 <fieldValue name='ballRadiusvalue='0.02'/>
6077                 <fieldValue name='traceEnabledvalue='false'/>
6078                 <fieldValue name='displayMode'/>
6079                 <fieldValue name='transparencyvalue='0'/>
6080            </ProtoInstance>
6081            <ProtoInstance name='Arc'>
6082                 <fieldValue name='cylinderHeightvalue='0.85429'/>
6083                 <fieldValue name='cylinderTranslationvalue='1.11470 0.10982 -0.57976'/>
6084                 <fieldValue name='coneTranslationvalue='0.87219 0.05569 -0.48166'/>
6085                 <fieldValue name='rotationvalue='31.37064 -0.00000 77.55185 1.77483'/>
6086                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6087                 <fieldValue name='ballRadiusvalue='0.02'/>
6088                 <fieldValue name='traceEnabledvalue='false'/>
6089                 <fieldValue name='displayMode'/>
6090                 <fieldValue name='transparencyvalue='0'/>
6091            </ProtoInstance>
6092            <ProtoInstance name='Arc'>
6093                 <fieldValue name='cylinderHeightvalue='0.29652'/>
6094                 <fieldValue name='cylinderTranslationvalue='1.64207 0.23196 -0.70161'/>
6095                 <fieldValue name='coneTranslationvalue='1.63101 0.22914 -0.70438'/>
6096                 <fieldValue name='rotationvalue='7.00077 0 -27.92069 1.32836'/>
6097                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6098                 <fieldValue name='ballRadiusvalue='0.02'/>
6099                 <fieldValue name='traceEnabledvalue='false'/>
6100                 <fieldValue name='displayMode'/>
6101                 <fieldValue name='transparencyvalue='0'/>
6102            </ProtoInstance>
6103            <ProtoInstance name='Arc'>
6104                 <fieldValue name='cylinderHeightvalue='0.43398'/>
6105                 <fieldValue name='cylinderTranslationvalue='1.93097 -0.35065 -0.05415'/>
6106                 <fieldValue name='coneTranslationvalue='1.87654 -0.36718 -0.05069'/>
6107                 <fieldValue name='rotationvalue='2.63232 -0.00000 41.44782 1.86513'/>
6108                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6109                 <fieldValue name='ballRadiusvalue='0.02'/>
6110                 <fieldValue name='traceEnabledvalue='false'/>
6111                 <fieldValue name='displayMode'/>
6112                 <fieldValue name='transparencyvalue='0'/>
6113            </ProtoInstance>
6114            <ProtoInstance name='Arc'>
6115                 <fieldValue name='cylinderHeightvalue='0.35532'/>
6116                 <fieldValue name='cylinderTranslationvalue='2.30906 -0.29642 -0.11523'/>
6117                 <fieldValue name='coneTranslationvalue='2.32604 -0.29729 -0.12000'/>
6118                 <fieldValue name='rotationvalue='-9.58468 0 -34.17003 1.61988'/>
6119                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6120                 <fieldValue name='ballRadiusvalue='0.02'/>
6121                 <fieldValue name='traceEnabledvalue='false'/>
6122                 <fieldValue name='displayMode'/>
6123                 <fieldValue name='transparencyvalue='0'/>
6124            </ProtoInstance>
6125            <ProtoInstance name='Arc'>
6126                 <fieldValue name='cylinderHeightvalue='0.10062'/>
6127                 <fieldValue name='cylinderTranslationvalue='-0.48713 -1.42125 0.05973'/>
6128                 <fieldValue name='coneTranslationvalue='-0.38810 -1.39481 0.02067'/>
6129                 <fieldValue name='rotationvalue='3.58343 -0.00000 9.08449 1.81421'/>
6130                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6131                 <fieldValue name='ballRadiusvalue='0.02'/>
6132                 <fieldValue name='traceEnabledvalue='false'/>
6133                 <fieldValue name='displayMode'/>
6134                 <fieldValue name='transparencyvalue='0'/>
6135            </ProtoInstance>
6136            <ProtoInstance name='Arc'>
6137                 <fieldValue name='cylinderHeightvalue='0.51033'/>
6138                 <fieldValue name='cylinderTranslationvalue='-0.59359 -1.61113 0.00668'/>
6139                 <fieldValue name='coneTranslationvalue='-0.65023 -1.68647 -0.00643'/>
6140                 <fieldValue name='rotationvalue='-7.02681 0 30.37607 2.48434'/>
6141                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6142                 <fieldValue name='ballRadiusvalue='0.02'/>
6143                 <fieldValue name='traceEnabledvalue='false'/>
6144                 <fieldValue name='displayMode'/>
6145                 <fieldValue name='transparencyvalue='0'/>
6146            </ProtoInstance>
6147            <ProtoInstance name='Arc'>
6148                 <fieldValue name='cylinderHeightvalue='0.67089'/>
6149                 <fieldValue name='cylinderTranslationvalue='-0.32259 -1.11334 0.14595'/>
6150                 <fieldValue name='coneTranslationvalue='-0.26029 -0.95864 0.20042'/>
6151                 <fieldValue name='rotationvalue='20.82821 0 -23.82308 0.49119'/>
6152                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6153                 <fieldValue name='ballRadiusvalue='0.02'/>
6154                 <fieldValue name='traceEnabledvalue='false'/>
6155                 <fieldValue name='displayMode'/>
6156                 <fieldValue name='transparencyvalue='0'/>
6157            </ProtoInstance>
6158            <ProtoInstance name='Arc'>
6159                 <fieldValue name='cylinderHeightvalue='0.49314'/>
6160                 <fieldValue name='cylinderTranslationvalue='-0.62543 0.27649 -1.15746'/>
6161                 <fieldValue name='coneTranslationvalue='-0.59031 0.28153 -1.07849'/>
6162                 <fieldValue name='rotationvalue='44.98243 0 -20.00593 1.51263'/>
6163                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6164                 <fieldValue name='ballRadiusvalue='0.02'/>
6165                 <fieldValue name='traceEnabledvalue='false'/>
6166                 <fieldValue name='displayMode'/>
6167                 <fieldValue name='transparencyvalue='0'/>
6168            </ProtoInstance>
6169            <ProtoInstance name='Arc'>
6170                 <fieldValue name='cylinderHeightvalue='0.62659'/>
6171                 <fieldValue name='cylinderTranslationvalue='-0.61567 0.30860 1.15245'/>
6172                 <fieldValue name='coneTranslationvalue='-0.51256 0.29179 1.04027'/>
6173                 <fieldValue name='rotationvalue='-45.85436 0 -42.14591 1.68069'/>
6174                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6175                 <fieldValue name='ballRadiusvalue='0.02'/>
6176                 <fieldValue name='traceEnabledvalue='false'/>
6177                 <fieldValue name='displayMode'/>
6178                 <fieldValue name='transparencyvalue='0'/>
6179            </ProtoInstance>
6180            <ProtoInstance name='Arc'>
6181                 <fieldValue name='cylinderHeightvalue='1.00905'/>
6182                 <fieldValue name='cylinderTranslationvalue='-0.40525 0.45489 -0.40564'/>
6183                 <fieldValue name='coneTranslationvalue='-0.23148 0.41078 -0.11144'/>
6184                 <fieldValue name='rotationvalue='86.16535 0 -50.89594 1.69917'/>
6185                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6186                 <fieldValue name='ballRadiusvalue='0.02'/>
6187                 <fieldValue name='traceEnabledvalue='false'/>
6188                 <fieldValue name='displayMode'/>
6189                 <fieldValue name='transparencyvalue='0'/>
6190            </ProtoInstance>
6191            <ProtoInstance name='Arc'>
6192                 <fieldValue name='cylinderHeightvalue='0.15570'/>
6193                 <fieldValue name='cylinderTranslationvalue='1.78451 0.86930 0.85294'/>
6194                 <fieldValue name='coneTranslationvalue='1.84626 0.91078 0.88780'/>
6195                 <fieldValue name='rotationvalue='-6.60712 0 11.70356 2.10007'/>
6196                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6197                 <fieldValue name='ballRadiusvalue='0.02'/>
6198                 <fieldValue name='traceEnabledvalue='false'/>
6199                 <fieldValue name='displayMode'/>
6200                 <fieldValue name='transparencyvalue='0'/>
6201            </ProtoInstance>
6202            <ProtoInstance name='Arc'>
6203                 <fieldValue name='cylinderHeightvalue='0.00786'/>
6204                 <fieldValue name='cylinderTranslationvalue='1.84541 0.91174 0.88599'/>
6205                 <fieldValue name='coneTranslationvalue='1.75092 0.78752 0.88576'/>
6206                 <fieldValue name='rotationvalue='0.00115 0 -0.47586 0.65024'/>
6207                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6208                 <fieldValue name='ballRadiusvalue='0.02'/>
6209                 <fieldValue name='traceEnabledvalue='false'/>
6210                 <fieldValue name='displayMode'/>
6211                 <fieldValue name='transparencyvalue='0'/>
6212            </ProtoInstance>
6213            <ProtoInstance name='Arc'>
6214                 <fieldValue name='cylinderHeightvalue='0.22321'/>
6215                 <fieldValue name='cylinderTranslationvalue='0.88374 0.54500 2.25951'/>
6216                 <fieldValue name='coneTranslationvalue='0.91883 0.51790 2.24013'/>
6217                 <fieldValue name='rotationvalue='8.94221 -0.00000 16.18760 0.97647'/>
6218                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6219                 <fieldValue name='ballRadiusvalue='0.02'/>
6220                 <fieldValue name='traceEnabledvalue='false'/>
6221                 <fieldValue name='displayMode'/>
6222                 <fieldValue name='transparencyvalue='0'/>
6223            </ProtoInstance>
6224            <ProtoInstance name='Arc'>
6225                 <fieldValue name='cylinderHeightvalue='0.61234'/>
6226                 <fieldValue name='cylinderTranslationvalue='1.14019 0.33793 2.00979'/>
6227                 <fieldValue name='coneTranslationvalue='1.22398 0.26891 1.91191'/>
6228                 <fieldValue name='rotationvalue='-41.00360 0 -35.10224 2.06260'/>
6229                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6230                 <fieldValue name='ballRadiusvalue='0.02'/>
6231                 <fieldValue name='traceEnabledvalue='false'/>
6232                 <fieldValue name='displayMode'/>
6233                 <fieldValue name='transparencyvalue='0'/>
6234            </ProtoInstance>
6235            <ProtoInstance name='Arc'>
6236                 <fieldValue name='cylinderHeightvalue='0.84017'/>
6237                 <fieldValue name='cylinderTranslationvalue='-0.52157 -0.01741 0.83408'/>
6238                 <fieldValue name='coneTranslationvalue='-0.32431 0.03577 0.67314'/>
6239                 <fieldValue name='rotationvalue='-51.99122 0 -63.72254 1.36486'/>
6240                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6241                 <fieldValue name='ballRadiusvalue='0.02'/>
6242                 <fieldValue name='traceEnabledvalue='false'/>
6243                 <fieldValue name='displayMode'/>
6244                 <fieldValue name='transparencyvalue='0'/>
6245            </ProtoInstance>
6246            <ProtoInstance name='Arc'>
6247                 <fieldValue name='cylinderHeightvalue='0.78150'/>
6248                 <fieldValue name='cylinderTranslationvalue='2.35012 -0.23932 0.70622'/>
6249                 <fieldValue name='coneTranslationvalue='2.15332 -0.17283 0.60576'/>
6250                 <fieldValue name='rotationvalue='-34.02506 0 66.65298 1.27849'/>
6251                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6252                 <fieldValue name='ballRadiusvalue='0.02'/>
6253                 <fieldValue name='traceEnabledvalue='false'/>
6254                 <fieldValue name='displayMode'/>
6255                 <fieldValue name='transparencyvalue='0'/>
6256            </ProtoInstance>
6257            <ProtoInstance name='Arc'>
6258                 <fieldValue name='cylinderHeightvalue='0.85090'/>
6259                 <fieldValue name='cylinderTranslationvalue='-0.16280 -0.10156 0.18621'/>
6260                 <fieldValue name='coneTranslationvalue='-0.18786 0.00454 0.42824'/>
6261                 <fieldValue name='rotationvalue='77.58313 -0.00000 8.03261 1.15961'/>
6262                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6263                 <fieldValue name='ballRadiusvalue='0.02'/>
6264                 <fieldValue name='traceEnabledvalue='false'/>
6265                 <fieldValue name='displayMode'/>
6266                 <fieldValue name='transparencyvalue='0'/>
6267            </ProtoInstance>
6268            <ProtoInstance name='Arc'>
6269                 <fieldValue name='cylinderHeightvalue='0.65726'/>
6270                 <fieldValue name='cylinderTranslationvalue='0.20058 -1.70001 0.57718'/>
6271                 <fieldValue name='coneTranslationvalue='0.13473 -1.57157 0.49000'/>
6272                 <fieldValue name='rotationvalue='-33.98041 0 25.66816 0.70486'/>
6273                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6274                 <fieldValue name='ballRadiusvalue='0.02'/>
6275                 <fieldValue name='traceEnabledvalue='false'/>
6276                 <fieldValue name='displayMode'/>
6277                 <fieldValue name='transparencyvalue='0'/>
6278            </ProtoInstance>
6279            <ProtoInstance name='Arc'>
6280                 <fieldValue name='cylinderHeightvalue='0.67902'/>
6281                 <fieldValue name='cylinderTranslationvalue='-0.16619 0.70950 -0.08945'/>
6282                 <fieldValue name='coneTranslationvalue='-0.17434 0.87827 -0.15006'/>
6283                 <fieldValue name='rotationvalue='-22.92724 0 3.08344 0.34765'/>
6284                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6285                 <fieldValue name='ballRadiusvalue='0.02'/>
6286                 <fieldValue name='traceEnabledvalue='false'/>
6287                 <fieldValue name='displayMode'/>
6288                 <fieldValue name='transparencyvalue='0'/>
6289            </ProtoInstance>
6290            <ProtoInstance name='Arc'>
6291                 <fieldValue name='cylinderHeightvalue='0.70793'/>
6292                 <fieldValue name='cylinderTranslationvalue='-0.17536 0.72225 -0.09520'/>
6293                 <fieldValue name='coneTranslationvalue='-0.18884 0.90416 -0.16117'/>
6294                 <fieldValue name='rotationvalue='-24.07776 0 4.91803 0.35451'/>
6295                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6296                 <fieldValue name='ballRadiusvalue='0.02'/>
6297                 <fieldValue name='traceEnabledvalue='false'/>
6298                 <fieldValue name='displayMode'/>
6299                 <fieldValue name='transparencyvalue='0'/>
6300            </ProtoInstance>
6301            <ProtoInstance name='Arc'>
6302                 <fieldValue name='cylinderHeightvalue='0.51074'/>
6303                 <fieldValue name='cylinderTranslationvalue='-0.19290 0.59560 0.17109'/>
6304                 <fieldValue name='coneTranslationvalue='-0.20864 0.67228 0.22557'/>
6305                 <fieldValue name='rotationvalue='29.17999 -0.00000 8.42605 0.63686'/>
6306                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6307                 <fieldValue name='ballRadiusvalue='0.02'/>
6308                 <fieldValue name='traceEnabledvalue='false'/>
6309                 <fieldValue name='displayMode'/>
6310                 <fieldValue name='transparencyvalue='0'/>
6311            </ProtoInstance>
6312            <ProtoInstance name='Arc'>
6313                 <fieldValue name='cylinderHeightvalue='1.03319'/>
6314                 <fieldValue name='cylinderTranslationvalue='-0.33809 0.34056 -0.45368'/>
6315                 <fieldValue name='coneTranslationvalue='-0.46739 0.30623 -0.78423'/>
6316                 <fieldValue name='rotationvalue='-95.77294 0 37.46304 1.66722'/>
6317                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6318                 <fieldValue name='ballRadiusvalue='0.02'/>
6319                 <fieldValue name='traceEnabledvalue='false'/>
6320                 <fieldValue name='displayMode'/>
6321                 <fieldValue name='transparencyvalue='0'/>
6322            </ProtoInstance>
6323            <ProtoInstance name='Arc'>
6324                 <fieldValue name='cylinderHeightvalue='0.36360'/>
6325                 <fieldValue name='cylinderTranslationvalue='-0.13695 0.38399 0.20635'/>
6326                 <fieldValue name='coneTranslationvalue='-0.13529 0.38324 0.22808'/>
6327                 <fieldValue name='rotationvalue='36.23321 0 -2.76492 1.60548'/>
6328                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6329                 <fieldValue name='ballRadiusvalue='0.02'/>
6330                 <fieldValue name='traceEnabledvalue='false'/>
6331                 <fieldValue name='displayMode'/>
6332                 <fieldValue name='transparencyvalue='0'/>
6333            </ProtoInstance>
6334            <ProtoInstance name='Arc'>
6335                 <fieldValue name='cylinderHeightvalue='0.81196'/>
6336                 <fieldValue name='cylinderTranslationvalue='-0.53316 0.49867 0.10799'/>
6337                 <fieldValue name='coneTranslationvalue='-0.76485 0.56433 0.15816'/>
6338                 <fieldValue name='rotationvalue='16.56038 -0.00000 76.47734 1.30057'/>
6339                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6340                 <fieldValue name='ballRadiusvalue='0.02'/>
6341                 <fieldValue name='traceEnabledvalue='false'/>
6342                 <fieldValue name='displayMode'/>
6343                 <fieldValue name='transparencyvalue='0'/>
6344            </ProtoInstance>
6345            <ProtoInstance name='Arc'>
6346                 <fieldValue name='cylinderHeightvalue='0.15339'/>
6347                 <fieldValue name='cylinderTranslationvalue='-0.16781 0.32633 -0.01354'/>
6348                 <fieldValue name='coneTranslationvalue='-0.14931 0.39581 0.02852'/>
6349                 <fieldValue name='rotationvalue='-7.74610 0 3.40722 2.55721'/>
6350                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6351                 <fieldValue name='ballRadiusvalue='0.02'/>
6352                 <fieldValue name='traceEnabledvalue='false'/>
6353                 <fieldValue name='displayMode'/>
6354                 <fieldValue name='transparencyvalue='0'/>
6355            </ProtoInstance>
6356            <ProtoInstance name='Arc'>
6357                 <fieldValue name='cylinderHeightvalue='0.74287'/>
6358                 <fieldValue name='cylinderTranslationvalue='-0.46075 -0.45623 -0.22394'/>
6359                 <fieldValue name='coneTranslationvalue='-0.48096 -0.65135 -0.30283'/>
6360                 <fieldValue name='rotationvalue='-27.71647 0 7.09857 2.74623'/>
6361                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6362                 <fieldValue name='ballRadiusvalue='0.02'/>
6363                 <fieldValue name='traceEnabledvalue='false'/>
6364                 <fieldValue name='displayMode'/>
6365                 <fieldValue name='transparencyvalue='0'/>
6366            </ProtoInstance>
6367            <ProtoInstance name='Arc'>
6368                 <fieldValue name='cylinderHeightvalue='0.71293'/>
6369                 <fieldValue name='cylinderTranslationvalue='-0.73260 -0.03051 0.07504'/>
6370                 <fieldValue name='coneTranslationvalue='-0.90200 0.01519 0.16345'/>
6371                 <fieldValue name='rotationvalue='32.08022 -0.00000 61.46876 1.33599'/>
6372                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6373                 <fieldValue name='ballRadiusvalue='0.02'/>
6374                 <fieldValue name='traceEnabledvalue='false'/>
6375                 <fieldValue name='displayMode'/>
6376                 <fieldValue name='transparencyvalue='0'/>
6377            </ProtoInstance>
6378            <ProtoInstance name='Arc'>
6379                 <fieldValue name='cylinderHeightvalue='0.91600'/>
6380                 <fieldValue name='cylinderTranslationvalue='-0.65866 -0.10959 -0.47940'/>
6381                 <fieldValue name='coneTranslationvalue='-0.81053 -0.10708 -0.73579'/>
6382                 <fieldValue name='rotationvalue='-78.80901 0 46.68046 1.56238'/>
6383                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6384                 <fieldValue name='ballRadiusvalue='0.02'/>
6385                 <fieldValue name='traceEnabledvalue='false'/>
6386                 <fieldValue name='displayMode'/>
6387                 <fieldValue name='transparencyvalue='0'/>
6388            </ProtoInstance>
6389            <ProtoInstance name='Arc'>
6390                 <fieldValue name='cylinderHeightvalue='0.44735'/>
6391                 <fieldValue name='cylinderTranslationvalue='-0.30505 0.07446 -0.06882'/>
6392                 <fieldValue name='coneTranslationvalue='-0.27083 0.12795 -0.06411'/>
6393                 <fieldValue name='rotationvalue='3.30814 0 -24.04156 0.57339'/>
6394                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6395                 <fieldValue name='ballRadiusvalue='0.02'/>
6396                 <fieldValue name='traceEnabledvalue='false'/>
6397                 <fieldValue name='displayMode'/>
6398                 <fieldValue name='transparencyvalue='0'/>
6399            </ProtoInstance>
6400            <ProtoInstance name='Arc'>
6401                 <fieldValue name='cylinderHeightvalue='0.41271'/>
6402                 <fieldValue name='cylinderTranslationvalue='-0.54805 -1.49266 0.08640'/>
6403                 <fieldValue name='coneTranslationvalue='-0.51370 -1.52316 0.09271'/>
6404                 <fieldValue name='rotationvalue='5.62248 0 -30.57549 2.28859'/>
6405                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6406                 <fieldValue name='ballRadiusvalue='0.02'/>
6407                 <fieldValue name='traceEnabledvalue='false'/>
6408                 <fieldValue name='displayMode'/>
6409                 <fieldValue name='transparencyvalue='0'/>
6410            </ProtoInstance>
6411            <ProtoInstance name='Arc'>
6412                 <fieldValue name='cylinderHeightvalue='0.70340'/>
6413                 <fieldValue name='cylinderTranslationvalue='-0.71970 -1.01064 0.11673'/>
6414                 <fieldValue name='coneTranslationvalue='-0.72993 -0.82188 0.14859'/>
6415                 <fieldValue name='rotationvalue='11.68963 -0.00000 3.75478 0.17545'/>
6416                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6417                 <fieldValue name='ballRadiusvalue='0.02'/>
6418                 <fieldValue name='traceEnabledvalue='false'/>
6419                 <fieldValue name='displayMode'/>
6420                 <fieldValue name='transparencyvalue='0'/>
6421            </ProtoInstance>
6422            <ProtoInstance name='Arc'>
6423                 <fieldValue name='cylinderHeightvalue='1.01630'/>
6424                 <fieldValue name='cylinderTranslationvalue='0.61704 0.94137 0.81638'/>
6425                 <fieldValue name='coneTranslationvalue='0.42953 0.65861 0.73830'/>
6426                 <fieldValue name='rotationvalue='-22.79343 0 54.73722 2.51865'/>
6427                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6428                 <fieldValue name='ballRadiusvalue='0.02'/>
6429                 <fieldValue name='traceEnabledvalue='false'/>
6430                 <fieldValue name='displayMode'/>
6431                 <fieldValue name='transparencyvalue='0'/>
6432            </ProtoInstance>
6433            <ProtoInstance name='Arc'>
6434                 <fieldValue name='cylinderHeightvalue='0.02991'/>
6435                 <fieldValue name='cylinderTranslationvalue='-0.08899 1.19193 -0.19057'/>
6436                 <fieldValue name='coneTranslationvalue='-0.05552 1.09792 -0.29583'/>
6437                 <fieldValue name='rotationvalue='2.17065 -0.00000 0.69023 0.86560'/>
6438                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6439                 <fieldValue name='ballRadiusvalue='0.02'/>
6440                 <fieldValue name='traceEnabledvalue='false'/>
6441                 <fieldValue name='displayMode'/>
6442                 <fieldValue name='transparencyvalue='0'/>
6443            </ProtoInstance>
6444            <ProtoInstance name='Arc'>
6445                 <fieldValue name='cylinderHeightvalue='0.27508'/>
6446                 <fieldValue name='cylinderTranslationvalue='-0.10785 1.04848 -0.22438'/>
6447                 <fieldValue name='coneTranslationvalue='-0.10420 1.07032 -0.22063'/>
6448                 <fieldValue name='rotationvalue='-4.59026 0 4.46180 2.90673'/>
6449                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6450                 <fieldValue name='ballRadiusvalue='0.02'/>
6451                 <fieldValue name='traceEnabledvalue='false'/>
6452                 <fieldValue name='displayMode'/>
6453                 <fieldValue name='transparencyvalue='0'/>
6454            </ProtoInstance>
6455            <ProtoInstance name='Arc'>
6456                 <fieldValue name='cylinderHeightvalue='0.90692'/>
6457                 <fieldValue name='cylinderTranslationvalue='1.21477 1.04009 0.14641'/>
6458                 <fieldValue name='coneTranslationvalue='1.05409 0.80608 0.22082'/>
6459                 <fieldValue name='rotationvalue='22.99386 -0.00000 49.65849 2.49383'/>
6460                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6461                 <fieldValue name='ballRadiusvalue='0.02'/>
6462                 <fieldValue name='traceEnabledvalue='false'/>
6463                 <fieldValue name='displayMode'/>
6464                 <fieldValue name='transparencyvalue='0'/>
6465            </ProtoInstance>
6466            <ProtoInstance name='Arc'>
6467                 <fieldValue name='cylinderHeightvalue='0.00000'/>
6468                 <fieldValue name='cylinderTranslationvalue='-0.50496 0.21580 1.21322'/>
6469                 <fieldValue name='coneTranslationvalue='-0.44906 0.06966 1.24666'/>
6470                 <fieldValue name='rotationvalue='-0.00009 0 0.00015 0.41924'/>
6471                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6472                 <fieldValue name='ballRadiusvalue='0.02'/>
6473                 <fieldValue name='traceEnabledvalue='false'/>
6474                 <fieldValue name='displayMode'/>
6475                 <fieldValue name='transparencyvalue='0'/>
6476            </ProtoInstance>
6477            <ProtoInstance name='Arc'>
6478                 <fieldValue name='cylinderHeightvalue='0.24653'/>
6479                 <fieldValue name='cylinderTranslationvalue='1.38692 1.24327 0.37565'/>
6480                 <fieldValue name='coneTranslationvalue='1.38687 1.23800 0.33930'/>
6481                 <fieldValue name='rotationvalue='24.39834 0 -0.03315 1.42684'/>
6482                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6483                 <fieldValue name='ballRadiusvalue='0.02'/>
6484                 <fieldValue name='traceEnabledvalue='false'/>
6485                 <fieldValue name='displayMode'/>
6486                 <fieldValue name='transparencyvalue='0'/>
6487            </ProtoInstance>
6488            <ProtoInstance name='Arc'>
6489                 <fieldValue name='cylinderHeightvalue='0.68993'/>
6490                 <fieldValue name='cylinderTranslationvalue='1.17662 0.95204 0.25752'/>
6491                 <fieldValue name='coneTranslationvalue='1.06394 0.80536 0.25959'/>
6492                 <fieldValue name='rotationvalue='0.77183 -0.00000 42.02748 2.48647'/>
6493                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6494                 <fieldValue name='ballRadiusvalue='0.02'/>
6495                 <fieldValue name='traceEnabledvalue='false'/>
6496                 <fieldValue name='displayMode'/>
6497                 <fieldValue name='transparencyvalue='0'/>
6498            </ProtoInstance>
6499            <ProtoInstance name='Arc'>
6500                 <fieldValue name='cylinderHeightvalue='0.30748'/>
6501                 <fieldValue name='cylinderTranslationvalue='-0.53255 -1.75135 -0.25246'/>
6502                 <fieldValue name='coneTranslationvalue='-0.53520 -1.75629 -0.25526'/>
6503                 <fieldValue name='rotationvalue='13.74878 0 -13.00683 0.66306'/>
6504                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6505                 <fieldValue name='ballRadiusvalue='0.02'/>
6506                 <fieldValue name='traceEnabledvalue='false'/>
6507                 <fieldValue name='displayMode'/>
6508                 <fieldValue name='transparencyvalue='0'/>
6509            </ProtoInstance>
6510            <ProtoInstance name='Arc'>
6511                 <fieldValue name='cylinderHeightvalue='0.98290'/>
6512                 <fieldValue name='cylinderTranslationvalue='0.92876 -0.76743 0.53077'/>
6513                 <fieldValue name='coneTranslationvalue='0.95989 -0.45009 0.44032'/>
6514                 <fieldValue name='rotationvalue='-26.82358 0 -9.22974 0.29277'/>
6515                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6516                 <fieldValue name='ballRadiusvalue='0.02'/>
6517                 <fieldValue name='traceEnabledvalue='false'/>
6518                 <fieldValue name='displayMode'/>
6519                 <fieldValue name='transparencyvalue='0'/>
6520            </ProtoInstance>
6521            <ProtoInstance name='Arc'>
6522                 <fieldValue name='cylinderHeightvalue='0.38680'/>
6523                 <fieldValue name='cylinderTranslationvalue='1.67341 -1.01620 -0.35727'/>
6524                 <fieldValue name='coneTranslationvalue='1.68288 -1.02174 -0.38882'/>
6525                 <fieldValue name='rotationvalue='-36.53269 0 -10.97042 1.73745'/>
6526                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6527                 <fieldValue name='ballRadiusvalue='0.02'/>
6528                 <fieldValue name='traceEnabledvalue='false'/>
6529                 <fieldValue name='displayMode'/>
6530                 <fieldValue name='transparencyvalue='0'/>
6531            </ProtoInstance>
6532            <ProtoInstance name='Arc'>
6533                 <fieldValue name='cylinderHeightvalue='1.10131'/>
6534                 <fieldValue name='cylinderTranslationvalue='1.29673 -0.64050 0.11102'/>
6535                 <fieldValue name='coneTranslationvalue='1.06842 -0.39673 0.31366'/>
6536                 <fieldValue name='rotationvalue='57.12663 -0.00000 64.36456 0.89695'/>
6537                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6538                 <fieldValue name='ballRadiusvalue='0.02'/>
6539                 <fieldValue name='traceEnabledvalue='false'/>
6540                 <fieldValue name='displayMode'/>
6541                 <fieldValue name='transparencyvalue='0'/>
6542            </ProtoInstance>
6543            <ProtoInstance name='Arc'>
6544                 <fieldValue name='cylinderHeightvalue='0.53877'/>
6545                 <fieldValue name='cylinderTranslationvalue='1.63383 0.91932 1.55756'/>
6546                 <fieldValue name='coneTranslationvalue='1.54633 0.88274 1.61205'/>
6547                 <fieldValue name='rotationvalue='26.84013 -0.00000 43.10092 1.91177'/>
6548                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6549                 <fieldValue name='ballRadiusvalue='0.02'/>
6550                 <fieldValue name='traceEnabledvalue='false'/>
6551                 <fieldValue name='displayMode'/>
6552                 <fieldValue name='transparencyvalue='0'/>
6553            </ProtoInstance>
6554            <ProtoInstance name='Arc'>
6555                 <fieldValue name='cylinderHeightvalue='0.19608'/>
6556                 <fieldValue name='cylinderTranslationvalue='-0.13702 1.11516 -0.19190'/>
6557                 <fieldValue name='coneTranslationvalue='-0.16520 1.06052 -0.19960'/>
6558                 <fieldValue name='rotationvalue='2.43692 0 -8.91672 0.49090'/>
6559                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6560                 <fieldValue name='ballRadiusvalue='0.02'/>
6561                 <fieldValue name='traceEnabledvalue='false'/>
6562                 <fieldValue name='displayMode'/>
6563                 <fieldValue name='transparencyvalue='0'/>
6564            </ProtoInstance>
6565            <ProtoInstance name='Arc'>
6566                 <fieldValue name='cylinderHeightvalue='0.02957'/>
6567                 <fieldValue name='cylinderTranslationvalue='1.73015 -1.04627 -0.55446'/>
6568                 <fieldValue name='coneTranslationvalue='1.71164 -1.06602 -0.41179'/>
6569                 <fieldValue name='rotationvalue='-2.90508 0 -0.37689 1.43433'/>
6570                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6571                 <fieldValue name='ballRadiusvalue='0.02'/>
6572                 <fieldValue name='traceEnabledvalue='false'/>
6573                 <fieldValue name='displayMode'/>
6574                 <fieldValue name='transparencyvalue='0'/>
6575            </ProtoInstance>
6576            <ProtoInstance name='Arc'>
6577                 <fieldValue name='cylinderHeightvalue='0.73416'/>
6578                 <fieldValue name='cylinderTranslationvalue='-0.37580 -0.02875 0.62279'/>
6579                 <fieldValue name='coneTranslationvalue='-0.26367 -0.05326 0.45043'/>
6580                 <fieldValue name='rotationvalue='-61.10873 0 -39.75148 1.68943'/>
6581                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6582                 <fieldValue name='ballRadiusvalue='0.02'/>
6583                 <fieldValue name='traceEnabledvalue='false'/>
6584                 <fieldValue name='displayMode'/>
6585                 <fieldValue name='transparencyvalue='0'/>
6586            </ProtoInstance>
6587            <ProtoInstance name='Arc'>
6588                 <fieldValue name='cylinderHeightvalue='0.51943'/>
6589                 <fieldValue name='cylinderTranslationvalue='-0.71552 -0.00333 1.14572'/>
6590                 <fieldValue name='coneTranslationvalue='-0.76965 -0.01025 1.22918'/>
6591                 <fieldValue name='rotationvalue='43.47598 -0.00000 28.19357 1.64026'/>
6592                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6593                 <fieldValue name='ballRadiusvalue='0.02'/>
6594                 <fieldValue name='traceEnabledvalue='false'/>
6595                 <fieldValue name='displayMode'/>
6596                 <fieldValue name='transparencyvalue='0'/>
6597            </ProtoInstance>
6598            <ProtoInstance name='Arc'>
6599                 <fieldValue name='cylinderHeightvalue='0.40447'/>
6600                 <fieldValue name='cylinderTranslationvalue='-0.61378 0.20844 1.38352'/>
6601                 <fieldValue name='coneTranslationvalue='-0.63651 0.20690 1.41909'/>
6602                 <fieldValue name='rotationvalue='34.05981 -0.00000 21.76544 1.60721'/>
6603                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6604                 <fieldValue name='ballRadiusvalue='0.02'/>
6605                 <fieldValue name='traceEnabledvalue='false'/>
6606                 <fieldValue name='displayMode'/>
6607                 <fieldValue name='transparencyvalue='0'/>
6608            </ProtoInstance>
6609            <ProtoInstance name='Arc'>
6610                 <fieldValue name='cylinderHeightvalue='0.14865'/>
6611                 <fieldValue name='cylinderTranslationvalue='1.78391 -1.08147 -0.61491'/>
6612                 <fieldValue name='coneTranslationvalue='1.73635 -1.02531 -0.57105'/>
6613                 <fieldValue name='rotationvalue='-7.60969 0 -8.25276 2.28571'/>
6614                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6615                 <fieldValue name='ballRadiusvalue='0.02'/>
6616                 <fieldValue name='traceEnabledvalue='false'/>
6617                 <fieldValue name='displayMode'/>
6618                 <fieldValue name='transparencyvalue='0'/>
6619            </ProtoInstance>
6620            <ProtoInstance name='Arc'>
6621                 <fieldValue name='cylinderHeightvalue='0.01752'/>
6622                 <fieldValue name='cylinderTranslationvalue='1.73734 -1.03850 -0.57292'/>
6623                 <fieldValue name='coneTranslationvalue='1.82895 -0.93918 -0.64086'/>
6624                 <fieldValue name='rotationvalue='0.78709 -0.00000 1.06137 2.28724'/>
6625                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6626                 <fieldValue name='ballRadiusvalue='0.02'/>
6627                 <fieldValue name='traceEnabledvalue='false'/>
6628                 <fieldValue name='displayMode'/>
6629                 <fieldValue name='transparencyvalue='0'/>
6630            </ProtoInstance>
6631            <ProtoInstance name='Arc'>
6632                 <fieldValue name='cylinderHeightvalue='0.20320'/>
6633                 <fieldValue name='cylinderTranslationvalue='1.76798 -0.94454 -0.53328'/>
6634                 <fieldValue name='coneTranslationvalue='1.75342 -0.99524 -0.55833'/>
6635                 <fieldValue name='rotationvalue='8.71629 0 -5.06786 0.51920'/>
6636                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6637                 <fieldValue name='ballRadiusvalue='0.02'/>
6638                 <fieldValue name='traceEnabledvalue='false'/>
6639                 <fieldValue name='displayMode'/>
6640                 <fieldValue name='transparencyvalue='0'/>
6641            </ProtoInstance>
6642            <ProtoInstance name='Arc'>
6643                 <fieldValue name='cylinderHeightvalue='0.71921'/>
6644                 <fieldValue name='cylinderTranslationvalue='-0.36802 -1.12546 0.16387'/>
6645                 <fieldValue name='coneTranslationvalue='-0.27669 -0.95455 0.21173'/>
6646                 <fieldValue name='rotationvalue='17.24478 0 -32.90757 0.54284'/>
6647                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6648                 <fieldValue name='ballRadiusvalue='0.02'/>
6649                 <fieldValue name='traceEnabledvalue='false'/>
6650                 <fieldValue name='displayMode'/>
6651                 <fieldValue name='transparencyvalue='0'/>
6652            </ProtoInstance>
6653            <ProtoInstance name='Arc'>
6654                 <fieldValue name='cylinderHeightvalue='0.65147'/>
6655                 <fieldValue name='cylinderTranslationvalue='-0.19006 0.03042 -1.64605'/>
6656                 <fieldValue name='coneTranslationvalue='-0.12061 0.01650 -1.79589'/>
6657                 <fieldValue name='rotationvalue='-58.89870 0 -27.29797 1.65489'/>
6658                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6659                 <fieldValue name='ballRadiusvalue='0.02'/>
6660                 <fieldValue name='traceEnabledvalue='false'/>
6661                 <fieldValue name='displayMode'/>
6662                 <fieldValue name='transparencyvalue='0'/>
6663            </ProtoInstance>
6664            <ProtoInstance name='Arc'>
6665                 <fieldValue name='cylinderHeightvalue='0.94609'/>
6666                 <fieldValue name='cylinderTranslationvalue='1.37968 -0.41473 0.18207'/>
6667                 <fieldValue name='coneTranslationvalue='1.11182 -0.33675 0.32407'/>
6668                 <fieldValue name='rotationvalue='42.91784 -0.00000 80.95438 1.31905'/>
6669                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6670                 <fieldValue name='ballRadiusvalue='0.02'/>
6671                 <fieldValue name='traceEnabledvalue='false'/>
6672                 <fieldValue name='displayMode'/>
6673                 <fieldValue name='transparencyvalue='0'/>
6674            </ProtoInstance>
6675            <ProtoInstance name='Arc'>
6676                 <fieldValue name='cylinderHeightvalue='0.36629'/>
6677                 <fieldValue name='cylinderTranslationvalue='-1.30806 0.28179 0.89231'/>
6678                 <fieldValue name='coneTranslationvalue='-1.29098 0.29000 0.90559'/>
6679                 <fieldValue name='rotationvalue='21.02600 0 -27.03237 1.20818'/>
6680                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6681                 <fieldValue name='ballRadiusvalue='0.02'/>
6682                 <fieldValue name='traceEnabledvalue='false'/>
6683                 <fieldValue name='displayMode'/>
6684                 <fieldValue name='transparencyvalue='0'/>
6685            </ProtoInstance>
6686            <ProtoInstance name='Arc'>
6687                 <fieldValue name='cylinderHeightvalue='0.72473'/>
6688                 <fieldValue name='cylinderTranslationvalue='-1.80159 0.20947 0.84037'/>
6689                 <fieldValue name='coneTranslationvalue='-2.00173 0.20536 0.87008'/>
6690                 <fieldValue name='rotationvalue='10.63864 -0.00000 71.67324 1.59111'/>
6691                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6692                 <fieldValue name='ballRadiusvalue='0.02'/>
6693                 <fieldValue name='traceEnabledvalue='false'/>
6694                 <fieldValue name='displayMode'/>
6695                 <fieldValue name='transparencyvalue='0'/>
6696            </ProtoInstance>
6697            <ProtoInstance name='Arc'>
6698                 <fieldValue name='cylinderHeightvalue='0.45286'/>
6699                 <fieldValue name='cylinderTranslationvalue='-0.25155 1.24668 -0.32312'/>
6700                 <fieldValue name='coneTranslationvalue='-0.26669 1.30315 -0.35467'/>
6701                 <fieldValue name='rotationvalue='-21.50644 0 10.31959 0.55476'/>
6702                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6703                 <fieldValue name='ballRadiusvalue='0.02'/>
6704                 <fieldValue name='traceEnabledvalue='false'/>
6705                 <fieldValue name='displayMode'/>
6706                 <fieldValue name='transparencyvalue='0'/>
6707            </ProtoInstance>
6708            <ProtoInstance name='Arc'>
6709                 <fieldValue name='cylinderHeightvalue='0.92100'/>
6710                 <fieldValue name='cylinderTranslationvalue='1.10263 0.92780 0.57130'/>
6711                 <fieldValue name='coneTranslationvalue='0.84467 0.83102 0.45135'/>
6712                 <fieldValue name='rotationvalue='-36.76326 0 79.06257 1.89872'/>
6713                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6714                 <fieldValue name='ballRadiusvalue='0.02'/>
6715                 <fieldValue name='traceEnabledvalue='false'/>
6716                 <fieldValue name='displayMode'/>
6717                 <fieldValue name='transparencyvalue='0'/>
6718            </ProtoInstance>
6719            <ProtoInstance name='Arc'>
6720                 <fieldValue name='cylinderHeightvalue='0.51717'/>
6721                 <fieldValue name='cylinderTranslationvalue='-0.37586 -1.31784 0.00171'/>
6722                 <fieldValue name='coneTranslationvalue='-0.41524 -1.40183 -0.03166'/>
6723                 <fieldValue name='rotationvalue='-17.50451 0 20.66302 2.59048'/>
6724                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6725                 <fieldValue name='ballRadiusvalue='0.02'/>
6726                 <fieldValue name='traceEnabledvalue='false'/>
6727                 <fieldValue name='displayMode'/>
6728                 <fieldValue name='transparencyvalue='0'/>
6729            </ProtoInstance>
6730            <ProtoInstance name='Arc'>
6731                 <fieldValue name='cylinderHeightvalue='0.45582'/>
6732                 <fieldValue name='cylinderTranslationvalue='-0.25753 -0.93118 0.24429'/>
6733                 <fieldValue name='coneTranslationvalue='-0.25305 -0.88161 0.29049'/>
6734                 <fieldValue name='rotationvalue='31.01079 0 -3.00260 0.75256'/>
6735                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6736                 <fieldValue name='ballRadiusvalue='0.02'/>
6737                 <fieldValue name='traceEnabledvalue='false'/>
6738                 <fieldValue name='displayMode'/>
6739                 <fieldValue name='transparencyvalue='0'/>
6740            </ProtoInstance>
6741            <ProtoInstance name='Arc'>
6742                 <fieldValue name='cylinderHeightvalue='1.05473'/>
6743                 <fieldValue name='cylinderTranslationvalue='-0.22479 -0.58487 0.20324'/>
6744                 <fieldValue name='coneTranslationvalue='-0.19153 -0.22774 0.28266'/>
6745                 <fieldValue name='rotationvalue='22.80170 0 -9.54998 0.23658'/>
6746                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6747                 <fieldValue name='ballRadiusvalue='0.02'/>
6748                 <fieldValue name='traceEnabledvalue='false'/>
6749                 <fieldValue name='displayMode'/>
6750                 <fieldValue name='transparencyvalue='0'/>
6751            </ProtoInstance>
6752            <ProtoInstance name='Arc'>
6753                 <fieldValue name='cylinderHeightvalue='0.21289'/>
6754                 <fieldValue name='cylinderTranslationvalue='-0.17817 -1.14222 0.06853'/>
6755                 <fieldValue name='coneTranslationvalue='-0.22565 -1.11974 0.07894'/>
6756                 <fieldValue name='rotationvalue='-4.14144 0 -18.87504 2.00385'/>
6757                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6758                 <fieldValue name='ballRadiusvalue='0.02'/>
6759                 <fieldValue name='traceEnabledvalue='false'/>
6760                 <fieldValue name='displayMode'/>
6761                 <fieldValue name='transparencyvalue='0'/>
6762            </ProtoInstance>
6763            <ProtoInstance name='Arc'>
6764                 <fieldValue name='cylinderHeightvalue='0.58199'/>
6765                 <fieldValue name='cylinderTranslationvalue='0.00544 0.66108 0.40242'/>
6766                 <fieldValue name='coneTranslationvalue='0.11369 0.59813 0.44089'/>
6767                 <fieldValue name='rotationvalue='17.08780 0 -48.09467 2.07204'/>
6768                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6769                 <fieldValue name='ballRadiusvalue='0.02'/>
6770                 <fieldValue name='traceEnabledvalue='false'/>
6771                 <fieldValue name='displayMode'/>
6772                 <fieldValue name='transparencyvalue='0'/>
6773            </ProtoInstance>
6774            <ProtoInstance name='Arc'>
6775                 <fieldValue name='cylinderHeightvalue='0.74290'/>
6776                 <fieldValue name='cylinderTranslationvalue='-0.08550 -1.13717 -0.32029'/>
6777                 <fieldValue name='coneTranslationvalue='-0.08453 -1.16547 -0.11074'/>
6778                 <fieldValue name='rotationvalue='73.62082 0 -0.34220 1.70504'/>
6779                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6780                 <fieldValue name='ballRadiusvalue='0.02'/>
6781                 <fieldValue name='traceEnabledvalue='false'/>
6782                 <fieldValue name='displayMode'/>
6783                 <fieldValue name='transparencyvalue='0'/>
6784            </ProtoInstance>
6785            <ProtoInstance name='Arc'>
6786                 <fieldValue name='cylinderHeightvalue='0.23763'/>
6787                 <fieldValue name='cylinderTranslationvalue='-0.01825 1.15702 -0.04677'/>
6788                 <fieldValue name='coneTranslationvalue='-0.01036 1.12215 -0.02632'/>
6789                 <fieldValue name='rotationvalue='-11.79713 0 4.55445 0.56115'/>
6790                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6791                 <fieldValue name='ballRadiusvalue='0.02'/>
6792                 <fieldValue name='traceEnabledvalue='false'/>
6793                 <fieldValue name='displayMode'/>
6794                 <fieldValue name='transparencyvalue='0'/>
6795            </ProtoInstance>
6796            <ProtoInstance name='Arc'>
6797                 <fieldValue name='cylinderHeightvalue='0.48516'/>
6798                 <fieldValue name='cylinderTranslationvalue='1.91226 0.97164 0.88385'/>
6799                 <fieldValue name='coneTranslationvalue='1.97567 1.01985 0.90562'/>
6800                 <fieldValue name='rotationvalue='12.78916 0 -37.25309 0.94729'/>
6801                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6802                 <fieldValue name='ballRadiusvalue='0.02'/>
6803                 <fieldValue name='traceEnabledvalue='false'/>
6804                 <fieldValue name='displayMode'/>
6805                 <fieldValue name='transparencyvalue='0'/>
6806            </ProtoInstance>
6807            <ProtoInstance name='Arc'>
6808                 <fieldValue name='cylinderHeightvalue='1.01827'/>
6809                 <fieldValue name='cylinderTranslationvalue='1.31852 -0.19199 0.03590'/>
6810                 <fieldValue name='coneTranslationvalue='1.55414 -0.12005 -0.21149'/>
6811                 <fieldValue name='rotationvalue='-72.15178 0 -68.72117 1.36326'/>
6812                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6813                 <fieldValue name='ballRadiusvalue='0.02'/>
6814                 <fieldValue name='traceEnabledvalue='false'/>
6815                 <fieldValue name='displayMode'/>
6816                 <fieldValue name='transparencyvalue='0'/>
6817            </ProtoInstance>
6818            <ProtoInstance name='Arc'>
6819                 <fieldValue name='cylinderHeightvalue='1.15365'/>
6820                 <fieldValue name='cylinderTranslationvalue='1.35714 -0.31063 0.82845'/>
6821                 <fieldValue name='coneTranslationvalue='1.63334 -0.32056 1.14047'/>
6822                 <fieldValue name='rotationvalue='86.35815 0 -76.44512 1.59461'/>
6823                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6824                 <fieldValue name='ballRadiusvalue='0.02'/>
6825                 <fieldValue name='traceEnabledvalue='false'/>
6826                 <fieldValue name='displayMode'/>
6827                 <fieldValue name='transparencyvalue='0'/>
6828            </ProtoInstance>
6829            <ProtoInstance name='Arc'>
6830                 <fieldValue name='cylinderHeightvalue='0.98476'/>
6831                 <fieldValue name='cylinderTranslationvalue='0.97069 0.19080 0.32902'/>
6832                 <fieldValue name='coneTranslationvalue='0.96785 0.52001 0.28336'/>
6833                 <fieldValue name='rotationvalue='-13.52744 0 0.84330 0.13807'/>
6834                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6835                 <fieldValue name='ballRadiusvalue='0.02'/>
6836                 <fieldValue name='traceEnabledvalue='false'/>
6837                 <fieldValue name='displayMode'/>
6838                 <fieldValue name='transparencyvalue='0'/>
6839            </ProtoInstance>
6840            <ProtoInstance name='Arc'>
6841                 <fieldValue name='cylinderHeightvalue='0.74626'/>
6842                 <fieldValue name='cylinderTranslationvalue='0.97084 0.07310 0.34854'/>
6843                 <fieldValue name='coneTranslationvalue='0.96852 0.28443 0.32105'/>
6844                 <fieldValue name='rotationvalue='-9.62371 0 0.81334 0.12978'/>
6845                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6846                 <fieldValue name='ballRadiusvalue='0.02'/>
6847                 <fieldValue name='traceEnabledvalue='false'/>
6848                 <fieldValue name='displayMode'/>
6849                 <fieldValue name='transparencyvalue='0'/>
6850            </ProtoInstance>
6851            <ProtoInstance name='Arc'>
6852                 <fieldValue name='cylinderHeightvalue='0.97204'/>
6853                 <fieldValue name='cylinderTranslationvalue='0.63036 -0.00002 0.56802'/>
6854                 <fieldValue name='coneTranslationvalue='0.39924 0.19912 0.68297'/>
6855                 <fieldValue name='rotationvalue='34.27296 -0.00000 68.91041 0.91369'/>
6856                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6857                 <fieldValue name='ballRadiusvalue='0.02'/>
6858                 <fieldValue name='traceEnabledvalue='false'/>
6859                 <fieldValue name='displayMode'/>
6860                 <fieldValue name='transparencyvalue='0'/>
6861            </ProtoInstance>
6862            <ProtoInstance name='Arc'>
6863                 <fieldValue name='cylinderHeightvalue='1.01131'/>
6864                 <fieldValue name='cylinderTranslationvalue='1.38826 0.71920 0.34284'/>
6865                 <fieldValue name='coneTranslationvalue='1.10014 0.53045 0.31384'/>
6866                 <fieldValue name='rotationvalue='-8.48473 0 84.29654 2.14844'/>
6867                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6868                 <fieldValue name='ballRadiusvalue='0.02'/>
6869                 <fieldValue name='traceEnabledvalue='false'/>
6870                 <fieldValue name='displayMode'/>
6871                 <fieldValue name='transparencyvalue='0'/>
6872            </ProtoInstance>
6873            <ProtoInstance name='Arc'>
6874                 <fieldValue name='cylinderHeightvalue='0.43555'/>
6875                 <fieldValue name='cylinderTranslationvalue='-0.52598 -0.61187 -0.25518'/>
6876                 <fieldValue name='coneTranslationvalue='-0.51809 -0.66152 -0.28366'/>
6877                 <fieldValue name='rotationvalue='-21.46848 0 -5.94571 2.60471'/>
6878                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6879                 <fieldValue name='ballRadiusvalue='0.02'/>
6880                 <fieldValue name='traceEnabledvalue='false'/>
6881                 <fieldValue name='displayMode'/>
6882                 <fieldValue name='transparencyvalue='0'/>
6883            </ProtoInstance>
6884            <ProtoInstance name='Arc'>
6885                 <fieldValue name='cylinderHeightvalue='0.43566'/>
6886                 <fieldValue name='cylinderTranslationvalue='1.73758 0.05440 -0.47229'/>
6887                 <fieldValue name='coneTranslationvalue='1.75762 0.09197 -0.51143'/>
6888                 <fieldValue name='rotationvalue='-29.48655 0 -15.09209 0.86383'/>
6889                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6890                 <fieldValue name='ballRadiusvalue='0.02'/>
6891                 <fieldValue name='traceEnabledvalue='false'/>
6892                 <fieldValue name='displayMode'/>
6893                 <fieldValue name='transparencyvalue='0'/>
6894            </ProtoInstance>
6895            <ProtoInstance name='Arc'>
6896                 <fieldValue name='cylinderHeightvalue='0.54741'/>
6897                 <fieldValue name='cylinderTranslationvalue='-0.15851 -1.55659 0.23178'/>
6898                 <fieldValue name='coneTranslationvalue='-0.06020 -1.52676 0.28050'/>
6899                 <fieldValue name='rotationvalue='23.45477 0 -47.33134 1.30535'/>
6900                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6901                 <fieldValue name='ballRadiusvalue='0.02'/>
6902                 <fieldValue name='traceEnabledvalue='false'/>
6903                 <fieldValue name='displayMode'/>
6904                 <fieldValue name='transparencyvalue='0'/>
6905            </ProtoInstance>
6906            <ProtoInstance name='Arc'>
6907                 <fieldValue name='cylinderHeightvalue='1.03008'/>
6908                 <fieldValue name='cylinderTranslationvalue='-0.01368 -0.55343 -0.27949'/>
6909                 <fieldValue name='coneTranslationvalue='-0.12958 -0.82023 -0.48306'/>
6910                 <fieldValue name='rotationvalue='-59.05994 0 33.62740 2.42107'/>
6911                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6912                 <fieldValue name='ballRadiusvalue='0.02'/>
6913                 <fieldValue name='traceEnabledvalue='false'/>
6914                 <fieldValue name='displayMode'/>
6915                 <fieldValue name='transparencyvalue='0'/>
6916            </ProtoInstance>
6917            <ProtoInstance name='Arc'>
6918                 <fieldValue name='cylinderHeightvalue='1.06073'/>
6919                 <fieldValue name='cylinderTranslationvalue='0.51595 -0.15877 -0.37220'/>
6920                 <fieldValue name='coneTranslationvalue='0.76838 -0.15344 -0.64316'/>
6921                 <fieldValue name='rotationvalue='-77.60215 0 -72.29789 1.55641'/>
6922                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6923                 <fieldValue name='ballRadiusvalue='0.02'/>
6924                 <fieldValue name='traceEnabledvalue='false'/>
6925                 <fieldValue name='displayMode'/>
6926                 <fieldValue name='transparencyvalue='0'/>
6927            </ProtoInstance>
6928            <ProtoInstance name='Arc'>
6929                 <fieldValue name='cylinderHeightvalue='0.94530'/>
6930                 <fieldValue name='cylinderTranslationvalue='0.07701 -0.34208 -0.41609'/>
6931                 <fieldValue name='coneTranslationvalue='0.02578 -0.45829 -0.70179'/>
6932                 <fieldValue name='rotationvalue='-86.37967 0 15.49005 1.95163'/>
6933                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6934                 <fieldValue name='ballRadiusvalue='0.02'/>
6935                 <fieldValue name='traceEnabledvalue='false'/>
6936                 <fieldValue name='displayMode'/>
6937                 <fieldValue name='transparencyvalue='0'/>
6938            </ProtoInstance>
6939            <ProtoInstance name='Arc'>
6940                 <fieldValue name='cylinderHeightvalue='0.13771'/>
6941                 <fieldValue name='cylinderTranslationvalue='0.08842 -0.17560 0.03300'/>
6942                 <fieldValue name='coneTranslationvalue='0.17583 -0.16342 0.01024'/>
6943                 <fieldValue name='rotationvalue='3.43851 -0.00000 13.20747 1.70482'/>
6944                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6945                 <fieldValue name='ballRadiusvalue='0.02'/>
6946                 <fieldValue name='traceEnabledvalue='false'/>
6947                 <fieldValue name='displayMode'/>
6948                 <fieldValue name='transparencyvalue='0'/>
6949            </ProtoInstance>
6950            <ProtoInstance name='Arc'>
6951                 <fieldValue name='cylinderHeightvalue='0.99510'/>
6952                 <fieldValue name='cylinderTranslationvalue='0.24890 0.18113 0.35911'/>
6953                 <fieldValue name='coneTranslationvalue='0.31298 0.41691 0.59202'/>
6954                 <fieldValue name='rotationvalue='68.66111 0 -18.88938 0.79752'/>
6955                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6956                 <fieldValue name='ballRadiusvalue='0.02'/>
6957                 <fieldValue name='traceEnabledvalue='false'/>
6958                 <fieldValue name='displayMode'/>
6959                 <fieldValue name='transparencyvalue='0'/>
6960            </ProtoInstance>
6961            <ProtoInstance name='Arc'>
6962                 <fieldValue name='cylinderHeightvalue='0.94530'/>
6963                 <fieldValue name='cylinderTranslationvalue='0.07701 -0.34208 -0.41609'/>
6964                 <fieldValue name='coneTranslationvalue='0.02578 -0.45829 -0.70179'/>
6965                 <fieldValue name='rotationvalue='-86.37967 0 15.49005 1.95163'/>
6966                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6967                 <fieldValue name='ballRadiusvalue='0.02'/>
6968                 <fieldValue name='traceEnabledvalue='false'/>
6969                 <fieldValue name='displayMode'/>
6970                 <fieldValue name='transparencyvalue='0'/>
6971            </ProtoInstance>
6972            <ProtoInstance name='Arc'>
6973                 <fieldValue name='cylinderHeightvalue='0.83908'/>
6974                 <fieldValue name='cylinderTranslationvalue='0.20019 0.17743 0.25183'/>
6975                 <fieldValue name='coneTranslationvalue='0.22847 0.39013 0.39785'/>
6976                 <fieldValue name='rotationvalue='47.20576 0 -9.14553 0.61022'/>
6977                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6978                 <fieldValue name='ballRadiusvalue='0.02'/>
6979                 <fieldValue name='traceEnabledvalue='false'/>
6980                 <fieldValue name='displayMode'/>
6981                 <fieldValue name='transparencyvalue='0'/>
6982            </ProtoInstance>
6983            <ProtoInstance name='Arc'>
6984                 <fieldValue name='cylinderHeightvalue='0.85159'/>
6985                 <fieldValue name='cylinderTranslationvalue='1.95819 0.18235 0.31198'/>
6986                 <fieldValue name='coneTranslationvalue='2.21509 0.13870 0.25962'/>
6987                 <fieldValue name='rotationvalue='-16.77652 0 -82.31044 1.73579'/>
6988                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6989                 <fieldValue name='ballRadiusvalue='0.02'/>
6990                 <fieldValue name='traceEnabledvalue='false'/>
6991                 <fieldValue name='displayMode'/>
6992                 <fieldValue name='transparencyvalue='0'/>
6993            </ProtoInstance>
6994            <ProtoInstance name='Arc'>
6995                 <fieldValue name='cylinderHeightvalue='0.85159'/>
6996                 <fieldValue name='cylinderTranslationvalue='1.95819 0.18235 0.31198'/>
6997                 <fieldValue name='coneTranslationvalue='2.21509 0.13870 0.25962'/>
6998                 <fieldValue name='rotationvalue='-16.77652 0 -82.31044 1.73579'/>
6999                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7000                 <fieldValue name='ballRadiusvalue='0.02'/>
7001                 <fieldValue name='traceEnabledvalue='false'/>
7002                 <fieldValue name='displayMode'/>
7003                 <fieldValue name='transparencyvalue='0'/>
7004            </ProtoInstance>
7005            <ProtoInstance name='Arc'>
7006                 <fieldValue name='cylinderHeightvalue='0.91662'/>
7007                 <fieldValue name='cylinderTranslationvalue='1.12577 0.33287 0.23330'/>
7008                 <fieldValue name='coneTranslationvalue='0.85184 0.38532 0.12749'/>
7009                 <fieldValue name='rotationvalue='-32.51275 0 84.17289 1.39406'/>
7010                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7011                 <fieldValue name='ballRadiusvalue='0.02'/>
7012                 <fieldValue name='traceEnabledvalue='false'/>
7013                 <fieldValue name='displayMode'/>
7014                 <fieldValue name='transparencyvalue='0'/>
7015            </ProtoInstance>
7016            <ProtoInstance name='Arc'>
7017                 <fieldValue name='cylinderHeightvalue='0.48751'/>
7018                 <fieldValue name='cylinderTranslationvalue='1.55664 0.09660 0.20858'/>
7019                 <fieldValue name='coneTranslationvalue='1.56008 0.04310 0.14423'/>
7020                 <fieldValue name='rotationvalue='-37.45680 0 -2.00049 2.26364'/>
7021                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7022                 <fieldValue name='ballRadiusvalue='0.02'/>
7023                 <fieldValue name='traceEnabledvalue='false'/>
7024                 <fieldValue name='displayMode'/>
7025                 <fieldValue name='transparencyvalue='0'/>
7026            </ProtoInstance>
7027            <ProtoInstance name='Arc'>
7028                 <fieldValue name='cylinderHeightvalue='0.88494'/>
7029                 <fieldValue name='cylinderTranslationvalue='1.42583 0.25395 0.82152'/>
7030                 <fieldValue name='coneTranslationvalue='1.34870 0.25501 1.09326'/>
7031                 <fieldValue name='rotationvalue='85.13138 -0.00000 24.16194 1.56705'/>
7032                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7033                 <fieldValue name='ballRadiusvalue='0.02'/>
7034                 <fieldValue name='traceEnabledvalue='false'/>
7035                 <fieldValue name='displayMode'/>
7036                 <fieldValue name='transparencyvalue='0'/>
7037            </ProtoInstance>
7038            <ProtoInstance name='Arc'>
7039                 <fieldValue name='cylinderHeightvalue='0.61786'/>
7040                 <fieldValue name='cylinderTranslationvalue='1.25671 0.34769 0.34814'/>
7041                 <fieldValue name='coneTranslationvalue='1.11694 0.39368 0.32514'/>
7042                 <fieldValue name='rotationvalue='-9.54468 0 57.98596 1.25687'/>
7043                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7044                 <fieldValue name='ballRadiusvalue='0.02'/>
7045                 <fieldValue name='traceEnabledvalue='false'/>
7046                 <fieldValue name='displayMode'/>
7047                 <fieldValue name='transparencyvalue='0'/>
7048            </ProtoInstance>
7049            <ProtoInstance name='Arc'>
7050                 <fieldValue name='cylinderHeightvalue='0.33303'/>
7051                 <fieldValue name='cylinderTranslationvalue='1.67938 0.20711 0.30606'/>
7052                 <fieldValue name='coneTranslationvalue='1.68458 0.20534 0.30255'/>
7053                 <fieldValue name='rotationvalue='-17.96051 0 -26.54952 1.84556'/>
7054                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7055                 <fieldValue name='ballRadiusvalue='0.02'/>
7056                 <fieldValue name='traceEnabledvalue='false'/>
7057                 <fieldValue name='displayMode'/>
7058                 <fieldValue name='transparencyvalue='0'/>
7059            </ProtoInstance>
7060            <ProtoInstance name='Arc'>
7061                 <fieldValue name='cylinderHeightvalue='0.63527'/>
7062                 <fieldValue name='cylinderTranslationvalue='1.54009 0.56346 0.33244'/>
7063                 <fieldValue name='coneTranslationvalue='1.53683 0.71789 0.30097'/>
7064                 <fieldValue name='rotationvalue='-12.68452 0 1.31030 0.20211'/>
7065                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7066                 <fieldValue name='ballRadiusvalue='0.02'/>
7067                 <fieldValue name='traceEnabledvalue='false'/>
7068                 <fieldValue name='displayMode'/>
7069                 <fieldValue name='transparencyvalue='0'/>
7070            </ProtoInstance>
7071            <ProtoInstance name='Arc'>
7072                 <fieldValue name='cylinderHeightvalue='0.85159'/>
7073                 <fieldValue name='cylinderTranslationvalue='1.95819 0.18235 0.31198'/>
7074                 <fieldValue name='coneTranslationvalue='2.21509 0.13870 0.25962'/>
7075                 <fieldValue name='rotationvalue='-16.77652 0 -82.31044 1.73579'/>
7076                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7077                 <fieldValue name='ballRadiusvalue='0.02'/>
7078                 <fieldValue name='traceEnabledvalue='false'/>
7079                 <fieldValue name='displayMode'/>
7080                 <fieldValue name='transparencyvalue='0'/>
7081            </ProtoInstance>
7082            <ProtoInstance name='Arc'>
7083                 <fieldValue name='cylinderHeightvalue='0.27739'/>
7084                 <fieldValue name='cylinderTranslationvalue='-0.55778 0.52876 0.93833'/>
7085                 <fieldValue name='coneTranslationvalue='-0.55086 0.54315 0.92422'/>
7086                 <fieldValue name='rotationvalue='18.36497 -0.00000 9.01374 2.31220'/>
7087                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7088                 <fieldValue name='ballRadiusvalue='0.02'/>
7089                 <fieldValue name='traceEnabledvalue='false'/>
7090                 <fieldValue name='displayMode'/>
7091                 <fieldValue name='transparencyvalue='0'/>
7092            </ProtoInstance>
7093            <ProtoInstance name='Arc'>
7094                 <fieldValue name='cylinderHeightvalue='0.97778'/>
7095                 <fieldValue name='cylinderTranslationvalue='0.18874 1.00267 0.55099'/>
7096                 <fieldValue name='coneTranslationvalue='0.22720 0.67880 0.50852'/>
7097                 <fieldValue name='rotationvalue='-12.62605 0 -11.43401 2.96649'/>
7098                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7099                 <fieldValue name='ballRadiusvalue='0.02'/>
7100                 <fieldValue name='traceEnabledvalue='false'/>
7101                 <fieldValue name='displayMode'/>
7102                 <fieldValue name='transparencyvalue='0'/>
7103            </ProtoInstance>
7104            <ProtoInstance name='Arc'>
7105                 <fieldValue name='cylinderHeightvalue='0.74713'/>
7106                 <fieldValue name='cylinderTranslationvalue='0.06288 0.51633 0.94886'/>
7107                 <fieldValue name='coneTranslationvalue='0.22322 0.52338 0.80797'/>
7108                 <fieldValue name='rotationvalue='-49.28820 0 -56.09445 1.53776'/>
7109                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7110                 <fieldValue name='ballRadiusvalue='0.02'/>
7111                 <fieldValue name='traceEnabledvalue='false'/>
7112                 <fieldValue name='displayMode'/>
7113                 <fieldValue name='transparencyvalue='0'/>
7114            </ProtoInstance>
7115            <ProtoInstance name='Arc'>
7116                 <fieldValue name='cylinderHeightvalue='0.51054'/>
7117                 <fieldValue name='cylinderTranslationvalue='-0.38080 0.56212 1.38277'/>
7118                 <fieldValue name='coneTranslationvalue='-0.44172 0.58382 1.45274'/>
7119                 <fieldValue name='rotationvalue='37.49462 -0.00000 32.64207 1.34104'/>
7120                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7121                 <fieldValue name='ballRadiusvalue='0.02'/>
7122                 <fieldValue name='traceEnabledvalue='false'/>
7123                 <fieldValue name='displayMode'/>
7124                 <fieldValue name='transparencyvalue='0'/>
7125            </ProtoInstance>
7126            <ProtoInstance name='Arc'>
7127                 <fieldValue name='cylinderHeightvalue='0.93920'/>
7128                 <fieldValue name='cylinderTranslationvalue='-0.47380 -0.13561 0.24930'/>
7129                 <fieldValue name='coneTranslationvalue='-0.29524 -0.00105 0.46346'/>
7130                 <fieldValue name='rotationvalue='64.96468 0 -54.16855 1.12116'/>
7131                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7132                 <fieldValue name='ballRadiusvalue='0.02'/>
7133                 <fieldValue name='traceEnabledvalue='false'/>
7134                 <fieldValue name='displayMode'/>
7135                 <fieldValue name='transparencyvalue='0'/>
7136            </ProtoInstance>
7137            <ProtoInstance name='Arc'>
7138                 <fieldValue name='cylinderHeightvalue='0.30103'/>
7139                 <fieldValue name='cylinderTranslationvalue='-2.58514 0.06399 0.42352'/>
7140                 <fieldValue name='coneTranslationvalue='-2.59462 0.06367 0.42379'/>
7141                 <fieldValue name='rotationvalue='-0.87785 0 -30.07280 1.53713'/>
7142                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7143                 <fieldValue name='ballRadiusvalue='0.02'/>
7144                 <fieldValue name='traceEnabledvalue='false'/>
7145                 <fieldValue name='displayMode'/>
7146                 <fieldValue name='transparencyvalue='0'/>
7147            </ProtoInstance>
7148            <ProtoInstance name='Arc'>
7149                 <fieldValue name='cylinderHeightvalue='0.80818'/>
7150                 <fieldValue name='cylinderTranslationvalue='1.84805 0.00448 -0.26165'/>
7151                 <fieldValue name='coneTranslationvalue='1.67807 -0.03392 -0.09074'/>
7152                 <fieldValue name='rotationvalue='56.58896 -0.00000 56.28096 1.72878'/>
7153                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7154                 <fieldValue name='ballRadiusvalue='0.02'/>
7155                 <fieldValue name='traceEnabledvalue='false'/>
7156                 <fieldValue name='displayMode'/>
7157                 <fieldValue name='transparencyvalue='0'/>
7158            </ProtoInstance>
7159            <ProtoInstance name='Arc'>
7160                 <fieldValue name='cylinderHeightvalue='0.88816'/>
7161                 <fieldValue name='cylinderTranslationvalue='1.04246 0.08666 -0.72891'/>
7162                 <fieldValue name='coneTranslationvalue='1.24430 0.12722 -0.92466'/>
7163                 <fieldValue name='rotationvalue='-61.20084 0 -63.10311 1.42755'/>
7164                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7165                 <fieldValue name='ballRadiusvalue='0.02'/>
7166                 <fieldValue name='traceEnabledvalue='false'/>
7167                 <fieldValue name='displayMode'/>
7168                 <fieldValue name='transparencyvalue='0'/>
7169            </ProtoInstance>
7170            <ProtoInstance name='Arc'>
7171                 <fieldValue name='cylinderHeightvalue='0.77336'/>
7172                 <fieldValue name='cylinderTranslationvalue='0.37363 0.17475 -0.38113'/>
7173                 <fieldValue name='coneTranslationvalue='0.16651 0.26356 -0.35664'/>
7174                 <fieldValue name='rotationvalue='8.35513 -0.00000 70.66246 1.16826'/>
7175                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7176                 <fieldValue name='ballRadiusvalue='0.02'/>
7177                 <fieldValue name='traceEnabledvalue='false'/>
7178                 <fieldValue name='displayMode'/>
7179                 <fieldValue name='transparencyvalue='0'/>
7180            </ProtoInstance>
7181            <ProtoInstance name='Arc'>
7182                 <fieldValue name='cylinderHeightvalue='0.50753'/>
7183                 <fieldValue name='cylinderTranslationvalue='-0.36674 0.14108 1.44497'/>
7184                 <fieldValue name='coneTranslationvalue='-0.42010 0.12705 1.52078'/>
7185                 <fieldValue name='rotationvalue='41.03859 -0.00000 28.88021 1.72092'/>
7186                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7187                 <fieldValue name='ballRadiusvalue='0.02'/>
7188                 <fieldValue name='traceEnabledvalue='false'/>
7189                 <fieldValue name='displayMode'/>
7190                 <fieldValue name='transparencyvalue='0'/>
7191            </ProtoInstance>
7192            <ProtoInstance name='Arc'>
7193                 <fieldValue name='cylinderHeightvalue='0.72283'/>
7194                 <fieldValue name='cylinderTranslationvalue='0.03173 0.23794 0.98958'/>
7195                 <fieldValue name='coneTranslationvalue='0.17333 0.27077 0.85015'/>
7196                 <fieldValue name='rotationvalue='-50.03865 0 -50.81477 1.40707'/>
7197                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7198                 <fieldValue name='ballRadiusvalue='0.02'/>
7199                 <fieldValue name='traceEnabledvalue='false'/>
7200                 <fieldValue name='displayMode'/>
7201                 <fieldValue name='transparencyvalue='0'/>
7202            </ProtoInstance>
7203            <ProtoInstance name='Arc'>
7204                 <fieldValue name='cylinderHeightvalue='0.30207'/>
7205                 <fieldValue name='cylinderTranslationvalue='2.59443 -0.46498 1.35778'/>
7206                 <fieldValue name='coneTranslationvalue='2.60202 -0.46742 1.36188'/>
7207                 <fieldValue name='rotationvalue='-13.82465 0 25.56269 1.29456'/>
7208                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7209                 <fieldValue name='ballRadiusvalue='0.02'/>
7210                 <fieldValue name='traceEnabledvalue='false'/>
7211                 <fieldValue name='displayMode'/>
7212                 <fieldValue name='transparencyvalue='0'/>
7213            </ProtoInstance>
7214            <ProtoInstance name='Arc'>
7215                 <fieldValue name='cylinderHeightvalue='0.65186'/>
7216                 <fieldValue name='cylinderTranslationvalue='1.20867 0.77966 1.93634'/>
7217                 <fieldValue name='coneTranslationvalue='1.31541 0.80490 1.81182'/>
7218                 <fieldValue name='rotationvalue='-48.91553 0 -41.93118 1.41810'/>
7219                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7220                 <fieldValue name='ballRadiusvalue='0.02'/>
7221                 <fieldValue name='traceEnabledvalue='false'/>
7222                 <fieldValue name='displayMode'/>
7223                 <fieldValue name='transparencyvalue='0'/>
7224            </ProtoInstance>
7225            <ProtoInstance name='Arc'>
7226                 <fieldValue name='cylinderHeightvalue='0.35958'/>
7227                 <fieldValue name='cylinderTranslationvalue='0.98613 0.74953 2.35918'/>
7228                 <fieldValue name='coneTranslationvalue='0.98471 0.75167 2.37881'/>
7229                 <fieldValue name='rotationvalue='35.65377 -0.00000 2.57751 1.46244'/>
7230                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7231                 <fieldValue name='ballRadiusvalue='0.02'/>
7232                 <fieldValue name='traceEnabledvalue='false'/>
7233                 <fieldValue name='displayMode'/>
7234                 <fieldValue name='transparencyvalue='0'/>
7235            </ProtoInstance>
7236            <ProtoInstance name='Arc'>
7237                 <fieldValue name='cylinderHeightvalue='0.52743'/>
7238                 <fieldValue name='cylinderTranslationvalue='0.38183 -1.51836 0.60426'/>
7239                 <fieldValue name='coneTranslationvalue='0.32063 -1.46192 0.54240'/>
7240                 <fieldValue name='rotationvalue='-31.45757 0 31.12281 0.99545'/>
7241                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7242                 <fieldValue name='ballRadiusvalue='0.02'/>
7243                 <fieldValue name='traceEnabledvalue='false'/>
7244                 <fieldValue name='displayMode'/>
7245                 <fieldValue name='transparencyvalue='0'/>
7246            </ProtoInstance>
7247            <ProtoInstance name='Arc'>
7248                 <fieldValue name='cylinderHeightvalue='0.34539'/>
7249                 <fieldValue name='cylinderTranslationvalue='0.58329 -1.80656 0.84388'/>
7250                 <fieldValue name='coneTranslationvalue='0.58666 -1.81720 0.84994'/>
7251                 <fieldValue name='rotationvalue='16.46765 0 -9.16879 2.56437'/>
7252                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7253                 <fieldValue name='ballRadiusvalue='0.02'/>
7254                 <fieldValue name='traceEnabledvalue='false'/>
7255                 <fieldValue name='displayMode'/>
7256                 <fieldValue name='transparencyvalue='0'/>
7257            </ProtoInstance>
7258            <ProtoInstance name='Arc'>
7259                 <fieldValue name='cylinderHeightvalue='0.30488'/>
7260                 <fieldValue name='cylinderTranslationvalue='0.81167 0.63119 2.45455'/>
7261                 <fieldValue name='coneTranslationvalue='0.81211 0.63237 2.46201'/>
7262                 <fieldValue name='rotationvalue='-30.06520 0 1.77376 1.72687'/>
7263                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7264                 <fieldValue name='ballRadiusvalue='0.02'/>
7265                 <fieldValue name='traceEnabledvalue='false'/>
7266                 <fieldValue name='displayMode'/>
7267                 <fieldValue name='transparencyvalue='0'/>
7268            </ProtoInstance>
7269            <ProtoInstance name='Arc'>
7270                 <fieldValue name='cylinderHeightvalue='0.18199'/>
7271                 <fieldValue name='cylinderTranslationvalue='0.11487 -0.04346 -2.64416'/>
7272                 <fieldValue name='coneTranslationvalue='0.07134 -0.03422 -2.59142'/>
7273                 <fieldValue name='rotationvalue='-13.91084 0 -11.47839 1.70500'/>
7274                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7275                 <fieldValue name='ballRadiusvalue='0.02'/>
7276                 <fieldValue name='traceEnabledvalue='false'/>
7277                 <fieldValue name='displayMode'/>
7278                 <fieldValue name='transparencyvalue='0'/>
7279            </ProtoInstance>
7280            <ProtoInstance name='Arc'>
7281                 <fieldValue name='cylinderHeightvalue='0.64463'/>
7282                 <fieldValue name='cylinderTranslationvalue='0.00195 -0.01411 -2.25758'/>
7283                 <fieldValue name='coneTranslationvalue='-0.02601 -0.00546 -2.09793'/>
7284                 <fieldValue name='rotationvalue='63.40606 -0.00000 11.10455 1.51750'/>
7285                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7286                 <fieldValue name='ballRadiusvalue='0.02'/>
7287                 <fieldValue name='traceEnabledvalue='false'/>
7288                 <fieldValue name='displayMode'/>
7289                 <fieldValue name='transparencyvalue='0'/>
7290            </ProtoInstance>
7291            <ProtoInstance name='Arc'>
7292                 <fieldValue name='cylinderHeightvalue='0.06719'/>
7293                 <fieldValue name='cylinderTranslationvalue='2.53745 -2.66605 1.26881'/>
7294                 <fieldValue name='coneTranslationvalue='2.44638 -2.70597 1.34686'/>
7295                 <fieldValue name='rotationvalue='-4.14826 0 -4.84106 1.24952'/>
7296                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7297                 <fieldValue name='ballRadiusvalue='0.02'/>
7298                 <fieldValue name='traceEnabledvalue='false'/>
7299                 <fieldValue name='displayMode'/>
7300                 <fieldValue name='transparencyvalue='0'/>
7301            </ProtoInstance>
7302            <ProtoInstance name='Arc'>
7303                 <fieldValue name='cylinderHeightvalue='0.01663'/>
7304                 <fieldValue name='cylinderTranslationvalue='2.50720 -2.67923 1.29465'/>
7305                 <fieldValue name='coneTranslationvalue='2.61756 -2.63237 1.20173'/>
7306                 <fieldValue name='rotationvalue='1.01853 -0.00000 1.20977 1.88484'/>
7307                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7308                 <fieldValue name='ballRadiusvalue='0.02'/>
7309                 <fieldValue name='traceEnabledvalue='false'/>
7310                 <fieldValue name='displayMode'/>
7311                 <fieldValue name='transparencyvalue='0'/>
7312            </ProtoInstance>
7313            <ProtoInstance name='Arc'>
7314                 <fieldValue name='cylinderHeightvalue='0.29564'/>
7315                 <fieldValue name='cylinderTranslationvalue='0.16072 1.32366 0.04936'/>
7316                 <fieldValue name='coneTranslationvalue='0.17085 1.32173 0.05584'/>
7317                 <fieldValue name='rotationvalue='-15.74236 0 24.58079 1.41150'/>
7318                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7319                 <fieldValue name='ballRadiusvalue='0.02'/>
7320                 <fieldValue name='traceEnabledvalue='false'/>
7321                 <fieldValue name='displayMode'/>
7322                 <fieldValue name='transparencyvalue='0'/>
7323            </ProtoInstance>
7324            <ProtoInstance name='Arc'>
7325                 <fieldValue name='cylinderHeightvalue='0.71023'/>
7326                 <fieldValue name='cylinderTranslationvalue='2.23534 -0.24421 0.79020'/>
7327                 <fieldValue name='coneTranslationvalue='2.35538 -0.30876 0.92982'/>
7328                 <fieldValue name='rotationvalue='50.82072 0 -43.69626 1.90798'/>
7329                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7330                 <fieldValue name='ballRadiusvalue='0.02'/>
7331                 <fieldValue name='traceEnabledvalue='false'/>
7332                 <fieldValue name='displayMode'/>
7333                 <fieldValue name='transparencyvalue='0'/>
7334            </ProtoInstance>
7335            <ProtoInstance name='Arc'>
7336                 <fieldValue name='cylinderHeightvalue='0.65830'/>
7337                 <fieldValue name='cylinderTranslationvalue='-0.38934 -1.04876 0.32084'/>
7338                 <fieldValue name='coneTranslationvalue='-0.31389 -0.90284 0.36118'/>
7339                 <fieldValue name='rotationvalue='15.69940 0 -29.36477 0.53034'/>
7340                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7341                 <fieldValue name='ballRadiusvalue='0.02'/>
7342                 <fieldValue name='traceEnabledvalue='false'/>
7343                 <fieldValue name='displayMode'/>
7344                 <fieldValue name='transparencyvalue='0'/>
7345            </ProtoInstance>
7346            <ProtoInstance name='Arc'>
7347                 <fieldValue name='cylinderHeightvalue='0.61327'/>
7348                 <fieldValue name='cylinderTranslationvalue='-0.36982 -1.07512 0.24622'/>
7349                 <fieldValue name='coneTranslationvalue='-0.29027 -0.95195 0.24807'/>
7350                 <fieldValue name='rotationvalue='0.77461 0 -33.26842 0.57355'/>
7351                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7352                 <fieldValue name='ballRadiusvalue='0.02'/>
7353                 <fieldValue name='traceEnabledvalue='false'/>
7354                 <fieldValue name='displayMode'/>
7355                 <fieldValue name='transparencyvalue='0'/>
7356            </ProtoInstance>
7357            <ProtoInstance name='Arc'>
7358                 <fieldValue name='cylinderHeightvalue='0.29673'/>
7359                 <fieldValue name='cylinderTranslationvalue='2.33852 -0.37645 1.20235'/>
7360                 <fieldValue name='coneTranslationvalue='2.34772 -0.37985 1.20860'/>
7361                 <fieldValue name='rotationvalue='-15.95044 0 23.46688 1.27382'/>
7362                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7363                 <fieldValue name='ballRadiusvalue='0.02'/>
7364                 <fieldValue name='traceEnabledvalue='false'/>
7365                 <fieldValue name='displayMode'/>
7366                 <fieldValue name='transparencyvalue='0'/>
7367            </ProtoInstance>
7368            <ProtoInstance name='Arc'>
7369                 <fieldValue name='cylinderHeightvalue='0.31287'/>
7370                 <fieldValue name='cylinderTranslationvalue='2.58818 -0.46278 1.35365'/>
7371                 <fieldValue name='coneTranslationvalue='2.58516 -0.46181 1.35202'/>
7372                 <fieldValue name='rotationvalue='14.30984 0 -26.46500 1.84874'/>
7373                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7374                 <fieldValue name='ballRadiusvalue='0.02'/>
7375                 <fieldValue name='traceEnabledvalue='false'/>
7376                 <fieldValue name='displayMode'/>
7377                 <fieldValue name='transparencyvalue='0'/>
7378            </ProtoInstance>
7379            <ProtoInstance name='Arc'>
7380                 <fieldValue name='cylinderHeightvalue='0.49169'/>
7381                 <fieldValue name='cylinderTranslationvalue='-0.11682 -1.58618 0.19764'/>
7382                 <fieldValue name='coneTranslationvalue='-0.05364 -1.55406 0.24607'/>
7383                 <fieldValue name='rotationvalue='27.74075 0 -36.18776 1.18729'/>
7384                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7385                 <fieldValue name='ballRadiusvalue='0.02'/>
7386                 <fieldValue name='traceEnabledvalue='false'/>
7387                 <fieldValue name='displayMode'/>
7388                 <fieldValue name='transparencyvalue='0'/>
7389            </ProtoInstance>
7390            <ProtoInstance name='Arc'>
7391                 <fieldValue name='cylinderHeightvalue='0.16302'/>
7392                 <fieldValue name='cylinderTranslationvalue='-0.36363 -1.67553 0.01100'/>
7393                 <fieldValue name='coneTranslationvalue='-0.30020 -1.67808 0.05716'/>
7394                 <fieldValue name='rotationvalue='-9.58744 0 13.17411 1.53842'/>
7395                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7396                 <fieldValue name='ballRadiusvalue='0.02'/>
7397                 <fieldValue name='traceEnabledvalue='false'/>
7398                 <fieldValue name='displayMode'/>
7399                 <fieldValue name='transparencyvalue='0'/>
7400            </ProtoInstance>
7401            <ProtoInstance name='Arc'>
7402                 <fieldValue name='cylinderHeightvalue='0.45274'/>
7403                 <fieldValue name='cylinderTranslationvalue='-0.30395 0.17137 0.74865'/>
7404                 <fieldValue name='coneTranslationvalue='-0.33356 0.20153 0.79982'/>
7405                 <fieldValue name='rotationvalue='34.90544 -0.00000 20.19841 1.09903'/>
7406                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7407                 <fieldValue name='ballRadiusvalue='0.02'/>
7408                 <fieldValue name='traceEnabledvalue='false'/>
7409                 <fieldValue name='displayMode'/>
7410                 <fieldValue name='transparencyvalue='0'/>
7411            </ProtoInstance>
7412            <ProtoInstance name='Arc'>
7413                 <fieldValue name='cylinderHeightvalue='0.84017'/>
7414                 <fieldValue name='cylinderTranslationvalue='-0.52157 -0.01741 0.83408'/>
7415                 <fieldValue name='coneTranslationvalue='-0.71883 -0.07059 0.99503'/>
7416                 <fieldValue name='rotationvalue='51.99122 -0.00000 63.72254 1.77673'/>
7417                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7418                 <fieldValue name='ballRadiusvalue='0.02'/>
7419                 <fieldValue name='traceEnabledvalue='false'/>
7420                 <fieldValue name='displayMode'/>
7421                 <fieldValue name='transparencyvalue='0'/>
7422            </ProtoInstance>
7423            <ProtoInstance name='Arc'>
7424                 <fieldValue name='cylinderHeightvalue='0.68041'/>
7425                 <fieldValue name='cylinderTranslationvalue='0.34093 -1.65574 0.60089'/>
7426                 <fieldValue name='coneTranslationvalue='0.28017 -1.50696 0.51936'/>
7427                 <fieldValue name='rotationvalue='-30.78355 0 22.94198 0.59953'/>
7428                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7429                 <fieldValue name='ballRadiusvalue='0.02'/>
7430                 <fieldValue name='traceEnabledvalue='false'/>
7431                 <fieldValue name='displayMode'/>
7432                 <fieldValue name='transparencyvalue='0'/>
7433            </ProtoInstance>
7434            <ProtoInstance name='Arc'>
7435                 <fieldValue name='cylinderHeightvalue='0.37783'/>
7436                 <fieldValue name='cylinderTranslationvalue='-0.70466 0.47077 1.28856'/>
7437                 <fieldValue name='coneTranslationvalue='-0.72302 0.48044 1.30869'/>
7438                 <fieldValue name='rotationvalue='26.31425 -0.00000 23.98775 1.22978'/>
7439                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7440                 <fieldValue name='ballRadiusvalue='0.02'/>
7441                 <fieldValue name='traceEnabledvalue='false'/>
7442                 <fieldValue name='displayMode'/>
7443                 <fieldValue name='transparencyvalue='0'/>
7444            </ProtoInstance>
7445            <ProtoInstance name='Arc'>
7446                 <fieldValue name='cylinderHeightvalue='1.50913'/>
7447                 <fieldValue name='cylinderTranslationvalue='-0.01290 -0.45938 0.14505'/>
7448                 <fieldValue name='coneTranslationvalue='0.55882 -0.29788 0.12131'/>
7449                 <fieldValue name='rotationvalue='-6.02562 0 -145.11415 1.29572'/>
7450                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7451                 <fieldValue name='ballRadiusvalue='0.02'/>
7452                 <fieldValue name='traceEnabledvalue='false'/>
7453                 <fieldValue name='displayMode'/>
7454                 <fieldValue name='transparencyvalue='0'/>
7455            </ProtoInstance>
7456            <ProtoInstance name='Arc'>
7457                 <fieldValue name='cylinderHeightvalue='1.02407'/>
7458                 <fieldValue name='cylinderTranslationvalue='-1.24809 -0.63734 0.21693'/>
7459                 <fieldValue name='coneTranslationvalue='-1.59846 -0.61878 0.24563'/>
7460                 <fieldValue name='rotationvalue='8.34941 -0.00000 101.92280 1.51805'/>
7461                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7462                 <fieldValue name='ballRadiusvalue='0.02'/>
7463                 <fieldValue name='traceEnabledvalue='false'/>
7464                 <fieldValue name='displayMode'/>
7465                 <fieldValue name='transparencyvalue='0'/>
7466            </ProtoInstance>
7467            <ProtoInstance name='Arc'>
7468                 <fieldValue name='cylinderHeightvalue='1.03532'/>
7469                 <fieldValue name='cylinderTranslationvalue='1.21820 -0.33401 0.03697'/>
7470                 <fieldValue name='coneTranslationvalue='0.86892 -0.27902 0.09083'/>
7471                 <fieldValue name='rotationvalue='15.59120 -0.00000 101.10636 1.41644'/>
7472                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7473                 <fieldValue name='ballRadiusvalue='0.02'/>
7474                 <fieldValue name='traceEnabledvalue='false'/>
7475                 <fieldValue name='displayMode'/>
7476                 <fieldValue name='transparencyvalue='0'/>
7477            </ProtoInstance>
7478            <ProtoInstance name='Arc'>
7479                 <fieldValue name='cylinderHeightvalue='0.86258'/>
7480                 <fieldValue name='cylinderTranslationvalue='1.52753 -0.06551 1.53250'/>
7481                 <fieldValue name='coneTranslationvalue='1.39428 0.09732 1.70376'/>
7482                 <fieldValue name='rotationvalue='54.45298 -0.00000 42.36658 0.92704'/>
7483                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7484                 <fieldValue name='ballRadiusvalue='0.02'/>
7485                 <fieldValue name='traceEnabledvalue='false'/>
7486                 <fieldValue name='displayMode'/>
7487                 <fieldValue name='transparencyvalue='0'/>
7488            </ProtoInstance>
7489            <ProtoInstance name='Arc'>
7490                 <fieldValue name='cylinderHeightvalue='0.08413'/>
7491                 <fieldValue name='cylinderTranslationvalue='0.06818 -1.47195 0.37181'/>
7492                 <fieldValue name='coneTranslationvalue='0.05678 -1.53433 0.27237'/>
7493                 <fieldValue name='rotationvalue='7.09350 0 -0.81274 1.01346'/>
7494                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7495                 <fieldValue name='ballRadiusvalue='0.02'/>
7496                 <fieldValue name='traceEnabledvalue='false'/>
7497                 <fieldValue name='displayMode'/>
7498                 <fieldValue name='transparencyvalue='0'/>
7499            </ProtoInstance>
7500            <ProtoInstance name='Arc'>
7501                 <fieldValue name='cylinderHeightvalue='0.04006'/>
7502                 <fieldValue name='cylinderTranslationvalue='0.07979 -1.48743 0.34681'/>
7503                 <fieldValue name='coneTranslationvalue='-0.02976 -1.53471 0.27364'/>
7504                 <fieldValue name='rotationvalue='2.09449 0 -3.13557 1.22622'/>
7505                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7506                 <fieldValue name='ballRadiusvalue='0.02'/>
7507                 <fieldValue name='traceEnabledvalue='false'/>
7508                 <fieldValue name='displayMode'/>
7509                 <fieldValue name='transparencyvalue='0'/>
7510            </ProtoInstance>
7511            <ProtoInstance name='Arc'>
7512                 <fieldValue name='cylinderHeightvalue='0.33356'/>
7513                 <fieldValue name='cylinderTranslationvalue='1.99400 1.03845 0.91156'/>
7514                 <fieldValue name='coneTranslationvalue='1.99922 1.04256 0.91292'/>
7515                 <fieldValue name='rotationvalue='6.69662 0 -25.68652 0.92034'/>
7516                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7517                 <fieldValue name='ballRadiusvalue='0.02'/>
7518                 <fieldValue name='traceEnabledvalue='false'/>
7519                 <fieldValue name='displayMode'/>
7520                 <fieldValue name='transparencyvalue='0'/>
7521            </ProtoInstance>
7522            <ProtoInstance name='Arc'>
7523                 <fieldValue name='cylinderHeightvalue='0.02982'/>
7524                 <fieldValue name='cylinderTranslationvalue='1.85668 0.92616 0.88204'/>
7525                 <fieldValue name='coneTranslationvalue='1.94322 1.03607 0.84354'/>
7526                 <fieldValue name='rotationvalue='0.79116 -0.00000 1.77853 2.43030'/>
7527                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7528                 <fieldValue name='ballRadiusvalue='0.02'/>
7529                 <fieldValue name='traceEnabledvalue='false'/>
7530                 <fieldValue name='displayMode'/>
7531                 <fieldValue name='transparencyvalue='0'/>
7532            </ProtoInstance>
7533            <ProtoInstance name='Arc'>
7534                 <fieldValue name='cylinderHeightvalue='0.98075'/>
7535                 <fieldValue name='cylinderTranslationvalue='1.26656 0.30970 0.14134'/>
7536                 <fieldValue name='coneTranslationvalue='1.46873 0.06124 0.06047'/>
7537                 <fieldValue name='rotationvalue='-24.00839 0 -60.01641 2.42198'/>
7538                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7539                 <fieldValue name='ballRadiusvalue='0.02'/>
7540                 <fieldValue name='traceEnabledvalue='false'/>
7541                 <fieldValue name='displayMode'/>
7542                 <fieldValue name='transparencyvalue='0'/>
7543            </ProtoInstance>
7544            <ProtoInstance name='Arc'>
7545                 <fieldValue name='cylinderHeightvalue='0.68501'/>
7546                 <fieldValue name='cylinderTranslationvalue='1.19804 0.92750 0.30240'/>
7547                 <fieldValue name='coneTranslationvalue='1.32143 1.06019 0.32425'/>
7548                 <fieldValue name='rotationvalue='8.20283 0 -46.31273 0.75681'/>
7549                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7550                 <fieldValue name='ballRadiusvalue='0.02'/>
7551                 <fieldValue name='traceEnabledvalue='false'/>
7552                 <fieldValue name='displayMode'/>
7553                 <fieldValue name='transparencyvalue='0'/>
7554            </ProtoInstance>
7555            <ProtoInstance name='Arc'>
7556                 <fieldValue name='cylinderHeightvalue='0.23862'/>
7557                 <fieldValue name='cylinderTranslationvalue='0.96663 0.56079 0.28090'/>
7558                 <fieldValue name='coneTranslationvalue='0.96658 0.60093 0.27424'/>
7559                 <fieldValue name='rotationvalue='3.90373 0 -0.02996 2.97725'/>
7560                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7561                 <fieldValue name='ballRadiusvalue='0.02'/>
7562                 <fieldValue name='traceEnabledvalue='false'/>
7563                 <fieldValue name='displayMode'/>
7564                 <fieldValue name='transparencyvalue='0'/>
7565            </ProtoInstance>
7566            <ProtoInstance name='Arc'>
7567                 <fieldValue name='cylinderHeightvalue='0.53734'/>
7568                 <fieldValue name='cylinderTranslationvalue='0.73667 0.80921 0.30918'/>
7569                 <fieldValue name='coneTranslationvalue='0.64372 0.86208 0.32851'/>
7570                 <fieldValue name='rotationvalue='9.55890 -0.00000 45.96182 1.06268'/>
7571                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7572                 <fieldValue name='ballRadiusvalue='0.02'/>
7573                 <fieldValue name='traceEnabledvalue='false'/>
7574                 <fieldValue name='displayMode'/>
7575                 <fieldValue name='transparencyvalue='0'/>
7576            </ProtoInstance>
7577            <ProtoInstance name='Arc'>
7578                 <fieldValue name='cylinderHeightvalue='0.42939'/>
7579                 <fieldValue name='cylinderTranslationvalue='-2.23842 0.15124 0.39114'/>
7580                 <fieldValue name='coneTranslationvalue='-2.18840 0.17218 0.38401'/>
7581                 <fieldValue name='rotationvalue='-5.59775 0 -39.27093 1.17795'/>
7582                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7583                 <fieldValue name='ballRadiusvalue='0.02'/>
7584                 <fieldValue name='traceEnabledvalue='false'/>
7585                 <fieldValue name='displayMode'/>
7586                 <fieldValue name='transparencyvalue='0'/>
7587            </ProtoInstance>
7588            <ProtoInstance name='Arc'>
7589                 <fieldValue name='cylinderHeightvalue='0.00697'/>
7590                 <fieldValue name='cylinderTranslationvalue='1.15504 2.57703 2.49551'/>
7591                 <fieldValue name='coneTranslationvalue='1.04561 2.51442 2.58827'/>
7592                 <fieldValue name='rotationvalue='-0.41298 0 -0.48719 1.15930'/>
7593                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7594                 <fieldValue name='ballRadiusvalue='0.02'/>
7595                 <fieldValue name='traceEnabledvalue='false'/>
7596                 <fieldValue name='displayMode'/>
7597                 <fieldValue name='transparencyvalue='0'/>
7598            </ProtoInstance>
7599            <ProtoInstance name='Arc'>
7600                 <fieldValue name='cylinderHeightvalue='0.07016'/>
7601                 <fieldValue name='cylinderTranslationvalue='1.13316 2.55882 2.52144'/>
7602                 <fieldValue name='coneTranslationvalue='1.20241 2.61870 2.43645'/>
7603                 <fieldValue name='rotationvalue='4.77311 -0.00000 3.88891 2.07076'/>
7604                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7605                 <fieldValue name='ballRadiusvalue='0.02'/>
7606                 <fieldValue name='traceEnabledvalue='false'/>
7607                 <fieldValue name='displayMode'/>
7608                 <fieldValue name='transparencyvalue='0'/>
7609            </ProtoInstance>
7610            <ProtoInstance name='Arc'>
7611                 <fieldValue name='cylinderHeightvalue='1.00221'/>
7612                 <fieldValue name='cylinderTranslationvalue='-1.58140 0.35321 0.32066'/>
7613                 <fieldValue name='coneTranslationvalue='-1.91755 0.29944 0.34217'/>
7614                 <fieldValue name='rotationvalue='6.32100 -0.00000 98.76600 1.72908'/>
7615                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7616                 <fieldValue name='ballRadiusvalue='0.02'/>
7617                 <fieldValue name='traceEnabledvalue='false'/>
7618                 <fieldValue name='displayMode'/>
7619                 <fieldValue name='transparencyvalue='0'/>
7620            </ProtoInstance>
7621            <ProtoInstance name='Arc'>
7622                 <fieldValue name='cylinderHeightvalue='0.65307'/>
7623                 <fieldValue name='cylinderTranslationvalue='-1.01178 0.72165 0.15830'/>
7624                 <fieldValue name='coneTranslationvalue='-0.97313 0.86928 0.09161'/>
7625                 <fieldValue name='rotationvalue='-26.15175 0 -15.15671 0.48119'/>
7626                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7627                 <fieldValue name='ballRadiusvalue='0.02'/>
7628                 <fieldValue name='traceEnabledvalue='false'/>
7629                 <fieldValue name='displayMode'/>
7630                 <fieldValue name='transparencyvalue='0'/>
7631            </ProtoInstance>
7632            <ProtoInstance name='Arc'>
7633                 <fieldValue name='cylinderHeightvalue='0.97779'/>
7634                 <fieldValue name='cylinderTranslationvalue='-1.56482 0.33282 0.32610'/>
7635                 <fieldValue name='coneTranslationvalue='-1.88588 0.26596 0.35103'/>
7636                 <fieldValue name='rotationvalue='7.40942 -0.00000 95.44990 1.77550'/>
7637                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7638                 <fieldValue name='ballRadiusvalue='0.02'/>
7639                 <fieldValue name='traceEnabledvalue='false'/>
7640                 <fieldValue name='displayMode'/>
7641                 <fieldValue name='transparencyvalue='0'/>
7642            </ProtoInstance>
7643            <ProtoInstance name='Arc'>
7644                 <fieldValue name='cylinderHeightvalue='0.30748'/>
7645                 <fieldValue name='cylinderTranslationvalue='-0.53255 -1.75135 -0.25246'/>
7646                 <fieldValue name='coneTranslationvalue='-0.53520 -1.75629 -0.25526'/>
7647                 <fieldValue name='rotationvalue='13.74878 0 -13.00682 0.66306'/>
7648                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7649                 <fieldValue name='ballRadiusvalue='0.02'/>
7650                 <fieldValue name='traceEnabledvalue='false'/>
7651                 <fieldValue name='displayMode'/>
7652                 <fieldValue name='transparencyvalue='0'/>
7653            </ProtoInstance>
7654            <ProtoInstance name='Arc'>
7655                 <fieldValue name='cylinderHeightvalue='0.32678'/>
7656                 <fieldValue name='cylinderTranslationvalue='1.95374 0.34572 -0.75825'/>
7657                 <fieldValue name='coneTranslationvalue='1.95602 0.34665 -0.76058'/>
7658                 <fieldValue name='rotationvalue='-22.46435 0 -21.98447 1.29378'/>
7659                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7660                 <fieldValue name='ballRadiusvalue='0.02'/>
7661                 <fieldValue name='traceEnabledvalue='false'/>
7662                 <fieldValue name='displayMode'/>
7663                 <fieldValue name='transparencyvalue='0'/>
7664            </ProtoInstance>
7665            <ProtoInstance name='Arc'>
7666                 <fieldValue name='cylinderHeightvalue='0.00183'/>
7667                 <fieldValue name='cylinderTranslationvalue='0.09617 -1.48034 0.35778'/>
7668                 <fieldValue name='coneTranslationvalue='0.21845 -1.42501 0.44318'/>
7669                 <fieldValue name='rotationvalue='-0.09829 0 0.14072 1.92609'/>
7670                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7671                 <fieldValue name='ballRadiusvalue='0.02'/>
7672                 <fieldValue name='traceEnabledvalue='false'/>
7673                 <fieldValue name='displayMode'/>
7674                 <fieldValue name='transparencyvalue='0'/>
7675            </ProtoInstance>
7676            <ProtoInstance name='Arc'>
7677                 <fieldValue name='cylinderHeightvalue='0.51573'/>
7678                 <fieldValue name='cylinderTranslationvalue='0.07248 0.56774 0.70988'/>
7679                 <fieldValue name='coneTranslationvalue='-0.00061 0.61909 0.66987'/>
7680                 <fieldValue name='rotationvalue='-21.08250 0 38.51166 1.01847'/>
7681                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7682                 <fieldValue name='ballRadiusvalue='0.02'/>
7683                 <fieldValue name='traceEnabledvalue='false'/>
7684                 <fieldValue name='displayMode'/>
7685                 <fieldValue name='transparencyvalue='0'/>
7686            </ProtoInstance>
7687            <ProtoInstance name='Arc'>
7688                 <fieldValue name='cylinderHeightvalue='1.36531'/>
7689                 <fieldValue name='cylinderTranslationvalue='0.01126 -0.16619 0.60732'/>
7690                 <fieldValue name='coneTranslationvalue='-0.18304 -0.62451 0.44809'/>
7691                 <fieldValue name='rotationvalue='-41.59494 0 50.75491 2.64021'/>
7692                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7693                 <fieldValue name='ballRadiusvalue='0.02'/>
7694                 <fieldValue name='traceEnabledvalue='false'/>
7695                 <fieldValue name='displayMode'/>
7696                 <fieldValue name='transparencyvalue='0'/>
7697            </ProtoInstance>
7698            <ProtoInstance name='Arc'>
7699                 <fieldValue name='cylinderHeightvalue='0.52779'/>
7700                 <fieldValue name='cylinderTranslationvalue='0.25930 0.48943 0.55768'/>
7701                 <fieldValue name='coneTranslationvalue='0.25704 0.51186 0.45626'/>
7702                 <fieldValue name='rotationvalue='-51.52141 0 1.14724 1.35316'/>
7703                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7704                 <fieldValue name='ballRadiusvalue='0.02'/>
7705                 <fieldValue name='traceEnabledvalue='false'/>
7706                 <fieldValue name='displayMode'/>
7707                 <fieldValue name='transparencyvalue='0'/>
7708            </ProtoInstance>
7709            <ProtoInstance name='Arc'>
7710                 <fieldValue name='cylinderHeightvalue='0.66975'/>
7711                 <fieldValue name='cylinderTranslationvalue='0.49165 -1.57890 0.77322'/>
7712                 <fieldValue name='coneTranslationvalue='0.44362 -1.43109 0.69305'/>
7713                 <fieldValue name='rotationvalue='-30.70316 0 18.39171 0.56378'/>
7714                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7715                 <fieldValue name='ballRadiusvalue='0.02'/>
7716                 <fieldValue name='traceEnabledvalue='false'/>
7717                 <fieldValue name='displayMode'/>
7718                 <fieldValue name='transparencyvalue='0'/>
7719            </ProtoInstance>
7720            <ProtoInstance name='Arc'>
7721                 <fieldValue name='cylinderHeightvalue='0.29097'/>
7722                 <fieldValue name='cylinderTranslationvalue='-0.60858 0.09494 -1.35751'/>
7723                 <fieldValue name='coneTranslationvalue='-0.60126 0.09399 -1.34501'/>
7724                 <fieldValue name='rotationvalue='-25.05600 0 14.67051 1.50527'/>
7725                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7726                 <fieldValue name='ballRadiusvalue='0.02'/>
7727                 <fieldValue name='traceEnabledvalue='false'/>
7728                 <fieldValue name='displayMode'/>
7729                 <fieldValue name='transparencyvalue='0'/>
7730            </ProtoInstance>
7731            <ProtoInstance name='Arc'>
7732                 <fieldValue name='cylinderHeightvalue='0.32663'/>
7733                 <fieldValue name='cylinderTranslationvalue='2.34338 -0.23702 -0.11269'/>
7734                 <fieldValue name='coneTranslationvalue='2.34026 -0.23656 -0.11166'/>
7735                 <fieldValue name='rotationvalue='10.11511 -0.00000 30.72647 1.43185'/>
7736                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7737                 <fieldValue name='ballRadiusvalue='0.02'/>
7738                 <fieldValue name='traceEnabledvalue='false'/>
7739                 <fieldValue name='displayMode'/>
7740                 <fieldValue name='transparencyvalue='0'/>
7741            </ProtoInstance>
7742            <ProtoInstance name='Arc'>
7743                 <fieldValue name='cylinderHeightvalue='0.46972'/>
7744                 <fieldValue name='cylinderTranslationvalue='-0.49029 1.40639 0.37207'/>
7745                 <fieldValue name='coneTranslationvalue='-0.49140 1.34352 0.41269'/>
7746                 <fieldValue name='rotationvalue='25.48697 -0.00000 0.69492 2.56783'/>
7747                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7748                 <fieldValue name='ballRadiusvalue='0.02'/>
7749                 <fieldValue name='traceEnabledvalue='false'/>
7750                 <fieldValue name='displayMode'/>
7751                 <fieldValue name='transparencyvalue='0'/>
7752            </ProtoInstance>
7753            <ProtoInstance name='Arc'>
7754                 <fieldValue name='cylinderHeightvalue='0.63060'/>
7755                 <fieldValue name='cylinderTranslationvalue='1.01724 -0.31486 0.06019'/>
7756                 <fieldValue name='coneTranslationvalue='0.86723 -0.28509 0.08715'/>
7757                 <fieldValue name='rotationvalue='10.94642 -0.00000 60.91443 1.37790'/>
7758                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7759                 <fieldValue name='ballRadiusvalue='0.02'/>
7760                 <fieldValue name='traceEnabledvalue='false'/>
7761                 <fieldValue name='displayMode'/>
7762                 <fieldValue name='transparencyvalue='0'/>
7763            </ProtoInstance>
7764            <ProtoInstance name='Arc'>
7765                 <fieldValue name='cylinderHeightvalue='0.00385'/>
7766                 <fieldValue name='cylinderTranslationvalue='2.49974 -2.68239 1.30091'/>
7767                 <fieldValue name='coneTranslationvalue='2.38424 -2.73097 1.39729'/>
7768                 <fieldValue name='rotationvalue='-0.23468 0 -0.28125 1.25840'/>
7769                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7770                 <fieldValue name='ballRadiusvalue='0.02'/>
7771                 <fieldValue name='traceEnabledvalue='false'/>
7772                 <fieldValue name='displayMode'/>
7773                 <fieldValue name='transparencyvalue='0'/>
7774            </ProtoInstance>
7775            <ProtoInstance name='Arc'>
7776                 <fieldValue name='cylinderHeightvalue='0.73339'/>
7777                 <fieldValue name='cylinderTranslationvalue='0.48885 1.04114 0.25231'/>
7778                 <fieldValue name='coneTranslationvalue='0.61199 0.89365 0.32850'/>
7779                 <fieldValue name='rotationvalue='27.03610 0 -43.69375 2.36534'/>
7780                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7781                 <fieldValue name='ballRadiusvalue='0.02'/>
7782                 <fieldValue name='traceEnabledvalue='false'/>
7783                 <fieldValue name='displayMode'/>
7784                 <fieldValue name='transparencyvalue='0'/>
7785            </ProtoInstance>
7786            <ProtoInstance name='Arc'>
7787                 <fieldValue name='cylinderHeightvalue='0.49283'/>
7788                 <fieldValue name='cylinderTranslationvalue='0.19936 1.52752 0.04520'/>
7789                 <fieldValue name='coneTranslationvalue='0.17446 1.60633 0.01998'/>
7790                 <fieldValue name='rotationvalue='-14.38489 0 14.20367 0.42266'/>
7791                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7792                 <fieldValue name='ballRadiusvalue='0.02'/>
7793                 <fieldValue name='traceEnabledvalue='false'/>
7794                 <fieldValue name='displayMode'/>
7795                 <fieldValue name='transparencyvalue='0'/>
7796            </ProtoInstance>
7797            <ProtoInstance name='Arc'>
7798                 <fieldValue name='cylinderHeightvalue='0.73654'/>
7799                 <fieldValue name='cylinderTranslationvalue='1.89629 0.49227 0.73800'/>
7800                 <fieldValue name='coneTranslationvalue='2.05427 0.60667 0.81102'/>
7801                 <fieldValue name='rotationvalue='25.82499 0 -55.86876 0.98931'/>
7802                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7803                 <fieldValue name='ballRadiusvalue='0.02'/>
7804                 <fieldValue name='traceEnabledvalue='false'/>
7805                 <fieldValue name='displayMode'/>
7806                 <fieldValue name='transparencyvalue='0'/>
7807            </ProtoInstance>
7808            <ProtoInstance name='Arc'>
7809                 <fieldValue name='cylinderHeightvalue='1.16537'/>
7810                 <fieldValue name='cylinderTranslationvalue='1.16481 0.01778 0.36190'/>
7811                 <fieldValue name='coneTranslationvalue='0.83682 -0.17968 0.18274'/>
7812                 <fieldValue name='rotationvalue='-49.39481 0 90.42753 2.05687'/>
7813                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7814                 <fieldValue name='ballRadiusvalue='0.02'/>
7815                 <fieldValue name='traceEnabledvalue='false'/>
7816                 <fieldValue name='displayMode'/>
7817                 <fieldValue name='transparencyvalue='0'/>
7818            </ProtoInstance>
7819            <ProtoInstance name='Arc'>
7820                 <fieldValue name='cylinderHeightvalue='0.73350'/>
7821                 <fieldValue name='cylinderTranslationvalue='0.03979 0.39728 1.35214'/>
7822                 <fieldValue name='coneTranslationvalue='0.14962 0.38739 1.17725'/>
7823                 <fieldValue name='rotationvalue='-62.04612 0 -38.96327 1.61868'/>
7824                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7825                 <fieldValue name='ballRadiusvalue='0.02'/>
7826                 <fieldValue name='traceEnabledvalue='false'/>
7827                 <fieldValue name='displayMode'/>
7828                 <fieldValue name='transparencyvalue='0'/>
7829            </ProtoInstance>
7830            <ProtoInstance name='Arc'>
7831                 <fieldValue name='cylinderHeightvalue='0.48874'/>
7832                 <fieldValue name='cylinderTranslationvalue='1.81290 0.55224 0.87730'/>
7833                 <fieldValue name='coneTranslationvalue='1.82308 0.63521 0.88870'/>
7834                 <fieldValue name='rotationvalue='6.60677 0 -5.89581 0.18218'/>
7835                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7836                 <fieldValue name='ballRadiusvalue='0.02'/>
7837                 <fieldValue name='traceEnabledvalue='false'/>
7838                 <fieldValue name='displayMode'/>
7839                 <fieldValue name='transparencyvalue='0'/>
7840            </ProtoInstance>
7841            <ProtoInstance name='Arc'>
7842                 <fieldValue name='cylinderHeightvalue='0.64630'/>
7843                 <fieldValue name='cylinderTranslationvalue='1.79778 0.23692 0.53026'/>
7844                 <fieldValue name='coneTranslationvalue='1.80503 0.19906 0.37173'/>
7845                 <fieldValue name='rotationvalue='-62.80024 0 -2.87068 1.80499'/>
7846                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7847                 <fieldValue name='ballRadiusvalue='0.02'/>
7848                 <fieldValue name='traceEnabledvalue='false'/>
7849                 <fieldValue name='displayMode'/>
7850                 <fieldValue name='transparencyvalue='0'/>
7851            </ProtoInstance>
7852            <ProtoInstance name='Arc'>
7853                 <fieldValue name='cylinderHeightvalue='1.25908'/>
7854                 <fieldValue name='cylinderTranslationvalue='1.24537 0.54570 0.61587'/>
7855                 <fieldValue name='coneTranslationvalue='0.84407 0.72007 0.44553'/>
7856                 <fieldValue name='rotationvalue='-45.67771 0 107.61076 1.19032'/>
7857                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7858                 <fieldValue name='ballRadiusvalue='0.02'/>
7859                 <fieldValue name='traceEnabledvalue='false'/>
7860                 <fieldValue name='displayMode'/>
7861                 <fieldValue name='transparencyvalue='0'/>
7862            </ProtoInstance>
7863            <ProtoInstance name='Arc'>
7864                 <fieldValue name='cylinderHeightvalue='0.41098'/>
7865                 <fieldValue name='cylinderTranslationvalue='1.66412 0.85592 0.83012'/>
7866                 <fieldValue name='coneTranslationvalue='1.62465 0.86995 0.81237'/>
7867                 <fieldValue name='rotationvalue='-16.04174 0 35.65331 1.25738'/>
7868                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7869                 <fieldValue name='ballRadiusvalue='0.02'/>
7870                 <fieldValue name='traceEnabledvalue='false'/>
7871                 <fieldValue name='displayMode'/>
7872                 <fieldValue name='transparencyvalue='0'/>
7873            </ProtoInstance>
7874            <ProtoInstance name='Arc'>
7875                 <fieldValue name='cylinderHeightvalue='0.25168'/>
7876                 <fieldValue name='cylinderTranslationvalue='-0.16328 0.31374 0.06056'/>
7877                 <fieldValue name='coneTranslationvalue='-0.15743 0.32768 0.09119'/>
7878                 <fieldValue name='rotationvalue='-22.56667 0 4.31231 1.99136'/>
7879                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7880                 <fieldValue name='ballRadiusvalue='0.02'/>
7881                 <fieldValue name='traceEnabledvalue='false'/>
7882                 <fieldValue name='displayMode'/>
7883                 <fieldValue name='transparencyvalue='0'/>
7884            </ProtoInstance>
7885            <ProtoInstance name='Arc'>
7886                 <fieldValue name='cylinderHeightvalue='0.48433'/>
7887                 <fieldValue name='cylinderTranslationvalue='1.45773 1.04789 0.54666'/>
7888                 <fieldValue name='coneTranslationvalue='1.44819 1.09153 0.47770'/>
7889                 <fieldValue name='rotationvalue='-40.65033 0 5.62453 1.01088'/>
7890                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7891                 <fieldValue name='ballRadiusvalue='0.02'/>
7892                 <fieldValue name='traceEnabledvalue='false'/>
7893                 <fieldValue name='displayMode'/>
7894                 <fieldValue name='transparencyvalue='0'/>
7895            </ProtoInstance>
7896            <ProtoInstance name='Arc'>
7897                 <fieldValue name='cylinderHeightvalue='0.77131'/>
7898                 <fieldValue name='cylinderTranslationvalue='0.00038 0.51409 0.78517'/>
7899                 <fieldValue name='coneTranslationvalue='0.14404 0.51828 0.61121'/>
7900                 <fieldValue name='rotationvalue='-59.46055 0 -49.10729 1.55223'/>
7901                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7902                 <fieldValue name='ballRadiusvalue='0.02'/>
7903                 <fieldValue name='traceEnabledvalue='false'/>
7904                 <fieldValue name='displayMode'/>
7905                 <fieldValue name='transparencyvalue='0'/>
7906            </ProtoInstance>
7907            <ProtoInstance name='Arc'>
7908                 <fieldValue name='cylinderHeightvalue='0.13236'/>
7909                 <fieldValue name='cylinderTranslationvalue='-0.17262 0.71329 0.56554'/>
7910                 <fieldValue name='coneTranslationvalue='-0.09815 0.69875 0.62072'/>
7911                 <fieldValue name='rotationvalue='-7.78500 0 10.50647 1.41519'/>
7912                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7913                 <fieldValue name='ballRadiusvalue='0.02'/>
7914                 <fieldValue name='traceEnabledvalue='false'/>
7915                 <fieldValue name='displayMode'/>
7916                 <fieldValue name='transparencyvalue='0'/>
7917            </ProtoInstance>
7918            <ProtoInstance name='Arc'>
7919                 <fieldValue name='cylinderHeightvalue='0.85892'/>
7920                 <fieldValue name='cylinderTranslationvalue='-0.49310 -1.10868 0.45767'/>
7921                 <fieldValue name='coneTranslationvalue='-0.65033 -1.32443 0.49426'/>
7922                 <fieldValue name='rotationvalue='11.66522 -0.00000 50.11762 2.49923'/>
7923                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7924                 <fieldValue name='ballRadiusvalue='0.02'/>
7925                 <fieldValue name='traceEnabledvalue='false'/>
7926                 <fieldValue name='displayMode'/>
7927                 <fieldValue name='transparencyvalue='0'/>
7928            </ProtoInstance>
7929            <ProtoInstance name='Arc'>
7930                 <fieldValue name='cylinderHeightvalue='0.58818'/>
7931                 <fieldValue name='cylinderTranslationvalue='1.15012 0.32965 2.00600'/>
7932                 <fieldValue name='coneTranslationvalue='1.22561 0.26751 1.91425'/>
7933                 <fieldValue name='rotationvalue='-40.24753 0 -33.11509 2.05268'/>
7934                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7935                 <fieldValue name='ballRadiusvalue='0.02'/>
7936                 <fieldValue name='traceEnabledvalue='false'/>
7937                 <fieldValue name='displayMode'/>
7938                 <fieldValue name='transparencyvalue='0'/>
7939            </ProtoInstance>
7940            <ProtoInstance name='Arc'>
7941                 <fieldValue name='cylinderHeightvalue='0.90783'/>
7942                 <fieldValue name='cylinderTranslationvalue='0.36365 0.11433 0.06046'/>
7943                 <fieldValue name='coneTranslationvalue='0.14267 -0.07936 0.05381'/>
7944                 <fieldValue name='rotationvalue='-2.05471 0 68.25253 2.29026'/>
7945                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7946                 <fieldValue name='ballRadiusvalue='0.02'/>
7947                 <fieldValue name='traceEnabledvalue='false'/>
7948                 <fieldValue name='displayMode'/>
7949                 <fieldValue name='transparencyvalue='0'/>
7950            </ProtoInstance>
7951            <ProtoInstance name='Arc'>
7952                 <fieldValue name='cylinderHeightvalue='0.55137'/>
7953                 <fieldValue name='cylinderTranslationvalue='0.61103 0.66310 0.00101'/>
7954                 <fieldValue name='coneTranslationvalue='0.57164 0.76786 -0.02825'/>
7955                 <fieldValue name='rotationvalue='-13.94572 0 18.77484 0.43805'/>
7956                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7957                 <fieldValue name='ballRadiusvalue='0.02'/>
7958                 <fieldValue name='traceEnabledvalue='false'/>
7959                 <fieldValue name='displayMode'/>
7960                 <fieldValue name='transparencyvalue='0'/>
7961            </ProtoInstance>
7962            <ProtoInstance name='Arc'>
7963                 <fieldValue name='cylinderHeightvalue='0.48610'/>
7964                 <fieldValue name='cylinderTranslationvalue='0.46419 1.52724 -0.07053'/>
7965                 <fieldValue name='coneTranslationvalue='0.41780 1.58742 -0.10404'/>
7966                 <fieldValue name='rotationvalue='-19.61434 0 27.15298 0.76023'/>
7967                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7968                 <fieldValue name='ballRadiusvalue='0.02'/>
7969                 <fieldValue name='traceEnabledvalue='false'/>
7970                 <fieldValue name='displayMode'/>
7971                 <fieldValue name='transparencyvalue='0'/>
7972            </ProtoInstance>
7973            <ProtoInstance name='Arc'>
7974                 <fieldValue name='cylinderHeightvalue='0.91750'/>
7975                 <fieldValue name='cylinderTranslationvalue='0.42676 0.94876 0.16381'/>
7976                 <fieldValue name='coneTranslationvalue='0.31397 0.68674 0.25255'/>
7977                 <fieldValue name='rotationvalue='27.25305 -0.00000 34.63951 2.64050'/>
7978                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7979                 <fieldValue name='ballRadiusvalue='0.02'/>
7980                 <fieldValue name='traceEnabledvalue='false'/>
7981                 <fieldValue name='displayMode'/>
7982                 <fieldValue name='transparencyvalue='0'/>
7983            </ProtoInstance>
7984            <ProtoInstance name='Arc'>
7985                 <fieldValue name='cylinderHeightvalue='0.97369'/>
7986                 <fieldValue name='cylinderTranslationvalue='1.67998 -0.45771 -0.23420'/>
7987                 <fieldValue name='coneTranslationvalue='1.75607 -0.72532 -0.40573'/>
7988                 <fieldValue name='rotationvalue='-51.09937 0 -22.66799 2.53007'/>
7989                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7990                 <fieldValue name='ballRadiusvalue='0.02'/>
7991                 <fieldValue name='traceEnabledvalue='false'/>
7992                 <fieldValue name='displayMode'/>
7993                 <fieldValue name='transparencyvalue='0'/>
7994            </ProtoInstance>
7995            <ProtoInstance name='Arc'>
7996                 <fieldValue name='cylinderHeightvalue='0.93855'/>
7997                 <fieldValue name='cylinderTranslationvalue='1.64317 -0.42158 -0.26674'/>
7998                 <fieldValue name='coneTranslationvalue='1.69361 -0.66048 -0.45657'/>
7999                 <fieldValue name='rotationvalue='-57.60701 0 -15.30584 2.45347'/>
8000                 <fieldValue name='diffuseColorvalue='0 0 0'/>
8001                 <fieldValue name='ballRadiusvalue='0.02'/>
8002                 <fieldValue name='traceEnabledvalue='false'/>
8003                 <fieldValue name='displayMode'/>
8004                 <fieldValue name='transparencyvalue='0'/>
8005            </ProtoInstance>
8006            <ProtoInstance name='Arc'>
8007                 <fieldValue name='cylinderHeightvalue='0.95586'/>
8008                 <fieldValue name='cylinderTranslationvalue='1.63977 0.20293 0.41425'/>
8009                 <fieldValue name='coneTranslationvalue='1.68842 0.37724 0.67565'/>
8010                 <fieldValue name='rotationvalue='78.59036 0 -14.62634 0.99052'/>
8011                 <fieldValue name='diffuseColorvalue='0 0 0'/>
8012                 <fieldValue name='ballRadiusvalue='0.02'/>
8013                 <fieldValue name='traceEnabledvalue='false'/>
8014                 <fieldValue name='displayMode'/>
8015                 <fieldValue name='transparencyvalue='0'/>
8016            </ProtoInstance>
8017            <ProtoInstance name='Arc'>
8018                 <fieldValue name='cylinderHeightvalue='0.54388'/>
8019                 <fieldValue name='cylinderTranslationvalue='2.44363 -0.41120 1.25809'/>
8020                 <fieldValue name='coneTranslationvalue='2.35206 -0.37902 1.20232'/>
8021                 <fieldValue name='rotationvalue='-27.09857 0 44.48895 1.27924'/>
8022                 <fieldValue name='diffuseColorvalue='0 0 0'/>
8023                 <fieldValue name='ballRadiusvalue='0.02'/>
8024                 <fieldValue name='traceEnabledvalue='false'/>
8025                 <fieldValue name='displayMode'/>
8026                 <fieldValue name='transparencyvalue='0'/>
8027            </ProtoInstance>
8028            <ProtoInstance name='Arc'>
8029                 <fieldValue name='cylinderHeightvalue='0.89337'/>
8030                 <fieldValue name='cylinderTranslationvalue='0.12514 0.23710 -0.05457'/>
8031                 <fieldValue name='coneTranslationvalue='0.19109 0.50787 -0.12180'/>
8032                 <fieldValue name='rotationvalue='-20.95124 0 -20.55133 0.33472'/>
8033                 <fieldValue name='diffuseColorvalue='0 0 0'/>
8034                 <fieldValue name='ballRadiusvalue='0.02'/>
8035                 <fieldValue name='traceEnabledvalue='false'/>
8036                 <fieldValue name='displayMode'/>
8037                 <fieldValue name='transparencyvalue='0'/>
8038            </ProtoInstance>
8039            <ProtoInstance name='Arc'>
8040                 <fieldValue name='cylinderHeightvalue='0.52456'/>
8041                 <fieldValue name='cylinderTranslationvalue='-2.33747 0.27318 0.35684'/>
8042                 <fieldValue name='coneTranslationvalue='-2.43973 0.27278 0.35863'/>
8043                 <fieldValue name='rotationvalue='0.91509 -0.00000 52.44745 1.57477'/>
8044                 <fieldValue name='diffuseColorvalue='0 0 0'/>
8045                 <fieldValue name='ballRadiusvalue='0.02'/>
8046                 <fieldValue name='traceEnabledvalue='false'/>
8047                 <fieldValue name='displayMode'/>
8048                 <fieldValue name='transparencyvalue='0'/>
8049            </ProtoInstance>
8050            <ProtoInstance name='Arc'>
8051                 <fieldValue name='cylinderHeightvalue='0.26296'/>
8052                 <fieldValue name='cylinderTranslationvalue='-2.60943 -0.02676 0.44227'/>
8053                 <fieldValue name='coneTranslationvalue='-2.63791 -0.02821 0.44196'/>
8054                 <fieldValue name='rotationvalue='0.28850 0 -26.26101 1.52010'/>
8055                 <fieldValue name='diffuseColorvalue='0 0 0'/>
8056                 <fieldValue name='ballRadiusvalue='0.02'/>
8057                 <fieldValue name='traceEnabledvalue='false'/>
8058                 <fieldValue name='displayMode'/>
8059                 <fieldValue name='transparencyvalue='0'/>
8060            </ProtoInstance>
8061            <ProtoInstance name='Arc'>
8062                 <fieldValue name='cylinderHeightvalue='0.97909'/>
8063                 <fieldValue name='cylinderTranslationvalue='0.47929 0.13342 0.30139'/>
8064                 <fieldValue name='coneTranslationvalue='0.32219 0.39449 0.42692'/>
8065                 <fieldValue name='rotationvalue='37.29375 -0.00000 46.67561 0.65632'/>
8066                 <fieldValue name='diffuseColorvalue='0 0 0'/>
8067                 <fieldValue name='ballRadiusvalue='0.02'/>
8068                 <fieldValue name='traceEnabledvalue='false'/>
8069                 <fieldValue name='displayMode'/>
8070                 <fieldValue name='transparencyvalue='0'/>
8071            </ProtoInstance>
8072            <ProtoInstance name='Arc'>
8073                 <fieldValue name='cylinderHeightvalue='1.08113'/>
8074                 <fieldValue name='cylinderTranslationvalue='1.02793 -0.58367 -0.17562'/>
8075                 <fieldValue name='coneTranslationvalue='1.24987 -0.81547 -0.38016'/>
8076                 <fieldValue name='rotationvalue='-58.10879 0 -63.05151 2.22571'/>
8077                 <fieldValue name='diffuseColorvalue='0 0 0'/>
8078                 <fieldValue name='ballRadiusvalue='0.02'/>
8079                 <fieldValue name='traceEnabledvalue='false'/>
8080                 <fieldValue name='displayMode'/>
8081                 <fieldValue name='transparencyvalue='0'/>
8082            </ProtoInstance>
8083            <ProtoInstance name='Arc'>
8084                 <fieldValue name='cylinderHeightvalue='1.13848'/>
8085                 <fieldValue name='cylinderTranslationvalue='0.82418 0.39214 0.97480'/>
8086                 <fieldValue name='coneTranslationvalue='1.16987 0.29398 1.17062'/>
8087                 <fieldValue name='rotationvalue='54.47624 0 -96.16664 1.81300'/>
8088                 <fieldValue name='diffuseColorvalue='0 0 0'/>
8089                 <fieldValue name='ballRadiusvalue='0.02'/>
8090                 <fieldValue name='traceEnabledvalue='false'/>
8091                 <fieldValue name='displayMode'/>
8092                 <fieldValue name='transparencyvalue='0'/>
8093            </ProtoInstance>
8094            <ProtoInstance name='Arc'>
8095                 <fieldValue name='cylinderHeightvalue='0.39101'/>
8096                 <fieldValue name='cylinderTranslationvalue='-0.00756 1.52337 -0.10074'/>
8097                 <fieldValue name='coneTranslationvalue='0.00068 1.49136 -0.08778'/>
8098                 <fieldValue name='rotationvalue='14.27716 0 -9.07445 2.69417'/>
8099                 <fieldValue name='diffuseColorvalue='0 0 0'/>
8100                 <fieldValue name='ballRadiusvalue='0.02'/>
8101                 <fieldValue name='traceEnabledvalue='false'/>
8102                 <fieldValue name='displayMode'/>
8103                 <fieldValue name='transparencyvalue='0'/>
8104            </ProtoInstance>
8105            <ProtoInstance name='Arc'>
8106                 <fieldValue name='cylinderHeightvalue='0.29673'/>
8107                 <fieldValue name='cylinderTranslationvalue='2.33852 -0.37645 1.20235'/>
8108                 <fieldValue name='coneTranslationvalue='2.34772 -0.37985 1.20860'/>
8109                 <fieldValue name='rotationvalue='-15.95044 0 23.46688 1.27382'/>
8110                 <fieldValue name='diffuseColorvalue='0 0 0'/>
8111                 <fieldValue name='ballRadiusvalue='0.02'/>
8112                 <fieldValue name='traceEnabledvalue='false'/>
8113                 <fieldValue name='displayMode'/>
8114                 <fieldValue name='transparencyvalue='0'/>
8115            </ProtoInstance>
8116            <ProtoInstance name='Arc'>
8117                 <fieldValue name='cylinderHeightvalue='0.31287'/>
8118                 <fieldValue name='cylinderTranslationvalue='2.58818 -0.46278 1.35365'/>
8119                 <fieldValue name='coneTranslationvalue='2.58516 -0.46181 1.35202'/>
8120                 <fieldValue name='rotationvalue='14.30984 0 -26.46500 1.84874'/>
8121                 <fieldValue name='diffuseColorvalue='0 0 0'/>
8122                 <fieldValue name='ballRadiusvalue='0.02'/>
8123                 <fieldValue name='traceEnabledvalue='false'/>
8124                 <fieldValue name='displayMode'/>
8125                 <fieldValue name='transparencyvalue='0'/>
8126            </ProtoInstance>
8127            <ProtoInstance name='Arc'>
8128                 <fieldValue name='cylinderHeightvalue='0.66975'/>
8129                 <fieldValue name='cylinderTranslationvalue='0.49165 -1.57890 0.77322'/>
8130                 <fieldValue name='coneTranslationvalue='0.44362 -1.43109 0.69305'/>
8131                 <fieldValue name='rotationvalue='-30.70316 0 18.39171 0.56378'/>
8132                 <fieldValue name='diffuseColorvalue='0 0 0'/>
8133                 <fieldValue name='ballRadiusvalue='0.02'/>
8134                 <fieldValue name='traceEnabledvalue='false'/>
8135                 <fieldValue name='displayMode'/>
8136                 <fieldValue name='transparencyvalue='0'/>
8137            </ProtoInstance>
8138            <ProtoInstance name='Arc'>
8139                 <fieldValue name='cylinderHeightvalue='0.35311'/>
8140                 <fieldValue name='cylinderTranslationvalue='1.56068 1.40196 0.12059'/>
8141                 <fieldValue name='coneTranslationvalue='1.55284 1.38752 0.12255'/>
8142                 <fieldValue name='rotationvalue='4.18508 -0.00000 16.73072 2.63133'/>
8143                 <fieldValue name='diffuseColorvalue='0 0 0'/>
8144                 <fieldValue name='ballRadiusvalue='0.02'/>
8145                 <fieldValue name='traceEnabledvalue='false'/>
8146                 <fieldValue name='displayMode'/>
8147                 <fieldValue name='transparencyvalue='0'/>
8148            </ProtoInstance>
8149            <ProtoInstance name='Arc'>
8150                 <fieldValue name='cylinderHeightvalue='0.18052'/>
8151                 <fieldValue name='cylinderTranslationvalue='1.06172 2.49719 2.60392'/>
8152                 <fieldValue name='coneTranslationvalue='1.02155 2.46257 2.64921'/>
8153                 <fieldValue name='rotationvalue='-11.72289 0 -10.39872 1.05130'/>
8154                 <fieldValue name='diffuseColorvalue='0 0 0'/>
8155                 <fieldValue name='ballRadiusvalue='0.02'/>
8156                 <fieldValue name='traceEnabledvalue='false'/>
8157                 <fieldValue name='displayMode'/>
8158                 <fieldValue name='transparencyvalue='0'/>
8159            </ProtoInstance>
8160            <ProtoInstance name='Arc'>
8161                 <fieldValue name='cylinderHeightvalue='0.20880'/>
8162                 <fieldValue name='cylinderTranslationvalue='0.15218 -1.42982 0.39801'/>
8163                 <fieldValue name='coneTranslationvalue='0.11275 -1.45910 0.37194'/>
8164                 <fieldValue name='rotationvalue='9.79110 0 -14.80751 1.01637'/>
8165                 <fieldValue name='diffuseColorvalue='0 0 0'/>
8166                 <fieldValue name='ballRadiusvalue='0.02'/>
8167                 <fieldValue name='traceEnabledvalue='false'/>
8168                 <fieldValue name='displayMode'/>
8169                 <fieldValue name='transparencyvalue='0'/>
8170            </ProtoInstance>
8171            <ProtoInstance name='Arc'>
8172                 <fieldValue name='cylinderHeightvalue='0.55868'/>
8173                 <fieldValue name='cylinderTranslationvalue='0.27820 -1.57318 0.52282'/>
8174                 <fieldValue name='coneTranslationvalue='0.36367 -1.61094 0.59706'/>
8175                 <fieldValue name='rotationvalue='34.75254 0 -40.01178 1.89276'/>
8176                 <fieldValue name='diffuseColorvalue='0 0 0'/>
8177                 <fieldValue name='ballRadiusvalue='0.02'/>
8178                 <fieldValue name='traceEnabledvalue='false'/>
8179                 <fieldValue name='displayMode'/>
8180                 <fieldValue name='transparencyvalue='0'/>
8181            </ProtoInstance>
8182            <ProtoInstance name='Arc'>
8183                 <fieldValue name='cylinderHeightvalue='0.45355'/>
8184                 <fieldValue name='cylinderTranslationvalue='-0.00282 -1.33583 0.19844'/>
8185                 <fieldValue name='coneTranslationvalue='-0.02667 -1.29198 0.15409'/>
8186                 <fieldValue name='rotationvalue='-30.12397 0 16.19346 0.85422'/>
8187                 <fieldValue name='diffuseColorvalue='0 0 0'/>
8188                 <fieldValue name='ballRadiusvalue='0.02'/>
8189                 <fieldValue name='traceEnabledvalue='false'/>
8190                 <fieldValue name='displayMode'/>
8191                 <fieldValue name='transparencyvalue='0'/>
8192            </ProtoInstance>
8193            <ProtoInstance name='Arc'>
8194                 <fieldValue name='cylinderHeightvalue='0.70734'/>
8195                 <fieldValue name='cylinderTranslationvalue='-0.06562 -1.13363 0.32868'/>
8196                 <fieldValue name='coneTranslationvalue='0.00987 -1.30671 0.37172'/>
8197                 <fieldValue name='rotationvalue='15.71829 0 -27.57203 2.67629'/>
8198                 <fieldValue name='diffuseColorvalue='0 0 0'/>
8199                 <fieldValue name='ballRadiusvalue='0.02'/>
8200                 <fieldValue name='traceEnabledvalue='false'/>
8201                 <fieldValue name='displayMode'/>
8202                 <fieldValue name='transparencyvalue='0'/>
8203            </ProtoInstance>
8204            <ProtoInstance name='Arc'>
8205                 <fieldValue name='cylinderHeightvalue='0.89839'/>
8206                 <fieldValue name='cylinderTranslationvalue='-0.23723 -0.52114 0.58591'/>
8207                 <fieldValue name='coneTranslationvalue='-0.25895 -0.33030 0.80211'/>
8208                 <fieldValue name='rotationvalue='67.16375 -0.00000 6.74971 0.85013'/>
8209                 <fieldValue name='diffuseColorvalue='0 0 0'/>
8210                 <fieldValue name='ballRadiusvalue='0.02'/>
8211                 <fieldValue name='traceEnabledvalue='false'/>
8212                 <fieldValue name='displayMode'/>
8213                 <fieldValue name='transparencyvalue='0'/>
8214            </ProtoInstance>
8215            <ProtoInstance name='Arc'>
8216                 <fieldValue name='cylinderHeightvalue='1.02359'/>
8217                 <fieldValue name='cylinderTranslationvalue='1.45165 0.48057 0.14098'/>
8218                 <fieldValue name='coneTranslationvalue='1.11836 0.45480 0.25057'/>
8219                 <fieldValue name='rotationvalue='31.88867 -0.00000 96.97527 1.64410'/>
8220                 <fieldValue name='diffuseColorvalue='0 0 0'/>
8221                 <fieldValue name='ballRadiusvalue='0.02'/>
8222                 <fieldValue name='traceEnabledvalue='false'/>
8223                 <fieldValue name='displayMode'/>
8224                 <fieldValue name='transparencyvalue='0'/>
8225            </ProtoInstance>
8226            <ProtoInstance name='Arc'>
8227                 <fieldValue name='cylinderHeightvalue='0.92764'/>
8228                 <fieldValue name='cylinderTranslationvalue='1.29754 0.50693 -0.01841'/>
8229                 <fieldValue name='coneTranslationvalue='1.08088 0.46511 0.19044'/>
8230                 <fieldValue name='rotationvalue='63.76535 -0.00000 66.15257 1.70888'/>
8231                 <fieldValue name='diffuseColorvalue='0 0 0'/>
8232                 <fieldValue name='ballRadiusvalue='0.02'/>
8233                 <fieldValue name='traceEnabledvalue='false'/>
8234                 <fieldValue name='displayMode'/>
8235                 <fieldValue name='transparencyvalue='0'/>
8236            </ProtoInstance>
8237            <ProtoInstance name='Arc'>
8238                 <fieldValue name='cylinderHeightvalue='0.27574'/>
8239                 <fieldValue name='cylinderTranslationvalue='2.32910 -0.37455 1.19769'/>
8240                 <fieldValue name='coneTranslationvalue='2.31178 -0.36788 1.18564'/>
8241                 <fieldValue name='rotationvalue='15.01895 0 -21.58254 1.87668'/>
8242                 <fieldValue name='diffuseColorvalue='0 0 0'/>
8243                 <fieldValue name='ballRadiusvalue='0.02'/>
8244                 <fieldValue name='traceEnabledvalue='false'/>
8245                 <fieldValue name='displayMode'/>
8246                 <fieldValue name='transparencyvalue='0'/>
8247            </ProtoInstance>
8248            <ProtoInstance name='Arc'>
8249                 <fieldValue name='cylinderHeightvalue='0.51525'/>
8250                 <fieldValue name='cylinderTranslationvalue='1.93001 -1.02967 -0.62251'/>
8251                 <fieldValue name='coneTranslationvalue='1.98180 -1.09536 -0.67285'/>
8252                 <fieldValue name='rotationvalue='-26.56366 0 -27.33672 2.30886'/>
8253                 <fieldValue name='diffuseColorvalue='0 0 0'/>
8254                 <fieldValue name='ballRadiusvalue='0.02'/>
8255                 <fieldValue name='traceEnabledvalue='false'/>
8256                 <fieldValue name='displayMode'/>
8257                 <fieldValue name='transparencyvalue='0'/>
8258            </ProtoInstance>
8259            <ProtoInstance name='Arc'>
8260                 <fieldValue name='cylinderHeightvalue='0.73713'/>
8261                 <fieldValue name='cylinderTranslationvalue='0.46761 0.71924 0.11408'/>
8262                 <fieldValue name='coneTranslationvalue='0.60326 0.75333 0.26880'/>
8263                 <fieldValue name='rotationvalue='54.68072 0 -47.94217 1.40660'/>
8264                 <fieldValue name='diffuseColorvalue='0 0 0'/>
8265                 <fieldValue name='ballRadiusvalue='0.02'/>
8266                 <fieldValue name='traceEnabledvalue='false'/>
8267                 <fieldValue name='displayMode'/>
8268                 <fieldValue name='transparencyvalue='0'/>
8269            </ProtoInstance>
8270            <ProtoInstance name='Arc'>
8271                 <fieldValue name='cylinderHeightvalue='0.17574'/>
8272                 <fieldValue name='cylinderTranslationvalue='0.14923 -1.41228 0.42712'/>
8273                 <fieldValue name='coneTranslationvalue='0.08603 -1.44299 0.41083'/>
8274                 <fieldValue name='rotationvalue='3.96932 0 -15.39775 1.13092'/>
8275                 <fieldValue name='diffuseColorvalue='0 0 0'/>
8276                 <fieldValue name='ballRadiusvalue='0.02'/>
8277                 <fieldValue name='traceEnabledvalue='false'/>
8278                 <fieldValue name='displayMode'/>
8279                 <fieldValue name='transparencyvalue='0'/>
8280            </ProtoInstance>
8281            <ProtoInstance name='Arc'>
8282                 <fieldValue name='cylinderHeightvalue='0.68861'/>
8283                 <fieldValue name='cylinderTranslationvalue='0.06889 -1.67487 0.38543'/>
8284                 <fieldValue name='coneTranslationvalue='-0.01533 -1.83547 0.35249'/>
8285                 <fieldValue name='rotationvalue='-12.30739 0 31.46588 2.62875'/>
8286                 <fieldValue name='diffuseColorvalue='0 0 0'/>
8287                 <fieldValue name='ballRadiusvalue='0.02'/>
8288                 <fieldValue name='traceEnabledvalue='false'/>
8289                 <fieldValue name='displayMode'/>
8290                 <fieldValue name='transparencyvalue='0'/>
8291            </ProtoInstance>
8292            <ProtoInstance name='Arc'>
8293                 <fieldValue name='cylinderHeightvalue='0.76215'/>
8294                 <fieldValue name='cylinderTranslationvalue='-0.04754 0.64112 -0.54297'/>
8295                 <fieldValue name='coneTranslationvalue='-0.00817 0.45845 -0.42485'/>
8296                 <fieldValue name='rotationvalue='40.72327 0 -13.57231 2.54332'/>
8297                 <fieldValue name='diffuseColorvalue='0 0 0'/>
8298                 <fieldValue name='ballRadiusvalue='0.02'/>
8299                 <fieldValue name='traceEnabledvalue='false'/>
8300                 <fieldValue name='displayMode'/>
8301                 <fieldValue name='transparencyvalue='0'/>
8302            </ProtoInstance>
8303            <ProtoInstance name='Arc'>
8304                 <fieldValue name='cylinderHeightvalue='0.31022'/>
8305                 <fieldValue name='cylinderTranslationvalue='-0.60206 -1.78482 -0.04749'/>
8306                 <fieldValue name='coneTranslationvalue='-0.59949 -1.78067 -0.04709'/>
8307                 <fieldValue name='rotationvalue='-2.48303 0 16.29050 2.58158'/>
8308                 <fieldValue name='diffuseColorvalue='0 0 0'/>
8309                 <fieldValue name='ballRadiusvalue='0.02'/>
8310                 <fieldValue name='traceEnabledvalue='false'/>
8311                 <fieldValue name='displayMode'/>
8312                 <fieldValue name='transparencyvalue='0'/>
8313            </ProtoInstance>
8314            <ProtoInstance name='Arc'>
8315                 <fieldValue name='cylinderHeightvalue='0.31022'/>
8316                 <fieldValue name='cylinderTranslationvalue='-0.60206 -1.78482 -0.04749'/>
8317                 <fieldValue name='coneTranslationvalue='-0.59949 -1.78067 -0.04709'/>
8318                 <fieldValue name='rotationvalue='-2.48303 0 16.29050 2.58158'/>
8319                 <fieldValue name='diffuseColorvalue='0 0 0'/>
8320                 <fieldValue name='ballRadiusvalue='0.02'/>
8321                 <fieldValue name='traceEnabledvalue='false'/>
8322                 <fieldValue name='displayMode'/>
8323                 <fieldValue name='transparencyvalue='0'/>
8324            </ProtoInstance>
8325            <ProtoInstance name='Arc'>
8326                 <fieldValue name='cylinderHeightvalue='1.04398'/>
8327                 <fieldValue name='cylinderTranslationvalue='0.60069 0.41141 0.67116'/>
8328                 <fieldValue name='coneTranslationvalue='0.85457 0.43338 0.41406'/>
8329                 <fieldValue name='rotationvalue='-74.14892 0 -73.21690 1.51007'/>
8330                 <fieldValue name='diffuseColorvalue='0 0 0'/>
8331                 <fieldValue name='ballRadiusvalue='0.02'/>
8332                 <fieldValue name='traceEnabledvalue='false'/>
8333                 <fieldValue name='displayMode'/>
8334                 <fieldValue name='transparencyvalue='0'/>
8335            </ProtoInstance>
8336            <ProtoInstance name='Arc'>
8337                 <fieldValue name='cylinderHeightvalue='0.74893'/>
8338                 <fieldValue name='cylinderTranslationvalue='0.60635 0.48217 0.39414'/>
8339                 <fieldValue name='coneTranslationvalue='0.39992 0.50455 0.44782'/>
8340                 <fieldValue name='rotationvalue='18.74447 -0.00000 72.08647 1.46623'/>
8341                 <fieldValue name='diffuseColorvalue='0 0 0'/>
8342                 <fieldValue name='ballRadiusvalue='0.02'/>
8343                 <fieldValue name='traceEnabledvalue='false'/>
8344                 <fieldValue name='displayMode'/>
8345                 <fieldValue name='transparencyvalue='0'/>
8346            </ProtoInstance>
8347            <ProtoInstance name='Arc'>
8348                 <fieldValue name='cylinderHeightvalue='0.71304'/>
8349                 <fieldValue name='cylinderTranslationvalue='1.25016 0.65886 0.28472'/>
8350                 <fieldValue name='coneTranslationvalue='1.40636 0.77780 0.27607'/>
8351                 <fieldValue name='rotationvalue='-3.13984 0 -56.67566 0.92076'/>
8352                 <fieldValue name='diffuseColorvalue='0 0 0'/>
8353                 <fieldValue name='ballRadiusvalue='0.02'/>
8354                 <fieldValue name='traceEnabledvalue='false'/>
8355                 <fieldValue name='displayMode'/>
8356                 <fieldValue name='transparencyvalue='0'/>
8357            </ProtoInstance>
8358            <ProtoInstance name='Arc'>
8359                 <fieldValue name='cylinderHeightvalue='0.74767'/>
8360                 <fieldValue name='cylinderTranslationvalue='0.74197 0.67792 0.11585'/>
8361                 <fieldValue name='coneTranslationvalue='0.61338 0.81225 0.01028'/>
8362                 <fieldValue name='rotationvalue='-36.91378 0 44.96176 0.89159'/>
8363                 <fieldValue name='diffuseColorvalue='0 0 0'/>
8364                 <fieldValue name='ballRadiusvalue='0.02'/>
8365                 <fieldValue name='traceEnabledvalue='false'/>
8366                 <fieldValue name='displayMode'/>
8367                 <fieldValue name='transparencyvalue='0'/>
8368            </ProtoInstance>
8369            <ProtoInstance name='Arc'>
8370                 <fieldValue name='cylinderHeightvalue='0.75675'/>
8371                 <fieldValue name='cylinderTranslationvalue='0.15795 -1.24137 0.33376'/>
8372                 <fieldValue name='coneTranslationvalue='0.01843 -1.20992 0.16873'/>
8373                 <fieldValue name='rotationvalue='-57.18820 0 48.34778 1.42631'/>
8374                 <fieldValue name='diffuseColorvalue='0 0 0'/>
8375                 <fieldValue name='ballRadiusvalue='0.02'/>
8376                 <fieldValue name='traceEnabledvalue='false'/>
8377                 <fieldValue name='displayMode'/>
8378                 <fieldValue name='transparencyvalue='0'/>
8379            </ProtoInstance>
8380            <ProtoInstance name='Arc'>
8381                 <fieldValue name='cylinderHeightvalue='0.02578'/>
8382                 <fieldValue name='cylinderTranslationvalue='2.17883 -0.21685 -0.05571'/>
8383                 <fieldValue name='coneTranslationvalue='2.30336 -0.18882 -0.12885'/>
8384                 <fieldValue name='rotationvalue='1.28162 -0.00000 2.18199 1.76253'/>
8385                 <fieldValue name='diffuseColorvalue='0 0 0'/>
8386                 <fieldValue name='ballRadiusvalue='0.02'/>
8387                 <fieldValue name='traceEnabledvalue='false'/>
8388                 <fieldValue name='displayMode'/>
8389                 <fieldValue name='transparencyvalue='0'/>
8390            </ProtoInstance>
8391            <ProtoInstance name='Arc'>
8392                 <fieldValue name='cylinderHeightvalue='0.65982'/>
8393                 <fieldValue name='cylinderTranslationvalue='1.39271 -0.81079 -0.58946'/>
8394                 <fieldValue name='coneTranslationvalue='1.22430 -0.82455 -0.60733'/>
8395                 <fieldValue name='rotationvalue='-6.93771 0 65.39826 1.65189'/>
8396                 <fieldValue name='diffuseColorvalue='0 0 0'/>
8397                 <fieldValue name='ballRadiusvalue='0.02'/>
8398                 <fieldValue name='traceEnabledvalue='false'/>
8399                 <fieldValue name='displayMode'/>
8400                 <fieldValue name='transparencyvalue='0'/>
8401            </ProtoInstance>
8402            <ProtoInstance name='Arc'>
8403                 <fieldValue name='cylinderHeightvalue='0.00217'/>
8404                 <fieldValue name='cylinderTranslationvalue='2.16739 -0.21999 -0.04865'/>
8405                 <fieldValue name='coneTranslationvalue='2.08965 -0.32027 0.04704'/>
8406                 <fieldValue name='rotationvalue='-0.13049 0 -0.10602 0.88795'/>
8407                 <fieldValue name='diffuseColorvalue='0 0 0'/>
8408                 <fieldValue name='ballRadiusvalue='0.02'/>
8409                 <fieldValue name='traceEnabledvalue='false'/>
8410                 <fieldValue name='displayMode'/>
8411                 <fieldValue name='transparencyvalue='0'/>
8412            </ProtoInstance>
8413            <ProtoInstance name='Arc'>
8414                 <fieldValue name='cylinderHeightvalue='0.78016'/>
8415                 <fieldValue name='cylinderTranslationvalue='0.39633 0.61839 0.54818'/>
8416                 <fieldValue name='coneTranslationvalue='0.33114 0.42874 0.66096'/>
8417                 <fieldValue name='rotationvalue='38.24150 -0.00000 22.10530 2.53973'/>
8418                 <fieldValue name='diffuseColorvalue='0 0 0'/>
8419                 <fieldValue name='ballRadiusvalue='0.02'/>
8420                 <fieldValue name='traceEnabledvalue='false'/>
8421                 <fieldValue name='displayMode'/>
8422                 <fieldValue name='transparencyvalue='0'/>
8423            </ProtoInstance>
8424            <ProtoInstance name='Arc'>
8425                 <fieldValue name='cylinderHeightvalue='0.61915'/>
8426                 <fieldValue name='cylinderTranslationvalue='0.80040 -0.84096 -0.78362'/>
8427                 <fieldValue name='coneTranslationvalue='0.92859 -0.83930 -0.70657'/>
8428                 <fieldValue name='rotationvalue='31.89415 0 -53.06390 1.55966'/>
8429                 <fieldValue name='diffuseColorvalue='0 0 0'/>
8430                 <fieldValue name='ballRadiusvalue='0.02'/>
8431                 <fieldValue name='traceEnabledvalue='false'/>
8432                 <fieldValue name='displayMode'/>
8433                 <fieldValue name='transparencyvalue='0'/>
8434            </ProtoInstance>
8435            <ProtoInstance name='Arc'>
8436                 <fieldValue name='cylinderHeightvalue='0.76215'/>
8437                 <fieldValue name='cylinderTranslationvalue='-0.04754 0.64112 -0.54297'/>
8438                 <fieldValue name='coneTranslationvalue='-0.08691 0.82380 -0.66110'/>
8439                 <fieldValue name='rotationvalue='-40.72327 0 13.57231 0.59827'/>
8440                 <fieldValue name='diffuseColorvalue='0 0 0'/>
8441                 <fieldValue name='ballRadiusvalue='0.02'/>
8442                 <fieldValue name='traceEnabledvalue='false'/>
8443                 <fieldValue name='displayMode'/>
8444                 <fieldValue name='transparencyvalue='0'/>
8445            </ProtoInstance>
8446            <ProtoInstance name='Arc'>
8447                 <fieldValue name='cylinderHeightvalue='0.32808'/>
8448                 <fieldValue name='cylinderTranslationvalue='1.20445 -0.87522 -0.54516'/>
8449                 <fieldValue name='coneTranslationvalue='1.20104 -0.87429 -0.54710'/>
8450                 <fieldValue name='rotationvalue='-15.79877 0 27.74662 1.33888'/>
8451                 <fieldValue name='diffuseColorvalue='0 0 0'/>
8452                 <fieldValue name='ballRadiusvalue='0.02'/>
8453                 <fieldValue name='traceEnabledvalue='false'/>
8454                 <fieldValue name='displayMode'/>
8455                 <fieldValue name='transparencyvalue='0'/>
8456            </ProtoInstance>
8457            <ProtoInstance name='Vertex'>
8458                 <fieldValue name='vertexTextvalue='"2010-01-13-ADFUSA.ORG"'/>
8459                 <fieldValue name='descriptionvalue='1: 2010-01-13-ADFUSA.ORG'/>
8460                 <fieldValue name='url'/>
8461                 <fieldValue name='radiusvalue='0.1500'/>
8462                 <fieldValue name='displayMode'/>
8463                 <fieldValue name='diffuseColorvalue='0 0 0'/>
8464                 <fieldValue name='transparencyvalue='0'/>
8465                 <fieldValue name='translationvalue='2.01634 -0.23654 1.00654'/>
8466                 <fieldValue name='textTranslationvalue='2.16634 -0.23654 1.00654'/>
8467                 <fieldValue name='textColorvalue='0 0 0'/>
8468            </ProtoInstance>
8469            <ProtoInstance name='Vertex'>
8470                 <fieldValue name='vertexTextvalue='"2010-01-13-ARMY.MIL"'/>
8471                 <fieldValue name='descriptionvalue='2: 2010-01-13-ARMY.MIL'/>
8472                 <fieldValue name='url'/>
8473                 <fieldValue name='radiusvalue='0.1500'/>
8474                 <fieldValue name='displayMode'/>
8475                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
8476                 <fieldValue name='transparencyvalue='0'/>
8477                 <fieldValue name='translationvalue='-0.09610 0.28374 0.67400'/>
8478                 <fieldValue name='textTranslationvalue='0.05390 0.28374 0.67400'/>
8479                 <fieldValue name='textColorvalue='0 0 0'/>
8480            </ProtoInstance>
8481            <ProtoInstance name='Vertex'>
8482                 <fieldValue name='vertexTextvalue='"2010-01-13-DEFENSE.GOV-TRANSCRIPTS"'/>
8483                 <fieldValue name='descriptionvalue='3: 2010-01-13-DEFENSE.GOV-TRANSCRIPTS'/>
8484                 <fieldValue name='url'/>
8485                 <fieldValue name='radiusvalue='0.1500'/>
8486                 <fieldValue name='displayMode'/>
8487                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
8488                 <fieldValue name='transparencyvalue='0'/>
8489                 <fieldValue name='translationvalue='-0.26504 0.08062 -0.64265'/>
8490                 <fieldValue name='textTranslationvalue='-0.11504 0.08062 -0.64265'/>
8491                 <fieldValue name='textColorvalue='0 0 0'/>
8492            </ProtoInstance>
8493            <ProtoInstance name='Vertex'>
8494                 <fieldValue name='vertexTextvalue='"2010-01-13-DIRECTRELIEF.ORG-EMERGENCYRESPONSE"'/>
8495                 <fieldValue name='descriptionvalue='4: 2010-01-13-DIRECTRELIEF.ORG-EMERGENCYRESPONSE'/>
8496                 <fieldValue name='url'/>
8497                 <fieldValue name='radiusvalue='0.1500'/>
8498                 <fieldValue name='displayMode'/>
8499                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
8500                 <fieldValue name='transparencyvalue='0'/>
8501                 <fieldValue name='translationvalue='1.37878 0.62859 0.66861'/>
8502                 <fieldValue name='textTranslationvalue='1.52878 0.62859 0.66861'/>
8503                 <fieldValue name='textColorvalue='0 0 0'/>
8504            </ProtoInstance>
8505            <ProtoInstance name='Vertex'>
8506                 <fieldValue name='vertexTextvalue='"2010-01-13-FIELDNOTES.UNICEFUSA.ORG-2010"'/>
8507                 <fieldValue name='descriptionvalue='5: 2010-01-13-FIELDNOTES.UNICEFUSA.ORG-2010'/>
8508                 <fieldValue name='url'/>
8509                 <fieldValue name='radiusvalue='0.1500'/>
8510                 <fieldValue name='displayMode'/>
8511                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
8512                 <fieldValue name='transparencyvalue='0'/>
8513                 <fieldValue name='translationvalue='0.18204 -0.04931 -2.46624'/>
8514                 <fieldValue name='textTranslationvalue='0.33204 -0.04931 -2.46624'/>
8515                 <fieldValue name='textColorvalue='0 0 0'/>
8516            </ProtoInstance>
8517            <ProtoInstance name='Vertex'>
8518                 <fieldValue name='vertexTextvalue='"2010-01-13-GOOGLE-LATLONG.BLOGSPOT.COM"'/>
8519                 <fieldValue name='descriptionvalue='6: 2010-01-13-GOOGLE-LATLONG.BLOGSPOT.COM'/>
8520                 <fieldValue name='url'/>
8521                 <fieldValue name='radiusvalue='0.1500'/>
8522                 <fieldValue name='displayMode'/>
8523                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
8524                 <fieldValue name='transparencyvalue='0'/>
8525                 <fieldValue name='translationvalue='1.15669 2.57875 2.48945'/>
8526                 <fieldValue name='textTranslationvalue='1.30669 2.57875 2.48945'/>
8527                 <fieldValue name='textColorvalue='0 0 0'/>
8528            </ProtoInstance>
8529            <ProtoInstance name='Vertex'>
8530                 <fieldValue name='vertexTextvalue='"2010-01-13-GOOGLE.COM-RELIEF"'/>
8531                 <fieldValue name='descriptionvalue='7: 2010-01-13-GOOGLE.COM-RELIEF'/>
8532                 <fieldValue name='url'/>
8533                 <fieldValue name='radiusvalue='0.1500'/>
8534                 <fieldValue name='displayMode'/>
8535                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
8536                 <fieldValue name='transparencyvalue='0'/>
8537                 <fieldValue name='translationvalue='2.49311 -2.68476 1.30663'/>
8538                 <fieldValue name='textTranslationvalue='2.64311 -2.68476 1.30663'/>
8539                 <fieldValue name='textColorvalue='0 0 0'/>
8540            </ProtoInstance>
8541            <ProtoInstance name='Vertex'>
8542                 <fieldValue name='vertexTextvalue='"2010-01-13-NEWSROOM.REDCROSS.ORG-2010"'/>
8543                 <fieldValue name='descriptionvalue='8: 2010-01-13-NEWSROOM.REDCROSS.ORG-2010'/>
8544                 <fieldValue name='url'/>
8545                 <fieldValue name='radiusvalue='0.1500'/>
8546                 <fieldValue name='displayMode'/>
8547                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
8548                 <fieldValue name='transparencyvalue='0'/>
8549                 <fieldValue name='translationvalue='1.51734 -0.76802 -0.37150'/>
8550                 <fieldValue name='textTranslationvalue='1.66734 -0.76802 -0.37150'/>
8551                 <fieldValue name='textColorvalue='0 0 0'/>
8552            </ProtoInstance>
8553            <ProtoInstance name='Vertex'>
8554                 <fieldValue name='vertexTextvalue='"2010-01-13-SALVATIONARMYUSA.ORG-USN"'/>
8555                 <fieldValue name='descriptionvalue='9: 2010-01-13-SALVATIONARMYUSA.ORG-USN'/>
8556                 <fieldValue name='url'/>
8557                 <fieldValue name='radiusvalue='0.1500'/>
8558                 <fieldValue name='displayMode'/>
8559                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
8560                 <fieldValue name='transparencyvalue='0'/>
8561                 <fieldValue name='translationvalue='0.70826 0.53151 1.72353'/>
8562                 <fieldValue name='textTranslationvalue='0.85826 0.53151 1.72353'/>
8563                 <fieldValue name='textColorvalue='0 0 0'/>
8564            </ProtoInstance>
8565            <ProtoInstance name='Vertex'>
8566                 <fieldValue name='vertexTextvalue='"2010-01-13-SOUTHCOM.MIL-APPSSC"'/>
8567                 <fieldValue name='descriptionvalue='10: 2010-01-13-SOUTHCOM.MIL-APPSSC'/>
8568                 <fieldValue name='url'/>
8569                 <fieldValue name='radiusvalue='0.1500'/>
8570                 <fieldValue name='displayMode'/>
8571                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
8572                 <fieldValue name='transparencyvalue='0'/>
8573                 <fieldValue name='translationvalue='0.13817 0.71289 0.21571'/>
8574                 <fieldValue name='textTranslationvalue='0.28817 0.71289 0.21571'/>
8575                 <fieldValue name='textColorvalue='0 0 0'/>
8576            </ProtoInstance>
8577            <ProtoInstance name='Vertex'>
8578                 <fieldValue name='vertexTextvalue='"2010-01-13-STATE.GOV-P"'/>
8579                 <fieldValue name='descriptionvalue='11: 2010-01-13-STATE.GOV-P'/>
8580                 <fieldValue name='url'/>
8581                 <fieldValue name='radiusvalue='0.1500'/>
8582                 <fieldValue name='displayMode'/>
8583                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
8584                 <fieldValue name='transparencyvalue='0'/>
8585                 <fieldValue name='translationvalue='0.43763 -1.06349 0.56104'/>
8586                 <fieldValue name='textTranslationvalue='0.58763 -1.06349 0.56104'/>
8587                 <fieldValue name='textColorvalue='0 0 0'/>
8588            </ProtoInstance>
8589            <ProtoInstance name='Vertex'>
8590                 <fieldValue name='vertexTextvalue='"2010-01-13-STATE.GOV-R"'/>
8591                 <fieldValue name='descriptionvalue='12: 2010-01-13-STATE.GOV-R'/>
8592                 <fieldValue name='url'/>
8593                 <fieldValue name='radiusvalue='0.1500'/>
8594                 <fieldValue name='displayMode'/>
8595                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
8596                 <fieldValue name='transparencyvalue='0'/>
8597                 <fieldValue name='translationvalue='-0.17603 -1.06648 0.10337'/>
8598                 <fieldValue name='textTranslationvalue='-0.02603 -1.06648 0.10337'/>
8599                 <fieldValue name='textColorvalue='0 0 0'/>
8600            </ProtoInstance>
8601            <ProtoInstance name='Vertex'>
8602                 <fieldValue name='vertexTextvalue='"2010-01-13-STATE.GOV-T"'/>
8603                 <fieldValue name='descriptionvalue='13: 2010-01-13-STATE.GOV-T'/>
8604                 <fieldValue name='url'/>
8605                 <fieldValue name='radiusvalue='0.1500'/>
8606                 <fieldValue name='displayMode'/>
8607                 <fieldValue name='diffuseColorvalue='0.1176 0.9765 0.6392'/>
8608                 <fieldValue name='transparencyvalue='0'/>
8609                 <fieldValue name='translationvalue='-2.01102 0.04580 0.42491'/>
8610                 <fieldValue name='textTranslationvalue='-1.86102 0.04580 0.42491'/>
8611                 <fieldValue name='textColorvalue='0 0 0'/>
8612            </ProtoInstance>
8613            <ProtoInstance name='Vertex'>
8614                 <fieldValue name='vertexTextvalue='"2010-01-13-TWITTER.COM-SOUTHCOMWATCH"'/>
8615                 <fieldValue name='descriptionvalue='14: 2010-01-13-TWITTER.COM-SOUTHCOMWATCH'/>
8616                 <fieldValue name='url'/>
8617                 <fieldValue name='radiusvalue='0.1500'/>
8618                 <fieldValue name='displayMode'/>
8619                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
8620                 <fieldValue name='transparencyvalue='0'/>
8621                 <fieldValue name='translationvalue='0.08263 -0.25067 -0.14221'/>
8622                 <fieldValue name='textTranslationvalue='0.23263 -0.25067 -0.14221'/>
8623                 <fieldValue name='textColorvalue='0 0 0'/>
8624            </ProtoInstance>
8625            <ProtoInstance name='Vertex'>
8626                 <fieldValue name='vertexTextvalue='"2010-01-13-USAID.GOV-LOCATIONS"'/>
8627                 <fieldValue name='descriptionvalue='15: 2010-01-13-USAID.GOV-LOCATIONS'/>
8628                 <fieldValue name='url'/>
8629                 <fieldValue name='radiusvalue='0.1500'/>
8630                 <fieldValue name='displayMode'/>
8631                 <fieldValue name='diffuseColorvalue='0.5020 0.5020 0.5020'/>
8632                 <fieldValue name='transparencyvalue='0'/>
8633                 <fieldValue name='translationvalue='1.09822 0.75426 0.33783'/>
8634                 <fieldValue name='textTranslationvalue='1.24822 0.75426 0.33783'/>
8635                 <fieldValue name='textColorvalue='0 0 0'/>
8636            </ProtoInstance>
8637            <ProtoInstance name='Vertex'>
8638                 <fieldValue name='vertexTextvalue='"2010-01-13-USAID.GOV-OUR_WORK"'/>
8639                 <fieldValue name='descriptionvalue='16: 2010-01-13-USAID.GOV-OUR_WORK'/>
8640                 <fieldValue name='url'/>
8641                 <fieldValue name='radiusvalue='0.1500'/>
8642                 <fieldValue name='displayMode'/>
8643                 <fieldValue name='diffuseColorvalue='0.5020 0.5020 0.5020'/>
8644                 <fieldValue name='transparencyvalue='0'/>
8645                 <fieldValue name='translationvalue='1.41489 0.21720 -0.18926'/>
8646                 <fieldValue name='textTranslationvalue='1.56489 0.21720 -0.18926'/>
8647                 <fieldValue name='textColorvalue='0 0 0'/>
8648            </ProtoInstance>
8649            <ProtoInstance name='Vertex'>
8650                 <fieldValue name='vertexTextvalue='"2010-01-13-WFPLOGISTICS.ORG-HAITI"'/>
8651                 <fieldValue name='descriptionvalue='17: 2010-01-13-WFPLOGISTICS.ORG-HAITI'/>
8652                 <fieldValue name='url'/>
8653                 <fieldValue name='radiusvalue='0.1500'/>
8654                 <fieldValue name='displayMode'/>
8655                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
8656                 <fieldValue name='transparencyvalue='0'/>
8657                 <fieldValue name='translationvalue='1.61972 -0.02719 0.10552'/>
8658                 <fieldValue name='textTranslationvalue='1.76972 -0.02719 0.10552'/>
8659                 <fieldValue name='textColorvalue='0 0 0'/>
8660            </ProtoInstance>
8661            <ProtoInstance name='Vertex'>
8662                 <fieldValue name='vertexTextvalue=' "Haiti/2010-01-13/Association_prob_NONE_Haiti_Cat5.txt.file.2010-01-13.simple" '/>
8663                 <fieldValue name='descriptionvalue='18: Haiti/2010-01-13/Association_prob_NONE_Haiti_Cat5.txt.file.2010-01-13.simple'/>
8664                 <fieldValue name='url'/>
8665                 <fieldValue name='radiusvalue='0.1500'/>
8666                 <fieldValue name='displayMode'/>
8667                 <fieldValue name='diffuseColorvalue='1.0000 1.0000 0'/>
8668                 <fieldValue name='transparencyvalue='0'/>
8669                 <fieldValue name='translationvalue='-1.98032 1.68031 2.09288'/>
8670                 <fieldValue name='textTranslationvalue='-1.83032 1.68031 2.09288'/>
8671                 <fieldValue name='textColorvalue='0 0 0'/>
8672            </ProtoInstance>
8673            <ProtoInstance name='Vertex'>
8674                 <fieldValue name='vertexTextvalue='"aboard"'/>
8675                 <fieldValue name='descriptionvalue='19: aboard'/>
8676                 <fieldValue name='url'/>
8677                 <fieldValue name='radiusvalue='0.1500'/>
8678                 <fieldValue name='displayMode'/>
8679                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
8680                 <fieldValue name='transparencyvalue='0'/>
8681                 <fieldValue name='translationvalue='0.21155 1.26943 0.23129'/>
8682                 <fieldValue name='textTranslationvalue='0.36155 1.26943 0.23129'/>
8683                 <fieldValue name='textColorvalue='0 0 0'/>
8684            </ProtoInstance>
8685            <ProtoInstance name='Vertex'>
8686                 <fieldValue name='vertexTextvalue='"activities"'/>
8687                 <fieldValue name='descriptionvalue='20: activities'/>
8688                 <fieldValue name='url'/>
8689                 <fieldValue name='radiusvalue='0.1500'/>
8690                 <fieldValue name='displayMode'/>
8691                 <fieldValue name='diffuseColorvalue='0.5020 0.5020 0.5020'/>
8692                 <fieldValue name='transparencyvalue='0'/>
8693                 <fieldValue name='translationvalue='1.15816 0.98241 0.96649'/>
8694                 <fieldValue name='textTranslationvalue='1.30816 0.98241 0.96649'/>
8695                 <fieldValue name='textColorvalue='0 0 0'/>
8696            </ProtoInstance>
8697            <ProtoInstance name='Vertex'>
8698                 <fieldValue name='vertexTextvalue='"addition"'/>
8699                 <fieldValue name='descriptionvalue='21: addition'/>
8700                 <fieldValue name='url'/>
8701                 <fieldValue name='radiusvalue='0.1500'/>
8702                 <fieldValue name='displayMode'/>
8703                 <fieldValue name='diffuseColorvalue='0.5020 0.5020 0.5020'/>
8704                 <fieldValue name='transparencyvalue='0'/>
8705                 <fieldValue name='translationvalue='1.52307 0.92870 -0.05304'/>
8706                 <fieldValue name='textTranslationvalue='1.67307 0.92870 -0.05304'/>
8707                 <fieldValue name='textColorvalue='0 0 0'/>
8708            </ProtoInstance>
8709            <ProtoInstance name='Vertex'>
8710                 <fieldValue name='vertexTextvalue='"affairs"'/>
8711                 <fieldValue name='descriptionvalue='22: affairs'/>
8712                 <fieldValue name='url'/>
8713                 <fieldValue name='radiusvalue='0.1500'/>
8714                 <fieldValue name='displayMode'/>
8715                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
8716                 <fieldValue name='transparencyvalue='0'/>
8717                 <fieldValue name='translationvalue='0.20955 -0.35115 0.53265'/>
8718                 <fieldValue name='textTranslationvalue='0.35955 -0.35115 0.53265'/>
8719                 <fieldValue name='textColorvalue='0 0 0'/>
8720            </ProtoInstance>
8721            <ProtoInstance name='Vertex'>
8722                 <fieldValue name='vertexTextvalue='"affected"'/>
8723                 <fieldValue name='descriptionvalue='23: affected'/>
8724                 <fieldValue name='url'/>
8725                 <fieldValue name='radiusvalue='0.1500'/>
8726                 <fieldValue name='displayMode'/>
8727                 <fieldValue name='diffuseColorvalue='0.5020 0.5020 0.5020'/>
8728                 <fieldValue name='transparencyvalue='0'/>
8729                 <fieldValue name='translationvalue='1.88972 0.15376 -0.47135'/>
8730                 <fieldValue name='textTranslationvalue='2.03972 0.15376 -0.47135'/>
8731                 <fieldValue name='textColorvalue='0 0 0'/>
8732            </ProtoInstance>
8733            <ProtoInstance name='Vertex'>
8734                 <fieldValue name='vertexTextvalue='"aftermath"'/>
8735                 <fieldValue name='descriptionvalue='24: aftermath'/>
8736                 <fieldValue name='url'/>
8737                 <fieldValue name='radiusvalue='0.1500'/>
8738                 <fieldValue name='displayMode'/>
8739                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
8740                 <fieldValue name='transparencyvalue='0'/>
8741                 <fieldValue name='translationvalue='-0.04246 1.26618 -0.11396'/>
8742                 <fieldValue name='textTranslationvalue='0.10754 1.26618 -0.11396'/>
8743                 <fieldValue name='textColorvalue='0 0 0'/>
8744            </ProtoInstance>
8745            <ProtoInstance name='Vertex'>
8746                 <fieldValue name='vertexTextvalue='"aid"'/>
8747                 <fieldValue name='descriptionvalue='25: aid'/>
8748                 <fieldValue name='url'/>
8749                 <fieldValue name='radiusvalue='0.1500'/>
8750                 <fieldValue name='displayMode'/>
8751                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
8752                 <fieldValue name='transparencyvalue='0'/>
8753                 <fieldValue name='translationvalue='0.80359 0.95413 0.41988'/>
8754                 <fieldValue name='textTranslationvalue='0.95359 0.95413 0.41988'/>
8755                 <fieldValue name='textColorvalue='0 0 0'/>
8756            </ProtoInstance>
8757            <ProtoInstance name='Vertex'>
8758                 <fieldValue name='vertexTextvalue='"air"'/>
8759                 <fieldValue name='descriptionvalue='26: air'/>
8760                 <fieldValue name='url'/>
8761                 <fieldValue name='radiusvalue='0.1500'/>
8762                 <fieldValue name='displayMode'/>
8763                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
8764                 <fieldValue name='transparencyvalue='0'/>
8765                 <fieldValue name='translationvalue='-0.20596 0.47108 0.67415'/>
8766                 <fieldValue name='textTranslationvalue='-0.05596 0.47108 0.67415'/>
8767                 <fieldValue name='textColorvalue='0 0 0'/>
8768            </ProtoInstance>
8769            <ProtoInstance name='Vertex'>
8770                 <fieldValue name='vertexTextvalue='"aircraft"'/>
8771                 <fieldValue name='descriptionvalue='27: aircraft'/>
8772                 <fieldValue name='url'/>
8773                 <fieldValue name='radiusvalue='0.1500'/>
8774                 <fieldValue name='displayMode'/>
8775                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
8776                 <fieldValue name='transparencyvalue='0'/>
8777                 <fieldValue name='translationvalue='-0.03521 0.72404 0.33209'/>
8778                 <fieldValue name='textTranslationvalue='0.11479 0.72404 0.33209'/>
8779                 <fieldValue name='textColorvalue='0 0 0'/>
8780            </ProtoInstance>
8781            <ProtoInstance name='Vertex'>
8782                 <fieldValue name='vertexTextvalue='"airlift"'/>
8783                 <fieldValue name='descriptionvalue='28: airlift'/>
8784                 <fieldValue name='url'/>
8785                 <fieldValue name='radiusvalue='0.1500'/>
8786                 <fieldValue name='displayMode'/>
8787                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
8788                 <fieldValue name='transparencyvalue='0'/>
8789                 <fieldValue name='translationvalue='0.69352 0.43418 0.67196'/>
8790                 <fieldValue name='textTranslationvalue='0.84352 0.43418 0.67196'/>
8791                 <fieldValue name='textColorvalue='0 0 0'/>
8792            </ProtoInstance>
8793            <ProtoInstance name='Vertex'>
8794                 <fieldValue name='vertexTextvalue='"alerted"'/>
8795                 <fieldValue name='descriptionvalue='29: alerted'/>
8796                 <fieldValue name='url'/>
8797                 <fieldValue name='radiusvalue='0.1500'/>
8798                 <fieldValue name='displayMode'/>
8799                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
8800                 <fieldValue name='transparencyvalue='0'/>
8801                 <fieldValue name='translationvalue='-0.84019 -0.10331 1.09404'/>
8802                 <fieldValue name='textTranslationvalue='-0.69019 -0.10331 1.09404'/>
8803                 <fieldValue name='textColorvalue='0 0 0'/>
8804            </ProtoInstance>
8805            <ProtoInstance name='Vertex'>
8806                 <fieldValue name='vertexTextvalue='"ambassador"'/>
8807                 <fieldValue name='descriptionvalue='30: ambassador'/>
8808                 <fieldValue name='url'/>
8809                 <fieldValue name='radiusvalue='0.1500'/>
8810                 <fieldValue name='displayMode'/>
8811                 <fieldValue name='diffuseColorvalue='0.5020 0.5020 0.5020'/>
8812                 <fieldValue name='transparencyvalue='0'/>
8813                 <fieldValue name='translationvalue='1.80342 0.31541 -0.65746'/>
8814                 <fieldValue name='textTranslationvalue='1.95342 0.31541 -0.65746'/>
8815                 <fieldValue name='textColorvalue='0 0 0'/>
8816            </ProtoInstance>
8817            <ProtoInstance name='Vertex'>
8818                 <fieldValue name='vertexTextvalue='"americans"'/>
8819                 <fieldValue name='descriptionvalue='31: americans'/>
8820                 <fieldValue name='url'/>
8821                 <fieldValue name='radiusvalue='0.1500'/>
8822                 <fieldValue name='displayMode'/>
8823                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
8824                 <fieldValue name='transparencyvalue='0'/>
8825                 <fieldValue name='translationvalue='-0.45003 -1.60606 -0.12753'/>
8826                 <fieldValue name='textTranslationvalue='-0.30003 -1.60606 -0.12753'/>
8827                 <fieldValue name='textColorvalue='0 0 0'/>
8828            </ProtoInstance>
8829            <ProtoInstance name='Vertex'>
8830                 <fieldValue name='vertexTextvalue='"amphibious"'/>
8831                 <fieldValue name='descriptionvalue='32: amphibious'/>
8832                 <fieldValue name='url'/>
8833                 <fieldValue name='radiusvalue='0.1500'/>
8834                 <fieldValue name='displayMode'/>
8835                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
8836                 <fieldValue name='transparencyvalue='0'/>
8837                 <fieldValue name='translationvalue='-0.19295 1.13760 0.35377'/>
8838                 <fieldValue name='textTranslationvalue='-0.04295 1.13760 0.35377'/>
8839                 <fieldValue name='textColorvalue='0 0 0'/>
8840            </ProtoInstance>
8841            <ProtoInstance name='Vertex'>
8842                 <fieldValue name='vertexTextvalue='"appropriations"'/>
8843                 <fieldValue name='descriptionvalue='33: appropriations'/>
8844                 <fieldValue name='url'/>
8845                 <fieldValue name='radiusvalue='0.1500'/>
8846                 <fieldValue name='displayMode'/>
8847                 <fieldValue name='diffuseColorvalue='0.5020 0.5020 0.5020'/>
8848                 <fieldValue name='transparencyvalue='0'/>
8849                 <fieldValue name='translationvalue='1.62157 1.12311 -0.18347'/>
8850                 <fieldValue name='textTranslationvalue='1.77157 1.12311 -0.18347'/>
8851                 <fieldValue name='textColorvalue='0 0 0'/>
8852            </ProtoInstance>
8853            <ProtoInstance name='Vertex'>
8854                 <fieldValue name='vertexTextvalue='"archive"'/>
8855                 <fieldValue name='descriptionvalue='34: archive'/>
8856                 <fieldValue name='url'/>
8857                 <fieldValue name='radiusvalue='0.1500'/>
8858                 <fieldValue name='displayMode'/>
8859                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
8860                 <fieldValue name='transparencyvalue='0'/>
8861                 <fieldValue name='translationvalue='-0.56163 -1.97352 -0.06952'/>
8862                 <fieldValue name='textTranslationvalue='-0.41163 -1.97352 -0.06952'/>
8863                 <fieldValue name='textColorvalue='0 0 0'/>
8864            </ProtoInstance>
8865            <ProtoInstance name='Vertex'>
8866                 <fieldValue name='vertexTextvalue='"army"'/>
8867                 <fieldValue name='descriptionvalue='35: army'/>
8868                 <fieldValue name='url'/>
8869                 <fieldValue name='radiusvalue='0.1500'/>
8870                 <fieldValue name='displayMode'/>
8871                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
8872                 <fieldValue name='transparencyvalue='0'/>
8873                 <fieldValue name='translationvalue='0.11470 0.26001 1.13286'/>
8874                 <fieldValue name='textTranslationvalue='0.26470 0.26001 1.13286'/>
8875                 <fieldValue name='textColorvalue='0 0 0'/>
8876            </ProtoInstance>
8877            <ProtoInstance name='Vertex'>
8878                 <fieldValue name='vertexTextvalue='"arranging"'/>
8879                 <fieldValue name='descriptionvalue='36: arranging'/>
8880                 <fieldValue name='url'/>
8881                 <fieldValue name='radiusvalue='0.1500'/>
8882                 <fieldValue name='displayMode'/>
8883                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
8884                 <fieldValue name='transparencyvalue='0'/>
8885                 <fieldValue name='translationvalue='1.25070 0.71548 0.77928'/>
8886                 <fieldValue name='textTranslationvalue='1.40070 0.71548 0.77928'/>
8887                 <fieldValue name='textColorvalue='0 0 0'/>
8888            </ProtoInstance>
8889            <ProtoInstance name='Vertex'>
8890                 <fieldValue name='vertexTextvalue='"arrive"'/>
8891                 <fieldValue name='descriptionvalue='37: arrive'/>
8892                 <fieldValue name='url'/>
8893                 <fieldValue name='radiusvalue='0.1500'/>
8894                 <fieldValue name='displayMode'/>
8895                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
8896                 <fieldValue name='transparencyvalue='0'/>
8897                 <fieldValue name='translationvalue='-0.00717 0.19417 0.07453'/>
8898                 <fieldValue name='textTranslationvalue='0.14283 0.19417 0.07453'/>
8899                 <fieldValue name='textColorvalue='0 0 0'/>
8900            </ProtoInstance>
8901            <ProtoInstance name='Vertex'>
8902                 <fieldValue name='vertexTextvalue='"assess"'/>
8903                 <fieldValue name='descriptionvalue='38: assess'/>
8904                 <fieldValue name='url'/>
8905                 <fieldValue name='radiusvalue='0.1500'/>
8906                 <fieldValue name='displayMode'/>
8907                 <fieldValue name='diffuseColorvalue='0.5020 0.5020 0.5020'/>
8908                 <fieldValue name='transparencyvalue='0'/>
8909                 <fieldValue name='translationvalue='1.46306 1.40170 0.03144'/>
8910                 <fieldValue name='textTranslationvalue='1.61306 1.40170 0.03144'/>
8911                 <fieldValue name='textColorvalue='0 0 0'/>
8912            </ProtoInstance>
8913            <ProtoInstance name='Vertex'>
8914                 <fieldValue name='vertexTextvalue='"assessment"'/>
8915                 <fieldValue name='descriptionvalue='39: assessment'/>
8916                 <fieldValue name='url'/>
8917                 <fieldValue name='radiusvalue='0.1500'/>
8918                 <fieldValue name='displayMode'/>
8919                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
8920                 <fieldValue name='transparencyvalue='0'/>
8921                 <fieldValue name='translationvalue='-0.29333 0.45833 0.60820'/>
8922                 <fieldValue name='textTranslationvalue='-0.14333 0.45833 0.60820'/>
8923                 <fieldValue name='textColorvalue='0 0 0'/>
8924            </ProtoInstance>
8925            <ProtoInstance name='Vertex'>
8926                 <fieldValue name='vertexTextvalue='"assist"'/>
8927                 <fieldValue name='descriptionvalue='40: assist'/>
8928                 <fieldValue name='url'/>
8929                 <fieldValue name='radiusvalue='0.1500'/>
8930                 <fieldValue name='displayMode'/>
8931                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
8932                 <fieldValue name='transparencyvalue='0'/>
8933                 <fieldValue name='translationvalue='1.03866 0.59617 1.19711'/>
8934                 <fieldValue name='textTranslationvalue='1.18866 0.59617 1.19711'/>
8935                 <fieldValue name='textColorvalue='0 0 0'/>
8936            </ProtoInstance>
8937            <ProtoInstance name='Vertex'>
8938                 <fieldValue name='vertexTextvalue='"assistance"'/>
8939                 <fieldValue name='descriptionvalue='41: assistance'/>
8940                 <fieldValue name='url'/>
8941                 <fieldValue name='radiusvalue='0.1500'/>
8942                 <fieldValue name='displayMode'/>
8943                 <fieldValue name='diffuseColorvalue='0.5020 0.5020 0.5020'/>
8944                 <fieldValue name='transparencyvalue='0'/>
8945                 <fieldValue name='translationvalue='1.09335 0.44371 0.09658'/>
8946                 <fieldValue name='textTranslationvalue='1.24335 0.44371 0.09658'/>
8947                 <fieldValue name='textColorvalue='0 0 0'/>
8948            </ProtoInstance>
8949            <ProtoInstance name='Vertex'>
8950                 <fieldValue name='vertexTextvalue='"availability"'/>
8951                 <fieldValue name='descriptionvalue='42: availability'/>
8952                 <fieldValue name='url'/>
8953                 <fieldValue name='radiusvalue='0.1500'/>
8954                 <fieldValue name='displayMode'/>
8955                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
8956                 <fieldValue name='transparencyvalue='0'/>
8957                 <fieldValue name='translationvalue='0.51589 -1.92465 0.45753'/>
8958                 <fieldValue name='textTranslationvalue='0.66589 -1.92465 0.45753'/>
8959                 <fieldValue name='textColorvalue='0 0 0'/>
8960            </ProtoInstance>
8961            <ProtoInstance name='Vertex'>
8962                 <fieldValue name='vertexTextvalue='"aviation"'/>
8963                 <fieldValue name='descriptionvalue='43: aviation'/>
8964                 <fieldValue name='url'/>
8965                 <fieldValue name='radiusvalue='0.1500'/>
8966                 <fieldValue name='displayMode'/>
8967                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
8968                 <fieldValue name='transparencyvalue='0'/>
8969                 <fieldValue name='translationvalue='-0.72261 0.20106 1.55382'/>
8970                 <fieldValue name='textTranslationvalue='-0.57261 0.20106 1.55382'/>
8971                 <fieldValue name='textColorvalue='0 0 0'/>
8972            </ProtoInstance>
8973            <ProtoInstance name='Vertex'>
8974                 <fieldValue name='vertexTextvalue='"black"'/>
8975                 <fieldValue name='descriptionvalue='44: black'/>
8976                 <fieldValue name='url'/>
8977                 <fieldValue name='radiusvalue='0.1500'/>
8978                 <fieldValue name='displayMode'/>
8979                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
8980                 <fieldValue name='transparencyvalue='0'/>
8981                 <fieldValue name='translationvalue='-0.82460 0.53395 1.42013'/>
8982                 <fieldValue name='textTranslationvalue='-0.67460 0.53395 1.42013'/>
8983                 <fieldValue name='textColorvalue='0 0 0'/>
8984            </ProtoInstance>
8985            <ProtoInstance name='Vertex'>
8986                 <fieldValue name='vertexTextvalue='"boards"'/>
8987                 <fieldValue name='descriptionvalue='45: boards'/>
8988                 <fieldValue name='url'/>
8989                 <fieldValue name='radiusvalue='0.1500'/>
8990                 <fieldValue name='displayMode'/>
8991                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
8992                 <fieldValue name='transparencyvalue='0'/>
8993                 <fieldValue name='translationvalue='-0.12459 1.01736 1.17914'/>
8994                 <fieldValue name='textTranslationvalue='0.02541 1.01736 1.17914'/>
8995                 <fieldValue name='textColorvalue='0 0 0'/>
8996            </ProtoInstance>
8997            <ProtoInstance name='Vertex'>
8998                 <fieldValue name='vertexTextvalue='"briefing"'/>
8999                 <fieldValue name='descriptionvalue='46: briefing'/>
9000                 <fieldValue name='url'/>
9001                 <fieldValue name='radiusvalue='0.1500'/>
9002                 <fieldValue name='displayMode'/>
9003                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
9004                 <fieldValue name='transparencyvalue='0'/>
9005                 <fieldValue name='translationvalue='-0.04084 -0.65347 -0.61317'/>
9006                 <fieldValue name='textTranslationvalue='0.10916 -0.65347 -0.61317'/>
9007                 <fieldValue name='textColorvalue='0 0 0'/>
9008            </ProtoInstance>
9009            <ProtoInstance name='Vertex'>
9010                 <fieldValue name='vertexTextvalue='"briefings"'/>
9011                 <fieldValue name='descriptionvalue='47: briefings'/>
9012                 <fieldValue name='url'/>
9013                 <fieldValue name='radiusvalue='0.1500'/>
9014                 <fieldValue name='displayMode'/>
9015                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
9016                 <fieldValue name='transparencyvalue='0'/>
9017                 <fieldValue name='translationvalue='0.10902 -0.98851 0.14934'/>
9018                 <fieldValue name='textTranslationvalue='0.25902 -0.98851 0.14934'/>
9019                 <fieldValue name='textColorvalue='0 0 0'/>
9020            </ProtoInstance>
9021            <ProtoInstance name='Vertex'>
9022                 <fieldValue name='vertexTextvalue='"browser"'/>
9023                 <fieldValue name='descriptionvalue='48: browser'/>
9024                 <fieldValue name='url'/>
9025                 <fieldValue name='radiusvalue='0.1500'/>
9026                 <fieldValue name='displayMode'/>
9027                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
9028                 <fieldValue name='transparencyvalue='0'/>
9029                 <fieldValue name='translationvalue='1.35472 2.66734 2.32046'/>
9030                 <fieldValue name='textTranslationvalue='1.50472 2.66734 2.32046'/>
9031                 <fieldValue name='textColorvalue='0 0 0'/>
9032            </ProtoInstance>
9033            <ProtoInstance name='Vertex'>
9034                 <fieldValue name='vertexTextvalue='"buildings"'/>
9035                 <fieldValue name='descriptionvalue='49: buildings'/>
9036                 <fieldValue name='url'/>
9037                 <fieldValue name='radiusvalue='0.1500'/>
9038                 <fieldValue name='displayMode'/>
9039                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
9040                 <fieldValue name='transparencyvalue='0'/>
9041                 <fieldValue name='translationvalue='0.77093 0.63067 2.64965'/>
9042                 <fieldValue name='textTranslationvalue='0.92093 0.63067 2.64965'/>
9043                 <fieldValue name='textColorvalue='0 0 0'/>
9044            </ProtoInstance>
9045            <ProtoInstance name='Vertex'>
9046                 <fieldValue name='vertexTextvalue='"bureau"'/>
9047                 <fieldValue name='descriptionvalue='50: bureau'/>
9048                 <fieldValue name='url'/>
9049                 <fieldValue name='radiusvalue='0.1500'/>
9050                 <fieldValue name='displayMode'/>
9051                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
9052                 <fieldValue name='transparencyvalue='0'/>
9053                 <fieldValue name='translationvalue='0.17949 -0.60180 0.74840'/>
9054                 <fieldValue name='textTranslationvalue='0.32949 -0.60180 0.74840'/>
9055                 <fieldValue name='textColorvalue='0 0 0'/>
9056            </ProtoInstance>
9057            <ProtoInstance name='Vertex'>
9058                 <fieldValue name='vertexTextvalue='"called"'/>
9059                 <fieldValue name='descriptionvalue='51: called'/>
9060                 <fieldValue name='url'/>
9061                 <fieldValue name='radiusvalue='0.1500'/>
9062                 <fieldValue name='displayMode'/>
9063                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
9064                 <fieldValue name='transparencyvalue='0'/>
9065                 <fieldValue name='translationvalue='-0.84019 -0.10331 1.09404'/>
9066                 <fieldValue name='textTranslationvalue='-0.69019 -0.10331 1.09404'/>
9067                 <fieldValue name='textColorvalue='0 0 0'/>
9068            </ProtoInstance>
9069            <ProtoInstance name='Vertex'>
9070                 <fieldValue name='vertexTextvalue='"care"'/>
9071                 <fieldValue name='descriptionvalue='52: care'/>
9072                 <fieldValue name='url'/>
9073                 <fieldValue name='radiusvalue='0.1500'/>
9074                 <fieldValue name='displayMode'/>
9075                 <fieldValue name='diffuseColorvalue='0 0 0'/>
9076                 <fieldValue name='transparencyvalue='0'/>
9077                 <fieldValue name='translationvalue='2.49838 0.13243 1.25941'/>
9078                 <fieldValue name='textTranslationvalue='2.64838 0.13243 1.25941'/>
9079                 <fieldValue name='textColorvalue='0 0 0'/>
9080            </ProtoInstance>
9081            <ProtoInstance name='Vertex'>
9082                 <fieldValue name='vertexTextvalue='"cargo"'/>
9083                 <fieldValue name='descriptionvalue='53: cargo'/>
9084                 <fieldValue name='url'/>
9085                 <fieldValue name='radiusvalue='0.1500'/>
9086                 <fieldValue name='displayMode'/>
9087                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
9088                 <fieldValue name='transparencyvalue='0'/>
9089                 <fieldValue name='translationvalue='-0.16490 1.22426 0.11592'/>
9090                 <fieldValue name='textTranslationvalue='-0.01490 1.22426 0.11592'/>
9091                 <fieldValue name='textColorvalue='0 0 0'/>
9092            </ProtoInstance>
9093            <ProtoInstance name='Vertex'>
9094                 <fieldValue name='vertexTextvalue='"caribbean"'/>
9095                 <fieldValue name='descriptionvalue='54: caribbean'/>
9096                 <fieldValue name='url'/>
9097                 <fieldValue name='radiusvalue='0.1500'/>
9098                 <fieldValue name='displayMode'/>
9099                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
9100                 <fieldValue name='transparencyvalue='0'/>
9101                 <fieldValue name='translationvalue='-0.46101 0.33041 1.18611'/>
9102                 <fieldValue name='textTranslationvalue='-0.31101 0.33041 1.18611'/>
9103                 <fieldValue name='textColorvalue='0 0 0'/>
9104            </ProtoInstance>
9105            <ProtoInstance name='Vertex'>
9106                 <fieldValue name='vertexTextvalue='"carl"'/>
9107                 <fieldValue name='descriptionvalue='55: carl'/>
9108                 <fieldValue name='url'/>
9109                 <fieldValue name='radiusvalue='0.1500'/>
9110                 <fieldValue name='displayMode'/>
9111                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
9112                 <fieldValue name='transparencyvalue='0'/>
9113                 <fieldValue name='translationvalue='-0.62963 0.12524 -0.12995'/>
9114                 <fieldValue name='textTranslationvalue='-0.47963 0.12524 -0.12995'/>
9115                 <fieldValue name='textColorvalue='0 0 0'/>
9116            </ProtoInstance>
9117            <ProtoInstance name='Vertex'>
9118                 <fieldValue name='vertexTextvalue='"carrier"'/>
9119                 <fieldValue name='descriptionvalue='56: carrier'/>
9120                 <fieldValue name='url'/>
9121                 <fieldValue name='radiusvalue='0.1500'/>
9122                 <fieldValue name='displayMode'/>
9123                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
9124                 <fieldValue name='transparencyvalue='0'/>
9125                 <fieldValue name='translationvalue='-0.65454 1.08114 0.77229'/>
9126                 <fieldValue name='textTranslationvalue='-0.50454 1.08114 0.77229'/>
9127                 <fieldValue name='textColorvalue='0 0 0'/>
9128            </ProtoInstance>
9129            <ProtoInstance name='Vertex'>
9130                 <fieldValue name='vertexTextvalue='"casualties"'/>
9131                 <fieldValue name='descriptionvalue='57: casualties'/>
9132                 <fieldValue name='url'/>
9133                 <fieldValue name='radiusvalue='0.1500'/>
9134                 <fieldValue name='displayMode'/>
9135                 <fieldValue name='diffuseColorvalue='0.5020 0.5020 0.5020'/>
9136                 <fieldValue name='transparencyvalue='0'/>
9137                 <fieldValue name='translationvalue='1.50246 0.19637 -0.73661'/>
9138                 <fieldValue name='textTranslationvalue='1.65246 0.19637 -0.73661'/>
9139                 <fieldValue name='textColorvalue='0 0 0'/>
9140            </ProtoInstance>
9141            <ProtoInstance name='Vertex'>
9142                 <fieldValue name='vertexTextvalue='"caused"'/>
9143                 <fieldValue name='descriptionvalue='58: caused'/>
9144                 <fieldValue name='url'/>
9145                 <fieldValue name='radiusvalue='0.1500'/>
9146                 <fieldValue name='displayMode'/>
9147                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
9148                 <fieldValue name='transparencyvalue='0'/>
9149                 <fieldValue name='translationvalue='2.13821 -0.28770 -0.06731'/>
9150                 <fieldValue name='textTranslationvalue='2.28821 -0.28770 -0.06731'/>
9151                 <fieldValue name='textColorvalue='0 0 0'/>
9152            </ProtoInstance>
9153            <ProtoInstance name='Vertex'>
9154                 <fieldValue name='vertexTextvalue='"center"'/>
9155                 <fieldValue name='descriptionvalue='59: center'/>
9156                 <fieldValue name='url'/>
9157                 <fieldValue name='radiusvalue='0.1500'/>
9158                 <fieldValue name='displayMode'/>
9159                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
9160                 <fieldValue name='transparencyvalue='0'/>
9161                 <fieldValue name='translationvalue='-0.44171 -1.40912 0.04181'/>
9162                 <fieldValue name='textTranslationvalue='-0.29171 -1.40912 0.04181'/>
9163                 <fieldValue name='textColorvalue='0 0 0'/>
9164            </ProtoInstance>
9165            <ProtoInstance name='Vertex'>
9166                 <fieldValue name='vertexTextvalue='"charge"'/>
9167                 <fieldValue name='descriptionvalue='60: charge'/>
9168                 <fieldValue name='url'/>
9169                 <fieldValue name='radiusvalue='0.1500'/>
9170                 <fieldValue name='displayMode'/>
9171                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
9172                 <fieldValue name='transparencyvalue='0'/>
9173                 <fieldValue name='translationvalue='-0.72546 0.26216 -1.38237'/>
9174                 <fieldValue name='textTranslationvalue='-0.57546 0.26216 -1.38237'/>
9175                 <fieldValue name='textColorvalue='0 0 0'/>
9176            </ProtoInstance>
9177            <ProtoInstance name='Vertex'>
9178                 <fieldValue name='vertexTextvalue='"chief"'/>
9179                 <fieldValue name='descriptionvalue='61: chief'/>
9180                 <fieldValue name='url'/>
9181                 <fieldValue name='radiusvalue='0.1500'/>
9182                 <fieldValue name='displayMode'/>
9183                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
9184                 <fieldValue name='transparencyvalue='0'/>
9185                 <fieldValue name='translationvalue='-0.82640 0.34296 1.38173'/>
9186                 <fieldValue name='textTranslationvalue='-0.67640 0.34296 1.38173'/>
9187                 <fieldValue name='textColorvalue='0 0 0'/>
9188            </ProtoInstance>
9189            <ProtoInstance name='Vertex'>
9190                 <fieldValue name='vertexTextvalue='"circumstance"'/>
9191                 <fieldValue name='descriptionvalue='62: circumstance'/>
9192                 <fieldValue name='url'/>
9193                 <fieldValue name='radiusvalue='0.1500'/>
9194                 <fieldValue name='displayMode'/>
9195                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
9196                 <fieldValue name='transparencyvalue='0'/>
9197                 <fieldValue name='translationvalue='-0.65973 0.51948 -0.83647'/>
9198                 <fieldValue name='textTranslationvalue='-0.50973 0.51948 -0.83647'/>
9199                 <fieldValue name='textColorvalue='0 0 0'/>
9200            </ProtoInstance>
9201            <ProtoInstance name='Vertex'>
9202                 <fieldValue name='vertexTextvalue='"clear"'/>
9203                 <fieldValue name='descriptionvalue='63: clear'/>
9204                 <fieldValue name='url'/>
9205                 <fieldValue name='radiusvalue='0.1500'/>
9206                 <fieldValue name='displayMode'/>
9207                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
9208                 <fieldValue name='transparencyvalue='0'/>
9209                 <fieldValue name='translationvalue='1.84303 0.90861 0.88598'/>
9210                 <fieldValue name='textTranslationvalue='1.99303 0.90861 0.88598'/>
9211                 <fieldValue name='textColorvalue='0 0 0'/>
9212            </ProtoInstance>
9213            <ProtoInstance name='Vertex'>
9214                 <fieldValue name='vertexTextvalue='"clearing"'/>
9215                 <fieldValue name='descriptionvalue='64: clearing'/>
9216                 <fieldValue name='url'/>
9217                 <fieldValue name='radiusvalue='0.1500'/>
9218                 <fieldValue name='displayMode'/>
9219                 <fieldValue name='diffuseColorvalue='0.1176 0.9765 0.6392'/>
9220                 <fieldValue name='transparencyvalue='0'/>
9221                 <fieldValue name='translationvalue='-2.73037 -0.09162 0.70028'/>
9222                 <fieldValue name='textTranslationvalue='-2.58037 -0.09162 0.70028'/>
9223                 <fieldValue name='textColorvalue='0 0 0'/>
9224            </ProtoInstance>
9225            <ProtoInstance name='Vertex'>
9226                 <fieldValue name='vertexTextvalue='"clinics"'/>
9227                 <fieldValue name='descriptionvalue='65: clinics'/>
9228                 <fieldValue name='url'/>
9229                 <fieldValue name='radiusvalue='0.1500'/>
9230                 <fieldValue name='displayMode'/>
9231                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
9232                 <fieldValue name='transparencyvalue='0'/>
9233                 <fieldValue name='translationvalue='0.96467 0.48251 2.21480'/>
9234                 <fieldValue name='textTranslationvalue='1.11467 0.48251 2.21480'/>
9235                 <fieldValue name='textColorvalue='0 0 0'/>
9236            </ProtoInstance>
9237            <ProtoInstance name='Vertex'>
9238                 <fieldValue name='vertexTextvalue='"closely"'/>
9239                 <fieldValue name='descriptionvalue='66: closely'/>
9240                 <fieldValue name='url'/>
9241                 <fieldValue name='radiusvalue='0.1500'/>
9242                 <fieldValue name='displayMode'/>
9243                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
9244                 <fieldValue name='transparencyvalue='0'/>
9245                 <fieldValue name='translationvalue='0.84305 2.74825 2.35421'/>
9246                 <fieldValue name='textTranslationvalue='0.99305 2.74825 2.35421'/>
9247                 <fieldValue name='textColorvalue='0 0 0'/>
9248            </ProtoInstance>
9249            <ProtoInstance name='Vertex'>
9250                 <fieldValue name='vertexTextvalue='"closest"'/>
9251                 <fieldValue name='descriptionvalue='67: closest'/>
9252                 <fieldValue name='url'/>
9253                 <fieldValue name='radiusvalue='0.1500'/>
9254                 <fieldValue name='displayMode'/>
9255                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
9256                 <fieldValue name='transparencyvalue='0'/>
9257                 <fieldValue name='translationvalue='-0.84019 -0.10331 1.09404'/>
9258                 <fieldValue name='textTranslationvalue='-0.69019 -0.10331 1.09404'/>
9259                 <fieldValue name='textColorvalue='0 0 0'/>
9260            </ProtoInstance>
9261            <ProtoInstance name='Vertex'>
9262                 <fieldValue name='vertexTextvalue='"clothing"'/>
9263                 <fieldValue name='descriptionvalue='68: clothing'/>
9264                 <fieldValue name='url'/>
9265                 <fieldValue name='radiusvalue='0.1500'/>
9266                 <fieldValue name='displayMode'/>
9267                 <fieldValue name='diffuseColorvalue='0 0 0'/>
9268                 <fieldValue name='transparencyvalue='0'/>
9269                 <fieldValue name='translationvalue='2.68339 -0.35192 0.87635'/>
9270                 <fieldValue name='textTranslationvalue='2.83339 -0.35192 0.87635'/>
9271                 <fieldValue name='textColorvalue='0 0 0'/>
9272            </ProtoInstance>
9273            <ProtoInstance name='Vertex'>
9274                 <fieldValue name='vertexTextvalue='"coast"'/>
9275                 <fieldValue name='descriptionvalue='69: coast'/>
9276                 <fieldValue name='url'/>
9277                 <fieldValue name='radiusvalue='0.1500'/>
9278                 <fieldValue name='displayMode'/>
9279                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
9280                 <fieldValue name='transparencyvalue='0'/>
9281                 <fieldValue name='translationvalue='-0.12263 -0.27161 -0.20170'/>
9282                 <fieldValue name='textTranslationvalue='0.02737 -0.27161 -0.20170'/>
9283                 <fieldValue name='textColorvalue='0 0 0'/>
9284            </ProtoInstance>
9285            <ProtoInstance name='Vertex'>
9286                 <fieldValue name='vertexTextvalue='"collected"'/>
9287                 <fieldValue name='descriptionvalue='70: collected'/>
9288                 <fieldValue name='url'/>
9289                 <fieldValue name='radiusvalue='0.1500'/>
9290                 <fieldValue name='displayMode'/>
9291                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
9292                 <fieldValue name='transparencyvalue='0'/>
9293                 <fieldValue name='translationvalue='0.32892 -1.95033 0.74708'/>
9294                 <fieldValue name='textTranslationvalue='0.47892 -1.95033 0.74708'/>
9295                 <fieldValue name='textColorvalue='0 0 0'/>
9296            </ProtoInstance>
9297            <ProtoInstance name='Vertex'>
9298                 <fieldValue name='vertexTextvalue='"coming"'/>
9299                 <fieldValue name='descriptionvalue='71: coming'/>
9300                 <fieldValue name='url'/>
9301                 <fieldValue name='radiusvalue='0.1500'/>
9302                 <fieldValue name='displayMode'/>
9303                 <fieldValue name='diffuseColorvalue='0.5020 0.5020 0.5020'/>
9304                 <fieldValue name='transparencyvalue='0'/>
9305                 <fieldValue name='translationvalue='2.08639 0.41480 -0.88665'/>
9306                 <fieldValue name='textTranslationvalue='2.23639 0.41480 -0.88665'/>
9307                 <fieldValue name='textColorvalue='0 0 0'/>
9308            </ProtoInstance>
9309            <ProtoInstance name='Vertex'>
9310                 <fieldValue name='vertexTextvalue='"command"'/>
9311                 <fieldValue name='descriptionvalue='72: command'/>
9312                 <fieldValue name='url'/>
9313                 <fieldValue name='radiusvalue='0.1500'/>
9314                 <fieldValue name='displayMode'/>
9315                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
9316                 <fieldValue name='transparencyvalue='0'/>
9317                 <fieldValue name='translationvalue='-0.15077 0.39030 0.02519'/>
9318                 <fieldValue name='textTranslationvalue='-0.00077 0.39030 0.02519'/>
9319                 <fieldValue name='textColorvalue='0 0 0'/>
9320            </ProtoInstance>
9321            <ProtoInstance name='Vertex'>
9322                 <fieldValue name='vertexTextvalue='"commander"'/>
9323                 <fieldValue name='descriptionvalue='73: commander'/>
9324                 <fieldValue name='url'/>
9325                 <fieldValue name='radiusvalue='0.1500'/>
9326                 <fieldValue name='displayMode'/>
9327                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
9328                 <fieldValue name='transparencyvalue='0'/>
9329                 <fieldValue name='translationvalue='-0.42526 -0.11345 -0.08536'/>
9330                 <fieldValue name='textTranslationvalue='-0.27526 -0.11345 -0.08536'/>
9331                 <fieldValue name='textColorvalue='0 0 0'/>
9332            </ProtoInstance>
9333            <ProtoInstance name='Vertex'>
9334                 <fieldValue name='vertexTextvalue='"commercial"'/>
9335                 <fieldValue name='descriptionvalue='74: commercial'/>
9336                 <fieldValue name='url'/>
9337                 <fieldValue name='radiusvalue='0.1500'/>
9338                 <fieldValue name='displayMode'/>
9339                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
9340                 <fieldValue name='transparencyvalue='0'/>
9341                 <fieldValue name='translationvalue='0.77093 0.63067 2.64965'/>
9342                 <fieldValue name='textTranslationvalue='0.92093 0.63067 2.64965'/>
9343                 <fieldValue name='textColorvalue='0 0 0'/>
9344            </ProtoInstance>
9345            <ProtoInstance name='Vertex'>
9346                 <fieldValue name='vertexTextvalue='"committed"'/>
9347                 <fieldValue name='descriptionvalue='75: committed'/>
9348                 <fieldValue name='url'/>
9349                 <fieldValue name='radiusvalue='0.1500'/>
9350                 <fieldValue name='displayMode'/>
9351                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
9352                 <fieldValue name='transparencyvalue='0'/>
9353                 <fieldValue name='translationvalue='-0.70092 -1.35694 0.05829'/>
9354                 <fieldValue name='textTranslationvalue='-0.55092 -1.35694 0.05829'/>
9355                 <fieldValue name='textColorvalue='0 0 0'/>
9356            </ProtoInstance>
9357            <ProtoInstance name='Vertex'>
9358                 <fieldValue name='vertexTextvalue='"commodities"'/>
9359                 <fieldValue name='descriptionvalue='76: commodities'/>
9360                 <fieldValue name='url'/>
9361                 <fieldValue name='radiusvalue='0.1500'/>
9362                 <fieldValue name='displayMode'/>
9363                 <fieldValue name='diffuseColorvalue='0.5020 0.5020 0.5020'/>
9364                 <fieldValue name='transparencyvalue='0'/>
9365                 <fieldValue name='translationvalue='0.89072 1.35407 0.93035'/>
9366                 <fieldValue name='textTranslationvalue='1.04072 1.35407 0.93035'/>
9367                 <fieldValue name='textColorvalue='0 0 0'/>
9368            </ProtoInstance>
9369            <ProtoInstance name='Vertex'>
9370                 <fieldValue name='vertexTextvalue='"communication"'/>
9371                 <fieldValue name='descriptionvalue='77: communication'/>
9372                 <fieldValue name='url'/>
9373                 <fieldValue name='radiusvalue='0.1500'/>
9374                 <fieldValue name='displayMode'/>
9375                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
9376                 <fieldValue name='transparencyvalue='0'/>
9377                 <fieldValue name='translationvalue='-0.08554 1.18224 -0.20142'/>
9378                 <fieldValue name='textTranslationvalue='0.06446 1.18224 -0.20142'/>
9379                 <fieldValue name='textColorvalue='0 0 0'/>
9380            </ProtoInstance>
9381            <ProtoInstance name='Vertex'>
9382                 <fieldValue name='vertexTextvalue='"communities"'/>
9383                 <fieldValue name='descriptionvalue='78: communities'/>
9384                 <fieldValue name='url'/>
9385                 <fieldValue name='radiusvalue='0.1500'/>
9386                 <fieldValue name='displayMode'/>
9387                 <fieldValue name='diffuseColorvalue='0.1176 0.9765 0.6392'/>
9388                 <fieldValue name='transparencyvalue='0'/>
9389                 <fieldValue name='translationvalue='-2.73037 -0.09162 0.70028'/>
9390                 <fieldValue name='textTranslationvalue='-2.58037 -0.09162 0.70028'/>
9391                 <fieldValue name='textColorvalue='0 0 0'/>
9392            </ProtoInstance>
9393            <ProtoInstance name='Vertex'>
9394                 <fieldValue name='vertexTextvalue='"community"'/>
9395                 <fieldValue name='descriptionvalue='79: community'/>
9396                 <fieldValue name='url'/>
9397                 <fieldValue name='radiusvalue='0.1500'/>
9398                 <fieldValue name='displayMode'/>
9399                 <fieldValue name='diffuseColorvalue='0.5020 0.5020 0.5020'/>
9400                 <fieldValue name='transparencyvalue='0'/>
9401                 <fieldValue name='translationvalue='1.46306 1.40170 0.03144'/>
9402                 <fieldValue name='textTranslationvalue='1.61306 1.40170 0.03144'/>
9403                 <fieldValue name='textColorvalue='0 0 0'/>
9404            </ProtoInstance>
9405            <ProtoInstance name='Vertex'>
9406                 <fieldValue name='vertexTextvalue='"company"'/>
9407                 <fieldValue name='descriptionvalue='80: company'/>
9408                 <fieldValue name='url'/>
9409                 <fieldValue name='radiusvalue='0.1500'/>
9410                 <fieldValue name='displayMode'/>
9411                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
9412                 <fieldValue name='transparencyvalue='0'/>
9413                 <fieldValue name='translationvalue='-0.50495 0.21580 1.21322'/>
9414                 <fieldValue name='textTranslationvalue='-0.35495 0.21580 1.21322'/>
9415                 <fieldValue name='textColorvalue='0 0 0'/>
9416            </ProtoInstance>
9417            <ProtoInstance name='Vertex'>
9418                 <fieldValue name='vertexTextvalue='"conditions"'/>
9419                 <fieldValue name='descriptionvalue='81: conditions'/>
9420                 <fieldValue name='url'/>
9421                 <fieldValue name='radiusvalue='0.1500'/>
9422                 <fieldValue name='displayMode'/>
9423                 <fieldValue name='diffuseColorvalue='0.5020 0.5020 0.5020'/>
9424                 <fieldValue name='transparencyvalue='0'/>
9425                 <fieldValue name='translationvalue='1.38675 1.22558 0.25366'/>
9426                 <fieldValue name='textTranslationvalue='1.53675 1.22558 0.25366'/>
9427                 <fieldValue name='textColorvalue='0 0 0'/>
9428            </ProtoInstance>
9429            <ProtoInstance name='Vertex'>
9430                 <fieldValue name='vertexTextvalue='"consignment"'/>
9431                 <fieldValue name='descriptionvalue='82: consignment'/>
9432                 <fieldValue name='url'/>
9433                 <fieldValue name='radiusvalue='0.1500'/>
9434                 <fieldValue name='displayMode'/>
9435                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
9436                 <fieldValue name='transparencyvalue='0'/>
9437                 <fieldValue name='translationvalue='1.47277 1.48448 0.70262'/>
9438                 <fieldValue name='textTranslationvalue='1.62277 1.48448 0.70262'/>
9439                 <fieldValue name='textColorvalue='0 0 0'/>
9440            </ProtoInstance>
9441            <ProtoInstance name='Vertex'>
9442                 <fieldValue name='vertexTextvalue='"contact"'/>
9443                 <fieldValue name='descriptionvalue='83: contact'/>
9444                 <fieldValue name='url'/>
9445                 <fieldValue name='radiusvalue='0.1500'/>
9446                 <fieldValue name='displayMode'/>
9447                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
9448                 <fieldValue name='transparencyvalue='0'/>
9449                 <fieldValue name='translationvalue='-0.59758 -1.87252 -0.32121'/>
9450                 <fieldValue name='textTranslationvalue='-0.44758 -1.87252 -0.32121'/>
9451                 <fieldValue name='textColorvalue='0 0 0'/>
9452            </ProtoInstance>
9453            <ProtoInstance name='Vertex'>
9454                 <fieldValue name='vertexTextvalue='"contribute"'/>
9455                 <fieldValue name='descriptionvalue='84: contribute'/>
9456                 <fieldValue name='url'/>
9457                 <fieldValue name='radiusvalue='0.1500'/>
9458                 <fieldValue name='displayMode'/>
9459                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
9460                 <fieldValue name='transparencyvalue='0'/>
9461                 <fieldValue name='translationvalue='0.88261 -1.23797 0.66489'/>
9462                 <fieldValue name='textTranslationvalue='1.03261 -1.23797 0.66489'/>
9463                 <fieldValue name='textColorvalue='0 0 0'/>
9464            </ProtoInstance>
9465            <ProtoInstance name='Vertex'>
9466                 <fieldValue name='vertexTextvalue='"contribution"'/>
9467                 <fieldValue name='descriptionvalue='85: contribution'/>
9468                 <fieldValue name='url'/>
9469                 <fieldValue name='radiusvalue='0.1500'/>
9470                 <fieldValue name='displayMode'/>
9471                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
9472                 <fieldValue name='transparencyvalue='0'/>
9473                 <fieldValue name='translationvalue='1.61856 -0.98411 -0.17461'/>
9474                 <fieldValue name='textTranslationvalue='1.76856 -0.98411 -0.17461'/>
9475                 <fieldValue name='textColorvalue='0 0 0'/>
9476            </ProtoInstance>
9477            <ProtoInstance name='Vertex'>
9478                 <fieldValue name='vertexTextvalue='"contributor"'/>
9479                 <fieldValue name='descriptionvalue='86: contributor'/>
9480                 <fieldValue name='url'/>
9481                 <fieldValue name='radiusvalue='0.1500'/>
9482                 <fieldValue name='displayMode'/>
9483                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
9484                 <fieldValue name='transparencyvalue='0'/>
9485                 <fieldValue name='translationvalue='1.84934 1.00940 1.42336'/>
9486                 <fieldValue name='textTranslationvalue='1.99934 1.00940 1.42336'/>
9487                 <fieldValue name='textColorvalue='0 0 0'/>
9488            </ProtoInstance>
9489            <ProtoInstance name='Vertex'>
9490                 <fieldValue name='vertexTextvalue='"control"'/>
9491                 <fieldValue name='descriptionvalue='87: control'/>
9492                 <fieldValue name='url'/>
9493                 <fieldValue name='radiusvalue='0.1500'/>
9494                 <fieldValue name='displayMode'/>
9495                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
9496                 <fieldValue name='transparencyvalue='0'/>
9497                 <fieldValue name='translationvalue='-0.18161 1.02870 -0.20409'/>
9498                 <fieldValue name='textTranslationvalue='-0.03161 1.02870 -0.20409'/>
9499                 <fieldValue name='textColorvalue='0 0 0'/>
9500            </ProtoInstance>
9501            <ProtoInstance name='Vertex'>
9502                 <fieldValue name='vertexTextvalue='"coordinate"'/>
9503                 <fieldValue name='descriptionvalue='88: coordinate'/>
9504                 <fieldValue name='url'/>
9505                 <fieldValue name='radiusvalue='0.1500'/>
9506                 <fieldValue name='displayMode'/>
9507                 <fieldValue name='diffuseColorvalue='0.5020 0.5020 0.5020'/>
9508                 <fieldValue name='transparencyvalue='0'/>
9509                 <fieldValue name='translationvalue='1.38708 1.26095 0.49765'/>
9510                 <fieldValue name='textTranslationvalue='1.53708 1.26095 0.49765'/>
9511                 <fieldValue name='textColorvalue='0 0 0'/>
9512            </ProtoInstance>
9513            <ProtoInstance name='Vertex'>
9514                 <fieldValue name='vertexTextvalue='"corps"'/>
9515                 <fieldValue name='descriptionvalue='89: corps'/>
9516                 <fieldValue name='url'/>
9517                 <fieldValue name='radiusvalue='0.1500'/>
9518                 <fieldValue name='displayMode'/>
9519                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
9520                 <fieldValue name='transparencyvalue='0'/>
9521                 <fieldValue name='translationvalue='1.72826 -1.04828 -0.53994'/>
9522                 <fieldValue name='textTranslationvalue='1.87826 -1.04828 -0.53994'/>
9523                 <fieldValue name='textColorvalue='0 0 0'/>
9524            </ProtoInstance>
9525            <ProtoInstance name='Vertex'>
9526                 <fieldValue name='vertexTextvalue='"countries"'/>
9527                 <fieldValue name='descriptionvalue='90: countries'/>
9528                 <fieldValue name='url'/>
9529                 <fieldValue name='radiusvalue='0.1500'/>
9530                 <fieldValue name='displayMode'/>
9531                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
9532                 <fieldValue name='transparencyvalue='0'/>
9533                 <fieldValue name='translationvalue='0.42067 -1.24040 0.90071'/>
9534                 <fieldValue name='textTranslationvalue='0.57067 -1.24040 0.90071'/>
9535                 <fieldValue name='textColorvalue='0 0 0'/>
9536            </ProtoInstance>
9537            <ProtoInstance name='Vertex'>
9538                 <fieldValue name='vertexTextvalue='"country"'/>
9539                 <fieldValue name='descriptionvalue='91: country'/>
9540                 <fieldValue name='url'/>
9541                 <fieldValue name='radiusvalue='0.1500'/>
9542                 <fieldValue name='displayMode'/>
9543                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
9544                 <fieldValue name='transparencyvalue='0'/>
9545                 <fieldValue name='translationvalue='2.05191 -1.32767 -0.81843'/>
9546                 <fieldValue name='textTranslationvalue='2.20191 -1.32767 -0.81843'/>
9547                 <fieldValue name='textColorvalue='0 0 0'/>
9548            </ProtoInstance>
9549            <ProtoInstance name='Vertex'>
9550                 <fieldValue name='vertexTextvalue='"credit"'/>
9551                 <fieldValue name='descriptionvalue='92: credit'/>
9552                 <fieldValue name='url'/>
9553                 <fieldValue name='radiusvalue='0.1500'/>
9554                 <fieldValue name='displayMode'/>
9555                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
9556                 <fieldValue name='transparencyvalue='0'/>
9557                 <fieldValue name='translationvalue='-0.57456 0.01470 0.92834'/>
9558                 <fieldValue name='textTranslationvalue='-0.42456 0.01470 0.92834'/>
9559                 <fieldValue name='textColorvalue='0 0 0'/>
9560            </ProtoInstance>
9561            <ProtoInstance name='Vertex'>
9562                 <fieldValue name='vertexTextvalue='"creek"'/>
9563                 <fieldValue name='descriptionvalue='93: creek'/>
9564                 <fieldValue name='url'/>
9565                 <fieldValue name='radiusvalue='0.1500'/>
9566                 <fieldValue name='displayMode'/>
9567                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
9568                 <fieldValue name='transparencyvalue='0'/>
9569                 <fieldValue name='translationvalue='-0.15235 1.64331 -0.32431'/>
9570                 <fieldValue name='textTranslationvalue='-0.00235 1.64331 -0.32431'/>
9571                 <fieldValue name='textColorvalue='0 0 0'/>
9572            </ProtoInstance>
9573            <ProtoInstance name='Vertex'>
9574                 <fieldValue name='vertexTextvalue='"crew"'/>
9575                 <fieldValue name='descriptionvalue='94: crew'/>
9576                 <fieldValue name='url'/>
9577                 <fieldValue name='radiusvalue='0.1500'/>
9578                 <fieldValue name='displayMode'/>
9579                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
9580                 <fieldValue name='transparencyvalue='0'/>
9581                 <fieldValue name='translationvalue='-0.50496 0.21580 1.21322'/>
9582                 <fieldValue name='textTranslationvalue='-0.35496 0.21580 1.21322'/>
9583                 <fieldValue name='textColorvalue='0 0 0'/>
9584            </ProtoInstance>
9585            <ProtoInstance name='Vertex'>
9586                 <fieldValue name='vertexTextvalue='"crews"'/>
9587                 <fieldValue name='descriptionvalue='95: crews'/>
9588                 <fieldValue name='url'/>
9589                 <fieldValue name='radiusvalue='0.1500'/>
9590                 <fieldValue name='displayMode'/>
9591                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
9592                 <fieldValue name='transparencyvalue='0'/>
9593                 <fieldValue name='translationvalue='-0.34464 1.51555 0.19717'/>
9594                 <fieldValue name='textTranslationvalue='-0.19464 1.51555 0.19717'/>
9595                 <fieldValue name='textColorvalue='0 0 0'/>
9596            </ProtoInstance>
9597            <ProtoInstance name='Vertex'>
9598                 <fieldValue name='vertexTextvalue='"cross"'/>
9599                 <fieldValue name='descriptionvalue='96: cross'/>
9600                 <fieldValue name='url'/>
9601                 <fieldValue name='radiusvalue='0.1500'/>
9602                 <fieldValue name='displayMode'/>
9603                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
9604                 <fieldValue name='transparencyvalue='0'/>
9605                 <fieldValue name='translationvalue='1.74264 -1.03275 -0.57686'/>
9606                 <fieldValue name='textTranslationvalue='1.89264 -1.03275 -0.57686'/>
9607                 <fieldValue name='textColorvalue='0 0 0'/>
9608            </ProtoInstance>
9609            <ProtoInstance name='Vertex'>
9610                 <fieldValue name='vertexTextvalue='"daily"'/>
9611                 <fieldValue name='descriptionvalue='97: daily'/>
9612                 <fieldValue name='url'/>
9613                 <fieldValue name='radiusvalue='0.1500'/>
9614                 <fieldValue name='displayMode'/>
9615                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
9616                 <fieldValue name='transparencyvalue='0'/>
9617                 <fieldValue name='translationvalue='-0.53255 -1.43337 0.07765'/>
9618                 <fieldValue name='textTranslationvalue='-0.38255 -1.43337 0.07765'/>
9619                 <fieldValue name='textColorvalue='0 0 0'/>
9620            </ProtoInstance>
9621            <ProtoInstance name='Vertex'>
9622                 <fieldValue name='vertexTextvalue='"damaged"'/>
9623                 <fieldValue name='descriptionvalue='98: damaged'/>
9624                 <fieldValue name='url'/>
9625                 <fieldValue name='radiusvalue='0.1500'/>
9626                 <fieldValue name='displayMode'/>
9627                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
9628                 <fieldValue name='transparencyvalue='0'/>
9629                 <fieldValue name='translationvalue='0.77130 0.62944 2.64979'/>
9630                 <fieldValue name='textTranslationvalue='0.92130 0.62944 2.64979'/>
9631                 <fieldValue name='textColorvalue='0 0 0'/>
9632            </ProtoInstance>
9633            <ProtoInstance name='Vertex'>
9634                 <fieldValue name='vertexTextvalue='"dc"'/>
9635                 <fieldValue name='descriptionvalue='99: dc'/>
9636                 <fieldValue name='url'/>
9637                 <fieldValue name='radiusvalue='0.1500'/>
9638                 <fieldValue name='displayMode'/>
9639                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
9640                 <fieldValue name='transparencyvalue='0'/>
9641                 <fieldValue name='translationvalue='-0.32655 0.05778 -1.35156'/>
9642                 <fieldValue name='textTranslationvalue='-0.17655 0.05778 -1.35156'/>
9643                 <fieldValue name='textColorvalue='0 0 0'/>
9644            </ProtoInstance>
9645            <ProtoInstance name='Vertex'>
9646                 <fieldValue name='vertexTextvalue='"declared"'/>
9647                 <fieldValue name='descriptionvalue='100: declared'/>
9648                 <fieldValue name='url'/>
9649                 <fieldValue name='radiusvalue='0.1500'/>
9650                 <fieldValue name='displayMode'/>
9651                 <fieldValue name='diffuseColorvalue='0.5020 0.5020 0.5020'/>
9652                 <fieldValue name='transparencyvalue='0'/>
9653                 <fieldValue name='translationvalue='1.78445 -0.53256 -0.03252'/>
9654                 <fieldValue name='textTranslationvalue='1.93445 -0.53256 -0.03252'/>
9655                 <fieldValue name='textColorvalue='0 0 0'/>
9656            </ProtoInstance>
9657            <ProtoInstance name='Vertex'>
9658                 <fieldValue name='vertexTextvalue='"defense"'/>
9659                 <fieldValue name='descriptionvalue='101: defense'/>
9660                 <fieldValue name='url'/>
9661                 <fieldValue name='radiusvalue='0.1500'/>
9662                 <fieldValue name='displayMode'/>
9663                 <fieldValue name='diffuseColorvalue='0.1176 0.9765 0.6392'/>
9664                 <fieldValue name='transparencyvalue='0'/>
9665                 <fieldValue name='translationvalue='-1.44323 0.21683 0.78718'/>
9666                 <fieldValue name='textTranslationvalue='-1.29323 0.21683 0.78718'/>
9667                 <fieldValue name='textColorvalue='0 0 0'/>
9668            </ProtoInstance>
9669            <ProtoInstance name='Vertex'>
9670                 <fieldValue name='vertexTextvalue='"delivered"'/>
9671                 <fieldValue name='descriptionvalue='102: delivered'/>
9672                 <fieldValue name='url'/>
9673                 <fieldValue name='radiusvalue='0.1500'/>
9674                 <fieldValue name='displayMode'/>
9675                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
9676                 <fieldValue name='transparencyvalue='0'/>
9677                 <fieldValue name='translationvalue='-0.19995 1.05421 -0.21559'/>
9678                 <fieldValue name='textTranslationvalue='-0.04995 1.05421 -0.21559'/>
9679                 <fieldValue name='textColorvalue='0 0 0'/>
9680            </ProtoInstance>
9681            <ProtoInstance name='Vertex'>
9682                 <fieldValue name='vertexTextvalue='"delivers"'/>
9683                 <fieldValue name='descriptionvalue='103: delivers'/>
9684                 <fieldValue name='url'/>
9685                 <fieldValue name='radiusvalue='0.1500'/>
9686                 <fieldValue name='displayMode'/>
9687                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
9688                 <fieldValue name='transparencyvalue='0'/>
9689                 <fieldValue name='translationvalue='-0.34464 1.51555 0.19717'/>
9690                 <fieldValue name='textTranslationvalue='-0.19464 1.51555 0.19717'/>
9691                 <fieldValue name='textColorvalue='0 0 0'/>
9692            </ProtoInstance>
9693            <ProtoInstance name='Vertex'>
9694                 <fieldValue name='vertexTextvalue='"depart"'/>
9695                 <fieldValue name='descriptionvalue='104: depart'/>
9696                 <fieldValue name='url'/>
9697                 <fieldValue name='radiusvalue='0.1500'/>
9698                 <fieldValue name='displayMode'/>
9699                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
9700                 <fieldValue name='transparencyvalue='0'/>
9701                 <fieldValue name='translationvalue='1.49794 1.07612 0.75512'/>
9702                 <fieldValue name='textTranslationvalue='1.64794 1.07612 0.75512'/>
9703                 <fieldValue name='textColorvalue='0 0 0'/>
9704            </ProtoInstance>
9705            <ProtoInstance name='Vertex'>
9706                 <fieldValue name='vertexTextvalue='"department"'/>
9707                 <fieldValue name='descriptionvalue='105: department'/>
9708                 <fieldValue name='url'/>
9709                 <fieldValue name='radiusvalue='0.1500'/>
9710                 <fieldValue name='displayMode'/>
9711                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
9712                 <fieldValue name='transparencyvalue='0'/>
9713                 <fieldValue name='translationvalue='-0.27254 -1.09755 0.08923'/>
9714                 <fieldValue name='textTranslationvalue='-0.12254 -1.09755 0.08923'/>
9715                 <fieldValue name='textColorvalue='0 0 0'/>
9716            </ProtoInstance>
9717            <ProtoInstance name='Vertex'>
9718                 <fieldValue name='vertexTextvalue='"deploy"'/>
9719                 <fieldValue name='descriptionvalue='106: deploy'/>
9720                 <fieldValue name='url'/>
9721                 <fieldValue name='radiusvalue='0.1500'/>
9722                 <fieldValue name='displayMode'/>
9723                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
9724                 <fieldValue name='transparencyvalue='0'/>
9725                 <fieldValue name='translationvalue='-0.23503 0.80091 0.31699'/>
9726                 <fieldValue name='textTranslationvalue='-0.08503 0.80091 0.31699'/>
9727                 <fieldValue name='textColorvalue='0 0 0'/>
9728            </ProtoInstance>
9729            <ProtoInstance name='Vertex'>
9730                 <fieldValue name='vertexTextvalue='"dept"'/>
9731                 <fieldValue name='descriptionvalue='107: dept'/>
9732                 <fieldValue name='url'/>
9733                 <fieldValue name='radiusvalue='0.1500'/>
9734                 <fieldValue name='displayMode'/>
9735                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
9736                 <fieldValue name='transparencyvalue='0'/>
9737                 <fieldValue name='translationvalue='-0.08721 -1.08746 -0.68839'/>
9738                 <fieldValue name='textTranslationvalue='0.06279 -1.08746 -0.68839'/>
9739                 <fieldValue name='textColorvalue='0 0 0'/>
9740            </ProtoInstance>
9741            <ProtoInstance name='Vertex'>
9742                 <fieldValue name='vertexTextvalue='"destruction"'/>
9743                 <fieldValue name='descriptionvalue='108: destruction'/>
9744                 <fieldValue name='url'/>
9745                 <fieldValue name='radiusvalue='0.1500'/>
9746                 <fieldValue name='displayMode'/>
9747                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
9748                 <fieldValue name='transparencyvalue='0'/>
9749                 <fieldValue name='translationvalue='1.54147 2.51989 2.41994'/>
9750                 <fieldValue name='textTranslationvalue='1.69147 2.51989 2.41994'/>
9751                 <fieldValue name='textColorvalue='0 0 0'/>
9752            </ProtoInstance>
9753            <ProtoInstance name='Vertex'>
9754                 <fieldValue name='vertexTextvalue='"devastated"'/>
9755                 <fieldValue name='descriptionvalue='109: devastated'/>
9756                 <fieldValue name='url'/>
9757                 <fieldValue name='radiusvalue='0.1500'/>
9758                 <fieldValue name='displayMode'/>
9759                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
9760                 <fieldValue name='transparencyvalue='0'/>
9761                 <fieldValue name='translationvalue='-0.50132 0.25744 1.17515'/>
9762                 <fieldValue name='textTranslationvalue='-0.35132 0.25744 1.17515'/>
9763                 <fieldValue name='textColorvalue='0 0 0'/>
9764            </ProtoInstance>
9765            <ProtoInstance name='Vertex'>
9766                 <fieldValue name='vertexTextvalue='"devastates"'/>
9767                 <fieldValue name='descriptionvalue='110: devastates'/>
9768                 <fieldValue name='url'/>
9769                 <fieldValue name='radiusvalue='0.1500'/>
9770                 <fieldValue name='displayMode'/>
9771                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
9772                 <fieldValue name='transparencyvalue='0'/>
9773                 <fieldValue name='translationvalue='2.05191 -1.32767 -0.81843'/>
9774                 <fieldValue name='textTranslationvalue='2.20191 -1.32767 -0.81843'/>
9775                 <fieldValue name='textColorvalue='0 0 0'/>
9776            </ProtoInstance>
9777            <ProtoInstance name='Vertex'>
9778                 <fieldValue name='vertexTextvalue='"devastating"'/>
9779                 <fieldValue name='descriptionvalue='111: devastating'/>
9780                 <fieldValue name='url'/>
9781                 <fieldValue name='radiusvalue='0.1500'/>
9782                 <fieldValue name='displayMode'/>
9783                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
9784                 <fieldValue name='transparencyvalue='0'/>
9785                 <fieldValue name='translationvalue='0.00452 1.05642 0.01222'/>
9786                 <fieldValue name='textTranslationvalue='0.15452 1.05642 0.01222'/>
9787                 <fieldValue name='textColorvalue='0 0 0'/>
9788            </ProtoInstance>
9789            <ProtoInstance name='Vertex'>
9790                 <fieldValue name='vertexTextvalue='"direct"'/>
9791                 <fieldValue name='descriptionvalue='112: direct'/>
9792                 <fieldValue name='url'/>
9793                 <fieldValue name='radiusvalue='0.1500'/>
9794                 <fieldValue name='displayMode'/>
9795                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
9796                 <fieldValue name='transparencyvalue='0'/>
9797                 <fieldValue name='translationvalue='1.72599 0.83000 0.81991'/>
9798                 <fieldValue name='textTranslationvalue='1.87599 0.83000 0.81991'/>
9799                 <fieldValue name='textColorvalue='0 0 0'/>
9800            </ProtoInstance>
9801            <ProtoInstance name='Vertex'>
9802                 <fieldValue name='vertexTextvalue='"disaster"'/>
9803                 <fieldValue name='descriptionvalue='113: disaster'/>
9804                 <fieldValue name='url'/>
9805                 <fieldValue name='radiusvalue='0.1500'/>
9806                 <fieldValue name='displayMode'/>
9807                 <fieldValue name='diffuseColorvalue='0.5020 0.5020 0.5020'/>
9808                 <fieldValue name='transparencyvalue='0'/>
9809                 <fieldValue name='translationvalue='0.97491 -0.29690 0.39666'/>
9810                 <fieldValue name='textTranslationvalue='1.12491 -0.29690 0.39666'/>
9811                 <fieldValue name='textColorvalue='0 0 0'/>
9812            </ProtoInstance>
9813            <ProtoInstance name='Vertex'>
9814                 <fieldValue name='vertexTextvalue='"dock"'/>
9815                 <fieldValue name='descriptionvalue='114: dock'/>
9816                 <fieldValue name='url'/>
9817                 <fieldValue name='radiusvalue='0.1500'/>
9818                 <fieldValue name='displayMode'/>
9819                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
9820                 <fieldValue name='transparencyvalue='0'/>
9821                 <fieldValue name='translationvalue='-0.30181 1.67019 0.20500'/>
9822                 <fieldValue name='textTranslationvalue='-0.15181 1.67019 0.20500'/>
9823                 <fieldValue name='textColorvalue='0 0 0'/>
9824            </ProtoInstance>
9825            <ProtoInstance name='Vertex'>
9826                 <fieldValue name='vertexTextvalue='"donating"'/>
9827                 <fieldValue name='descriptionvalue='115: donating'/>
9828                 <fieldValue name='url'/>
9829                 <fieldValue name='radiusvalue='0.1500'/>
9830                 <fieldValue name='displayMode'/>
9831                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
9832                 <fieldValue name='transparencyvalue='0'/>
9833                 <fieldValue name='translationvalue='1.80974 0.99532 0.38527'/>
9834                 <fieldValue name='textTranslationvalue='1.95974 0.99532 0.38527'/>
9835                 <fieldValue name='textColorvalue='0 0 0'/>
9836            </ProtoInstance>
9837            <ProtoInstance name='Vertex'>
9838                 <fieldValue name='vertexTextvalue='"douglas"'/>
9839                 <fieldValue name='descriptionvalue='116: douglas'/>
9840                 <fieldValue name='url'/>
9841                 <fieldValue name='radiusvalue='0.1500'/>
9842                 <fieldValue name='displayMode'/>
9843                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
9844                 <fieldValue name='transparencyvalue='0'/>
9845                 <fieldValue name='translationvalue='-0.55570 -0.42473 -0.14784'/>
9846                 <fieldValue name='textTranslationvalue='-0.40570 -0.42473 -0.14784'/>
9847                 <fieldValue name='textColorvalue='0 0 0'/>
9848            </ProtoInstance>
9849            <ProtoInstance name='Vertex'>
9850                 <fieldValue name='vertexTextvalue='"due"'/>
9851                 <fieldValue name='descriptionvalue='117: due'/>
9852                 <fieldValue name='url'/>
9853                 <fieldValue name='radiusvalue='0.1500'/>
9854                 <fieldValue name='displayMode'/>
9855                 <fieldValue name='diffuseColorvalue='0.5020 0.5020 0.5020'/>
9856                 <fieldValue name='transparencyvalue='0'/>
9857                 <fieldValue name='translationvalue='1.66212 -0.08708 -0.32486'/>
9858                 <fieldValue name='textTranslationvalue='1.81212 -0.08708 -0.32486'/>
9859                 <fieldValue name='textColorvalue='0 0 0'/>
9860            </ProtoInstance>
9861            <ProtoInstance name='Vertex'>
9862                 <fieldValue name='vertexTextvalue='"earlier"'/>
9863                 <fieldValue name='descriptionvalue='118: earlier'/>
9864                 <fieldValue name='url'/>
9865                 <fieldValue name='radiusvalue='0.1500'/>
9866                 <fieldValue name='displayMode'/>
9867                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
9868                 <fieldValue name='transparencyvalue='0'/>
9869                 <fieldValue name='translationvalue='-0.39517 -1.62839 0.11451'/>
9870                 <fieldValue name='textTranslationvalue='-0.24517 -1.62839 0.11451'/>
9871                 <fieldValue name='textColorvalue='0 0 0'/>
9872            </ProtoInstance>
9873            <ProtoInstance name='Vertex'>
9874                 <fieldValue name='vertexTextvalue='"earth"'/>
9875                 <fieldValue name='descriptionvalue='119: earth'/>
9876                 <fieldValue name='url'/>
9877                 <fieldValue name='radiusvalue='0.1500'/>
9878                 <fieldValue name='displayMode'/>
9879                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
9880                 <fieldValue name='transparencyvalue='0'/>
9881                 <fieldValue name='translationvalue='1.23506 2.61573 2.42667'/>
9882                 <fieldValue name='textTranslationvalue='1.38506 2.61573 2.42667'/>
9883                 <fieldValue name='textColorvalue='0 0 0'/>
9884            </ProtoInstance>
9885            <ProtoInstance name='Vertex'>
9886                 <fieldValue name='vertexTextvalue='"effects"'/>
9887                 <fieldValue name='descriptionvalue='120: effects'/>
9888                 <fieldValue name='url'/>
9889                 <fieldValue name='radiusvalue='0.1500'/>
9890                 <fieldValue name='displayMode'/>
9891                 <fieldValue name='diffuseColorvalue='0.5020 0.5020 0.5020'/>
9892                 <fieldValue name='transparencyvalue='0'/>
9893                 <fieldValue name='translationvalue='1.81304 0.19589 -0.61973'/>
9894                 <fieldValue name='textTranslationvalue='1.96304 0.19589 -0.61973'/>
9895                 <fieldValue name='textColorvalue='0 0 0'/>
9896            </ProtoInstance>
9897            <ProtoInstance name='Vertex'>
9898                 <fieldValue name='vertexTextvalue='"embassy"'/>
9899                 <fieldValue name='descriptionvalue='121: embassy'/>
9900                 <fieldValue name='url'/>
9901                 <fieldValue name='radiusvalue='0.1500'/>
9902                 <fieldValue name='displayMode'/>
9903                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
9904                 <fieldValue name='transparencyvalue='0'/>
9905                 <fieldValue name='translationvalue='0.15446 -0.16640 0.01581'/>
9906                 <fieldValue name='textTranslationvalue='0.30446 -0.16640 0.01581'/>
9907                 <fieldValue name='textColorvalue='0 0 0'/>
9908            </ProtoInstance>
9909            <ProtoInstance name='Vertex'>
9910                 <fieldValue name='vertexTextvalue='"emergency"'/>
9911                 <fieldValue name='descriptionvalue='122: emergency'/>
9912                 <fieldValue name='url'/>
9913                 <fieldValue name='radiusvalue='0.1500'/>
9914                 <fieldValue name='displayMode'/>
9915                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
9916                 <fieldValue name='transparencyvalue='0'/>
9917                 <fieldValue name='translationvalue='1.54664 0.25229 0.39587'/>
9918                 <fieldValue name='textTranslationvalue='1.69664 0.25229 0.39587'/>
9919                 <fieldValue name='textColorvalue='0 0 0'/>
9920            </ProtoInstance>
9921            <ProtoInstance name='Vertex'>
9922                 <fieldValue name='vertexTextvalue='"en"'/>
9923                 <fieldValue name='descriptionvalue='123: en'/>
9924                 <fieldValue name='url'/>
9925                 <fieldValue name='radiusvalue='0.1500'/>
9926                 <fieldValue name='displayMode'/>
9927                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
9928                 <fieldValue name='transparencyvalue='0'/>
9929                 <fieldValue name='translationvalue='-0.51271 0.62243 0.84651'/>
9930                 <fieldValue name='textTranslationvalue='-0.36271 0.62243 0.84651'/>
9931                 <fieldValue name='textColorvalue='0 0 0'/>
9932            </ProtoInstance>
9933            <ProtoInstance name='Vertex'>
9934                 <fieldValue name='vertexTextvalue='"engineers"'/>
9935                 <fieldValue name='descriptionvalue='124: engineers'/>
9936                 <fieldValue name='url'/>
9937                 <fieldValue name='radiusvalue='0.1500'/>
9938                 <fieldValue name='displayMode'/>
9939                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
9940                 <fieldValue name='transparencyvalue='0'/>
9941                 <fieldValue name='translationvalue='0.13157 1.48408 0.61412'/>
9942                 <fieldValue name='textTranslationvalue='0.28157 1.48408 0.61412'/>
9943                 <fieldValue name='textColorvalue='0 0 0'/>
9944            </ProtoInstance>
9945            <ProtoInstance name='Vertex'>
9946                 <fieldValue name='vertexTextvalue='"epicenter"'/>
9947                 <fieldValue name='descriptionvalue='125: epicenter'/>
9948                 <fieldValue name='url'/>
9949                 <fieldValue name='radiusvalue='0.1500'/>
9950                 <fieldValue name='displayMode'/>
9951                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
9952                 <fieldValue name='transparencyvalue='0'/>
9953                 <fieldValue name='translationvalue='0.76485 0.65157 2.64698'/>
9954                 <fieldValue name='textTranslationvalue='0.91485 0.65157 2.64698'/>
9955                 <fieldValue name='textColorvalue='0 0 0'/>
9956            </ProtoInstance>
9957            <ProtoInstance name='Vertex'>
9958                 <fieldValue name='vertexTextvalue='"equipment"'/>
9959                 <fieldValue name='descriptionvalue='126: equipment'/>
9960                 <fieldValue name='url'/>
9961                 <fieldValue name='radiusvalue='0.1500'/>
9962                 <fieldValue name='displayMode'/>
9963                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
9964                 <fieldValue name='transparencyvalue='0'/>
9965                 <fieldValue name='translationvalue='-0.21759 0.50399 1.19530'/>
9966                 <fieldValue name='textTranslationvalue='-0.06759 0.50399 1.19530'/>
9967                 <fieldValue name='textColorvalue='0 0 0'/>
9968            </ProtoInstance>
9969            <ProtoInstance name='Vertex'>
9970                 <fieldValue name='vertexTextvalue='"established"'/>
9971                 <fieldValue name='descriptionvalue='127: established'/>
9972                 <fieldValue name='url'/>
9973                 <fieldValue name='radiusvalue='0.1500'/>
9974                 <fieldValue name='displayMode'/>
9975                 <fieldValue name='diffuseColorvalue='0 0 0'/>
9976                 <fieldValue name='transparencyvalue='0'/>
9977                 <fieldValue name='translationvalue='2.75283 -0.50490 1.44261'/>
9978                 <fieldValue name='textTranslationvalue='2.90283 -0.50490 1.44261'/>
9979                 <fieldValue name='textColorvalue='0 0 0'/>
9980            </ProtoInstance>
9981            <ProtoInstance name='Vertex'>
9982                 <fieldValue name='vertexTextvalue='"evacuated"'/>
9983                 <fieldValue name='descriptionvalue='128: evacuated'/>
9984                 <fieldValue name='url'/>
9985                 <fieldValue name='radiusvalue='0.1500'/>
9986                 <fieldValue name='displayMode'/>
9987                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
9988                 <fieldValue name='transparencyvalue='0'/>
9989                 <fieldValue name='translationvalue='-0.74465 -0.33972 -0.07552'/>
9990                 <fieldValue name='textTranslationvalue='-0.59465 -0.33972 -0.07552'/>
9991                 <fieldValue name='textColorvalue='0 0 0'/>
9992            </ProtoInstance>
9993            <ProtoInstance name='Vertex'>
9994                 <fieldValue name='vertexTextvalue='"exchange"'/>
9995                 <fieldValue name='descriptionvalue='129: exchange'/>
9996                 <fieldValue name='url'/>
9997                 <fieldValue name='radiusvalue='0.1500'/>
9998                 <fieldValue name='displayMode'/>
9999                 <fieldValue name='diffuseColorvalue='0.1176 0.9765 0.6392'/>
10000                 <fieldValue name='transparencyvalue='0'/>
10001                 <fieldValue name='translationvalue='-2.73550 0.05892 0.42791'/>
10002                 <fieldValue name='textTranslationvalue='-2.58550 0.05892 0.42791'/>
10003                 <fieldValue name='textColorvalue='0 0 0'/>
10004            </ProtoInstance>
10005            <ProtoInstance name='Vertex'>
10006                 <fieldValue name='vertexTextvalue='"expect"'/>
10007                 <fieldValue name='descriptionvalue='130: expect'/>
10008                 <fieldValue name='url'/>
10009                 <fieldValue name='radiusvalue='0.1500'/>
10010                 <fieldValue name='displayMode'/>
10011                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
10012                 <fieldValue name='transparencyvalue='0'/>
10013                 <fieldValue name='translationvalue='2.12945 0.06805 -0.54459'/>
10014                 <fieldValue name='textTranslationvalue='2.27945 0.06805 -0.54459'/>
10015                 <fieldValue name='textColorvalue='0 0 0'/>
10016            </ProtoInstance>
10017            <ProtoInstance name='Vertex'>
10018                 <fieldValue name='vertexTextvalue='"expected"'/>
10019                 <fieldValue name='descriptionvalue='131: expected'/>
10020                 <fieldValue name='url'/>
10021                 <fieldValue name='radiusvalue='0.1500'/>
10022                 <fieldValue name='displayMode'/>
10023                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
10024                 <fieldValue name='transparencyvalue='0'/>
10025                 <fieldValue name='translationvalue='0.72694 0.02327 -0.42291'/>
10026                 <fieldValue name='textTranslationvalue='0.87694 0.02327 -0.42291'/>
10027                 <fieldValue name='textColorvalue='0 0 0'/>
10028            </ProtoInstance>
10029            <ProtoInstance name='Vertex'>
10030                 <fieldValue name='vertexTextvalue='"expeditionary"'/>
10031                 <fieldValue name='descriptionvalue='132: expeditionary'/>
10032                 <fieldValue name='url'/>
10033                 <fieldValue name='radiusvalue='0.1500'/>
10034                 <fieldValue name='displayMode'/>
10035                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
10036                 <fieldValue name='transparencyvalue='0'/>
10037                 <fieldValue name='translationvalue='-0.22234 0.17903 1.23977'/>
10038                 <fieldValue name='textTranslationvalue='-0.07234 0.17903 1.23977'/>
10039                 <fieldValue name='textColorvalue='0 0 0'/>
10040            </ProtoInstance>
10041            <ProtoInstance name='Vertex'>
10042                 <fieldValue name='vertexTextvalue='"experience"'/>
10043                 <fieldValue name='descriptionvalue='133: experience'/>
10044                 <fieldValue name='url'/>
10045                 <fieldValue name='radiusvalue='0.1500'/>
10046                 <fieldValue name='displayMode'/>
10047                 <fieldValue name='diffuseColorvalue='0 0 0'/>
10048                 <fieldValue name='transparencyvalue='0'/>
10049                 <fieldValue name='translationvalue='2.72225 -0.50617 1.42690'/>
10050                 <fieldValue name='textTranslationvalue='2.87225 -0.50617 1.42690'/>
10051                 <fieldValue name='textColorvalue='0 0 0'/>
10052            </ProtoInstance>
10053            <ProtoInstance name='Vertex'>
10054                 <fieldValue name='vertexTextvalue='"extends"'/>
10055                 <fieldValue name='descriptionvalue='134: extends'/>
10056                 <fieldValue name='url'/>
10057                 <fieldValue name='radiusvalue='0.1500'/>
10058                 <fieldValue name='displayMode'/>
10059                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
10060                 <fieldValue name='transparencyvalue='0'/>
10061                 <fieldValue name='translationvalue='2.14944 1.17584 0.91821'/>
10062                 <fieldValue name='textTranslationvalue='2.29944 1.17584 0.91821'/>
10063                 <fieldValue name='textColorvalue='0 0 0'/>
10064            </ProtoInstance>
10065            <ProtoInstance name='Vertex'>
10066                 <fieldValue name='vertexTextvalue='"facilities"'/>
10067                 <fieldValue name='descriptionvalue='135: facilities'/>
10068                 <fieldValue name='url'/>
10069                 <fieldValue name='radiusvalue='0.1500'/>
10070                 <fieldValue name='displayMode'/>
10071                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
10072                 <fieldValue name='transparencyvalue='0'/>
10073                 <fieldValue name='translationvalue='0.99901 0.73008 2.18092'/>
10074                 <fieldValue name='textTranslationvalue='1.14901 0.73008 2.18092'/>
10075                 <fieldValue name='textColorvalue='0 0 0'/>
10076            </ProtoInstance>
10077            <ProtoInstance name='Vertex'>
10078                 <fieldValue name='vertexTextvalue='"fact"'/>
10079                 <fieldValue name='descriptionvalue='136: fact'/>
10080                 <fieldValue name='url'/>
10081                 <fieldValue name='radiusvalue='0.1500'/>
10082                 <fieldValue name='displayMode'/>
10083                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
10084                 <fieldValue name='transparencyvalue='0'/>
10085                 <fieldValue name='translationvalue='0.53745 -1.66185 0.76155'/>
10086                 <fieldValue name='textTranslationvalue='0.68745 -1.66185 0.76155'/>
10087                 <fieldValue name='textColorvalue='0 0 0'/>
10088            </ProtoInstance>
10089            <ProtoInstance name='Vertex'>
10090                 <fieldValue name='vertexTextvalue='"family"'/>
10091                 <fieldValue name='descriptionvalue='137: family'/>
10092                 <fieldValue name='url'/>
10093                 <fieldValue name='radiusvalue='0.1500'/>
10094                 <fieldValue name='displayMode'/>
10095                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
10096                 <fieldValue name='transparencyvalue='0'/>
10097                 <fieldValue name='translationvalue='-0.18182 -0.94046 -0.57479'/>
10098                 <fieldValue name='textTranslationvalue='-0.03182 -0.94046 -0.57479'/>
10099                 <fieldValue name='textColorvalue='0 0 0'/>
10100            </ProtoInstance>
10101            <ProtoInstance name='Vertex'>
10102                 <fieldValue name='vertexTextvalue='"feed"'/>
10103                 <fieldValue name='descriptionvalue='138: feed'/>
10104                 <fieldValue name='url'/>
10105                 <fieldValue name='radiusvalue='0.1500'/>
10106                 <fieldValue name='displayMode'/>
10107                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
10108                 <fieldValue name='transparencyvalue='0'/>
10109                 <fieldValue name='translationvalue='2.36974 0.11242 0.22810'/>
10110                 <fieldValue name='textTranslationvalue='2.51974 0.11242 0.22810'/>
10111                 <fieldValue name='textColorvalue='0 0 0'/>
10112            </ProtoInstance>
10113            <ProtoInstance name='Vertex'>
10114                 <fieldValue name='vertexTextvalue='"feeding"'/>
10115                 <fieldValue name='descriptionvalue='139: feeding'/>
10116                 <fieldValue name='url'/>
10117                 <fieldValue name='radiusvalue='0.1500'/>
10118                 <fieldValue name='displayMode'/>
10119                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
10120                 <fieldValue name='transparencyvalue='0'/>
10121                 <fieldValue name='translationvalue='0.82054 0.65489 2.60488'/>
10122                 <fieldValue name='textTranslationvalue='0.97054 0.65489 2.60488'/>
10123                 <fieldValue name='textColorvalue='0 0 0'/>
10124            </ProtoInstance>
10125            <ProtoInstance name='Vertex'>
10126                 <fieldValue name='vertexTextvalue='"feet"'/>
10127                 <fieldValue name='descriptionvalue='140: feet'/>
10128                 <fieldValue name='url'/>
10129                 <fieldValue name='radiusvalue='0.1500'/>
10130                 <fieldValue name='displayMode'/>
10131                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
10132                 <fieldValue name='transparencyvalue='0'/>
10133                 <fieldValue name='translationvalue='0.05747 -0.03128 -2.57461'/>
10134                 <fieldValue name='textTranslationvalue='0.20747 -0.03128 -2.57461'/>
10135                 <fieldValue name='textColorvalue='0 0 0'/>
10136            </ProtoInstance>
10137            <ProtoInstance name='Vertex'>
10138                 <fieldValue name='vertexTextvalue='"files"'/>
10139                 <fieldValue name='descriptionvalue='141: files'/>
10140                 <fieldValue name='url'/>
10141                 <fieldValue name='radiusvalue='0.1500'/>
10142                 <fieldValue name='displayMode'/>
10143                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
10144                 <fieldValue name='transparencyvalue='0'/>
10145                 <fieldValue name='translationvalue='2.51325 -2.67666 1.28956'/>
10146                 <fieldValue name='textTranslationvalue='2.66325 -2.67666 1.28956'/>
10147                 <fieldValue name='textColorvalue='0 0 0'/>
10148            </ProtoInstance>
10149            <ProtoInstance name='Vertex'>
10150                 <fieldValue name='vertexTextvalue='"flood"'/>
10151                 <fieldValue name='descriptionvalue='142: flood'/>
10152                 <fieldValue name='url'/>
10153                 <fieldValue name='radiusvalue='0.1500'/>
10154                 <fieldValue name='displayMode'/>
10155                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
10156                 <fieldValue name='transparencyvalue='0'/>
10157                 <fieldValue name='translationvalue='2.01116 0.48318 -0.25005'/>
10158                 <fieldValue name='textTranslationvalue='2.16116 0.48318 -0.25005'/>
10159                 <fieldValue name='textColorvalue='0 0 0'/>
10160            </ProtoInstance>
10161            <ProtoInstance name='Vertex'>
10162                 <fieldValue name='vertexTextvalue='"flowing"'/>
10163                 <fieldValue name='descriptionvalue='143: flowing'/>
10164                 <fieldValue name='url'/>
10165                 <fieldValue name='radiusvalue='0.1500'/>
10166                 <fieldValue name='displayMode'/>
10167                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
10168                 <fieldValue name='transparencyvalue='0'/>
10169                 <fieldValue name='translationvalue='0.28362 1.30022 0.12807'/>
10170                 <fieldValue name='textTranslationvalue='0.43362 1.30022 0.12807'/>
10171                 <fieldValue name='textColorvalue='0 0 0'/>
10172            </ProtoInstance>
10173            <ProtoInstance name='Vertex'>
10174                 <fieldValue name='vertexTextvalue='"food"'/>
10175                 <fieldValue name='descriptionvalue='144: food'/>
10176                 <fieldValue name='url'/>
10177                 <fieldValue name='radiusvalue='0.1500'/>
10178                 <fieldValue name='displayMode'/>
10179                 <fieldValue name='diffuseColorvalue='0 0 0'/>
10180                 <fieldValue name='transparencyvalue='0'/>
10181                 <fieldValue name='translationvalue='2.01686 -0.12673 0.53610'/>
10182                 <fieldValue name='textTranslationvalue='2.16686 -0.12673 0.53610'/>
10183                 <fieldValue name='textColorvalue='0 0 0'/>
10184            </ProtoInstance>
10185            <ProtoInstance name='Vertex'>
10186                 <fieldValue name='vertexTextvalue='"force"'/>
10187                 <fieldValue name='descriptionvalue='145: force'/>
10188                 <fieldValue name='url'/>
10189                 <fieldValue name='radiusvalue='0.1500'/>
10190                 <fieldValue name='displayMode'/>
10191                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
10192                 <fieldValue name='transparencyvalue='0'/>
10193                 <fieldValue name='translationvalue='-0.42630 0.66935 0.74825'/>
10194                 <fieldValue name='textTranslationvalue='-0.27630 0.66935 0.74825'/>
10195                 <fieldValue name='textColorvalue='0 0 0'/>
10196            </ProtoInstance>
10197            <ProtoInstance name='Vertex'>
10198                 <fieldValue name='vertexTextvalue='"foreign"'/>
10199                 <fieldValue name='descriptionvalue='146: foreign'/>
10200                 <fieldValue name='url'/>
10201                 <fieldValue name='radiusvalue='0.1500'/>
10202                 <fieldValue name='displayMode'/>
10203                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
10204                 <fieldValue name='transparencyvalue='0'/>
10205                 <fieldValue name='translationvalue='-0.53616 -1.33269 0.24235'/>
10206                 <fieldValue name='textTranslationvalue='-0.38616 -1.33269 0.24235'/>
10207                 <fieldValue name='textColorvalue='0 0 0'/>
10208            </ProtoInstance>
10209            <ProtoInstance name='Vertex'>
10210                 <fieldValue name='vertexTextvalue='"fund"'/>
10211                 <fieldValue name='descriptionvalue='147: fund'/>
10212                 <fieldValue name='url'/>
10213                 <fieldValue name='radiusvalue='0.1500'/>
10214                 <fieldValue name='displayMode'/>
10215                 <fieldValue name='diffuseColorvalue='0 0 0'/>
10216                 <fieldValue name='transparencyvalue='0'/>
10217                 <fieldValue name='translationvalue='2.45585 -0.41986 1.28210'/>
10218                 <fieldValue name='textTranslationvalue='2.60585 -0.41986 1.28210'/>
10219                 <fieldValue name='textColorvalue='0 0 0'/>
10220            </ProtoInstance>
10221            <ProtoInstance name='Vertex'>
10222                 <fieldValue name='vertexTextvalue='"funds"'/>
10223                 <fieldValue name='descriptionvalue='148: funds'/>
10224                 <fieldValue name='url'/>
10225                 <fieldValue name='radiusvalue='0.1500'/>
10226                 <fieldValue name='displayMode'/>
10227                 <fieldValue name='diffuseColorvalue='0.1176 0.9765 0.6392'/>
10228                 <fieldValue name='transparencyvalue='0'/>
10229                 <fieldValue name='translationvalue='-2.72725 -0.14254 0.68636'/>
10230                 <fieldValue name='textTranslationvalue='-2.57725 -0.14254 0.68636'/>
10231                 <fieldValue name='textColorvalue='0 0 0'/>
10232            </ProtoInstance>
10233            <ProtoInstance name='Vertex'>
10234                 <fieldValue name='vertexTextvalue='"gallery"'/>
10235                 <fieldValue name='descriptionvalue='149: gallery'/>
10236                 <fieldValue name='url'/>
10237                 <fieldValue name='radiusvalue='0.1500'/>
10238                 <fieldValue name='displayMode'/>
10239                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
10240                 <fieldValue name='transparencyvalue='0'/>
10241                 <fieldValue name='translationvalue='0.43415 -1.80504 0.30248'/>
10242                 <fieldValue name='textTranslationvalue='0.58415 -1.80504 0.30248'/>
10243                 <fieldValue name='textColorvalue='0 0 0'/>
10244            </ProtoInstance>
10245            <ProtoInstance name='Vertex'>
10246                 <fieldValue name='vertexTextvalue='"general"'/>
10247                 <fieldValue name='descriptionvalue='150: general'/>
10248                 <fieldValue name='url'/>
10249                 <fieldValue name='radiusvalue='0.1500'/>
10250                 <fieldValue name='displayMode'/>
10251                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
10252                 <fieldValue name='transparencyvalue='0'/>
10253                 <fieldValue name='translationvalue='-0.49625 -0.79901 -0.36252'/>
10254                 <fieldValue name='textTranslationvalue='-0.34625 -0.79901 -0.36252'/>
10255                 <fieldValue name='textColorvalue='0 0 0'/>
10256            </ProtoInstance>
10257            <ProtoInstance name='Vertex'>
10258                 <fieldValue name='vertexTextvalue='"give"'/>
10259                 <fieldValue name='descriptionvalue='151: give'/>
10260                 <fieldValue name='url'/>
10261                 <fieldValue name='radiusvalue='0.1500'/>
10262                 <fieldValue name='displayMode'/>
10263                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
10264                 <fieldValue name='transparencyvalue='0'/>
10265                 <fieldValue name='translationvalue='-0.46828 -1.97728 -0.30305'/>
10266                 <fieldValue name='textTranslationvalue='-0.31828 -1.97728 -0.30305'/>
10267                 <fieldValue name='textColorvalue='0 0 0'/>
10268            </ProtoInstance>
10269            <ProtoInstance name='Vertex'>
10270                 <fieldValue name='vertexTextvalue='"government"'/>
10271                 <fieldValue name='descriptionvalue='152: government'/>
10272                 <fieldValue name='url'/>
10273                 <fieldValue name='radiusvalue='0.1500'/>
10274                 <fieldValue name='displayMode'/>
10275                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
10276                 <fieldValue name='transparencyvalue='0'/>
10277                 <fieldValue name='translationvalue='-0.29776 -1.67817 0.05893'/>
10278                 <fieldValue name='textTranslationvalue='-0.14776 -1.67817 0.05893'/>
10279                 <fieldValue name='textColorvalue='0 0 0'/>
10280            </ProtoInstance>
10281            <ProtoInstance name='Vertex'>
10282                 <fieldValue name='vertexTextvalue='"gregory"'/>
10283                 <fieldValue name='descriptionvalue='153: gregory'/>
10284                 <fieldValue name='url'/>
10285                 <fieldValue name='radiusvalue='0.1500'/>
10286                 <fieldValue name='displayMode'/>
10287                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
10288                 <fieldValue name='transparencyvalue='0'/>
10289                 <fieldValue name='translationvalue='0.54968 -0.08966 -2.74982'/>
10290                 <fieldValue name='textTranslationvalue='0.69968 -0.08966 -2.74982'/>
10291                 <fieldValue name='textColorvalue='0 0 0'/>
10292            </ProtoInstance>
10293            <ProtoInstance name='Vertex'>
10294                 <fieldValue name='vertexTextvalue='"group"'/>
10295                 <fieldValue name='descriptionvalue='154: group'/>
10296                 <fieldValue name='url'/>
10297                 <fieldValue name='radiusvalue='0.1500'/>
10298                 <fieldValue name='displayMode'/>
10299                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
10300                 <fieldValue name='transparencyvalue='0'/>
10301                 <fieldValue name='translationvalue='-0.09244 1.20163 -0.17972'/>
10302                 <fieldValue name='textTranslationvalue='0.05756 1.20163 -0.17972'/>
10303                 <fieldValue name='textColorvalue='0 0 0'/>
10304            </ProtoInstance>
10305            <ProtoInstance name='Vertex'>
10306                 <fieldValue name='vertexTextvalue='"guard"'/>
10307                 <fieldValue name='descriptionvalue='155: guard'/>
10308                 <fieldValue name='url'/>
10309                 <fieldValue name='radiusvalue='0.1500'/>
10310                 <fieldValue name='displayMode'/>
10311                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
10312                 <fieldValue name='transparencyvalue='0'/>
10313                 <fieldValue name='translationvalue='-0.20296 0.06849 0.57413'/>
10314                 <fieldValue name='textTranslationvalue='-0.05296 0.06849 0.57413'/>
10315                 <fieldValue name='textColorvalue='0 0 0'/>
10316            </ProtoInstance>
10317            <ProtoInstance name='Vertex'>
10318                 <fieldValue name='vertexTextvalue='"hands"'/>
10319                 <fieldValue name='descriptionvalue='156: hands'/>
10320                 <fieldValue name='url'/>
10321                 <fieldValue name='radiusvalue='0.1500'/>
10322                 <fieldValue name='displayMode'/>
10323                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
10324                 <fieldValue name='transparencyvalue='0'/>
10325                 <fieldValue name='translationvalue='0.17226 -0.05563 -2.71372'/>
10326                 <fieldValue name='textTranslationvalue='0.32226 -0.05563 -2.71372'/>
10327                 <fieldValue name='textColorvalue='0 0 0'/>
10328            </ProtoInstance>
10329            <ProtoInstance name='Vertex'>
10330                 <fieldValue name='vertexTextvalue='"hawaii"'/>
10331                 <fieldValue name='descriptionvalue='157: hawaii'/>
10332                 <fieldValue name='url'/>
10333                 <fieldValue name='radiusvalue='0.1500'/>
10334                 <fieldValue name='displayMode'/>
10335                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
10336                 <fieldValue name='transparencyvalue='0'/>
10337                 <fieldValue name='translationvalue='0.45564 -1.93661 0.75480'/>
10338                 <fieldValue name='textTranslationvalue='0.60564 -1.93661 0.75480'/>
10339                 <fieldValue name='textColorvalue='0 0 0'/>
10340            </ProtoInstance>
10341            <ProtoInstance name='Vertex'>
10342                 <fieldValue name='vertexTextvalue='"hawk"'/>
10343                 <fieldValue name='descriptionvalue='158: hawk'/>
10344                 <fieldValue name='url'/>
10345                 <fieldValue name='radiusvalue='0.1500'/>
10346                 <fieldValue name='displayMode'/>
10347                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
10348                 <fieldValue name='transparencyvalue='0'/>
10349                 <fieldValue name='translationvalue='-0.58473 0.40759 1.15699'/>
10350                 <fieldValue name='textTranslationvalue='-0.43473 0.40759 1.15699'/>
10351                 <fieldValue name='textColorvalue='0 0 0'/>
10352            </ProtoInstance>
10353            <ProtoInstance name='Vertex'>
10354                 <fieldValue name='vertexTextvalue='"headed"'/>
10355                 <fieldValue name='descriptionvalue='159: headed'/>
10356                 <fieldValue name='url'/>
10357                 <fieldValue name='radiusvalue='0.1500'/>
10358                 <fieldValue name='displayMode'/>
10359                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
10360                 <fieldValue name='transparencyvalue='0'/>
10361                 <fieldValue name='translationvalue='-1.09619 0.30735 0.26885'/>
10362                 <fieldValue name='textTranslationvalue='-0.94619 0.30735 0.26885'/>
10363                 <fieldValue name='textColorvalue='0 0 0'/>
10364            </ProtoInstance>
10365            <ProtoInstance name='Vertex'>
10366                 <fieldValue name='vertexTextvalue='"helicopters"'/>
10367                 <fieldValue name='descriptionvalue='160: helicopters'/>
10368                 <fieldValue name='url'/>
10369                 <fieldValue name='radiusvalue='0.1500'/>
10370                 <fieldValue name='displayMode'/>
10371                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
10372                 <fieldValue name='transparencyvalue='0'/>
10373                 <fieldValue name='translationvalue='-0.82460 0.53395 1.42013'/>
10374                 <fieldValue name='textTranslationvalue='-0.67460 0.53395 1.42013'/>
10375                 <fieldValue name='textColorvalue='0 0 0'/>
10376            </ProtoInstance>
10377            <ProtoInstance name='Vertex'>
10378                 <fieldValue name='vertexTextvalue='"helping"'/>
10379                 <fieldValue name='descriptionvalue='161: helping'/>
10380                 <fieldValue name='url'/>
10381                 <fieldValue name='radiusvalue='0.1500'/>
10382                 <fieldValue name='displayMode'/>
10383                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
10384                 <fieldValue name='transparencyvalue='0'/>
10385                 <fieldValue name='translationvalue='-0.73847 -0.66434 0.17518'/>
10386                 <fieldValue name='textTranslationvalue='-0.58847 -0.66434 0.17518'/>
10387                 <fieldValue name='textColorvalue='0 0 0'/>
10388            </ProtoInstance>
10389            <ProtoInstance name='Vertex'>
10390                 <fieldValue name='vertexTextvalue='"hemisphere"'/>
10391                 <fieldValue name='descriptionvalue='162: hemisphere'/>
10392                 <fieldValue name='url'/>
10393                 <fieldValue name='radiusvalue='0.1500'/>
10394                 <fieldValue name='displayMode'/>
10395                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
10396                 <fieldValue name='transparencyvalue='0'/>
10397                 <fieldValue name='translationvalue='0.29181 -1.18340 1.16216'/>
10398                 <fieldValue name='textTranslationvalue='0.44181 -1.18340 1.16216'/>
10399                 <fieldValue name='textColorvalue='0 0 0'/>
10400            </ProtoInstance>
10401            <ProtoInstance name='Vertex'>
10402                 <fieldValue name='vertexTextvalue='"hercules"'/>
10403                 <fieldValue name='descriptionvalue='163: hercules'/>
10404                 <fieldValue name='url'/>
10405                 <fieldValue name='radiusvalue='0.1500'/>
10406                 <fieldValue name='displayMode'/>
10407                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
10408                 <fieldValue name='transparencyvalue='0'/>
10409                 <fieldValue name='translationvalue='-0.24067 1.01972 0.30755'/>
10410                 <fieldValue name='textTranslationvalue='-0.09067 1.01972 0.30755'/>
10411                 <fieldValue name='textColorvalue='0 0 0'/>
10412            </ProtoInstance>
10413            <ProtoInstance name='Vertex'>
10414                 <fieldValue name='vertexTextvalue='"hit"'/>
10415                 <fieldValue name='descriptionvalue='164: hit'/>
10416                 <fieldValue name='url'/>
10417                 <fieldValue name='radiusvalue='0.1500'/>
10418                 <fieldValue name='displayMode'/>
10419                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
10420                 <fieldValue name='transparencyvalue='0'/>
10421                 <fieldValue name='translationvalue='-0.70445 0.11243 -1.50615'/>
10422                 <fieldValue name='textTranslationvalue='-0.55445 0.11243 -1.50615'/>
10423                 <fieldValue name='textColorvalue='0 0 0'/>
10424            </ProtoInstance>
10425            <ProtoInstance name='Vertex'>
10426                 <fieldValue name='vertexTextvalue='"homes"'/>
10427                 <fieldValue name='descriptionvalue='165: homes'/>
10428                 <fieldValue name='url'/>
10429                 <fieldValue name='radiusvalue='0.1500'/>
10430                 <fieldValue name='displayMode'/>
10431                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
10432                 <fieldValue name='transparencyvalue='0'/>
10433                 <fieldValue name='translationvalue='1.72373 -0.41360 -0.04099'/>
10434                 <fieldValue name='textTranslationvalue='1.87373 -0.41360 -0.04099'/>
10435                 <fieldValue name='textColorvalue='0 0 0'/>
10436            </ProtoInstance>
10437            <ProtoInstance name='Vertex'>
10438                 <fieldValue name='vertexTextvalue='"hospital"'/>
10439                 <fieldValue name='descriptionvalue='166: hospital'/>
10440                 <fieldValue name='url'/>
10441                 <fieldValue name='radiusvalue='0.1500'/>
10442                 <fieldValue name='displayMode'/>
10443                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
10444                 <fieldValue name='transparencyvalue='0'/>
10445                 <fieldValue name='translationvalue='0.80280 0.60749 2.30423'/>
10446                 <fieldValue name='textTranslationvalue='0.95280 0.60749 2.30423'/>
10447                 <fieldValue name='textColorvalue='0 0 0'/>
10448            </ProtoInstance>
10449            <ProtoInstance name='Vertex'>
10450                 <fieldValue name='vertexTextvalue='"hospitals"'/>
10451                 <fieldValue name='descriptionvalue='167: hospitals'/>
10452                 <fieldValue name='url'/>
10453                 <fieldValue name='radiusvalue='0.1500'/>
10454                 <fieldValue name='displayMode'/>
10455                 <fieldValue name='diffuseColorvalue='0 0 0'/>
10456                 <fieldValue name='transparencyvalue='0'/>
10457                 <fieldValue name='translationvalue='1.73936 -0.32437 1.26024'/>
10458                 <fieldValue name='textTranslationvalue='1.88936 -0.32437 1.26024'/>
10459                 <fieldValue name='textColorvalue='0 0 0'/>
10460            </ProtoInstance>
10461            <ProtoInstance name='Vertex'>
10462                 <fieldValue name='vertexTextvalue='"house"'/>
10463                 <fieldValue name='descriptionvalue='168: house'/>
10464                 <fieldValue name='url'/>
10465                 <fieldValue name='radiusvalue='0.1500'/>
10466                 <fieldValue name='displayMode'/>
10467                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
10468                 <fieldValue name='transparencyvalue='0'/>
10469                 <fieldValue name='translationvalue='0.06411 -1.49420 0.33634'/>
10470                 <fieldValue name='textTranslationvalue='0.21411 -1.49420 0.33634'/>
10471                 <fieldValue name='textColorvalue='0 0 0'/>
10472            </ProtoInstance>
10473            <ProtoInstance name='Vertex'>
10474                 <fieldValue name='vertexTextvalue='"housing"'/>
10475                 <fieldValue name='descriptionvalue='169: housing'/>
10476                 <fieldValue name='url'/>
10477                 <fieldValue name='radiusvalue='0.1500'/>
10478                 <fieldValue name='displayMode'/>
10479                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
10480                 <fieldValue name='transparencyvalue='0'/>
10481                 <fieldValue name='translationvalue='0.75951 0.67246 2.64387'/>
10482                 <fieldValue name='textTranslationvalue='0.90951 0.67246 2.64387'/>
10483                 <fieldValue name='textColorvalue='0 0 0'/>
10484            </ProtoInstance>
10485            <ProtoInstance name='Vertex'>
10486                 <fieldValue name='vertexTextvalue='"human"'/>
10487                 <fieldValue name='descriptionvalue='170: human'/>
10488                 <fieldValue name='url'/>
10489                 <fieldValue name='radiusvalue='0.1500'/>
10490                 <fieldValue name='displayMode'/>
10491                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
10492                 <fieldValue name='transparencyvalue='0'/>
10493                 <fieldValue name='translationvalue='1.86557 0.93746 0.87808'/>
10494                 <fieldValue name='textTranslationvalue='2.01557 0.93746 0.87808'/>
10495                 <fieldValue name='textColorvalue='0 0 0'/>
10496            </ProtoInstance>
10497            <ProtoInstance name='Vertex'>
10498                 <fieldValue name='vertexTextvalue='"humanitarian"'/>
10499                 <fieldValue name='descriptionvalue='171: humanitarian'/>
10500                 <fieldValue name='url'/>
10501                 <fieldValue name='radiusvalue='0.1500'/>
10502                 <fieldValue name='displayMode'/>
10503                 <fieldValue name='diffuseColorvalue='0.5020 0.5020 0.5020'/>
10504                 <fieldValue name='transparencyvalue='0'/>
10505                 <fieldValue name='translationvalue='0.96648 0.67849 0.26138'/>
10506                 <fieldValue name='textTranslationvalue='1.11648 0.67849 0.26138'/>
10507                 <fieldValue name='textColorvalue='0 0 0'/>
10508            </ProtoInstance>
10509            <ProtoInstance name='Vertex'>
10510                 <fieldValue name='vertexTextvalue='"ideas"'/>
10511                 <fieldValue name='descriptionvalue='172: ideas'/>
10512                 <fieldValue name='url'/>
10513                 <fieldValue name='radiusvalue='0.1500'/>
10514                 <fieldValue name='displayMode'/>
10515                 <fieldValue name='diffuseColorvalue='0.1176 0.9765 0.6392'/>
10516                 <fieldValue name='transparencyvalue='0'/>
10517                 <fieldValue name='translationvalue='-2.43478 0.06906 0.41913'/>
10518                 <fieldValue name='textTranslationvalue='-2.28478 0.06906 0.41913'/>
10519                 <fieldValue name='textColorvalue='0 0 0'/>
10520            </ProtoInstance>
10521            <ProtoInstance name='Vertex'>
10522                 <fieldValue name='vertexTextvalue='"imagery"'/>
10523                 <fieldValue name='descriptionvalue='173: imagery'/>
10524                 <fieldValue name='url'/>
10525                 <fieldValue name='radiusvalue='0.1500'/>
10526                 <fieldValue name='displayMode'/>
10527                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
10528                 <fieldValue name='transparencyvalue='0'/>
10529                 <fieldValue name='translationvalue='1.15260 2.57563 2.49757'/>
10530                 <fieldValue name='textTranslationvalue='1.30260 2.57563 2.49757'/>
10531                 <fieldValue name='textColorvalue='0 0 0'/>
10532            </ProtoInstance>
10533            <ProtoInstance name='Vertex'>
10534                 <fieldValue name='vertexTextvalue='"increase"'/>
10535                 <fieldValue name='descriptionvalue='174: increase'/>
10536                 <fieldValue name='url'/>
10537                 <fieldValue name='radiusvalue='0.1500'/>
10538                 <fieldValue name='displayMode'/>
10539                 <fieldValue name='diffuseColorvalue='0.1176 0.9765 0.6392'/>
10540                 <fieldValue name='transparencyvalue='0'/>
10541                 <fieldValue name='translationvalue='-1.08757 0.43220 0.28906'/>
10542                 <fieldValue name='textTranslationvalue='-0.93757 0.43220 0.28906'/>
10543                 <fieldValue name='textColorvalue='0 0 0'/>
10544            </ProtoInstance>
10545            <ProtoInstance name='Vertex'>
10546                 <fieldValue name='vertexTextvalue='"index"'/>
10547                 <fieldValue name='descriptionvalue='175: index'/>
10548                 <fieldValue name='url'/>
10549                 <fieldValue name='radiusvalue='0.1500'/>
10550                 <fieldValue name='displayMode'/>
10551                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
10552                 <fieldValue name='transparencyvalue='0'/>
10553                 <fieldValue name='translationvalue='-0.59758 -1.87252 -0.32121'/>
10554                 <fieldValue name='textTranslationvalue='-0.44758 -1.87252 -0.32121'/>
10555                 <fieldValue name='textColorvalue='0 0 0'/>
10556            </ProtoInstance>
10557            <ProtoInstance name='Vertex'>
10558                 <fieldValue name='vertexTextvalue='"individuals"'/>
10559                 <fieldValue name='descriptionvalue='176: individuals'/>
10560                 <fieldValue name='url'/>
10561                 <fieldValue name='radiusvalue='0.1500'/>
10562                 <fieldValue name='displayMode'/>
10563                 <fieldValue name='diffuseColorvalue='0.5020 0.5020 0.5020'/>
10564                 <fieldValue name='transparencyvalue='0'/>
10565                 <fieldValue name='translationvalue='1.84382 0.30104 -0.64593'/>
10566                 <fieldValue name='textTranslationvalue='1.99382 0.30104 -0.64593'/>
10567                 <fieldValue name='textColorvalue='0 0 0'/>
10568            </ProtoInstance>
10569            <ProtoInstance name='Vertex'>
10570                 <fieldValue name='vertexTextvalue='"info"'/>
10571                 <fieldValue name='descriptionvalue='177: info'/>
10572                 <fieldValue name='url'/>
10573                 <fieldValue name='radiusvalue='0.1500'/>
10574                 <fieldValue name='displayMode'/>
10575                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
10576                 <fieldValue name='transparencyvalue='0'/>
10577                 <fieldValue name='translationvalue='-0.42950 -1.67290 -0.03694'/>
10578                 <fieldValue name='textTranslationvalue='-0.27950 -1.67290 -0.03694'/>
10579                 <fieldValue name='textColorvalue='0 0 0'/>
10580            </ProtoInstance>
10581            <ProtoInstance name='Vertex'>
10582                 <fieldValue name='vertexTextvalue='"information"'/>
10583                 <fieldValue name='descriptionvalue='178: information'/>
10584                 <fieldValue name='url'/>
10585                 <fieldValue name='radiusvalue='0.1500'/>
10586                 <fieldValue name='displayMode'/>
10587                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
10588                 <fieldValue name='transparencyvalue='0'/>
10589                 <fieldValue name='translationvalue='0.09688 -1.48003 0.35827'/>
10590                 <fieldValue name='textTranslationvalue='0.24688 -1.48003 0.35827'/>
10591                 <fieldValue name='textColorvalue='0 0 0'/>
10592            </ProtoInstance>
10593            <ProtoInstance name='Vertex'>
10594                 <fieldValue name='vertexTextvalue='"infrastructure"'/>
10595                 <fieldValue name='descriptionvalue='179: infrastructure'/>
10596                 <fieldValue name='url'/>
10597                 <fieldValue name='radiusvalue='0.1500'/>
10598                 <fieldValue name='displayMode'/>
10599                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
10600                 <fieldValue name='transparencyvalue='0'/>
10601                 <fieldValue name='translationvalue='0.75951 0.67246 2.64387'/>
10602                 <fieldValue name='textTranslationvalue='0.90951 0.67246 2.64387'/>
10603                 <fieldValue name='textColorvalue='0 0 0'/>
10604            </ProtoInstance>
10605            <ProtoInstance name='Vertex'>
10606                 <fieldValue name='vertexTextvalue='"initial"'/>
10607                 <fieldValue name='descriptionvalue='180: initial'/>
10608                 <fieldValue name='url'/>
10609                 <fieldValue name='radiusvalue='0.1500'/>
10610                 <fieldValue name='displayMode'/>
10611                 <fieldValue name='diffuseColorvalue='0.5020 0.5020 0.5020'/>
10612                 <fieldValue name='transparencyvalue='0'/>
10613                 <fieldValue name='translationvalue='0.87744 -0.15114 -0.76022'/>
10614                 <fieldValue name='textTranslationvalue='1.02744 -0.15114 -0.76022'/>
10615                 <fieldValue name='textColorvalue='0 0 0'/>
10616            </ProtoInstance>
10617            <ProtoInstance name='Vertex'>
10618                 <fieldValue name='vertexTextvalue='"injured"'/>
10619                 <fieldValue name='descriptionvalue='181: injured'/>
10620                 <fieldValue name='url'/>
10621                 <fieldValue name='radiusvalue='0.1500'/>
10622                 <fieldValue name='displayMode'/>
10623                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
10624                 <fieldValue name='transparencyvalue='0'/>
10625                 <fieldValue name='translationvalue='-0.00044 -0.51776 -0.84799'/>
10626                 <fieldValue name='textTranslationvalue='0.14956 -0.51776 -0.84799'/>
10627                 <fieldValue name='textColorvalue='0 0 0'/>
10628            </ProtoInstance>
10629            <ProtoInstance name='Vertex'>
10630                 <fieldValue name='vertexTextvalue='"international"'/>
10631                 <fieldValue name='descriptionvalue='182: international'/>
10632                 <fieldValue name='url'/>
10633                 <fieldValue name='radiusvalue='0.1500'/>
10634                 <fieldValue name='displayMode'/>
10635                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
10636                 <fieldValue name='transparencyvalue='0'/>
10637                 <fieldValue name='translationvalue='0.26503 0.43245 0.81529'/>
10638                 <fieldValue name='textTranslationvalue='0.41503 0.43245 0.81529'/>
10639                 <fieldValue name='textColorvalue='0 0 0'/>
10640            </ProtoInstance>
10641            <ProtoInstance name='Vertex'>
10642                 <fieldValue name='vertexTextvalue='"interviews"'/>
10643                 <fieldValue name='descriptionvalue='183: interviews'/>
10644                 <fieldValue name='url'/>
10645                 <fieldValue name='radiusvalue='0.1500'/>
10646                 <fieldValue name='displayMode'/>
10647                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
10648                 <fieldValue name='transparencyvalue='0'/>
10649                 <fieldValue name='translationvalue='0.58360 -1.86195 0.92673'/>
10650                 <fieldValue name='textTranslationvalue='0.73360 -1.86195 0.92673'/>
10651                 <fieldValue name='textColorvalue='0 0 0'/>
10652            </ProtoInstance>
10653            <ProtoInstance name='Vertex'>
10654                 <fieldValue name='vertexTextvalue='"introduce"'/>
10655                 <fieldValue name='descriptionvalue='184: introduce'/>
10656                 <fieldValue name='url'/>
10657                 <fieldValue name='radiusvalue='0.1500'/>
10658                 <fieldValue name='displayMode'/>
10659                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
10660                 <fieldValue name='transparencyvalue='0'/>
10661                 <fieldValue name='translationvalue='-0.70445 0.11243 -1.50615'/>
10662                 <fieldValue name='textTranslationvalue='-0.55445 0.11243 -1.50615'/>
10663                 <fieldValue name='textColorvalue='0 0 0'/>
10664            </ProtoInstance>
10665            <ProtoInstance name='Vertex'>
10666                 <fieldValue name='vertexTextvalue='"items"'/>
10667                 <fieldValue name='descriptionvalue='185: items'/>
10668                 <fieldValue name='url'/>
10669                 <fieldValue name='radiusvalue='0.1500'/>
10670                 <fieldValue name='displayMode'/>
10671                 <fieldValue name='diffuseColorvalue='0.5020 0.5020 0.5020'/>
10672                 <fieldValue name='transparencyvalue='0'/>
10673                 <fieldValue name='translationvalue='1.80342 0.31541 -0.65746'/>
10674                 <fieldValue name='textTranslationvalue='1.95342 0.31541 -0.65746'/>
10675                 <fieldValue name='textColorvalue='0 0 0'/>
10676            </ProtoInstance>
10677            <ProtoInstance name='Vertex'>
10678                 <fieldValue name='vertexTextvalue='"joining"'/>
10679                 <fieldValue name='descriptionvalue='186: joining'/>
10680                 <fieldValue name='url'/>
10681                 <fieldValue name='radiusvalue='0.1500'/>
10682                 <fieldValue name='displayMode'/>
10683                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
10684                 <fieldValue name='transparencyvalue='0'/>
10685                 <fieldValue name='translationvalue='-0.53523 0.08541 -1.23223'/>
10686                 <fieldValue name='textTranslationvalue='-0.38523 0.08541 -1.23223'/>
10687                 <fieldValue name='textColorvalue='0 0 0'/>
10688            </ProtoInstance>
10689            <ProtoInstance name='Vertex'>
10690                 <fieldValue name='vertexTextvalue='"killing"'/>
10691                 <fieldValue name='descriptionvalue='187: killing'/>
10692                 <fieldValue name='url'/>
10693                 <fieldValue name='radiusvalue='0.1500'/>
10694                 <fieldValue name='displayMode'/>
10695                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
10696                 <fieldValue name='transparencyvalue='0'/>
10697                 <fieldValue name='translationvalue='2.49701 -0.25964 -0.16326'/>
10698                 <fieldValue name='textTranslationvalue='2.64701 -0.25964 -0.16326'/>
10699                 <fieldValue name='textColorvalue='0 0 0'/>
10700            </ProtoInstance>
10701            <ProtoInstance name='Vertex'>
10702                 <fieldValue name='vertexTextvalue='"kind"'/>
10703                 <fieldValue name='descriptionvalue='188: kind'/>
10704                 <fieldValue name='url'/>
10705                 <fieldValue name='radiusvalue='0.1500'/>
10706                 <fieldValue name='displayMode'/>
10707                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
10708                 <fieldValue name='transparencyvalue='0'/>
10709                 <fieldValue name='translationvalue='-0.46828 -1.97728 -0.30305'/>
10710                 <fieldValue name='textTranslationvalue='-0.31828 -1.97728 -0.30305'/>
10711                 <fieldValue name='textColorvalue='0 0 0'/>
10712            </ProtoInstance>
10713            <ProtoInstance name='Vertex'>
10714                 <fieldValue name='vertexTextvalue='"land"'/>
10715                 <fieldValue name='descriptionvalue='189: land'/>
10716                 <fieldValue name='url'/>
10717                 <fieldValue name='radiusvalue='0.1500'/>
10718                 <fieldValue name='displayMode'/>
10719                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
10720                 <fieldValue name='transparencyvalue='0'/>
10721                 <fieldValue name='translationvalue='-0.34464 1.51555 0.19717'/>
10722                 <fieldValue name='textTranslationvalue='-0.19464 1.51555 0.19717'/>
10723                 <fieldValue name='textColorvalue='0 0 0'/>
10724            </ProtoInstance>
10725            <ProtoInstance name='Vertex'>
10726                 <fieldValue name='vertexTextvalue='"landing"'/>
10727                 <fieldValue name='descriptionvalue='190: landing'/>
10728                 <fieldValue name='url'/>
10729                 <fieldValue name='radiusvalue='0.1500'/>
10730                 <fieldValue name='displayMode'/>
10731                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
10732                 <fieldValue name='transparencyvalue='0'/>
10733                 <fieldValue name='translationvalue='-0.48682 1.60364 0.24463'/>
10734                 <fieldValue name='textTranslationvalue='-0.33682 1.60364 0.24463'/>
10735                 <fieldValue name='textColorvalue='0 0 0'/>
10736            </ProtoInstance>
10737            <ProtoInstance name='Vertex'>
10738                 <fieldValue name='vertexTextvalue='"launched"'/>
10739                 <fieldValue name='descriptionvalue='191: launched'/>
10740                 <fieldValue name='url'/>
10741                 <fieldValue name='radiusvalue='0.1500'/>
10742                 <fieldValue name='displayMode'/>
10743                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
10744                 <fieldValue name='transparencyvalue='0'/>
10745                 <fieldValue name='translationvalue='2.36974 0.11242 0.22810'/>
10746                 <fieldValue name='textTranslationvalue='2.51974 0.11242 0.22810'/>
10747                 <fieldValue name='textColorvalue='0 0 0'/>
10748            </ProtoInstance>
10749            <ProtoInstance name='Vertex'>
10750                 <fieldValue name='vertexTextvalue='"leaving"'/>
10751                 <fieldValue name='descriptionvalue='192: leaving'/>
10752                 <fieldValue name='url'/>
10753                 <fieldValue name='radiusvalue='0.1500'/>
10754                 <fieldValue name='displayMode'/>
10755                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
10756                 <fieldValue name='transparencyvalue='0'/>
10757                 <fieldValue name='translationvalue='1.32181 -0.37531 0.00546'/>
10758                 <fieldValue name='textTranslationvalue='1.47181 -0.37531 0.00546'/>
10759                 <fieldValue name='textColorvalue='0 0 0'/>
10760            </ProtoInstance>
10761            <ProtoInstance name='Vertex'>
10762                 <fieldValue name='vertexTextvalue='"list"'/>
10763                 <fieldValue name='descriptionvalue='193: list'/>
10764                 <fieldValue name='url'/>
10765                 <fieldValue name='radiusvalue='0.1500'/>
10766                 <fieldValue name='displayMode'/>
10767                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
10768                 <fieldValue name='transparencyvalue='0'/>
10769                 <fieldValue name='translationvalue='2.49834 -2.68298 1.30209'/>
10770                 <fieldValue name='textTranslationvalue='2.64834 -2.68298 1.30209'/>
10771                 <fieldValue name='textColorvalue='0 0 0'/>
10772            </ProtoInstance>
10773            <ProtoInstance name='Vertex'>
10774                 <fieldValue name='vertexTextvalue='"live"'/>
10775                 <fieldValue name='descriptionvalue='194: live'/>
10776                 <fieldValue name='url'/>
10777                 <fieldValue name='radiusvalue='0.1500'/>
10778                 <fieldValue name='displayMode'/>
10779                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
10780                 <fieldValue name='transparencyvalue='0'/>
10781                 <fieldValue name='translationvalue='-0.45003 -1.60606 -0.12753'/>
10782                 <fieldValue name='textTranslationvalue='-0.30003 -1.60606 -0.12753'/>
10783                 <fieldValue name='textColorvalue='0 0 0'/>
10784            </ProtoInstance>
10785            <ProtoInstance name='Vertex'>
10786                 <fieldValue name='vertexTextvalue='"lives"'/>
10787                 <fieldValue name='descriptionvalue='195: lives'/>
10788                 <fieldValue name='url'/>
10789                 <fieldValue name='radiusvalue='0.1500'/>
10790                 <fieldValue name='displayMode'/>
10791                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
10792                 <fieldValue name='transparencyvalue='0'/>
10793                 <fieldValue name='translationvalue='1.82517 -1.13020 -0.65296'/>
10794                 <fieldValue name='textTranslationvalue='1.97517 -1.13020 -0.65296'/>
10795                 <fieldValue name='textColorvalue='0 0 0'/>
10796            </ProtoInstance>
10797            <ProtoInstance name='Vertex'>
10798                 <fieldValue name='vertexTextvalue='"load"'/>
10799                 <fieldValue name='descriptionvalue='196: load'/>
10800                 <fieldValue name='url'/>
10801                 <fieldValue name='radiusvalue='0.1500'/>
10802                 <fieldValue name='displayMode'/>
10803                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
10804                 <fieldValue name='transparencyvalue='0'/>
10805                 <fieldValue name='translationvalue='0.27038 1.30279 0.11712'/>
10806                 <fieldValue name='textTranslationvalue='0.42038 1.30279 0.11712'/>
10807                 <fieldValue name='textColorvalue='0 0 0'/>
10808            </ProtoInstance>
10809            <ProtoInstance name='Vertex'>
10810                 <fieldValue name='vertexTextvalue='"local"'/>
10811                 <fieldValue name='descriptionvalue='197: local'/>
10812                 <fieldValue name='url'/>
10813                 <fieldValue name='radiusvalue='0.1500'/>
10814                 <fieldValue name='displayMode'/>
10815                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
10816                 <fieldValue name='transparencyvalue='0'/>
10817                 <fieldValue name='translationvalue='2.31623 -2.74825 1.45296'/>
10818                 <fieldValue name='textTranslationvalue='2.46623 -2.74825 1.45296'/>
10819                 <fieldValue name='textColorvalue='0 0 0'/>
10820            </ProtoInstance>
10821            <ProtoInstance name='Vertex'>
10822                 <fieldValue name='vertexTextvalue='"losses"'/>
10823                 <fieldValue name='descriptionvalue='198: losses'/>
10824                 <fieldValue name='url'/>
10825                 <fieldValue name='radiusvalue='0.1500'/>
10826                 <fieldValue name='displayMode'/>
10827                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
10828                 <fieldValue name='transparencyvalue='0'/>
10829                 <fieldValue name='translationvalue='2.47991 -0.30514 -0.16316'/>
10830                 <fieldValue name='textTranslationvalue='2.62991 -0.30514 -0.16316'/>
10831                 <fieldValue name='textColorvalue='0 0 0'/>
10832            </ProtoInstance>
10833            <ProtoInstance name='Vertex'>
10834                 <fieldValue name='vertexTextvalue='"lost"'/>
10835                 <fieldValue name='descriptionvalue='199: lost'/>
10836                 <fieldValue name='url'/>
10837                 <fieldValue name='radiusvalue='0.1500'/>
10838                 <fieldValue name='displayMode'/>
10839                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
10840                 <fieldValue name='transparencyvalue='0'/>
10841                 <fieldValue name='translationvalue='1.61694 0.28999 0.60887'/>
10842                 <fieldValue name='textTranslationvalue='1.76694 0.28999 0.60887'/>
10843                 <fieldValue name='textColorvalue='0 0 0'/>
10844            </ProtoInstance>
10845            <ProtoInstance name='Vertex'>
10846                 <fieldValue name='vertexTextvalue='"loved"'/>
10847                 <fieldValue name='descriptionvalue='200: loved'/>
10848                 <fieldValue name='url'/>
10849                 <fieldValue name='radiusvalue='0.1500'/>
10850                 <fieldValue name='displayMode'/>
10851                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
10852                 <fieldValue name='transparencyvalue='0'/>
10853                 <fieldValue name='translationvalue='2.17563 0.69455 0.86712'/>
10854                 <fieldValue name='textTranslationvalue='2.32563 0.69455 0.86712'/>
10855                 <fieldValue name='textColorvalue='0 0 0'/>
10856            </ProtoInstance>
10857            <ProtoInstance name='Vertex'>
10858                 <fieldValue name='vertexTextvalue='"magnitude"'/>
10859                 <fieldValue name='descriptionvalue='201: magnitude'/>
10860                 <fieldValue name='url'/>
10861                 <fieldValue name='radiusvalue='0.1500'/>
10862                 <fieldValue name='displayMode'/>
10863                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
10864                 <fieldValue name='transparencyvalue='0'/>
10865                 <fieldValue name='translationvalue='0.51034 0.98069 -0.14423'/>
10866                 <fieldValue name='textTranslationvalue='0.66034 0.98069 -0.14423'/>
10867                 <fieldValue name='textColorvalue='0 0 0'/>
10868            </ProtoInstance>
10869            <ProtoInstance name='Vertex'>
10870                 <fieldValue name='vertexTextvalue='"maintain"'/>
10871                 <fieldValue name='descriptionvalue='202: maintain'/>
10872                 <fieldValue name='url'/>
10873                 <fieldValue name='radiusvalue='0.1500'/>
10874                 <fieldValue name='displayMode'/>
10875                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
10876                 <fieldValue name='transparencyvalue='0'/>
10877                 <fieldValue name='translationvalue='-0.15502 0.41484 1.66237'/>
10878                 <fieldValue name='textTranslationvalue='-0.00502 0.41484 1.66237'/>
10879                 <fieldValue name='textColorvalue='0 0 0'/>
10880            </ProtoInstance>
10881            <ProtoInstance name='Vertex'>
10882                 <fieldValue name='vertexTextvalue='"major"'/>
10883                 <fieldValue name='descriptionvalue='203: major'/>
10884                 <fieldValue name='url'/>
10885                 <fieldValue name='radiusvalue='0.1500'/>
10886                 <fieldValue name='displayMode'/>
10887                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
10888                 <fieldValue name='transparencyvalue='0'/>
10889                 <fieldValue name='translationvalue='1.41833 0.82923 1.69176'/>
10890                 <fieldValue name='textTranslationvalue='1.56833 0.82923 1.69176'/>
10891                 <fieldValue name='textColorvalue='0 0 0'/>
10892            </ProtoInstance>
10893            <ProtoInstance name='Vertex'>
10894                 <fieldValue name='vertexTextvalue='"marine"'/>
10895                 <fieldValue name='descriptionvalue='204: marine'/>
10896                 <fieldValue name='url'/>
10897                 <fieldValue name='radiusvalue='0.1500'/>
10898                 <fieldValue name='displayMode'/>
10899                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
10900                 <fieldValue name='transparencyvalue='0'/>
10901                 <fieldValue name='translationvalue='-0.51114 0.10312 1.65016'/>
10902                 <fieldValue name='textTranslationvalue='-0.36114 0.10312 1.65016'/>
10903                 <fieldValue name='textColorvalue='0 0 0'/>
10904            </ProtoInstance>
10905            <ProtoInstance name='Vertex'>
10906                 <fieldValue name='vertexTextvalue='"massive"'/>
10907                 <fieldValue name='descriptionvalue='205: massive'/>
10908                 <fieldValue name='url'/>
10909                 <fieldValue name='radiusvalue='0.1500'/>
10910                 <fieldValue name='displayMode'/>
10911                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
10912                 <fieldValue name='transparencyvalue='0'/>
10913                 <fieldValue name='translationvalue='-0.90431 0.70318 1.30390'/>
10914                 <fieldValue name='textTranslationvalue='-0.75431 0.70318 1.30390'/>
10915                 <fieldValue name='textColorvalue='0 0 0'/>
10916            </ProtoInstance>
10917            <ProtoInstance name='Vertex'>
10918                 <fieldValue name='vertexTextvalue='"media"'/>
10919                 <fieldValue name='descriptionvalue='206: media'/>
10920                 <fieldValue name='url'/>
10921                 <fieldValue name='radiusvalue='0.1500'/>
10922                 <fieldValue name='displayMode'/>
10923                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
10924                 <fieldValue name='transparencyvalue='0'/>
10925                 <fieldValue name='translationvalue='-0.74547 -1.81314 -0.02846'/>
10926                 <fieldValue name='textTranslationvalue='-0.59547 -1.81314 -0.02846'/>
10927                 <fieldValue name='textColorvalue='0 0 0'/>
10928            </ProtoInstance>
10929            <ProtoInstance name='Vertex'>
10930                 <fieldValue name='vertexTextvalue='"medical"'/>
10931                 <fieldValue name='descriptionvalue='207: medical'/>
10932                 <fieldValue name='url'/>
10933                 <fieldValue name='radiusvalue='0.1500'/>
10934                 <fieldValue name='displayMode'/>
10935                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
10936                 <fieldValue name='transparencyvalue='0'/>
10937                 <fieldValue name='translationvalue='1.78343 0.31191 0.84426'/>
10938                 <fieldValue name='textTranslationvalue='1.93343 0.31191 0.84426'/>
10939                 <fieldValue name='textColorvalue='0 0 0'/>
10940            </ProtoInstance>
10941            <ProtoInstance name='Vertex'>
10942                 <fieldValue name='vertexTextvalue='"medicines"'/>
10943                 <fieldValue name='descriptionvalue='208: medicines'/>
10944                 <fieldValue name='url'/>
10945                 <fieldValue name='radiusvalue='0.1500'/>
10946                 <fieldValue name='displayMode'/>
10947                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
10948                 <fieldValue name='transparencyvalue='0'/>
10949                 <fieldValue name='translationvalue='1.84238 0.79257 0.91033'/>
10950                 <fieldValue name='textTranslationvalue='1.99238 0.79257 0.91033'/>
10951                 <fieldValue name='textColorvalue='0 0 0'/>
10952            </ProtoInstance>
10953            <ProtoInstance name='Vertex'>
10954                 <fieldValue name='vertexTextvalue='"mercy"'/>
10955                 <fieldValue name='descriptionvalue='209: mercy'/>
10956                 <fieldValue name='url'/>
10957                 <fieldValue name='radiusvalue='0.1500'/>
10958                 <fieldValue name='displayMode'/>
10959                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
10960                 <fieldValue name='transparencyvalue='0'/>
10961                 <fieldValue name='translationvalue='1.73203 -1.04425 -0.56899'/>
10962                 <fieldValue name='textTranslationvalue='1.88203 -1.04425 -0.56899'/>
10963                 <fieldValue name='textColorvalue='0 0 0'/>
10964            </ProtoInstance>
10965            <ProtoInstance name='Vertex'>
10966                 <fieldValue name='vertexTextvalue='"miami"'/>
10967                 <fieldValue name='descriptionvalue='210: miami'/>
10968                 <fieldValue name='url'/>
10969                 <fieldValue name='radiusvalue='0.1500'/>
10970                 <fieldValue name='displayMode'/>
10971                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
10972                 <fieldValue name='transparencyvalue='0'/>
10973                 <fieldValue name='translationvalue='-0.14172 0.36512 0.17339'/>
10974                 <fieldValue name='textTranslationvalue='0.00828 0.36512 0.17339'/>
10975                 <fieldValue name='textColorvalue='0 0 0'/>
10976            </ProtoInstance>
10977            <ProtoInstance name='Vertex'>
10978                 <fieldValue name='vertexTextvalue='"million"'/>
10979                 <fieldValue name='descriptionvalue='211: million'/>
10980                 <fieldValue name='url'/>
10981                 <fieldValue name='radiusvalue='0.1500'/>
10982                 <fieldValue name='displayMode'/>
10983                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
10984                 <fieldValue name='transparencyvalue='0'/>
10985                 <fieldValue name='translationvalue='1.48585 0.91928 0.74991'/>
10986                 <fieldValue name='textTranslationvalue='1.63585 0.91928 0.74991'/>
10987                 <fieldValue name='textColorvalue='0 0 0'/>
10988            </ProtoInstance>
10989            <ProtoInstance name='Vertex'>
10990                 <fieldValue name='vertexTextvalue='"mission"'/>
10991                 <fieldValue name='descriptionvalue='212: mission'/>
10992                 <fieldValue name='url'/>
10993                 <fieldValue name='radiusvalue='0.1500'/>
10994                 <fieldValue name='displayMode'/>
10995                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
10996                 <fieldValue name='transparencyvalue='0'/>
10997                 <fieldValue name='translationvalue='-1.03995 0.05242 0.23545'/>
10998                 <fieldValue name='textTranslationvalue='-0.88995 0.05242 0.23545'/>
10999                 <fieldValue name='textColorvalue='0 0 0'/>
11000            </ProtoInstance>
11001            <ProtoInstance name='Vertex'>
11002                 <fieldValue name='vertexTextvalue='"mobility"'/>
11003                 <fieldValue name='descriptionvalue='213: mobility'/>
11004                 <fieldValue name='url'/>
11005                 <fieldValue name='radiusvalue='0.1500'/>
11006                 <fieldValue name='displayMode'/>
11007                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
11008                 <fieldValue name='transparencyvalue='0'/>
11009                 <fieldValue name='translationvalue='-0.51716 1.30413 0.63163'/>
11010                 <fieldValue name='textTranslationvalue='-0.36716 1.30413 0.63163'/>
11011                 <fieldValue name='textColorvalue='0 0 0'/>
11012            </ProtoInstance>
11013            <ProtoInstance name='Vertex'>
11014                 <fieldValue name='vertexTextvalue='"mobilizing"'/>
11015                 <fieldValue name='descriptionvalue='214: mobilizing'/>
11016                 <fieldValue name='url'/>
11017                 <fieldValue name='radiusvalue='0.1500'/>
11018                 <fieldValue name='displayMode'/>
11019                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
11020                 <fieldValue name='transparencyvalue='0'/>
11021                 <fieldValue name='translationvalue='0.22404 0.37091 2.13995'/>
11022                 <fieldValue name='textTranslationvalue='0.37404 0.37091 2.13995'/>
11023                 <fieldValue name='textColorvalue='0 0 0'/>
11024            </ProtoInstance>
11025            <ProtoInstance name='Vertex'>
11026                 <fieldValue name='vertexTextvalue='"morning"'/>
11027                 <fieldValue name='descriptionvalue='215: morning'/>
11028                 <fieldValue name='url'/>
11029                 <fieldValue name='radiusvalue='0.1500'/>
11030                 <fieldValue name='displayMode'/>
11031                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
11032                 <fieldValue name='transparencyvalue='0'/>
11033                 <fieldValue name='translationvalue='-0.47917 -1.53814 -0.08581'/>
11034                 <fieldValue name='textTranslationvalue='-0.32917 -1.53814 -0.08581'/>
11035                 <fieldValue name='textColorvalue='0 0 0'/>
11036            </ProtoInstance>
11037            <ProtoInstance name='Vertex'>
11038                 <fieldValue name='vertexTextvalue='"multiple"'/>
11039                 <fieldValue name='descriptionvalue='216: multiple'/>
11040                 <fieldValue name='url'/>
11041                 <fieldValue name='radiusvalue='0.1500'/>
11042                 <fieldValue name='displayMode'/>
11043                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
11044                 <fieldValue name='transparencyvalue='0'/>
11045                 <fieldValue name='translationvalue='2.56166 -2.65545 1.24807'/>
11046                 <fieldValue name='textTranslationvalue='2.71166 -2.65545 1.24807'/>
11047                 <fieldValue name='textColorvalue='0 0 0'/>
11048            </ProtoInstance>
11049            <ProtoInstance name='Vertex'>
11050                 <fieldValue name='vertexTextvalue='"nation"'/>
11051                 <fieldValue name='descriptionvalue='217: nation'/>
11052                 <fieldValue name='url'/>
11053                 <fieldValue name='radiusvalue='0.1500'/>
11054                 <fieldValue name='displayMode'/>
11055                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
11056                 <fieldValue name='transparencyvalue='0'/>
11057                 <fieldValue name='translationvalue='-0.24516 0.50693 1.08247'/>
11058                 <fieldValue name='textTranslationvalue='-0.09516 0.50693 1.08247'/>
11059                 <fieldValue name='textColorvalue='0 0 0'/>
11060            </ProtoInstance>
11061            <ProtoInstance name='Vertex'>
11062                 <fieldValue name='vertexTextvalue='"national"'/>
11063                 <fieldValue name='descriptionvalue='218: national'/>
11064                 <fieldValue name='url'/>
11065                 <fieldValue name='radiusvalue='0.1500'/>
11066                 <fieldValue name='displayMode'/>
11067                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
11068                 <fieldValue name='transparencyvalue='0'/>
11069                 <fieldValue name='translationvalue='-0.40494 0.27424 0.92318'/>
11070                 <fieldValue name='textTranslationvalue='-0.25494 0.27424 0.92318'/>
11071                 <fieldValue name='textColorvalue='0 0 0'/>
11072            </ProtoInstance>
11073            <ProtoInstance name='Vertex'>
11074                 <fieldValue name='vertexTextvalue='"nations"'/>
11075                 <fieldValue name='descriptionvalue='219: nations'/>
11076                 <fieldValue name='url'/>
11077                 <fieldValue name='radiusvalue='0.1500'/>
11078                 <fieldValue name='displayMode'/>
11079                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
11080                 <fieldValue name='transparencyvalue='0'/>
11081                 <fieldValue name='translationvalue='-0.12008 0.70304 0.60447'/>
11082                 <fieldValue name='textTranslationvalue='0.02992 0.70304 0.60447'/>
11083                 <fieldValue name='textColorvalue='0 0 0'/>
11084            </ProtoInstance>
11085            <ProtoInstance name='Vertex'>
11086                 <fieldValue name='vertexTextvalue='"news"'/>
11087                 <fieldValue name='descriptionvalue='220: news'/>
11088                 <fieldValue name='url'/>
11089                 <fieldValue name='radiusvalue='0.1500'/>
11090                 <fieldValue name='displayMode'/>
11091                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
11092                 <fieldValue name='transparencyvalue='0'/>
11093                 <fieldValue name='translationvalue='0.79845 -0.64403 -0.74200'/>
11094                 <fieldValue name='textTranslationvalue='0.94845 -0.64403 -0.74200'/>
11095                 <fieldValue name='textColorvalue='0 0 0'/>
11096            </ProtoInstance>
11097            <ProtoInstance name='Vertex'>
11098                 <fieldValue name='vertexTextvalue='"notice"'/>
11099                 <fieldValue name='descriptionvalue='221: notice'/>
11100                 <fieldValue name='url'/>
11101                 <fieldValue name='radiusvalue='0.1500'/>
11102                 <fieldValue name='displayMode'/>
11103                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
11104                 <fieldValue name='transparencyvalue='0'/>
11105                 <fieldValue name='translationvalue='-0.47058 -1.97300 -0.31083'/>
11106                 <fieldValue name='textTranslationvalue='-0.32058 -1.97300 -0.31083'/>
11107                 <fieldValue name='textColorvalue='0 0 0'/>
11108            </ProtoInstance>
11109            <ProtoInstance name='Vertex'>
11110                 <fieldValue name='vertexTextvalue='"number"'/>
11111                 <fieldValue name='descriptionvalue='222: number'/>
11112                 <fieldValue name='url'/>
11113                 <fieldValue name='radiusvalue='0.1500'/>
11114                 <fieldValue name='displayMode'/>
11115                 <fieldValue name='diffuseColorvalue='0.5020 0.5020 0.5020'/>
11116                 <fieldValue name='transparencyvalue='0'/>
11117                 <fieldValue name='translationvalue='1.78167 0.26755 -0.66661'/>
11118                 <fieldValue name='textTranslationvalue='1.93167 0.26755 -0.66661'/>
11119                 <fieldValue name='textColorvalue='0 0 0'/>
11120            </ProtoInstance>
11121            <ProtoInstance name='Vertex'>
11122                 <fieldValue name='vertexTextvalue='"offer"'/>
11123                 <fieldValue name='descriptionvalue='223: offer'/>
11124                 <fieldValue name='url'/>
11125                 <fieldValue name='radiusvalue='0.1500'/>
11126                 <fieldValue name='displayMode'/>
11127                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
11128                 <fieldValue name='transparencyvalue='0'/>
11129                 <fieldValue name='translationvalue='0.54381 -0.13344 -2.74860'/>
11130                 <fieldValue name='textTranslationvalue='0.69381 -0.13344 -2.74860'/>
11131                 <fieldValue name='textColorvalue='0 0 0'/>
11132            </ProtoInstance>
11133            <ProtoInstance name='Vertex'>
11134                 <fieldValue name='vertexTextvalue='"offers"'/>
11135                 <fieldValue name='descriptionvalue='224: offers'/>
11136                 <fieldValue name='url'/>
11137                 <fieldValue name='radiusvalue='0.1500'/>
11138                 <fieldValue name='displayMode'/>
11139                 <fieldValue name='diffuseColorvalue='0.1176 0.9765 0.6392'/>
11140                 <fieldValue name='transparencyvalue='0'/>
11141                 <fieldValue name='translationvalue='-2.73339 -0.20283 0.60328'/>
11142                 <fieldValue name='textTranslationvalue='-2.58339 -0.20283 0.60328'/>
11143                 <fieldValue name='textColorvalue='0 0 0'/>
11144            </ProtoInstance>
11145            <ProtoInstance name='Vertex'>
11146                 <fieldValue name='vertexTextvalue='"officials"'/>
11147                 <fieldValue name='descriptionvalue='225: officials'/>
11148                 <fieldValue name='url'/>
11149                 <fieldValue name='radiusvalue='0.1500'/>
11150                 <fieldValue name='displayMode'/>
11151                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
11152                 <fieldValue name='transparencyvalue='0'/>
11153                 <fieldValue name='translationvalue='-0.24252 -0.76482 0.39934'/>
11154                 <fieldValue name='textTranslationvalue='-0.09252 -0.76482 0.39934'/>
11155                 <fieldValue name='textColorvalue='0 0 0'/>
11156            </ProtoInstance>
11157            <ProtoInstance name='Vertex'>
11158                 <fieldValue name='vertexTextvalue='"operates"'/>
11159                 <fieldValue name='descriptionvalue='226: operates'/>
11160                 <fieldValue name='url'/>
11161                 <fieldValue name='radiusvalue='0.1500'/>
11162                 <fieldValue name='displayMode'/>
11163                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
11164                 <fieldValue name='transparencyvalue='0'/>
11165                 <fieldValue name='translationvalue='0.98455 0.46595 2.20724'/>
11166                 <fieldValue name='textTranslationvalue='1.13455 0.46595 2.20724'/>
11167                 <fieldValue name='textColorvalue='0 0 0'/>
11168            </ProtoInstance>
11169            <ProtoInstance name='Vertex'>
11170                 <fieldValue name='vertexTextvalue='"operation"'/>
11171                 <fieldValue name='descriptionvalue='227: operation'/>
11172                 <fieldValue name='url'/>
11173                 <fieldValue name='radiusvalue='0.1500'/>
11174                 <fieldValue name='displayMode'/>
11175                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
11176                 <fieldValue name='transparencyvalue='0'/>
11177                 <fieldValue name='translationvalue='0.70491 0.41345 0.07074'/>
11178                 <fieldValue name='textTranslationvalue='0.85491 0.41345 0.07074'/>
11179                 <fieldValue name='textColorvalue='0 0 0'/>
11180            </ProtoInstance>
11181            <ProtoInstance name='Vertex'>
11182                 <fieldValue name='vertexTextvalue='"operational"'/>
11183                 <fieldValue name='descriptionvalue='228: operational'/>
11184                 <fieldValue name='url'/>
11185                 <fieldValue name='radiusvalue='0.1500'/>
11186                 <fieldValue name='displayMode'/>
11187                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
11188                 <fieldValue name='transparencyvalue='0'/>
11189                 <fieldValue name='translationvalue='0.59996 1.35111 0.02755'/>
11190                 <fieldValue name='textTranslationvalue='0.74996 1.35111 0.02755'/>
11191                 <fieldValue name='textColorvalue='0 0 0'/>
11192            </ProtoInstance>
11193            <ProtoInstance name='Vertex'>
11194                 <fieldValue name='vertexTextvalue='"opportunities"'/>
11195                 <fieldValue name='descriptionvalue='229: opportunities'/>
11196                 <fieldValue name='url'/>
11197                 <fieldValue name='radiusvalue='0.1500'/>
11198                 <fieldValue name='displayMode'/>
11199                 <fieldValue name='diffuseColorvalue='0.1176 0.9765 0.6392'/>
11200                 <fieldValue name='transparencyvalue='0'/>
11201                 <fieldValue name='translationvalue='-2.73339 -0.20283 0.60328'/>
11202                 <fieldValue name='textTranslationvalue='-2.58339 -0.20283 0.60328'/>
11203                 <fieldValue name='textColorvalue='0 0 0'/>
11204            </ProtoInstance>
11205            <ProtoInstance name='Vertex'>
11206                 <fieldValue name='vertexTextvalue='"opportunity"'/>
11207                 <fieldValue name='descriptionvalue='230: opportunity'/>
11208                 <fieldValue name='url'/>
11209                 <fieldValue name='radiusvalue='0.1500'/>
11210                 <fieldValue name='displayMode'/>
11211                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
11212                 <fieldValue name='transparencyvalue='0'/>
11213                 <fieldValue name='translationvalue='-0.70445 0.11243 -1.50615'/>
11214                 <fieldValue name='textTranslationvalue='-0.55445 0.11243 -1.50615'/>
11215                 <fieldValue name='textColorvalue='0 0 0'/>
11216            </ProtoInstance>
11217            <ProtoInstance name='Vertex'>
11218                 <fieldValue name='vertexTextvalue='"organizations"'/>
11219                 <fieldValue name='descriptionvalue='231: organizations'/>
11220                 <fieldValue name='url'/>
11221                 <fieldValue name='radiusvalue='0.1500'/>
11222                 <fieldValue name='displayMode'/>
11223                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
11224                 <fieldValue name='transparencyvalue='0'/>
11225                 <fieldValue name='translationvalue='1.56664 -0.05909 0.02130'/>
11226                 <fieldValue name='textTranslationvalue='1.71664 -0.05909 0.02130'/>
11227                 <fieldValue name='textColorvalue='0 0 0'/>
11228            </ProtoInstance>
11229            <ProtoInstance name='Vertex'>
11230                 <fieldValue name='vertexTextvalue='"organizing"'/>
11231                 <fieldValue name='descriptionvalue='232: organizing'/>
11232                 <fieldValue name='url'/>
11233                 <fieldValue name='radiusvalue='0.1500'/>
11234                 <fieldValue name='displayMode'/>
11235                 <fieldValue name='diffuseColorvalue='0 0 0'/>
11236                 <fieldValue name='transparencyvalue='0'/>
11237                 <fieldValue name='translationvalue='2.75283 -0.50491 1.44262'/>
11238                 <fieldValue name='textTranslationvalue='2.90283 -0.50491 1.44262'/>
11239                 <fieldValue name='textColorvalue='0 0 0'/>
11240            </ProtoInstance>
11241            <ProtoInstance name='Vertex'>
11242                 <fieldValue name='vertexTextvalue='"original"'/>
11243                 <fieldValue name='descriptionvalue='233: original'/>
11244                 <fieldValue name='url'/>
11245                 <fieldValue name='radiusvalue='0.1500'/>
11246                 <fieldValue name='displayMode'/>
11247                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
11248                 <fieldValue name='transparencyvalue='0'/>
11249                 <fieldValue name='translationvalue='-0.15413 1.64525 -0.31995'/>
11250                 <fieldValue name='textTranslationvalue='-0.00413 1.64525 -0.31995'/>
11251                 <fieldValue name='textColorvalue='0 0 0'/>
11252            </ProtoInstance>
11253            <ProtoInstance name='Vertex'>
11254                 <fieldValue name='vertexTextvalue='"orphanages"'/>
11255                 <fieldValue name='descriptionvalue='234: orphanages'/>
11256                 <fieldValue name='url'/>
11257                 <fieldValue name='radiusvalue='0.1500'/>
11258                 <fieldValue name='displayMode'/>
11259                 <fieldValue name='diffuseColorvalue='0 0 0'/>
11260                 <fieldValue name='transparencyvalue='0'/>
11261                 <fieldValue name='translationvalue='2.66607 -0.48936 1.39359'/>
11262                 <fieldValue name='textTranslationvalue='2.81607 -0.48936 1.39359'/>
11263                 <fieldValue name='textColorvalue='0 0 0'/>
11264            </ProtoInstance>
11265            <ProtoInstance name='Vertex'>
11266                 <fieldValue name='vertexTextvalue='"overseas"'/>
11267                 <fieldValue name='descriptionvalue='235: overseas'/>
11268                 <fieldValue name='url'/>
11269                 <fieldValue name='radiusvalue='0.1500'/>
11270                 <fieldValue name='displayMode'/>
11271                 <fieldValue name='diffuseColorvalue='0.5020 0.5020 0.5020'/>
11272                 <fieldValue name='transparencyvalue='0'/>
11273                 <fieldValue name='translationvalue='1.42961 1.17651 0.34341'/>
11274                 <fieldValue name='textTranslationvalue='1.57961 1.17651 0.34341'/>
11275                 <fieldValue name='textColorvalue='0 0 0'/>
11276            </ProtoInstance>
11277            <ProtoInstance name='Vertex'>
11278                 <fieldValue name='vertexTextvalue='"palace"'/>
11279                 <fieldValue name='descriptionvalue='236: palace'/>
11280                 <fieldValue name='url'/>
11281                 <fieldValue name='radiusvalue='0.1500'/>
11282                 <fieldValue name='displayMode'/>
11283                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
11284                 <fieldValue name='transparencyvalue='0'/>
11285                 <fieldValue name='translationvalue='1.24764 2.29881 2.75055'/>
11286                 <fieldValue name='textTranslationvalue='1.39764 2.29881 2.75055'/>
11287                 <fieldValue name='textColorvalue='0 0 0'/>
11288            </ProtoInstance>
11289            <ProtoInstance name='Vertex'>
11290                 <fieldValue name='vertexTextvalue='"part"'/>
11291                 <fieldValue name='descriptionvalue='237: part'/>
11292                 <fieldValue name='url'/>
11293                 <fieldValue name='radiusvalue='0.1500'/>
11294                 <fieldValue name='displayMode'/>
11295                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
11296                 <fieldValue name='transparencyvalue='0'/>
11297                 <fieldValue name='translationvalue='0.02238 -0.18480 0.05019'/>
11298                 <fieldValue name='textTranslationvalue='0.17238 -0.18480 0.05019'/>
11299                 <fieldValue name='textColorvalue='0 0 0'/>
11300            </ProtoInstance>
11301            <ProtoInstance name='Vertex'>
11302                 <fieldValue name='vertexTextvalue='"partner"'/>
11303                 <fieldValue name='descriptionvalue='238: partner'/>
11304                 <fieldValue name='url'/>
11305                 <fieldValue name='radiusvalue='0.1500'/>
11306                 <fieldValue name='displayMode'/>
11307                 <fieldValue name='diffuseColorvalue='0.1176 0.9765 0.6392'/>
11308                 <fieldValue name='transparencyvalue='0'/>
11309                 <fieldValue name='translationvalue='-2.72725 -0.14254 0.68636'/>
11310                 <fieldValue name='textTranslationvalue='-2.57725 -0.14254 0.68636'/>
11311                 <fieldValue name='textColorvalue='0 0 0'/>
11312            </ProtoInstance>
11313            <ProtoInstance name='Vertex'>
11314                 <fieldValue name='vertexTextvalue='"partners"'/>
11315                 <fieldValue name='descriptionvalue='239: partners'/>
11316                 <fieldValue name='url'/>
11317                 <fieldValue name='radiusvalue='0.1500'/>
11318                 <fieldValue name='displayMode'/>
11319                 <fieldValue name='diffuseColorvalue='0 0 0'/>
11320                 <fieldValue name='transparencyvalue='0'/>
11321                 <fieldValue name='translationvalue='2.75283 -0.50491 1.44262'/>
11322                 <fieldValue name='textTranslationvalue='2.90283 -0.50491 1.44262'/>
11323                 <fieldValue name='textColorvalue='0 0 0'/>
11324            </ProtoInstance>
11325            <ProtoInstance name='Vertex'>
11326                 <fieldValue name='vertexTextvalue='"peace"'/>
11327                 <fieldValue name='descriptionvalue='240: peace'/>
11328                 <fieldValue name='url'/>
11329                 <fieldValue name='radiusvalue='0.1500'/>
11330                 <fieldValue name='displayMode'/>
11331                 <fieldValue name='diffuseColorvalue='0.1176 0.9765 0.6392'/>
11332                 <fieldValue name='transparencyvalue='0'/>
11333                 <fieldValue name='translationvalue='-2.07523 0.27422 0.35227'/>
11334                 <fieldValue name='textTranslationvalue='-1.92523 0.27422 0.35227'/>
11335                 <fieldValue name='textColorvalue='0 0 0'/>
11336            </ProtoInstance>
11337            <ProtoInstance name='Vertex'>
11338                 <fieldValue name='vertexTextvalue='"peacekeeping"'/>
11339                 <fieldValue name='descriptionvalue='241: peacekeeping'/>
11340                 <fieldValue name='url'/>
11341                 <fieldValue name='radiusvalue='0.1500'/>
11342                 <fieldValue name='displayMode'/>
11343                 <fieldValue name='diffuseColorvalue='0.1176 0.9765 0.6392'/>
11344                 <fieldValue name='transparencyvalue='0'/>
11345                 <fieldValue name='translationvalue='-2.74073 -0.03343 0.44083'/>
11346                 <fieldValue name='textTranslationvalue='-2.59073 -0.03343 0.44083'/>
11347                 <fieldValue name='textColorvalue='0 0 0'/>
11348            </ProtoInstance>
11349            <ProtoInstance name='Vertex'>
11350                 <fieldValue name='vertexTextvalue='"people"'/>
11351                 <fieldValue name='descriptionvalue='242: people'/>
11352                 <fieldValue name='url'/>
11353                 <fieldValue name='radiusvalue='0.1500'/>
11354                 <fieldValue name='displayMode'/>
11355                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
11356                 <fieldValue name='transparencyvalue='0'/>
11357                 <fieldValue name='translationvalue='0.71267 -0.25442 0.11493'/>
11358                 <fieldValue name='textTranslationvalue='0.86267 -0.25442 0.11493'/>
11359                 <fieldValue name='textColorvalue='0 0 0'/>
11360            </ProtoInstance>
11361            <ProtoInstance name='Vertex'>
11362                 <fieldValue name='vertexTextvalue='"person"'/>
11363                 <fieldValue name='descriptionvalue='243: person'/>
11364                 <fieldValue name='url'/>
11365                 <fieldValue name='radiusvalue='0.1500'/>
11366                 <fieldValue name='displayMode'/>
11367                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
11368                 <fieldValue name='transparencyvalue='0'/>
11369                 <fieldValue name='translationvalue='-0.52540 0.29083 -0.93254'/>
11370                 <fieldValue name='textTranslationvalue='-0.37540 0.29083 -0.93254'/>
11371                 <fieldValue name='textColorvalue='0 0 0'/>
11372            </ProtoInstance>
11373            <ProtoInstance name='Vertex'>
11374                 <fieldValue name='vertexTextvalue='"personnel"'/>
11375                 <fieldValue name='descriptionvalue='244: personnel'/>
11376                 <fieldValue name='url'/>
11377                 <fieldValue name='radiusvalue='0.1500'/>
11378                 <fieldValue name='displayMode'/>
11379                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
11380                 <fieldValue name='transparencyvalue='0'/>
11381                 <fieldValue name='translationvalue='0.34335 0.52866 0.70242'/>
11382                 <fieldValue name='textTranslationvalue='0.49335 0.52866 0.70242'/>
11383                 <fieldValue name='textColorvalue='0 0 0'/>
11384            </ProtoInstance>
11385            <ProtoInstance name='Vertex'>
11386                 <fieldValue name='vertexTextvalue='"photo"'/>
11387                 <fieldValue name='descriptionvalue='245: photo'/>
11388                 <fieldValue name='url'/>
11389                 <fieldValue name='radiusvalue='0.1500'/>
11390                 <fieldValue name='displayMode'/>
11391                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
11392                 <fieldValue name='transparencyvalue='0'/>
11393                 <fieldValue name='translationvalue='-0.17704 -0.07220 0.31725'/>
11394                 <fieldValue name='textTranslationvalue='-0.02704 -0.07220 0.31725'/>
11395                 <fieldValue name='textColorvalue='0 0 0'/>
11396            </ProtoInstance>
11397            <ProtoInstance name='Vertex'>
11398                 <fieldValue name='vertexTextvalue='"photos"'/>
11399                 <fieldValue name='descriptionvalue='246: photos'/>
11400                 <fieldValue name='url'/>
11401                 <fieldValue name='radiusvalue='0.1500'/>
11402                 <fieldValue name='displayMode'/>
11403                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
11404                 <fieldValue name='transparencyvalue='0'/>
11405                 <fieldValue name='translationvalue='-0.05293 1.69964 -0.17213'/>
11406                 <fieldValue name='textTranslationvalue='0.09707 1.69964 -0.17213'/>
11407                 <fieldValue name='textColorvalue='0 0 0'/>
11408            </ProtoInstance>
11409            <ProtoInstance name='Vertex'>
11410                 <fieldValue name='vertexTextvalue='"planners"'/>
11411                 <fieldValue name='descriptionvalue='247: planners'/>
11412                 <fieldValue name='url'/>
11413                 <fieldValue name='radiusvalue='0.1500'/>
11414                 <fieldValue name='displayMode'/>
11415                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
11416                 <fieldValue name='transparencyvalue='0'/>
11417                 <fieldValue name='translationvalue='0.32843 1.70337 -0.16860'/>
11418                 <fieldValue name='textTranslationvalue='0.47843 1.70337 -0.16860'/>
11419                 <fieldValue name='textColorvalue='0 0 0'/>
11420            </ProtoInstance>
11421            <ProtoInstance name='Vertex'>
11422                 <fieldValue name='vertexTextvalue='"plans"'/>
11423                 <fieldValue name='descriptionvalue='248: plans'/>
11424                 <fieldValue name='url'/>
11425                 <fieldValue name='radiusvalue='0.1500'/>
11426                 <fieldValue name='displayMode'/>
11427                 <fieldValue name='diffuseColorvalue='0 0 0'/>
11428                 <fieldValue name='transparencyvalue='0'/>
11429                 <fieldValue name='translationvalue='2.45585 -0.41986 1.28210'/>
11430                 <fieldValue name='textTranslationvalue='2.60585 -0.41986 1.28210'/>
11431                 <fieldValue name='textColorvalue='0 0 0'/>
11432            </ProtoInstance>
11433            <ProtoInstance name='Vertex'>
11434                 <fieldValue name='vertexTextvalue='"political"'/>
11435                 <fieldValue name='descriptionvalue='249: political'/>
11436                 <fieldValue name='url'/>
11437                 <fieldValue name='radiusvalue='0.1500'/>
11438                 <fieldValue name='displayMode'/>
11439                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
11440                 <fieldValue name='transparencyvalue='0'/>
11441                 <fieldValue name='translationvalue='0.58360 -1.86195 0.92673'/>
11442                 <fieldValue name='textTranslationvalue='0.73360 -1.86195 0.92673'/>
11443                 <fieldValue name='textColorvalue='0 0 0'/>
11444            </ProtoInstance>
11445            <ProtoInstance name='Vertex'>
11446                 <fieldValue name='vertexTextvalue='"population"'/>
11447                 <fieldValue name='descriptionvalue='250: population'/>
11448                 <fieldValue name='url'/>
11449                 <fieldValue name='radiusvalue='0.1500'/>
11450                 <fieldValue name='displayMode'/>
11451                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
11452                 <fieldValue name='transparencyvalue='0'/>
11453                 <fieldValue name='translationvalue='2.12905 -0.11195 -0.18390'/>
11454                 <fieldValue name='textTranslationvalue='2.27905 -0.11195 -0.18390'/>
11455                 <fieldValue name='textColorvalue='0 0 0'/>
11456            </ProtoInstance>
11457            <ProtoInstance name='Vertex'>
11458                 <fieldValue name='vertexTextvalue='"port"'/>
11459                 <fieldValue name='descriptionvalue='251: port'/>
11460                 <fieldValue name='url'/>
11461                 <fieldValue name='radiusvalue='0.1500'/>
11462                 <fieldValue name='displayMode'/>
11463                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
11464                 <fieldValue name='transparencyvalue='0'/>
11465                 <fieldValue name='translationvalue='0.97324 0.76897 2.53745'/>
11466                 <fieldValue name='textTranslationvalue='1.12324 0.76897 2.53745'/>
11467                 <fieldValue name='textColorvalue='0 0 0'/>
11468            </ProtoInstance>
11469            <ProtoInstance name='Vertex'>
11470                 <fieldValue name='vertexTextvalue='"positioned"'/>
11471                 <fieldValue name='descriptionvalue='252: positioned'/>
11472                 <fieldValue name='url'/>
11473                 <fieldValue name='radiusvalue='0.1500'/>
11474                 <fieldValue name='displayMode'/>
11475                 <fieldValue name='diffuseColorvalue='0.5020 0.5020 0.5020'/>
11476                 <fieldValue name='transparencyvalue='0'/>
11477                 <fieldValue name='translationvalue='1.64433 1.55603 0.09966'/>
11478                 <fieldValue name='textTranslationvalue='1.79433 1.55603 0.09966'/>
11479                 <fieldValue name='textColorvalue='0 0 0'/>
11480            </ProtoInstance>
11481            <ProtoInstance name='Vertex'>
11482                 <fieldValue name='vertexTextvalue='"powerful"'/>
11483                 <fieldValue name='descriptionvalue='253: powerful'/>
11484                 <fieldValue name='url'/>
11485                 <fieldValue name='radiusvalue='0.1500'/>
11486                 <fieldValue name='displayMode'/>
11487                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
11488                 <fieldValue name='transparencyvalue='0'/>
11489                 <fieldValue name='translationvalue='1.00973 2.45238 2.66253'/>
11490                 <fieldValue name='textTranslationvalue='1.15973 2.45238 2.66253'/>
11491                 <fieldValue name='textColorvalue='0 0 0'/>
11492            </ProtoInstance>
11493            <ProtoInstance name='Vertex'>
11494                 <fieldValue name='vertexTextvalue='"prepared"'/>
11495                 <fieldValue name='descriptionvalue='254: prepared'/>
11496                 <fieldValue name='url'/>
11497                 <fieldValue name='radiusvalue='0.1500'/>
11498                 <fieldValue name='displayMode'/>
11499                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
11500                 <fieldValue name='transparencyvalue='0'/>
11501                 <fieldValue name='translationvalue='-0.84019 -0.10331 1.09404'/>
11502                 <fieldValue name='textTranslationvalue='-0.69019 -0.10331 1.09404'/>
11503                 <fieldValue name='textColorvalue='0 0 0'/>
11504            </ProtoInstance>
11505            <ProtoInstance name='Vertex'>
11506                 <fieldValue name='vertexTextvalue='"presence"'/>
11507                 <fieldValue name='descriptionvalue='255: presence'/>
11508                 <fieldValue name='url'/>
11509                 <fieldValue name='radiusvalue='0.1500'/>
11510                 <fieldValue name='displayMode'/>
11511                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
11512                 <fieldValue name='transparencyvalue='0'/>
11513                 <fieldValue name='translationvalue='0.45234 0.47150 2.05191'/>
11514                 <fieldValue name='textTranslationvalue='0.60234 0.47150 2.05191'/>
11515                 <fieldValue name='textColorvalue='0 0 0'/>
11516            </ProtoInstance>
11517            <ProtoInstance name='Vertex'>
11518                 <fieldValue name='vertexTextvalue='"president"'/>
11519                 <fieldValue name='descriptionvalue='256: president'/>
11520                 <fieldValue name='url'/>
11521                 <fieldValue name='radiusvalue='0.1500'/>
11522                 <fieldValue name='displayMode'/>
11523                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
11524                 <fieldValue name='transparencyvalue='0'/>
11525                 <fieldValue name='translationvalue='0.07814 -1.48478 0.34906'/>
11526                 <fieldValue name='textTranslationvalue='0.22814 -1.48478 0.34906'/>
11527                 <fieldValue name='textColorvalue='0 0 0'/>
11528            </ProtoInstance>
11529            <ProtoInstance name='Vertex'>
11530                 <fieldValue name='vertexTextvalue='"press"'/>
11531                 <fieldValue name='descriptionvalue='257: press'/>
11532                 <fieldValue name='url'/>
11533                 <fieldValue name='radiusvalue='0.1500'/>
11534                 <fieldValue name='displayMode'/>
11535                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
11536                 <fieldValue name='transparencyvalue='0'/>
11537                 <fieldValue name='translationvalue='-0.20348 -0.81755 0.25009'/>
11538                 <fieldValue name='textTranslationvalue='-0.05348 -0.81755 0.25009'/>
11539                 <fieldValue name='textColorvalue='0 0 0'/>
11540            </ProtoInstance>
11541            <ProtoInstance name='Vertex'>
11542                 <fieldValue name='vertexTextvalue='"prince"'/>
11543                 <fieldValue name='descriptionvalue='258: prince'/>
11544                 <fieldValue name='url'/>
11545                 <fieldValue name='radiusvalue='0.1500'/>
11546                 <fieldValue name='displayMode'/>
11547                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
11548                 <fieldValue name='transparencyvalue='0'/>
11549                 <fieldValue name='translationvalue='0.77727 0.61123 2.65171'/>
11550                 <fieldValue name='textTranslationvalue='0.92727 0.61123 2.65171'/>
11551                 <fieldValue name='textColorvalue='0 0 0'/>
11552            </ProtoInstance>
11553            <ProtoInstance name='Vertex'>
11554                 <fieldValue name='vertexTextvalue='"privilege"'/>
11555                 <fieldValue name='descriptionvalue='259: privilege'/>
11556                 <fieldValue name='url'/>
11557                 <fieldValue name='radiusvalue='0.1500'/>
11558                 <fieldValue name='displayMode'/>
11559                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
11560                 <fieldValue name='transparencyvalue='0'/>
11561                 <fieldValue name='translationvalue='-0.68193 0.10446 -1.48279'/>
11562                 <fieldValue name='textTranslationvalue='-0.53193 0.10446 -1.48279'/>
11563                 <fieldValue name='textColorvalue='0 0 0'/>
11564            </ProtoInstance>
11565            <ProtoInstance name='Vertex'>
11566                 <fieldValue name='vertexTextvalue='"product"'/>
11567                 <fieldValue name='descriptionvalue='260: product'/>
11568                 <fieldValue name='url'/>
11569                 <fieldValue name='radiusvalue='0.1500'/>
11570                 <fieldValue name='displayMode'/>
11571                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
11572                 <fieldValue name='transparencyvalue='0'/>
11573                 <fieldValue name='translationvalue='1.93653 0.51805 -0.01847'/>
11574                 <fieldValue name='textTranslationvalue='2.08653 0.51805 -0.01847'/>
11575                 <fieldValue name='textColorvalue='0 0 0'/>
11576            </ProtoInstance>
11577            <ProtoInstance name='Vertex'>
11578                 <fieldValue name='vertexTextvalue='"program"'/>
11579                 <fieldValue name='descriptionvalue='261: program'/>
11580                 <fieldValue name='url'/>
11581                 <fieldValue name='radiusvalue='0.1500'/>
11582                 <fieldValue name='displayMode'/>
11583                 <fieldValue name='diffuseColorvalue='0.5020 0.5020 0.5020'/>
11584                 <fieldValue name='transparencyvalue='0'/>
11585                 <fieldValue name='translationvalue='1.62830 0.57077 -0.33723'/>
11586                 <fieldValue name='textTranslationvalue='1.77830 0.57077 -0.33723'/>
11587                 <fieldValue name='textColorvalue='0 0 0'/>
11588            </ProtoInstance>
11589            <ProtoInstance name='Vertex'>
11590                 <fieldValue name='vertexTextvalue='"public"'/>
11591                 <fieldValue name='descriptionvalue='262: public'/>
11592                 <fieldValue name='url'/>
11593                 <fieldValue name='radiusvalue='0.1500'/>
11594                 <fieldValue name='displayMode'/>
11595                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
11596                 <fieldValue name='transparencyvalue='0'/>
11597                 <fieldValue name='translationvalue='-0.12312 0.37769 0.38752'/>
11598                 <fieldValue name='textTranslationvalue='0.02688 0.37769 0.38752'/>
11599                 <fieldValue name='textColorvalue='0 0 0'/>
11600            </ProtoInstance>
11601            <ProtoInstance name='Vertex'>
11602                 <fieldValue name='vertexTextvalue='"puerto"'/>
11603                 <fieldValue name='descriptionvalue='263: puerto'/>
11604                 <fieldValue name='url'/>
11605                 <fieldValue name='radiusvalue='0.1500'/>
11606                 <fieldValue name='displayMode'/>
11607                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
11608                 <fieldValue name='transparencyvalue='0'/>
11609                 <fieldValue name='translationvalue='-0.72261 0.20107 1.55382'/>
11610                 <fieldValue name='textTranslationvalue='-0.57261 0.20107 1.55382'/>
11611                 <fieldValue name='textColorvalue='0 0 0'/>
11612            </ProtoInstance>
11613            <ProtoInstance name='Vertex'>
11614                 <fieldValue name='vertexTextvalue='"quake"'/>
11615                 <fieldValue name='descriptionvalue='264: quake'/>
11616                 <fieldValue name='url'/>
11617                 <fieldValue name='radiusvalue='0.1500'/>
11618                 <fieldValue name='displayMode'/>
11619                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
11620                 <fieldValue name='transparencyvalue='0'/>
11621                 <fieldValue name='translationvalue='0.51984 -0.21479 -2.74517'/>
11622                 <fieldValue name='textTranslationvalue='0.66984 -0.21479 -2.74517'/>
11623                 <fieldValue name='textColorvalue='0 0 0'/>
11624            </ProtoInstance>
11625            <ProtoInstance name='Vertex'>
11626                 <fieldValue name='vertexTextvalue='"reconstruction"'/>
11627                 <fieldValue name='descriptionvalue='265: reconstruction'/>
11628                 <fieldValue name='url'/>
11629                 <fieldValue name='radiusvalue='0.1500'/>
11630                 <fieldValue name='displayMode'/>
11631                 <fieldValue name='diffuseColorvalue='0 0 0'/>
11632                 <fieldValue name='transparencyvalue='0'/>
11633                 <fieldValue name='translationvalue='2.22118 -0.33303 1.12260'/>
11634                 <fieldValue name='textTranslationvalue='2.37118 -0.33303 1.12260'/>
11635                 <fieldValue name='textColorvalue='0 0 0'/>
11636            </ProtoInstance>
11637            <ProtoInstance name='Vertex'>
11638                 <fieldValue name='vertexTextvalue='"recovery"'/>
11639                 <fieldValue name='descriptionvalue='266: recovery'/>
11640                 <fieldValue name='url'/>
11641                 <fieldValue name='radiusvalue='0.1500'/>
11642                 <fieldValue name='displayMode'/>
11643                 <fieldValue name='diffuseColorvalue='0 0 0'/>
11644                 <fieldValue name='transparencyvalue='0'/>
11645                 <fieldValue name='translationvalue='2.72050 -0.50571 1.42520'/>
11646                 <fieldValue name='textTranslationvalue='2.87050 -0.50571 1.42520'/>
11647                 <fieldValue name='textColorvalue='0 0 0'/>
11648            </ProtoInstance>
11649            <ProtoInstance name='Vertex'>
11650                 <fieldValue name='vertexTextvalue='"red"'/>
11651                 <fieldValue name='descriptionvalue='267: red'/>
11652                 <fieldValue name='url'/>
11653                 <fieldValue name='radiusvalue='0.1500'/>
11654                 <fieldValue name='displayMode'/>
11655                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
11656                 <fieldValue name='transparencyvalue='0'/>
11657                 <fieldValue name='translationvalue='1.79332 -0.85633 -0.48970'/>
11658                 <fieldValue name='textTranslationvalue='1.94332 -0.85633 -0.48970'/>
11659                 <fieldValue name='textColorvalue='0 0 0'/>
11660            </ProtoInstance>
11661            <ProtoInstance name='Vertex'>
11662                 <fieldValue name='vertexTextvalue='"region"'/>
11663                 <fieldValue name='descriptionvalue='268: region'/>
11664                 <fieldValue name='url'/>
11665                 <fieldValue name='radiusvalue='0.1500'/>
11666                 <fieldValue name='displayMode'/>
11667                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
11668                 <fieldValue name='transparencyvalue='0'/>
11669                 <fieldValue name='translationvalue='0.22790 0.65899 -0.15932'/>
11670                 <fieldValue name='textTranslationvalue='0.37790 0.65899 -0.15932'/>
11671                 <fieldValue name='textColorvalue='0 0 0'/>
11672            </ProtoInstance>
11673            <ProtoInstance name='Vertex'>
11674                 <fieldValue name='vertexTextvalue='"rehabilitation"'/>
11675                 <fieldValue name='descriptionvalue='269: rehabilitation'/>
11676                 <fieldValue name='url'/>
11677                 <fieldValue name='radiusvalue='0.1500'/>
11678                 <fieldValue name='displayMode'/>
11679                 <fieldValue name='diffuseColorvalue='0 0 0'/>
11680                 <fieldValue name='transparencyvalue='0'/>
11681                 <fieldValue name='translationvalue='2.43701 -0.41606 1.27279'/>
11682                 <fieldValue name='textTranslationvalue='2.58701 -0.41606 1.27279'/>
11683                 <fieldValue name='textColorvalue='0 0 0'/>
11684            </ProtoInstance>
11685            <ProtoInstance name='Vertex'>
11686                 <fieldValue name='vertexTextvalue='"releases"'/>
11687                 <fieldValue name='descriptionvalue='270: releases'/>
11688                 <fieldValue name='url'/>
11689                 <fieldValue name='radiusvalue='0.1500'/>
11690                 <fieldValue name='displayMode'/>
11691                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
11692                 <fieldValue name='transparencyvalue='0'/>
11693                 <fieldValue name='translationvalue='0.07224 -1.44970 0.40728'/>
11694                 <fieldValue name='textTranslationvalue='0.22224 -1.44970 0.40728'/>
11695                 <fieldValue name='textColorvalue='0 0 0'/>
11696            </ProtoInstance>
11697            <ProtoInstance name='Vertex'>
11698                 <fieldValue name='vertexTextvalue='"reliefs"'/>
11699                 <fieldValue name='descriptionvalue='271: reliefs'/>
11700                 <fieldValue name='url'/>
11701                 <fieldValue name='radiusvalue='0.1500'/>
11702                 <fieldValue name='displayMode'/>
11703                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
11704                 <fieldValue name='transparencyvalue='0'/>
11705                 <fieldValue name='translationvalue='2.09852 1.11327 0.94780'/>
11706                 <fieldValue name='textTranslationvalue='2.24852 1.11327 0.94780'/>
11707                 <fieldValue name='textColorvalue='0 0 0'/>
11708            </ProtoInstance>
11709            <ProtoInstance name='Vertex'>
11710                 <fieldValue name='vertexTextvalue='"remarks"'/>
11711                 <fieldValue name='descriptionvalue='272: remarks'/>
11712                 <fieldValue name='url'/>
11713                 <fieldValue name='radiusvalue='0.1500'/>
11714                 <fieldValue name='displayMode'/>
11715                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
11716                 <fieldValue name='transparencyvalue='0'/>
11717                 <fieldValue name='translationvalue='0.22622 -1.37486 0.44697'/>
11718                 <fieldValue name='textTranslationvalue='0.37622 -1.37486 0.44697'/>
11719                 <fieldValue name='textColorvalue='0 0 0'/>
11720            </ProtoInstance>
11721            <ProtoInstance name='Vertex'>
11722                 <fieldValue name='vertexTextvalue='"render"'/>
11723                 <fieldValue name='descriptionvalue='273: render'/>
11724                 <fieldValue name='url'/>
11725                 <fieldValue name='radiusvalue='0.1500'/>
11726                 <fieldValue name='displayMode'/>
11727                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
11728                 <fieldValue name='transparencyvalue='0'/>
11729                 <fieldValue name='translationvalue='-0.11540 0.95601 -0.74659'/>
11730                 <fieldValue name='textTranslationvalue='0.03460 0.95601 -0.74659'/>
11731                 <fieldValue name='textColorvalue='0 0 0'/>
11732            </ProtoInstance>
11733            <ProtoInstance name='Vertex'>
11734                 <fieldValue name='vertexTextvalue='"report"'/>
11735                 <fieldValue name='descriptionvalue='274: report'/>
11736                 <fieldValue name='url'/>
11737                 <fieldValue name='radiusvalue='0.1500'/>
11738                 <fieldValue name='displayMode'/>
11739                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
11740                 <fieldValue name='transparencyvalue='0'/>
11741                 <fieldValue name='translationvalue='-0.52060 -1.65340 -0.03507'/>
11742                 <fieldValue name='textTranslationvalue='-0.37060 -1.65340 -0.03507'/>
11743                 <fieldValue name='textColorvalue='0 0 0'/>
11744            </ProtoInstance>
11745            <ProtoInstance name='Vertex'>
11746                 <fieldValue name='vertexTextvalue='"reported"'/>
11747                 <fieldValue name='descriptionvalue='275: reported'/>
11748                 <fieldValue name='url'/>
11749                 <fieldValue name='radiusvalue='0.1500'/>
11750                 <fieldValue name='displayMode'/>
11751                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
11752                 <fieldValue name='transparencyvalue='0'/>
11753                 <fieldValue name='translationvalue='-0.91555 0.60705 0.19079'/>
11754                 <fieldValue name='textTranslationvalue='-0.76555 0.60705 0.19079'/>
11755                 <fieldValue name='textColorvalue='0 0 0'/>
11756            </ProtoInstance>
11757            <ProtoInstance name='Vertex'>
11758                 <fieldValue name='vertexTextvalue='"representatives"'/>
11759                 <fieldValue name='descriptionvalue='276: representatives'/>
11760                 <fieldValue name='url'/>
11761                 <fieldValue name='radiusvalue='0.1500'/>
11762                 <fieldValue name='displayMode'/>
11763                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
11764                 <fieldValue name='transparencyvalue='0'/>
11765                 <fieldValue name='translationvalue='-0.68351 -1.91623 -0.05990'/>
11766                 <fieldValue name='textTranslationvalue='-0.53351 -1.91623 -0.05990'/>
11767                 <fieldValue name='textColorvalue='0 0 0'/>
11768            </ProtoInstance>
11769            <ProtoInstance name='Vertex'>
11770                 <fieldValue name='vertexTextvalue='"require"'/>
11771                 <fieldValue name='descriptionvalue='277: require'/>
11772                 <fieldValue name='url'/>
11773                 <fieldValue name='radiusvalue='0.1500'/>
11774                 <fieldValue name='displayMode'/>
11775                 <fieldValue name='diffuseColorvalue='0.5020 0.5020 0.5020'/>
11776                 <fieldValue name='transparencyvalue='0'/>
11777                 <fieldValue name='translationvalue='2.06367 0.39041 -0.87057'/>
11778                 <fieldValue name='textTranslationvalue='2.21367 0.39041 -0.87057'/>
11779                 <fieldValue name='textColorvalue='0 0 0'/>
11780            </ProtoInstance>
11781            <ProtoInstance name='Vertex'>
11782                 <fieldValue name='vertexTextvalue='"required"'/>
11783                 <fieldValue name='descriptionvalue='278: required'/>
11784                 <fieldValue name='url'/>
11785                 <fieldValue name='radiusvalue='0.1500'/>
11786                 <fieldValue name='displayMode'/>
11787                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
11788                 <fieldValue name='transparencyvalue='0'/>
11789                 <fieldValue name='translationvalue='0.23461 0.37973 1.04191'/>
11790                 <fieldValue name='textTranslationvalue='0.38461 0.37973 1.04191'/>
11791                 <fieldValue name='textColorvalue='0 0 0'/>
11792            </ProtoInstance>
11793            <ProtoInstance name='Vertex'>
11794                 <fieldValue name='vertexTextvalue='"rescue"'/>
11795                 <fieldValue name='descriptionvalue='279: rescue'/>
11796                 <fieldValue name='url'/>
11797                 <fieldValue name='radiusvalue='0.1500'/>
11798                 <fieldValue name='displayMode'/>
11799                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
11800                 <fieldValue name='transparencyvalue='0'/>
11801                 <fieldValue name='translationvalue='0.47826 -1.66157 0.69658'/>
11802                 <fieldValue name='textTranslationvalue='0.62826 -1.66157 0.69658'/>
11803                 <fieldValue name='textColorvalue='0 0 0'/>
11804            </ProtoInstance>
11805            <ProtoInstance name='Vertex'>
11806                 <fieldValue name='vertexTextvalue='"resources"'/>
11807                 <fieldValue name='descriptionvalue='280: resources'/>
11808                 <fieldValue name='url'/>
11809                 <fieldValue name='radiusvalue='0.1500'/>
11810                 <fieldValue name='displayMode'/>
11811                 <fieldValue name='diffuseColorvalue='0 0 0'/>
11812                 <fieldValue name='transparencyvalue='0'/>
11813                 <fieldValue name='translationvalue='1.30502 0.25561 1.24718'/>
11814                 <fieldValue name='textTranslationvalue='1.45502 0.25561 1.24718'/>
11815                 <fieldValue name='textColorvalue='0 0 0'/>
11816            </ProtoInstance>
11817            <ProtoInstance name='Vertex'>
11818                 <fieldValue name='vertexTextvalue='"response"'/>
11819                 <fieldValue name='descriptionvalue='281: response'/>
11820                 <fieldValue name='url'/>
11821                 <fieldValue name='radiusvalue='0.1500'/>
11822                 <fieldValue name='displayMode'/>
11823                 <fieldValue name='diffuseColorvalue='0.5020 0.5020 0.5020'/>
11824                 <fieldValue name='transparencyvalue='0'/>
11825                 <fieldValue name='translationvalue='0.96678 0.44309 0.30042'/>
11826                 <fieldValue name='textTranslationvalue='1.11678 0.44309 0.30042'/>
11827                 <fieldValue name='textColorvalue='0 0 0'/>
11828            </ProtoInstance>
11829            <ProtoInstance name='Vertex'>
11830                 <fieldValue name='vertexTextvalue='"rise"'/>
11831                 <fieldValue name='descriptionvalue='282: rise'/>
11832                 <fieldValue name='url'/>
11833                 <fieldValue name='radiusvalue='0.1500'/>
11834                 <fieldValue name='displayMode'/>
11835                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
11836                 <fieldValue name='transparencyvalue='0'/>
11837                 <fieldValue name='translationvalue='1.35797 0.15006 -1.03492'/>
11838                 <fieldValue name='textTranslationvalue='1.50797 0.15006 -1.03492'/>
11839                 <fieldValue name='textColorvalue='0 0 0'/>
11840            </ProtoInstance>
11841            <ProtoInstance name='Vertex'>
11842                 <fieldValue name='vertexTextvalue='"room"'/>
11843                 <fieldValue name='descriptionvalue='283: room'/>
11844                 <fieldValue name='url'/>
11845                 <fieldValue name='radiusvalue='0.1500'/>
11846                 <fieldValue name='displayMode'/>
11847                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
11848                 <fieldValue name='transparencyvalue='0'/>
11849                 <fieldValue name='translationvalue='-0.89207 -0.10574 -0.87345'/>
11850                 <fieldValue name='textTranslationvalue='-0.74207 -0.10574 -0.87345'/>
11851                 <fieldValue name='textColorvalue='0 0 0'/>
11852            </ProtoInstance>
11853            <ProtoInstance name='Vertex'>
11854                 <fieldValue name='vertexTextvalue='"roughly"'/>
11855                 <fieldValue name='descriptionvalue='284: roughly'/>
11856                 <fieldValue name='url'/>
11857                 <fieldValue name='radiusvalue='0.1500'/>
11858                 <fieldValue name='displayMode'/>
11859                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
11860                 <fieldValue name='transparencyvalue='0'/>
11861                 <fieldValue name='translationvalue='-0.45003 -1.60606 -0.12753'/>
11862                 <fieldValue name='textTranslationvalue='-0.30003 -1.60606 -0.12753'/>
11863                 <fieldValue name='textColorvalue='0 0 0'/>
11864            </ProtoInstance>
11865            <ProtoInstance name='Vertex'>
11866                 <fieldValue name='vertexTextvalue='"route"'/>
11867                 <fieldValue name='descriptionvalue='285: route'/>
11868                 <fieldValue name='url'/>
11869                 <fieldValue name='radiusvalue='0.1500'/>
11870                 <fieldValue name='displayMode'/>
11871                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
11872                 <fieldValue name='transparencyvalue='0'/>
11873                 <fieldValue name='translationvalue='-0.60285 0.43510 1.03016'/>
11874                 <fieldValue name='textTranslationvalue='-0.45285 0.43510 1.03016'/>
11875                 <fieldValue name='textColorvalue='0 0 0'/>
11876            </ProtoInstance>
11877            <ProtoInstance name='Vertex'>
11878                 <fieldValue name='vertexTextvalue='"safeguard"'/>
11879                 <fieldValue name='descriptionvalue='286: safeguard'/>
11880                 <fieldValue name='url'/>
11881                 <fieldValue name='radiusvalue='0.1500'/>
11882                 <fieldValue name='displayMode'/>
11883                 <fieldValue name='diffuseColorvalue='0.1176 0.9765 0.6392'/>
11884                 <fieldValue name='transparencyvalue='0'/>
11885                 <fieldValue name='translationvalue='-1.75770 -0.61035 0.25868'/>
11886                 <fieldValue name='textTranslationvalue='-1.60770 -0.61035 0.25868'/>
11887                 <fieldValue name='textColorvalue='0 0 0'/>
11888            </ProtoInstance>
11889            <ProtoInstance name='Vertex'>
11890                 <fieldValue name='vertexTextvalue='"sailors"'/>
11891                 <fieldValue name='descriptionvalue='287: sailors'/>
11892                 <fieldValue name='url'/>
11893                 <fieldValue name='radiusvalue='0.1500'/>
11894                 <fieldValue name='displayMode'/>
11895                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
11896                 <fieldValue name='transparencyvalue='0'/>
11897                 <fieldValue name='translationvalue='-0.15235 1.64331 -0.32431'/>
11898                 <fieldValue name='textTranslationvalue='-0.00235 1.64331 -0.32431'/>
11899                 <fieldValue name='textColorvalue='0 0 0'/>
11900            </ProtoInstance>
11901            <ProtoInstance name='Vertex'>
11902                 <fieldValue name='vertexTextvalue='"satellite"'/>
11903                 <fieldValue name='descriptionvalue='288: satellite'/>
11904                 <fieldValue name='url'/>
11905                 <fieldValue name='radiusvalue='0.1500'/>
11906                 <fieldValue name='displayMode'/>
11907                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
11908                 <fieldValue name='transparencyvalue='0'/>
11909                 <fieldValue name='translationvalue='1.15748 2.57842 2.49344'/>
11910                 <fieldValue name='textTranslationvalue='1.30748 2.57842 2.49344'/>
11911                 <fieldValue name='textColorvalue='0 0 0'/>
11912            </ProtoInstance>
11913            <ProtoInstance name='Vertex'>
11914                 <fieldValue name='vertexTextvalue='"scale"'/>
11915                 <fieldValue name='descriptionvalue='289: scale'/>
11916                 <fieldValue name='url'/>
11917                 <fieldValue name='radiusvalue='0.1500'/>
11918                 <fieldValue name='displayMode'/>
11919                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
11920                 <fieldValue name='transparencyvalue='0'/>
11921                 <fieldValue name='translationvalue='2.12243 1.13944 0.94505'/>
11922                 <fieldValue name='textTranslationvalue='2.27243 1.13944 0.94505'/>
11923                 <fieldValue name='textColorvalue='0 0 0'/>
11924            </ProtoInstance>
11925            <ProtoInstance name='Vertex'>
11926                 <fieldValue name='vertexTextvalue='"scheduled"'/>
11927                 <fieldValue name='descriptionvalue='290: scheduled'/>
11928                 <fieldValue name='url'/>
11929                 <fieldValue name='radiusvalue='0.1500'/>
11930                 <fieldValue name='displayMode'/>
11931                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
11932                 <fieldValue name='transparencyvalue='0'/>
11933                 <fieldValue name='translationvalue='-0.61420 0.24155 0.53957'/>
11934                 <fieldValue name='textTranslationvalue='-0.46420 0.24155 0.53957'/>
11935                 <fieldValue name='textColorvalue='0 0 0'/>
11936            </ProtoInstance>
11937            <ProtoInstance name='Vertex'>
11938                 <fieldValue name='vertexTextvalue='"schools"'/>
11939                 <fieldValue name='descriptionvalue='291: schools'/>
11940                 <fieldValue name='url'/>
11941                 <fieldValue name='radiusvalue='0.1500'/>
11942                 <fieldValue name='displayMode'/>
11943                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
11944                 <fieldValue name='transparencyvalue='0'/>
11945                 <fieldValue name='translationvalue='1.31570 0.19336 1.80477'/>
11946                 <fieldValue name='textTranslationvalue='1.46570 0.19336 1.80477'/>
11947                 <fieldValue name='textColorvalue='0 0 0'/>
11948            </ProtoInstance>
11949            <ProtoInstance name='Vertex'>
11950                 <fieldValue name='vertexTextvalue='"search"'/>
11951                 <fieldValue name='descriptionvalue='292: search'/>
11952                 <fieldValue name='url'/>
11953                 <fieldValue name='radiusvalue='0.1500'/>
11954                 <fieldValue name='displayMode'/>
11955                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
11956                 <fieldValue name='transparencyvalue='0'/>
11957                 <fieldValue name='translationvalue='0.03782 1.34711 -0.02936'/>
11958                 <fieldValue name='textTranslationvalue='0.18782 1.34711 -0.02936'/>
11959                 <fieldValue name='textColorvalue='0 0 0'/>
11960            </ProtoInstance>
11961            <ProtoInstance name='Vertex'>
11962                 <fieldValue name='vertexTextvalue='"secretary"'/>
11963                 <fieldValue name='descriptionvalue='293: secretary'/>
11964                 <fieldValue name='url'/>
11965                 <fieldValue name='radiusvalue='0.1500'/>
11966                 <fieldValue name='displayMode'/>
11967                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
11968                 <fieldValue name='transparencyvalue='0'/>
11969                 <fieldValue name='translationvalue='0.39969 -1.29585 0.61970'/>
11970                 <fieldValue name='textTranslationvalue='0.54969 -1.29585 0.61970'/>
11971                 <fieldValue name='textColorvalue='0 0 0'/>
11972            </ProtoInstance>
11973            <ProtoInstance name='Vertex'>
11974                 <fieldValue name='vertexTextvalue='"security"'/>
11975                 <fieldValue name='descriptionvalue='294: security'/>
11976                 <fieldValue name='url'/>
11977                 <fieldValue name='radiusvalue='0.1500'/>
11978                 <fieldValue name='displayMode'/>
11979                 <fieldValue name='diffuseColorvalue='0.1176 0.9765 0.6392'/>
11980                 <fieldValue name='transparencyvalue='0'/>
11981                 <fieldValue name='translationvalue='-1.17290 0.34676 0.99744'/>
11982                 <fieldValue name='textTranslationvalue='-1.02290 0.34676 0.99744'/>
11983                 <fieldValue name='textColorvalue='0 0 0'/>
11984            </ProtoInstance>
11985            <ProtoInstance name='Vertex'>
11986                 <fieldValue name='vertexTextvalue='"seek"'/>
11987                 <fieldValue name='descriptionvalue='295: seek'/>
11988                 <fieldValue name='url'/>
11989                 <fieldValue name='radiusvalue='0.1500'/>
11990                 <fieldValue name='displayMode'/>
11991                 <fieldValue name='diffuseColorvalue='0.1176 0.9765 0.6392'/>
11992                 <fieldValue name='transparencyvalue='0'/>
11993                 <fieldValue name='translationvalue='-2.75283 -0.17193 0.45050'/>
11994                 <fieldValue name='textTranslationvalue='-2.60283 -0.17193 0.45050'/>
11995                 <fieldValue name='textColorvalue='0 0 0'/>
11996            </ProtoInstance>
11997            <ProtoInstance name='Vertex'>
11998                 <fieldValue name='vertexTextvalue='"seeking"'/>
11999                 <fieldValue name='descriptionvalue='296: seeking'/>
12000                 <fieldValue name='url'/>
12001                 <fieldValue name='radiusvalue='0.1500'/>
12002                 <fieldValue name='displayMode'/>
12003                 <fieldValue name='diffuseColorvalue='0 0 0'/>
12004                 <fieldValue name='transparencyvalue='0'/>
12005                 <fieldValue name='translationvalue='2.72050 -0.50571 1.42520'/>
12006                 <fieldValue name='textTranslationvalue='2.87050 -0.50571 1.42520'/>
12007                 <fieldValue name='textColorvalue='0 0 0'/>
12008            </ProtoInstance>
12009            <ProtoInstance name='Vertex'>
12010                 <fieldValue name='vertexTextvalue='"senate"'/>
12011                 <fieldValue name='descriptionvalue='297: senate'/>
12012                 <fieldValue name='url'/>
12013                 <fieldValue name='radiusvalue='0.1500'/>
12014                 <fieldValue name='displayMode'/>
12015                 <fieldValue name='diffuseColorvalue='0.1176 0.9765 0.6392'/>
12016                 <fieldValue name='transparencyvalue='0'/>
12017                 <fieldValue name='translationvalue='-2.75283 -0.17193 0.45050'/>
12018                 <fieldValue name='textTranslationvalue='-2.60283 -0.17193 0.45050'/>
12019                 <fieldValue name='textColorvalue='0 0 0'/>
12020            </ProtoInstance>
12021            <ProtoInstance name='Vertex'>
12022                 <fieldValue name='vertexTextvalue='"senior"'/>
12023                 <fieldValue name='descriptionvalue='298: senior'/>
12024                 <fieldValue name='url'/>
12025                 <fieldValue name='radiusvalue='0.1500'/>
12026                 <fieldValue name='displayMode'/>
12027                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
12028                 <fieldValue name='transparencyvalue='0'/>
12029                 <fieldValue name='translationvalue='-0.74369 -1.45254 0.51599'/>
12030                 <fieldValue name='textTranslationvalue='-0.59369 -1.45254 0.51599'/>
12031                 <fieldValue name='textColorvalue='0 0 0'/>
12032            </ProtoInstance>
12033            <ProtoInstance name='Vertex'>
12034                 <fieldValue name='vertexTextvalue='"september"'/>
12035                 <fieldValue name='descriptionvalue='299: september'/>
12036                 <fieldValue name='url'/>
12037                 <fieldValue name='radiusvalue='0.1500'/>
12038                 <fieldValue name='displayMode'/>
12039                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
12040                 <fieldValue name='transparencyvalue='0'/>
12041                 <fieldValue name='translationvalue='2.18974 -0.21440 -0.06211'/>
12042                 <fieldValue name='textTranslationvalue='2.33974 -0.21440 -0.06211'/>
12043                 <fieldValue name='textColorvalue='0 0 0'/>
12044            </ProtoInstance>
12045            <ProtoInstance name='Vertex'>
12046                 <fieldValue name='vertexTextvalue='"services"'/>
12047                 <fieldValue name='descriptionvalue='300: services'/>
12048                 <fieldValue name='url'/>
12049                 <fieldValue name='radiusvalue='0.1500'/>
12050                 <fieldValue name='displayMode'/>
12051                 <fieldValue name='diffuseColorvalue='0 0 0'/>
12052                 <fieldValue name='transparencyvalue='0'/>
12053                 <fieldValue name='translationvalue='2.45382 -0.36169 1.04431'/>
12054                 <fieldValue name='textTranslationvalue='2.60382 -0.36169 1.04431'/>
12055                 <fieldValue name='textColorvalue='0 0 0'/>
12056            </ProtoInstance>
12057            <ProtoInstance name='Vertex'>
12058                 <fieldValue name='vertexTextvalue='"severe"'/>
12059                 <fieldValue name='descriptionvalue='301: severe'/>
12060                 <fieldValue name='url'/>
12061                 <fieldValue name='radiusvalue='0.1500'/>
12062                 <fieldValue name='displayMode'/>
12063                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
12064                 <fieldValue name='transparencyvalue='0'/>
12065                 <fieldValue name='translationvalue='0.76342 0.64387 2.28616'/>
12066                 <fieldValue name='textTranslationvalue='0.91342 0.64387 2.28616'/>
12067                 <fieldValue name='textColorvalue='0 0 0'/>
12068            </ProtoInstance>
12069            <ProtoInstance name='Vertex'>
12070                 <fieldValue name='vertexTextvalue='"sheets"'/>
12071                 <fieldValue name='descriptionvalue='302: sheets'/>
12072                 <fieldValue name='url'/>
12073                 <fieldValue name='radiusvalue='0.1500'/>
12074                 <fieldValue name='displayMode'/>
12075                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
12076                 <fieldValue name='transparencyvalue='0'/>
12077                 <fieldValue name='translationvalue='0.62913 -1.95128 0.92622'/>
12078                 <fieldValue name='textTranslationvalue='0.77913 -1.95128 0.92622'/>
12079                 <fieldValue name='textColorvalue='0 0 0'/>
12080            </ProtoInstance>
12081            <ProtoInstance name='Vertex'>
12082                 <fieldValue name='vertexTextvalue='"shelter"'/>
12083                 <fieldValue name='descriptionvalue='303: shelter'/>
12084                 <fieldValue name='url'/>
12085                 <fieldValue name='radiusvalue='0.1500'/>
12086                 <fieldValue name='displayMode'/>
12087                 <fieldValue name='diffuseColorvalue='0.5020 0.5020 0.5020'/>
12088                 <fieldValue name='transparencyvalue='0'/>
12089                 <fieldValue name='translationvalue='1.81213 0.16193 0.21626'/>
12090                 <fieldValue name='textTranslationvalue='1.96213 0.16193 0.21626'/>
12091                 <fieldValue name='textColorvalue='0 0 0'/>
12092            </ProtoInstance>
12093            <ProtoInstance name='Vertex'>
12094                 <fieldValue name='vertexTextvalue='"ship"'/>
12095                 <fieldValue name='descriptionvalue='304: ship'/>
12096                 <fieldValue name='url'/>
12097                 <fieldValue name='radiusvalue='0.1500'/>
12098                 <fieldValue name='displayMode'/>
12099                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
12100                 <fieldValue name='transparencyvalue='0'/>
12101                 <fieldValue name='translationvalue='-0.49376 1.20914 0.49950'/>
12102                 <fieldValue name='textTranslationvalue='-0.34376 1.20914 0.49950'/>
12103                 <fieldValue name='textColorvalue='0 0 0'/>
12104            </ProtoInstance>
12105            <ProtoInstance name='Vertex'>
12106                 <fieldValue name='vertexTextvalue='"ships"'/>
12107                 <fieldValue name='descriptionvalue='305: ships'/>
12108                 <fieldValue name='url'/>
12109                 <fieldValue name='radiusvalue='0.1500'/>
12110                 <fieldValue name='displayMode'/>
12111                 <fieldValue name='diffuseColorvalue='0.5020 0.5020 0.5020'/>
12112                 <fieldValue name='transparencyvalue='0'/>
12113                 <fieldValue name='translationvalue='1.47703 1.24790 0.14151'/>
12114                 <fieldValue name='textTranslationvalue='1.62703 1.24790 0.14151'/>
12115                 <fieldValue name='textColorvalue='0 0 0'/>
12116            </ProtoInstance>
12117            <ProtoInstance name='Vertex'>
12118                 <fieldValue name='vertexTextvalue='"shows"'/>
12119                 <fieldValue name='descriptionvalue='306: shows'/>
12120                 <fieldValue name='url'/>
12121                 <fieldValue name='radiusvalue='0.1500'/>
12122                 <fieldValue name='displayMode'/>
12123                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
12124                 <fieldValue name='transparencyvalue='0'/>
12125                 <fieldValue name='translationvalue='1.11372 2.54200 2.54530'/>
12126                 <fieldValue name='textTranslationvalue='1.26372 2.54200 2.54530'/>
12127                 <fieldValue name='textColorvalue='0 0 0'/>
12128            </ProtoInstance>
12129            <ProtoInstance name='Vertex'>
12130                 <fieldValue name='vertexTextvalue='"sites"'/>
12131                 <fieldValue name='descriptionvalue='307: sites'/>
12132                 <fieldValue name='url'/>
12133                 <fieldValue name='radiusvalue='0.1500'/>
12134                 <fieldValue name='displayMode'/>
12135                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
12136                 <fieldValue name='transparencyvalue='0'/>
12137                 <fieldValue name='translationvalue='1.71970 -0.78407 -0.55477'/>
12138                 <fieldValue name='textTranslationvalue='1.86970 -0.78407 -0.55477'/>
12139                 <fieldValue name='textColorvalue='0 0 0'/>
12140            </ProtoInstance>
12141            <ProtoInstance name='Vertex'>
12142                 <fieldValue name='vertexTextvalue='"situation"'/>
12143                 <fieldValue name='descriptionvalue='308: situation'/>
12144                 <fieldValue name='url'/>
12145                 <fieldValue name='radiusvalue='0.1500'/>
12146                 <fieldValue name='displayMode'/>
12147                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
12148                 <fieldValue name='transparencyvalue='0'/>
12149                 <fieldValue name='translationvalue='0.21601 -1.28266 0.19656'/>
12150                 <fieldValue name='textTranslationvalue='0.36601 -1.28266 0.19656'/>
12151                 <fieldValue name='textColorvalue='0 0 0'/>
12152            </ProtoInstance>
12153            <ProtoInstance name='Vertex'>
12154                 <fieldValue name='vertexTextvalue='"source"'/>
12155                 <fieldValue name='descriptionvalue='309: source'/>
12156                 <fieldValue name='url'/>
12157                 <fieldValue name='radiusvalue='0.1500'/>
12158                 <fieldValue name='displayMode'/>
12159                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
12160                 <fieldValue name='transparencyvalue='0'/>
12161                 <fieldValue name='translationvalue='2.06669 -1.20302 -0.75533'/>
12162                 <fieldValue name='textTranslationvalue='2.21669 -1.20302 -0.75533'/>
12163                 <fieldValue name='textColorvalue='0 0 0'/>
12164            </ProtoInstance>
12165            <ProtoInstance name='Vertex'>
12166                 <fieldValue name='vertexTextvalue='"south"'/>
12167                 <fieldValue name='descriptionvalue='310: south'/>
12168                 <fieldValue name='url'/>
12169                 <fieldValue name='radiusvalue='0.1500'/>
12170                 <fieldValue name='displayMode'/>
12171                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
12172                 <fieldValue name='transparencyvalue='0'/>
12173                 <fieldValue name='translationvalue='-0.27098 -0.22472 0.92173'/>
12174                 <fieldValue name='textTranslationvalue='-0.12098 -0.22472 0.92173'/>
12175                 <fieldValue name='textColorvalue='0 0 0'/>
12176            </ProtoInstance>
12177            <ProtoInstance name='Vertex'>
12178                 <fieldValue name='vertexTextvalue='"southern"'/>
12179                 <fieldValue name='descriptionvalue='311: southern'/>
12180                 <fieldValue name='url'/>
12181                 <fieldValue name='radiusvalue='0.1500'/>
12182                 <fieldValue name='displayMode'/>
12183                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
12184                 <fieldValue name='transparencyvalue='0'/>
12185                 <fieldValue name='translationvalue='-0.18485 0.26236 -0.05228'/>
12186                 <fieldValue name='textTranslationvalue='-0.03485 0.26236 -0.05228'/>
12187                 <fieldValue name='textColorvalue='0 0 0'/>
12188            </ProtoInstance>
12189            <ProtoInstance name='Vertex'>
12190                 <fieldValue name='vertexTextvalue='"space"'/>
12191                 <fieldValue name='descriptionvalue='312: space'/>
12192                 <fieldValue name='url'/>
12193                 <fieldValue name='radiusvalue='0.1500'/>
12194                 <fieldValue name='displayMode'/>
12195                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
12196                 <fieldValue name='transparencyvalue='0'/>
12197                 <fieldValue name='translationvalue='2.16686 -0.22068 -0.04799'/>
12198                 <fieldValue name='textTranslationvalue='2.31686 -0.22068 -0.04799'/>
12199                 <fieldValue name='textColorvalue='0 0 0'/>
12200            </ProtoInstance>
12201            <ProtoInstance name='Vertex'>
12202                 <fieldValue name='vertexTextvalue='"speak"'/>
12203                 <fieldValue name='descriptionvalue='313: speak'/>
12204                 <fieldValue name='url'/>
12205                 <fieldValue name='radiusvalue='0.1500'/>
12206                 <fieldValue name='displayMode'/>
12207                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
12208                 <fieldValue name='transparencyvalue='0'/>
12209                 <fieldValue name='translationvalue='0.55111 -0.05079 -2.75055'/>
12210                 <fieldValue name='textTranslationvalue='0.70111 -0.05079 -2.75055'/>
12211                 <fieldValue name='textColorvalue='0 0 0'/>
12212            </ProtoInstance>
12213            <ProtoInstance name='Vertex'>
12214                 <fieldValue name='vertexTextvalue='"speakers"'/>
12215                 <fieldValue name='descriptionvalue='314: speakers'/>
12216                 <fieldValue name='url'/>
12217                 <fieldValue name='radiusvalue='0.1500'/>
12218                 <fieldValue name='displayMode'/>
12219                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
12220                 <fieldValue name='transparencyvalue='0'/>
12221                 <fieldValue name='translationvalue='-0.67615 -1.97814 0.08894'/>
12222                 <fieldValue name='textTranslationvalue='-0.52615 -1.97814 0.08894'/>
12223                 <fieldValue name='textColorvalue='0 0 0'/>
12224            </ProtoInstance>
12225            <ProtoInstance name='Vertex'>
12226                 <fieldValue name='vertexTextvalue='"specialists"'/>
12227                 <fieldValue name='descriptionvalue='315: specialists'/>
12228                 <fieldValue name='url'/>
12229                 <fieldValue name='radiusvalue='0.1500'/>
12230                 <fieldValue name='displayMode'/>
12231                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
12232                 <fieldValue name='transparencyvalue='0'/>
12233                 <fieldValue name='translationvalue='-0.13016 0.91471 -0.24733'/>
12234                 <fieldValue name='textTranslationvalue='0.01984 0.91471 -0.24733'/>
12235                 <fieldValue name='textColorvalue='0 0 0'/>
12236            </ProtoInstance>
12237            <ProtoInstance name='Vertex'>
12238                 <fieldValue name='vertexTextvalue='"specifically"'/>
12239                 <fieldValue name='descriptionvalue='316: specifically'/>
12240                 <fieldValue name='url'/>
12241                 <fieldValue name='radiusvalue='0.1500'/>
12242                 <fieldValue name='displayMode'/>
12243                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
12244                 <fieldValue name='transparencyvalue='0'/>
12245                 <fieldValue name='translationvalue='-0.90522 0.70318 1.30271'/>
12246                 <fieldValue name='textTranslationvalue='-0.75522 0.70318 1.30271'/>
12247                 <fieldValue name='textColorvalue='0 0 0'/>
12248            </ProtoInstance>
12249            <ProtoInstance name='Vertex'>
12250                 <fieldValue name='vertexTextvalue='"spread"'/>
12251                 <fieldValue name='descriptionvalue='317: spread'/>
12252                 <fieldValue name='url'/>
12253                 <fieldValue name='radiusvalue='0.1500'/>
12254                 <fieldValue name='displayMode'/>
12255                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
12256                 <fieldValue name='transparencyvalue='0'/>
12257                 <fieldValue name='translationvalue='1.18925 1.14574 1.85982'/>
12258                 <fieldValue name='textTranslationvalue='1.33925 1.14574 1.85982'/>
12259                 <fieldValue name='textColorvalue='0 0 0'/>
12260            </ProtoInstance>
12261            <ProtoInstance name='Vertex'>
12262                 <fieldValue name='vertexTextvalue='"staff"'/>
12263                 <fieldValue name='descriptionvalue='318: staff'/>
12264                 <fieldValue name='url'/>
12265                 <fieldValue name='radiusvalue='0.1500'/>
12266                 <fieldValue name='displayMode'/>
12267                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
12268                 <fieldValue name='transparencyvalue='0'/>
12269                 <fieldValue name='translationvalue='-0.00044 -0.51776 -0.84799'/>
12270                 <fieldValue name='textTranslationvalue='0.14956 -0.51776 -0.84799'/>
12271                 <fieldValue name='textColorvalue='0 0 0'/>
12272            </ProtoInstance>
12273            <ProtoInstance name='Vertex'>
12274                 <fieldValue name='vertexTextvalue='"standby"'/>
12275                 <fieldValue name='descriptionvalue='319: standby'/>
12276                 <fieldValue name='url'/>
12277                 <fieldValue name='radiusvalue='0.1500'/>
12278                 <fieldValue name='displayMode'/>
12279                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
12280                 <fieldValue name='transparencyvalue='0'/>
12281                 <fieldValue name='translationvalue='-0.54401 0.62026 1.57025'/>
12282                 <fieldValue name='textTranslationvalue='-0.39401 0.62026 1.57025'/>
12283                 <fieldValue name='textColorvalue='0 0 0'/>
12284            </ProtoInstance>
12285            <ProtoInstance name='Vertex'>
12286                 <fieldValue name='vertexTextvalue='"state"'/>
12287                 <fieldValue name='descriptionvalue='320: state'/>
12288                 <fieldValue name='url'/>
12289                 <fieldValue name='radiusvalue='0.1500'/>
12290                 <fieldValue name='displayMode'/>
12291                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
12292                 <fieldValue name='transparencyvalue='0'/>
12293                 <fieldValue name='translationvalue='-0.08379 -1.18689 0.04782'/>
12294                 <fieldValue name='textTranslationvalue='0.06621 -1.18689 0.04782'/>
12295                 <fieldValue name='textColorvalue='0 0 0'/>
12296            </ProtoInstance>
12297            <ProtoInstance name='Vertex'>
12298                 <fieldValue name='vertexTextvalue='"status"'/>
12299                 <fieldValue name='descriptionvalue='321: status'/>
12300                 <fieldValue name='url'/>
12301                 <fieldValue name='radiusvalue='0.1500'/>
12302                 <fieldValue name='displayMode'/>
12303                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
12304                 <fieldValue name='transparencyvalue='0'/>
12305                 <fieldValue name='translationvalue='-0.68351 -1.91623 -0.05990'/>
12306                 <fieldValue name='textTranslationvalue='-0.53351 -1.91623 -0.05990'/>
12307                 <fieldValue name='textColorvalue='0 0 0'/>
12308            </ProtoInstance>
12309            <ProtoInstance name='Vertex'>
12310                 <fieldValue name='vertexTextvalue='"struck"'/>
12311                 <fieldValue name='descriptionvalue='322: struck'/>
12312                 <fieldValue name='url'/>
12313                 <fieldValue name='radiusvalue='0.1500'/>
12314                 <fieldValue name='displayMode'/>
12315                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
12316                 <fieldValue name='transparencyvalue='0'/>
12317                 <fieldValue name='translationvalue='1.05761 0.62176 -0.35951'/>
12318                 <fieldValue name='textTranslationvalue='1.20761 0.62176 -0.35951'/>
12319                 <fieldValue name='textColorvalue='0 0 0'/>
12320            </ProtoInstance>
12321            <ProtoInstance name='Vertex'>
12322                 <fieldValue name='vertexTextvalue='"subject"'/>
12323                 <fieldValue name='descriptionvalue='323: subject'/>
12324                 <fieldValue name='url'/>
12325                 <fieldValue name='radiusvalue='0.1500'/>
12326                 <fieldValue name='displayMode'/>
12327                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
12328                 <fieldValue name='transparencyvalue='0'/>
12329                 <fieldValue name='translationvalue='-0.46752 -1.63019 -0.18372'/>
12330                 <fieldValue name='textTranslationvalue='-0.31752 -1.63019 -0.18372'/>
12331                 <fieldValue name='textColorvalue='0 0 0'/>
12332            </ProtoInstance>
12333            <ProtoInstance name='Vertex'>
12334                 <fieldValue name='vertexTextvalue='"supplies"'/>
12335                 <fieldValue name='descriptionvalue='324: supplies'/>
12336                 <fieldValue name='url'/>
12337                 <fieldValue name='radiusvalue='0.1500'/>
12338                 <fieldValue name='displayMode'/>
12339                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
12340                 <fieldValue name='transparencyvalue='0'/>
12341                 <fieldValue name='translationvalue='0.70732 0.77949 0.38749'/>
12342                 <fieldValue name='textTranslationvalue='0.85732 0.77949 0.38749'/>
12343                 <fieldValue name='textColorvalue='0 0 0'/>
12344            </ProtoInstance>
12345            <ProtoInstance name='Vertex'>
12346                 <fieldValue name='vertexTextvalue='"support"'/>
12347                 <fieldValue name='descriptionvalue='325: support'/>
12348                 <fieldValue name='url'/>
12349                 <fieldValue name='radiusvalue='0.1500'/>
12350                 <fieldValue name='displayMode'/>
12351                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
12352                 <fieldValue name='transparencyvalue='0'/>
12353                 <fieldValue name='translationvalue='0.25356 0.54641 0.30008'/>
12354                 <fieldValue name='textTranslationvalue='0.40356 0.54641 0.30008'/>
12355                 <fieldValue name='textColorvalue='0 0 0'/>
12356            </ProtoInstance>
12357            <ProtoInstance name='Vertex'>
12358                 <fieldValue name='vertexTextvalue='"supporting"'/>
12359                 <fieldValue name='descriptionvalue='326: supporting'/>
12360                 <fieldValue name='url'/>
12361                 <fieldValue name='radiusvalue='0.1500'/>
12362                 <fieldValue name='displayMode'/>
12363                 <fieldValue name='diffuseColorvalue='0.5020 0.5020 0.5020'/>
12364                 <fieldValue name='transparencyvalue='0'/>
12365                 <fieldValue name='translationvalue='0.50686 0.93992 0.35697'/>
12366                 <fieldValue name='textTranslationvalue='0.65686 0.93992 0.35697'/>
12367                 <fieldValue name='textColorvalue='0 0 0'/>
12368            </ProtoInstance>
12369            <ProtoInstance name='Vertex'>
12370                 <fieldValue name='vertexTextvalue='"surrounding"'/>
12371                 <fieldValue name='descriptionvalue='327: surrounding'/>
12372                 <fieldValue name='url'/>
12373                 <fieldValue name='radiusvalue='0.1500'/>
12374                 <fieldValue name='displayMode'/>
12375                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
12376                 <fieldValue name='transparencyvalue='0'/>
12377                 <fieldValue name='translationvalue='-0.15643 1.64836 -0.31319'/>
12378                 <fieldValue name='textTranslationvalue='-0.00643 1.64836 -0.31319'/>
12379                 <fieldValue name='textColorvalue='0 0 0'/>
12380            </ProtoInstance>
12381            <ProtoInstance name='Vertex'>
12382                 <fieldValue name='vertexTextvalue='"survivors"'/>
12383                 <fieldValue name='descriptionvalue='328: survivors'/>
12384                 <fieldValue name='url'/>
12385                 <fieldValue name='radiusvalue='0.1500'/>
12386                 <fieldValue name='displayMode'/>
12387                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
12388                 <fieldValue name='transparencyvalue='0'/>
12389                 <fieldValue name='translationvalue='1.71291 0.46496 0.80720'/>
12390                 <fieldValue name='textTranslationvalue='1.86291 0.46496 0.80720'/>
12391                 <fieldValue name='textColorvalue='0 0 0'/>
12392            </ProtoInstance>
12393            <ProtoInstance name='Vertex'>
12394                 <fieldValue name='vertexTextvalue='"tactical"'/>
12395                 <fieldValue name='descriptionvalue='329: tactical'/>
12396                 <fieldValue name='url'/>
12397                 <fieldValue name='radiusvalue='0.1500'/>
12398                 <fieldValue name='displayMode'/>
12399                 <fieldValue name='diffuseColorvalue='0.5020 0.5020 0.5020'/>
12400                 <fieldValue name='transparencyvalue='0'/>
12401                 <fieldValue name='translationvalue='1.64566 1.60567 0.12689'/>
12402                 <fieldValue name='textTranslationvalue='1.79566 1.60567 0.12689'/>
12403                 <fieldValue name='textColorvalue='0 0 0'/>
12404            </ProtoInstance>
12405            <ProtoInstance name='Vertex'>
12406                 <fieldValue name='vertexTextvalue='"tar"'/>
12407                 <fieldValue name='descriptionvalue='330: tar'/>
12408                 <fieldValue name='url'/>
12409                 <fieldValue name='radiusvalue='0.1500'/>
12410                 <fieldValue name='displayMode'/>
12411                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
12412                 <fieldValue name='transparencyvalue='0'/>
12413                 <fieldValue name='translationvalue='2.50115 -2.68180 1.29974'/>
12414                 <fieldValue name='textTranslationvalue='2.65115 -2.68180 1.29974'/>
12415                 <fieldValue name='textColorvalue='0 0 0'/>
12416            </ProtoInstance>
12417            <ProtoInstance name='Vertex'>
12418                 <fieldValue name='vertexTextvalue='"team"'/>
12419                 <fieldValue name='descriptionvalue='331: team'/>
12420                 <fieldValue name='url'/>
12421                 <fieldValue name='radiusvalue='0.1500'/>
12422                 <fieldValue name='displayMode'/>
12423                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
12424                 <fieldValue name='transparencyvalue='0'/>
12425                 <fieldValue name='translationvalue='0.24591 0.52125 0.48786'/>
12426                 <fieldValue name='textTranslationvalue='0.39591 0.52125 0.48786'/>
12427                 <fieldValue name='textColorvalue='0 0 0'/>
12428            </ProtoInstance>
12429            <ProtoInstance name='Vertex'>
12430                 <fieldValue name='vertexTextvalue='"tech"'/>
12431                 <fieldValue name='descriptionvalue='332: tech'/>
12432                 <fieldValue name='url'/>
12433                 <fieldValue name='radiusvalue='0.1500'/>
12434                 <fieldValue name='displayMode'/>
12435                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
12436                 <fieldValue name='transparencyvalue='0'/>
12437                 <fieldValue name='translationvalue='-0.85649 -0.02136 1.36310'/>
12438                 <fieldValue name='textTranslationvalue='-0.70649 -0.02136 1.36310'/>
12439                 <fieldValue name='textColorvalue='0 0 0'/>
12440            </ProtoInstance>
12441            <ProtoInstance name='Vertex'>
12442                 <fieldValue name='vertexTextvalue='"testimony"'/>
12443                 <fieldValue name='descriptionvalue='333: testimony'/>
12444                 <fieldValue name='url'/>
12445                 <fieldValue name='radiusvalue='0.1500'/>
12446                 <fieldValue name='displayMode'/>
12447                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
12448                 <fieldValue name='transparencyvalue='0'/>
12449                 <fieldValue name='translationvalue='-0.08844 -1.97488 0.32390'/>
12450                 <fieldValue name='textTranslationvalue='0.06156 -1.97488 0.32390'/>
12451                 <fieldValue name='textColorvalue='0 0 0'/>
12452            </ProtoInstance>
12453            <ProtoInstance name='Vertex'>
12454                 <fieldValue name='vertexTextvalue='"tomorrow"'/>
12455                 <fieldValue name='descriptionvalue='334: tomorrow'/>
12456                 <fieldValue name='url'/>
12457                 <fieldValue name='radiusvalue='0.1500'/>
12458                 <fieldValue name='displayMode'/>
12459                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
12460                 <fieldValue name='transparencyvalue='0'/>
12461                 <fieldValue name='translationvalue='0.08292 0.03168 0.50520'/>
12462                 <fieldValue name='textTranslationvalue='0.23292 0.03168 0.50520'/>
12463                 <fieldValue name='textColorvalue='0 0 0'/>
12464            </ProtoInstance>
12465            <ProtoInstance name='Vertex'>
12466                 <fieldValue name='vertexTextvalue='"tons"'/>
12467                 <fieldValue name='descriptionvalue='335: tons'/>
12468                 <fieldValue name='url'/>
12469                 <fieldValue name='radiusvalue='0.1500'/>
12470                 <fieldValue name='displayMode'/>
12471                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
12472                 <fieldValue name='transparencyvalue='0'/>
12473                 <fieldValue name='translationvalue='-0.30315 1.43915 -0.43066'/>
12474                 <fieldValue name='textTranslationvalue='-0.15315 1.43915 -0.43066'/>
12475                 <fieldValue name='textColorvalue='0 0 0'/>
12476            </ProtoInstance>
12477            <ProtoInstance name='Vertex'>
12478                 <fieldValue name='vertexTextvalue='"trade"'/>
12479                 <fieldValue name='descriptionvalue='336: trade'/>
12480                 <fieldValue name='url'/>
12481                 <fieldValue name='radiusvalue='0.1500'/>
12482                 <fieldValue name='displayMode'/>
12483                 <fieldValue name='diffuseColorvalue='0.1176 0.9765 0.6392'/>
12484                 <fieldValue name='transparencyvalue='0'/>
12485                 <fieldValue name='translationvalue='-2.15996 0.20211 0.89356'/>
12486                 <fieldValue name='textTranslationvalue='-2.00996 0.20211 0.89356'/>
12487                 <fieldValue name='textColorvalue='0 0 0'/>
12488            </ProtoInstance>
12489            <ProtoInstance name='Vertex'>
12490                 <fieldValue name='vertexTextvalue='"tragedy"'/>
12491                 <fieldValue name='descriptionvalue='337: tragedy'/>
12492                 <fieldValue name='url'/>
12493                 <fieldValue name='radiusvalue='0.1500'/>
12494                 <fieldValue name='displayMode'/>
12495                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
12496                 <fieldValue name='transparencyvalue='0'/>
12497                 <fieldValue name='translationvalue='1.84778 0.91487 0.88599'/>
12498                 <fieldValue name='textTranslationvalue='1.99778 0.91487 0.88599'/>
12499                 <fieldValue name='textColorvalue='0 0 0'/>
12500            </ProtoInstance>
12501            <ProtoInstance name='Vertex'>
12502                 <fieldValue name='vertexTextvalue='"transcripts"'/>
12503                 <fieldValue name='descriptionvalue='338: transcripts'/>
12504                 <fieldValue name='url'/>
12505                 <fieldValue name='radiusvalue='0.1500'/>
12506                 <fieldValue name='displayMode'/>
12507                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
12508                 <fieldValue name='transparencyvalue='0'/>
12509                 <fieldValue name='translationvalue='0.53508 -0.84441 -0.94309'/>
12510                 <fieldValue name='textTranslationvalue='0.68508 -0.84441 -0.94309'/>
12511                 <fieldValue name='textColorvalue='0 0 0'/>
12512            </ProtoInstance>
12513            <ProtoInstance name='Vertex'>
12514                 <fieldValue name='vertexTextvalue='"transportation"'/>
12515                 <fieldValue name='descriptionvalue='339: transportation'/>
12516                 <fieldValue name='url'/>
12517                 <fieldValue name='radiusvalue='0.1500'/>
12518                 <fieldValue name='displayMode'/>
12519                 <fieldValue name='diffuseColorvalue='0.5020 0.5020 0.5020'/>
12520                 <fieldValue name='transparencyvalue='0'/>
12521                 <fieldValue name='translationvalue='1.53353 0.87463 0.26902'/>
12522                 <fieldValue name='textTranslationvalue='1.68353 0.87463 0.26902'/>
12523                 <fieldValue name='textColorvalue='0 0 0'/>
12524            </ProtoInstance>
12525            <ProtoInstance name='Vertex'>
12526                 <fieldValue name='vertexTextvalue='"underway"'/>
12527                 <fieldValue name='descriptionvalue='340: underway'/>
12528                 <fieldValue name='url'/>
12529                 <fieldValue name='radiusvalue='0.1500'/>
12530                 <fieldValue name='displayMode'/>
12531                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
12532                 <fieldValue name='transparencyvalue='0'/>
12533                 <fieldValue name='translationvalue='0.02032 0.32624 -0.33936'/>
12534                 <fieldValue name='textTranslationvalue='0.17032 0.32624 -0.33936'/>
12535                 <fieldValue name='textColorvalue='0 0 0'/>
12536            </ProtoInstance>
12537            <ProtoInstance name='Vertex'>
12538                 <fieldValue name='vertexTextvalue='"unified"'/>
12539                 <fieldValue name='descriptionvalue='341: unified'/>
12540                 <fieldValue name='url'/>
12541                 <fieldValue name='radiusvalue='0.1500'/>
12542                 <fieldValue name='displayMode'/>
12543                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
12544                 <fieldValue name='transparencyvalue='0'/>
12545                 <fieldValue name='translationvalue='0.51716 0.91276 -0.06872'/>
12546                 <fieldValue name='textTranslationvalue='0.66716 0.91276 -0.06872'/>
12547                 <fieldValue name='textColorvalue='0 0 0'/>
12548            </ProtoInstance>
12549            <ProtoInstance name='Vertex'>
12550                 <fieldValue name='vertexTextvalue='"unit"'/>
12551                 <fieldValue name='descriptionvalue='342: unit'/>
12552                 <fieldValue name='url'/>
12553                 <fieldValue name='radiusvalue='0.1500'/>
12554                 <fieldValue name='displayMode'/>
12555                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
12556                 <fieldValue name='transparencyvalue='0'/>
12557                 <fieldValue name='translationvalue='0.28581 0.29685 0.73939'/>
12558                 <fieldValue name='textTranslationvalue='0.43581 0.29685 0.73939'/>
12559                 <fieldValue name='textColorvalue='0 0 0'/>
12560            </ProtoInstance>
12561            <ProtoInstance name='Vertex'>
12562                 <fieldValue name='vertexTextvalue='"united"'/>
12563                 <fieldValue name='descriptionvalue='343: united'/>
12564                 <fieldValue name='url'/>
12565                 <fieldValue name='radiusvalue='0.1500'/>
12566                 <fieldValue name='displayMode'/>
12567                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
12568                 <fieldValue name='transparencyvalue='0'/>
12569                 <fieldValue name='translationvalue='-0.22515 0.72355 0.52662'/>
12570                 <fieldValue name='textTranslationvalue='-0.07515 0.72355 0.52662'/>
12571                 <fieldValue name='textColorvalue='0 0 0'/>
12572            </ProtoInstance>
12573            <ProtoInstance name='Vertex'>
12574                 <fieldValue name='vertexTextvalue='"updates"'/>
12575                 <fieldValue name='descriptionvalue='344: updates'/>
12576                 <fieldValue name='url'/>
12577                 <fieldValue name='radiusvalue='0.1500'/>
12578                 <fieldValue name='displayMode'/>
12579                 <fieldValue name='diffuseColorvalue='0.1176 0.9765 0.6392'/>
12580                 <fieldValue name='transparencyvalue='0'/>
12581                 <fieldValue name='translationvalue='-2.47812 -0.02010 0.44371'/>
12582                 <fieldValue name='textTranslationvalue='-2.32812 -0.02010 0.44371'/>
12583                 <fieldValue name='textColorvalue='0 0 0'/>
12584            </ProtoInstance>
12585            <ProtoInstance name='Vertex'>
12586                 <fieldValue name='vertexTextvalue='"ups"'/>
12587                 <fieldValue name='descriptionvalue='345: ups'/>
12588                 <fieldValue name='url'/>
12589                 <fieldValue name='radiusvalue='0.1500'/>
12590                 <fieldValue name='displayMode'/>
12591                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
12592                 <fieldValue name='transparencyvalue='0'/>
12593                 <fieldValue name='translationvalue='2.36974 0.11242 0.22810'/>
12594                 <fieldValue name='textTranslationvalue='2.51974 0.11242 0.22810'/>
12595                 <fieldValue name='textColorvalue='0 0 0'/>
12596            </ProtoInstance>
12597            <ProtoInstance name='Vertex'>
12598                 <fieldValue name='vertexTextvalue='"velocity"'/>
12599                 <fieldValue name='descriptionvalue='346: velocity'/>
12600                 <fieldValue name='url'/>
12601                 <fieldValue name='radiusvalue='0.1500'/>
12602                 <fieldValue name='displayMode'/>
12603                 <fieldValue name='diffuseColorvalue='0.1176 0.9765 0.6392'/>
12604                 <fieldValue name='transparencyvalue='0'/>
12605                 <fieldValue name='translationvalue='-0.93600 1.01111 0.02754'/>
12606                 <fieldValue name='textTranslationvalue='-0.78600 1.01111 0.02754'/>
12607                 <fieldValue name='textColorvalue='0 0 0'/>
12608            </ProtoInstance>
12609            <ProtoInstance name='Vertex'>
12610                 <fieldValue name='vertexTextvalue='"vessels"'/>
12611                 <fieldValue name='descriptionvalue='347: vessels'/>
12612                 <fieldValue name='url'/>
12613                 <fieldValue name='radiusvalue='0.1500'/>
12614                 <fieldValue name='displayMode'/>
12615                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
12616                 <fieldValue name='transparencyvalue='0'/>
12617                 <fieldValue name='translationvalue='-0.11540 0.95601 -0.74659'/>
12618                 <fieldValue name='textTranslationvalue='0.03460 0.95601 -0.74659'/>
12619                 <fieldValue name='textColorvalue='0 0 0'/>
12620            </ProtoInstance>
12621            <ProtoInstance name='Vertex'>
12622                 <fieldValue name='vertexTextvalue='"video"'/>
12623                 <fieldValue name='descriptionvalue='348: video'/>
12624                 <fieldValue name='url'/>
12625                 <fieldValue name='radiusvalue='0.1500'/>
12626                 <fieldValue name='displayMode'/>
12627                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
12628                 <fieldValue name='transparencyvalue='0'/>
12629                 <fieldValue name='translationvalue='-0.74282 0.83776 1.11656'/>
12630                 <fieldValue name='textTranslationvalue='-0.59282 0.83776 1.11656'/>
12631                 <fieldValue name='textColorvalue='0 0 0'/>
12632            </ProtoInstance>
12633            <ProtoInstance name='Vertex'>
12634                 <fieldValue name='vertexTextvalue='"virginia"'/>
12635                 <fieldValue name='descriptionvalue='349: virginia'/>
12636                 <fieldValue name='url'/>
12637                 <fieldValue name='radiusvalue='0.1500'/>
12638                 <fieldValue name='displayMode'/>
12639                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
12640                 <fieldValue name='transparencyvalue='0'/>
12641                 <fieldValue name='translationvalue='0.12834 1.75225 -0.02672'/>
12642                 <fieldValue name='textTranslationvalue='0.27834 1.75225 -0.02672'/>
12643                 <fieldValue name='textColorvalue='0 0 0'/>
12644            </ProtoInstance>
12645            <ProtoInstance name='Vertex'>
12646                 <fieldValue name='vertexTextvalue='"visit"'/>
12647                 <fieldValue name='descriptionvalue='350: visit'/>
12648                 <fieldValue name='url'/>
12649                 <fieldValue name='radiusvalue='0.1500'/>
12650                 <fieldValue name='displayMode'/>
12651                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
12652                 <fieldValue name='transparencyvalue='0'/>
12653                 <fieldValue name='translationvalue='0.63339 -1.97298 0.97371'/>
12654                 <fieldValue name='textTranslationvalue='0.78339 -1.97298 0.97371'/>
12655                 <fieldValue name='textColorvalue='0 0 0'/>
12656            </ProtoInstance>
12657            <ProtoInstance name='Vertex'>
12658                 <fieldValue name='vertexTextvalue='"visiting"'/>
12659                 <fieldValue name='descriptionvalue='351: visiting'/>
12660                 <fieldValue name='url'/>
12661                 <fieldValue name='radiusvalue='0.1500'/>
12662                 <fieldValue name='displayMode'/>
12663                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
12664                 <fieldValue name='transparencyvalue='0'/>
12665                 <fieldValue name='translationvalue='1.34318 -0.91292 -0.46616'/>
12666                 <fieldValue name='textTranslationvalue='1.49318 -0.91292 -0.46616'/>
12667                 <fieldValue name='textColorvalue='0 0 0'/>
12668            </ProtoInstance>
12669            <ProtoInstance name='Vertex'>
12670                 <fieldValue name='vertexTextvalue='"washington"'/>
12671                 <fieldValue name='descriptionvalue='352: washington'/>
12672                 <fieldValue name='url'/>
12673                 <fieldValue name='radiusvalue='0.1500'/>
12674                 <fieldValue name='displayMode'/>
12675                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
12676                 <fieldValue name='transparencyvalue='0'/>
12677                 <fieldValue name='translationvalue='-0.05357 0.00306 -1.94055'/>
12678                 <fieldValue name='textTranslationvalue='0.09643 0.00306 -1.94055'/>
12679                 <fieldValue name='textColorvalue='0 0 0'/>
12680            </ProtoInstance>
12681            <ProtoInstance name='Vertex'>
12682                 <fieldValue name='vertexTextvalue='"ways"'/>
12683                 <fieldValue name='descriptionvalue='353: ways'/>
12684                 <fieldValue name='url'/>
12685                 <fieldValue name='radiusvalue='0.1500'/>
12686                 <fieldValue name='displayMode'/>
12687                 <fieldValue name='diffuseColorvalue='0.1176 0.9765 0.6392'/>
12688                 <fieldValue name='transparencyvalue='0'/>
12689                 <fieldValue name='translationvalue='-2.04207 0.23343 0.36315'/>
12690                 <fieldValue name='textTranslationvalue='-1.89207 0.23343 0.36315'/>
12691                 <fieldValue name='textColorvalue='0 0 0'/>
12692            </ProtoInstance>
12693            <ProtoInstance name='Vertex'>
12694                 <fieldValue name='vertexTextvalue='"web"'/>
12695                 <fieldValue name='descriptionvalue='354: web'/>
12696                 <fieldValue name='url'/>
12697                 <fieldValue name='radiusvalue='0.1500'/>
12698                 <fieldValue name='displayMode'/>
12699                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
12700                 <fieldValue name='transparencyvalue='0'/>
12701                 <fieldValue name='translationvalue='1.06572 -0.83751 -0.62415'/>
12702                 <fieldValue name='textTranslationvalue='1.21572 -0.83751 -0.62415'/>
12703                 <fieldValue name='textColorvalue='0 0 0'/>
12704            </ProtoInstance>
12705            <ProtoInstance name='Vertex'>
12706                 <fieldValue name='vertexTextvalue='"weeks"'/>
12707                 <fieldValue name='descriptionvalue='355: weeks'/>
12708                 <fieldValue name='url'/>
12709                 <fieldValue name='radiusvalue='0.1500'/>
12710                 <fieldValue name='displayMode'/>
12711                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
12712                 <fieldValue name='transparencyvalue='0'/>
12713                 <fieldValue name='translationvalue='2.16792 -0.21931 -0.04930'/>
12714                 <fieldValue name='textTranslationvalue='2.31792 -0.21931 -0.04930'/>
12715                 <fieldValue name='textColorvalue='0 0 0'/>
12716            </ProtoInstance>
12717            <ProtoInstance name='Vertex'>
12718                 <fieldValue name='vertexTextvalue='"welfare"'/>
12719                 <fieldValue name='descriptionvalue='356: welfare'/>
12720                 <fieldValue name='url'/>
12721                 <fieldValue name='radiusvalue='0.1500'/>
12722                 <fieldValue name='displayMode'/>
12723                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
12724                 <fieldValue name='transparencyvalue='0'/>
12725                 <fieldValue name='translationvalue='-0.45003 -1.60606 -0.12753'/>
12726                 <fieldValue name='textTranslationvalue='-0.30003 -1.60606 -0.12753'/>
12727                 <fieldValue name='textColorvalue='0 0 0'/>
12728            </ProtoInstance>
12729            <ProtoInstance name='Vertex'>
12730                 <fieldValue name='vertexTextvalue='"western"'/>
12731                 <fieldValue name='descriptionvalue='357: western'/>
12732                 <fieldValue name='url'/>
12733                 <fieldValue name='radiusvalue='0.1500'/>
12734                 <fieldValue name='displayMode'/>
12735                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
12736                 <fieldValue name='transparencyvalue='0'/>
12737                 <fieldValue name='translationvalue='0.27296 -1.37713 1.25288'/>
12738                 <fieldValue name='textTranslationvalue='0.42296 -1.37713 1.25288'/>
12739                 <fieldValue name='textColorvalue='0 0 0'/>
12740            </ProtoInstance>
12741            <ProtoInstance name='Vertex'>
12742                 <fieldValue name='vertexTextvalue='"white"'/>
12743                 <fieldValue name='descriptionvalue='358: white'/>
12744                 <fieldValue name='url'/>
12745                 <fieldValue name='radiusvalue='0.1500'/>
12746                 <fieldValue name='displayMode'/>
12747                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
12748                 <fieldValue name='transparencyvalue='0'/>
12749                 <fieldValue name='translationvalue='0.09547 -1.48066 0.35729'/>
12750                 <fieldValue name='textTranslationvalue='0.24547 -1.48066 0.35729'/>
12751                 <fieldValue name='textColorvalue='0 0 0'/>
12752            </ProtoInstance>
12753            <ProtoInstance name='Vertex'>
12754                 <fieldValue name='vertexTextvalue='"worked"'/>
12755                 <fieldValue name='descriptionvalue='359: worked'/>
12756                 <fieldValue name='url'/>
12757                 <fieldValue name='radiusvalue='0.1500'/>
12758                 <fieldValue name='displayMode'/>
12759                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
12760                 <fieldValue name='transparencyvalue='0'/>
12761                 <fieldValue name='translationvalue='0.84305 2.74825 2.35421'/>
12762                 <fieldValue name='textTranslationvalue='0.99305 2.74825 2.35421'/>
12763                 <fieldValue name='textColorvalue='0 0 0'/>
12764            </ProtoInstance>
12765            <ProtoInstance name='Vertex'>
12766                 <fieldValue name='vertexTextvalue='"working"'/>
12767                 <fieldValue name='descriptionvalue='360: working'/>
12768                 <fieldValue name='url'/>
12769                 <fieldValue name='radiusvalue='0.1500'/>
12770                 <fieldValue name='displayMode'/>
12771                 <fieldValue name='diffuseColorvalue='0 0 0'/>
12772                 <fieldValue name='transparencyvalue='0'/>
12773                 <fieldValue name='translationvalue='2.46662 -0.42379 1.28865'/>
12774                 <fieldValue name='textTranslationvalue='2.61662 -0.42379 1.28865'/>
12775                 <fieldValue name='textColorvalue='0 0 0'/>
12776            </ProtoInstance>
12777            <ProtoInstance name='Vertex'>
12778                 <fieldValue name='vertexTextvalue='"worldwide"'/>
12779                 <fieldValue name='descriptionvalue='361: worldwide'/>
12780                 <fieldValue name='url'/>
12781                 <fieldValue name='radiusvalue='0.1500'/>
12782                 <fieldValue name='displayMode'/>
12783                 <fieldValue name='diffuseColorvalue='0.1176 0.9765 0.6392'/>
12784                 <fieldValue name='transparencyvalue='0'/>
12785                 <fieldValue name='translationvalue='-2.59970 0.27214 0.36142'/>
12786                 <fieldValue name='textTranslationvalue='-2.44970 0.27214 0.36142'/>
12787                 <fieldValue name='textColorvalue='0 0 0'/>
12788            </ProtoInstance>
12789            <ProtoInstance name='Vertex'>
12790                 <fieldValue name='vertexTextvalue='"yesterdays"'/>
12791                 <fieldValue name='descriptionvalue='362: yesterdays'/>
12792                 <fieldValue name='url'/>
12793                 <fieldValue name='radiusvalue='0.1500'/>
12794                 <fieldValue name='displayMode'/>
12795                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
12796                 <fieldValue name='transparencyvalue='0'/>
12797                 <fieldValue name='translationvalue='-0.04102 1.25761 -0.10575'/>
12798                 <fieldValue name='textTranslationvalue='0.10898 1.25761 -0.10575'/>
12799                 <fieldValue name='textColorvalue='0 0 0'/>
12800            </ProtoInstance>
12801       </Scene>
12802  </X3D>
<!--

<!-- to top DEF node index:

Index for Viewpoint node: Viewpoint_1

Index for ExternProtoDeclare definitions: Arc, NetworkText, Vertex
-->
X3D Tooltips element index: Background, ExternProtoDeclare, field, fieldValue, head, meta, NavigationInfo, PointLight, ProtoInstance, Scene, Viewpoint, WorldInfo, X3D, plus documentation for accessType definitions, type definitions, XML data types, and field types

Event Graph ROUTE Table with 0 ROUTE connections total, showing X3D event-model relationships for this scene.

Each row shows an event cascade that may occur during a single timestamp interval between frame renderings, as part of the X3D execution model.

line 53
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 64
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 75
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 86
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 97
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 108
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 119
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 130
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 141
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 152
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 163
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 174
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 185
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 196
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 207
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 218
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 229
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 240
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 251
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 262
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 273
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 284
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 295
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 306
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 317
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 328
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 339
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 350
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 361
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 372
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 383
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 394
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 405
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 416
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 427
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 438
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 449
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 460
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 471
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 482
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 493
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 504
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 515
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 526
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 537
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 548
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 559
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 570
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 581
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 592
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 603
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 614
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 625
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 636
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 647
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 658
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 669
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 680
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 691
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 702
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 713
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 724
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 735
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 746
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 757
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 768
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 779
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 790
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 801
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 812
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 823
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 834
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 845
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 856
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 867
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 878
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 889
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 900
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 911
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 922
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 933
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 944
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 955
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 966
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 977
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 988
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 999
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1010
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1021
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1032
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1043
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1054
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1065
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1076
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1087
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1098
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1109
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1120
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1131
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1142
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1153
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1164
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1175
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1186
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1197
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1208
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1219
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1230
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1241
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1252
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1263
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1274
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1285
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1296
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1307
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1318
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1329
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1340
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1351
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1362
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1373
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1384
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1395
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1406
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1417
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1428
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1439
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1450
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1461
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1472
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1483
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1494
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1505
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1516
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1527
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1538
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1549
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1560
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1571
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1582
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1593
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1604
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1615
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1626
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1637
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1648
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1659
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1670
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1681
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1692
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1703
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1714
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1725
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1736
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1747
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1758
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1769
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1780
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1791
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1802
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1813
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1824
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1835
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1846
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1857
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1868
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1879
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1890
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1901
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1912
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1923
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1934
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1945
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1956
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1967
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1978
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1989
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2000
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2011
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2022
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2033
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2044
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2055
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2066
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2077
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2088
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2099
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2110
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2121
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2132
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2143
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2154
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2165
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2176
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2187
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2198
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2209
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2220
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2231
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2242
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2253
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2264
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2275
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2286
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2297
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2308
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2319
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2330
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2341
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2352
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2363
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2374
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2385
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2396
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2407
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2418
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2429
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2440
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2451
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2462
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2473
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2484
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2495
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2506
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2517
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2528
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2539
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2550
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2561
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2572
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2583
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2594
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2605
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2616
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2627
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2638
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2649
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2660
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2671
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2682
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2693
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2704
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2715
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2726
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2737
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2748
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2759
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2770
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2781
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2792
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2803
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2814
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2825
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2836
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2847
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2858
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2869
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2880
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2891
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2902
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2913
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2924
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2935
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2946
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2957
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2968
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2979
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2990
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3001
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3012
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3023
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3034
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3045
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3056
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3067
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3078
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3089
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3100
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3111
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3122
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3133
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3144
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3155
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3166
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3177
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3188
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3199
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3210
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3221
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3232
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3243
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3254
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3265
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3276
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3287
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3298
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3309
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3320
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3331
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3342
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3353
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3364
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3375
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3386
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3397
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3408
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3419
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3430
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3441
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3452
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3463
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3474
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3485
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3496
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3507
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3518
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3529
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3540
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3551
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3562
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3573
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3584
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3595
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3606
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3617
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3628
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3639
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3650
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3661
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3672
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3683
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3694
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3705
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3716
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3727
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3738
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3749
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3760
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3771
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3782
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3793
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3804
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3815
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3826
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3837
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3848
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3859
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3870
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3881
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3892
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3903
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3914
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3925
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3936
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3947
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3958
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3969
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3980
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3991
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4002
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4013
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4024
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4035
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4046
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4057
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4068
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4079
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4090
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4101
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4112
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4123
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4134
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4145
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4156
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4167
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4178
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4189
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4200
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4211
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4222
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4233
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4244
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4255
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4266
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4277
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4288
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4299
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4310
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4321
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4332
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4343
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4354
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4365
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4376
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4387
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4398
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4409
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4420
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4431
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4442
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4453
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4464
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4475
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4486
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4497
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4508
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4519
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4530
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4541
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4552
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4563
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4574
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4585
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4596
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4607
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4618
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4629
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4640
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4651
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4662
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4673
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4684
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4695
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4706
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4717
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4728
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4739
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4750
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4761
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4772
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4783
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4794
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4805
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4816
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4827
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4838
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4849
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4860
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4871
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4882
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4893
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4904
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4915
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4926
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4937
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4948
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4959
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4970
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4981
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4992
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5003
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5014
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5025
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5036
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5047
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5058
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5069
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5080
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5091
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5102
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5113
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5124
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5135
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5146
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5157
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5168
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5179
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5190
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5201
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5212
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5223
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5234
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5245
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5256
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5267
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5278
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5289
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5300
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5311
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5322
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5333
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5344
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5355
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5366
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5377
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5388
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5399
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5410
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5421
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5432
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5443
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5454
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5465
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5476
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5487
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5498
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5509
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5520
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5531
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5542
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5553
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5564
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5575
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5586
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5597
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5608
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5619
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5630
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5641
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5652
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5663
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5674
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5685
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5696
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5707
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5718
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5729
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5740
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5751
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5762
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5773
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5784
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5795
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5806
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5817
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5828
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5839
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5850
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5861
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5872
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5883
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5894
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5905
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5916
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5927
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5938
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5949
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5960
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5971
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5982
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5993
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6004
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6015
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6026
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6037
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6048
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6059
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6070
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6081
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6092
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6103
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6114
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6125
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6136
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6147
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6158
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6169
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6180
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6191
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6202
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6213
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6224
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6235
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6246
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6257
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6268
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6279
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6290
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6301
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6312
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6323
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6334
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6345
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6356
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6367
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6378
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6389
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6400
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6411
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6422
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6433
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6444
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6455
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6466
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6477
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6488
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6499
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6510
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6521
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6532
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6543
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6554
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6565
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6576
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6587
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6598
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6609
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6620
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6631
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6642
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6653
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6664
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6675
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6686
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6697
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6708
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6719
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6730
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6741
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6752
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6763
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6774
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6785
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6796
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6807
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6818
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6829
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6840
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6851
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6862
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6873
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6884
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6895
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6906
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6917
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6928
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6939
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6950
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6961
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6972
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6983
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6994
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7005
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7016
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7027
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7038
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7049
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7060
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7071
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7082
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7093
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7104
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7115
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7126
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7137
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7148
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7159
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7170
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7181
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7192
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7203
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7214
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7225
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7236
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7247
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7258
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7269
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7280
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7291
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7302
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7313
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7324
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7335
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7346
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7357
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7368
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7379
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7390
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7401
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7412
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7423
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7434
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7445
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7456
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7467
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7478
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7489
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7500
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7511
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7522
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7533
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7544
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7555
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7566
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7577
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7588
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7599
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7610
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7621
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7632
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7643
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7654
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7665
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7676
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7687
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7698
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7709
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7720
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7731
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7742
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7753
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7764
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7775
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7786
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7797
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7808
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7819
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7830
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7841
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7852
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7863
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7874
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7885
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7896
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7907
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7918
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7929
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7940
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7951
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7962
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7973
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7984
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7995
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8006
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8017
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8028
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8039
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8050
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8061
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8072
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8083
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8094
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8105
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8116
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8127
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8138
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8149
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8160
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8171
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8182
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8193
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8204
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8215
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8226
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8237
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8248
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8259
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8270
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8281
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8292
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8303
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8314
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8325
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8336
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8347
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8358
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8369
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8380
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8391
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8402
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8413
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8424
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8435
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8446
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8457
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8469
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8481
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8493
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8505
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8517
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8529
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8541
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8553
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8565
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8577
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8589
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8601
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8613
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8625
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8637
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8649
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8661
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8673
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8685
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8697
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8709
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8721
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8733
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8745
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8757
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8769
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8781
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8793
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8805
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8817
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8829
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8841
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8853
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8865
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8877
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8889
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8901
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8913
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8925
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8937
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8949
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8961
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8973
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8985
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8997
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9009
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9021
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9033
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9045
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9057
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9069
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9081
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9093
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9105
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9117
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9129
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9141
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9153
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9165
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9177
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9189
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9201
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9213
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9225
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9237
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9249
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9261
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9273
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9285
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9297
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9309
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9321
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9333
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9345
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9357
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9369
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9381
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9393
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9405
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9417
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9429
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9441
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9453
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9465
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9477
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9489
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9501
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9513
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9525
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9537
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9549
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9561
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9573
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9585
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9597
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9609
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9621
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9633
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9645
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9657
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9669
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9681
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9693
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9705
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9717
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9729
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9741
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9753
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9765
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9777
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9789
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9801
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9813
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9825
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9837
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9849
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9861
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9873
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9885
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9897
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9909
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9921
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9933
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9945
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9957
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9969
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9981
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9993
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10005
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10017
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10029
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10041
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10053
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10065
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10077
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10089
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10101
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10113
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10125
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10137
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10149
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10161
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10173
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10185
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10197
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10209
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10221
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10233
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10245
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10257
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10269
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10281
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10293
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10305
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10317
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10329
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10341
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10353
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10365
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10377
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10389
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10401
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10413
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10425
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10437
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10449
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10461
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10473
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10485
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10497
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10509
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10521
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10533
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10545
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10557
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10569
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10581
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10593
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10605
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10617
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10629
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10641
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10653
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10665
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10677
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10689
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10701
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10713
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10725
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10737
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10749
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10761
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10773
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10785
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10797
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10809
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10821
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10833
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10845
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10857
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10869
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10881
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10893
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10905
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10917
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10929
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10941
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10953
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10965
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10977
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 10989
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11001
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11013
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11025
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11037
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11049
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11061
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11073
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11085
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11097
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11109
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11121
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11133
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11145
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11157
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11169
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11181
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11193
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11205
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11217
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11229
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11241
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11253
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11265
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11277
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11289
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11301
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11313
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11325
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11337
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11349
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11361
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11373
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11385
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11397
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11409
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11421
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11433
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11445
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11457
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11469
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11481
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11493
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11505
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11517
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11529
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11541
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11553
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11565
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11577
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11589
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11601
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11613
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11625
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11637
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11649
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11661
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11673
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11685
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11697
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11709
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11721
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11733
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11745
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11757
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11769
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11781
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11793
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11805
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11817
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11829
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11841
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11853
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11865
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11877
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11889
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11901
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11913
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11925
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11937
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11949
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11961
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11973
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11985
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 11997
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 12009
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 12021
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 12033
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 12045
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 12057
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 12069
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 12081
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 12093
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 12105
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 12117
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 12129
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 12141
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 12153
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 12165
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 12177
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 12189
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 12201
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 12213
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 12225
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 12237
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 12249
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 12261
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 12273
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 12285
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 12297
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 12309
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 12321
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 12333
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 12345
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 12357
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 12369
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 12381
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 12393
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 12405
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 12417
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 12429
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 12441
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 12453
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 12465
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 12477
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 12489
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 12501
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 12513
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 12525
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 12537
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 12549
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 12561
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 12573
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 12585
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 12597
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 12609
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 12621
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 12633
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 12645
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 12657
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 12669
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 12681
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 12693
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 12705
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 12717
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 12729
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 12741
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 12753
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 12765
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 12777
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 12789
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

Additional guidance on X3D animation can be found in the 10-Step Animation Design Process and Event Tracing hint sheets. Have fun with X3D! 😀

-->
<!-- Online at
https://www.web3d.org/x3d/content/examples/Savage/Tools/Visualization/PajekVisualizationExamplesIndex.html -->
<!-- Version control at
https://sourceforge.net/p/x3d/code/HEAD/tree/www.web3d.org/x3d/content/examples/Savage/Tools/Visualization/PajekVisualizationExamples.x3d -->

<!-- Color-coding legend: X3D terminology <X3dNode field='value'/> matches XML terminology <XmlElement attribute='value'/>
(Light-blue background: event-based behavior node or statement) (Grey background inside box: inserted documentation) (Magenta background: X3D Extensibility)
    <ProtoInstance name='ProtoName'> <field name='fieldName'/> </ProtoInstance> -->

to top <!-- For additional help information about X3D scenes, please see X3D Tooltips, X3D Resources, and X3D Scene Authoring Hints. -->