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.88213'/>
 55                 <fieldValue name='cylinderTranslationvalue='-2.47070 -0.97859 -0.10297'/>
 56                 <fieldValue name='coneTranslationvalue='-2.65118 -0.79930 0.01652'/>
 57                 <fieldValue name='rotationvalue='37.50155 -0.00000 56.64555 0.87903'/>
 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.41951'/>
 66                 <fieldValue name='cylinderTranslationvalue='-2.26295 -1.35304 -0.46261'/>
 67                 <fieldValue name='coneTranslationvalue='-2.28085 -1.37512 -0.50345'/>
 68                 <fieldValue name='rotationvalue='-34.42790 0 15.09564 2.03070'/>
 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='0.50335'/>
 77                 <fieldValue name='cylinderTranslationvalue='-2.32324 -1.12148 -0.45090'/>
 78                 <fieldValue name='coneTranslationvalue='-2.37269 -1.07105 -0.50934'/>
 79                 <fieldValue name='rotationvalue='-32.08603 0 27.15395 0.98828'/>
 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='1.32383'/>
 88                 <fieldValue name='cylinderTranslationvalue='-2.28188 -1.00255 0.31200'/>
 89                 <fieldValue name='coneTranslationvalue='-2.35347 -0.80739 0.76884'/>
 90                 <fieldValue name='rotationvalue='120.49419 -0.00000 18.88231 1.17142'/>
 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.90873'/>
 99                 <fieldValue name='cylinderTranslationvalue='-2.34838 -0.99435 -0.62216'/>
100                 <fieldValue name='coneTranslationvalue='-2.45263 -0.82229 -0.83705'/>
101                 <fieldValue name='rotationvalue='-66.33804 0 32.18228 0.94650'/>
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.94779'/>
110                 <fieldValue name='cylinderTranslationvalue='-2.43805 -0.86533 -0.36837'/>
111                 <fieldValue name='coneTranslationvalue='-2.60404 -0.60396 -0.41997'/>
112                 <fieldValue name='rotationvalue='-15.57952 0 50.11732 0.58685'/>
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.44030'/>
121                 <fieldValue name='cylinderTranslationvalue='-2.25049 -1.32862 -0.48991'/>
122                 <fieldValue name='coneTranslationvalue='-2.26771 -1.34739 -0.54440'/>
123                 <fieldValue name='rotationvalue='-39.88771 0 12.60526 1.88808'/>
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.88212'/>
132                 <fieldValue name='cylinderTranslationvalue='-2.47070 -0.97859 -0.10297'/>
133                 <fieldValue name='coneTranslationvalue='-2.65118 -0.79930 0.01652'/>
134                 <fieldValue name='rotationvalue='37.50171 -0.00000 56.64559 0.87904'/>
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.39179'/>
143                 <fieldValue name='cylinderTranslationvalue='-2.31287 -1.36899 -0.18677'/>
144                 <fieldValue name='coneTranslationvalue='-2.33585 -1.38898 -0.16776'/>
145                 <fieldValue name='rotationvalue='20.74151 -0.00000 25.08137 2.16121'/>
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.40571'/>
154                 <fieldValue name='cylinderTranslationvalue='-2.37211 -1.18462 -0.32769'/>
155                 <fieldValue name='coneTranslationvalue='-2.41111 -1.16871 -0.33555'/>
156                 <fieldValue name='rotationvalue='-7.44270 0 36.92800 1.19040'/>
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.80482'/>
165                 <fieldValue name='cylinderTranslationvalue='-2.28929 -1.41455 0.06682'/>
166                 <fieldValue name='coneTranslationvalue='-2.35063 -1.50768 0.28206'/>
167                 <fieldValue name='rotationvalue='71.45964 -0.00000 20.36443 1.96514'/>
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.28137'/>
176                 <fieldValue name='cylinderTranslationvalue='-2.26296 -1.23720 -0.40699'/>
177                 <fieldValue name='coneTranslationvalue='-2.25259 -1.24032 -0.39100'/>
178                 <fieldValue name='rotationvalue='-23.30368 0 15.09809 1.40849'/>
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.38516'/>
187                 <fieldValue name='cylinderTranslationvalue='-2.27601 -1.42668 -0.25247'/>
188                 <fieldValue name='coneTranslationvalue='-2.29099 -1.45489 -0.24605'/>
189                 <fieldValue name='rotationvalue='7.59996 -0.00000 17.70928 2.61760'/>
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.82795'/>
198                 <fieldValue name='cylinderTranslationvalue='-2.38698 -1.21623 0.06961'/>
199                 <fieldValue name='coneTranslationvalue='-2.50939 -1.18941 0.29052'/>
200                 <fieldValue name='rotationvalue='72.01622 -0.00000 39.90311 1.46502'/>
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.43113'/>
209                 <fieldValue name='cylinderTranslationvalue='-2.25376 -1.34406 -0.47755'/>
210                 <fieldValue name='coneTranslationvalue='-2.27085 -1.36574 -0.52578'/>
211                 <fieldValue name='rotationvalue='-37.41605 0 13.25800 1.97167'/>
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.80478'/>
220                 <fieldValue name='cylinderTranslationvalue='-2.28924 -1.41474 0.06673'/>
221                 <fieldValue name='coneTranslationvalue='-2.35055 -1.50798 0.28190'/>
222                 <fieldValue name='rotationvalue='71.44097 -0.00000 20.35461 1.96568'/>
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.84109'/>
231                 <fieldValue name='cylinderTranslationvalue='-2.29739 -1.13175 -0.67562'/>
232                 <fieldValue name='coneTranslationvalue='-2.36549 -1.05233 -0.91424'/>
233                 <fieldValue name='rotationvalue='-77.03011 0 21.98468 1.26105'/>
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.40093'/>
242                 <fieldValue name='cylinderTranslationvalue='-2.28120 -1.32555 -0.45508'/>
243                 <fieldValue name='coneTranslationvalue='-2.30012 -1.33880 -0.48831'/>
244                 <fieldValue name='rotationvalue='-32.92193 0 18.74571 1.90426'/>
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='0.50775'/>
253                 <fieldValue name='cylinderTranslationvalue='-2.34774 -1.07388 -0.35487'/>
254                 <fieldValue name='coneTranslationvalue='-2.40700 -1.00508 -0.37869'/>
255                 <fieldValue name='rotationvalue='-12.88014 0 32.05449 0.74827'/>
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.89400'/>
264                 <fieldValue name='cylinderTranslationvalue='-2.41989 -0.91550 -0.45526'/>
265                 <fieldValue name='coneTranslationvalue='-2.56911 -0.69436 -0.56106'/>
266                 <fieldValue name='rotationvalue='-32.95659 0 46.48406 0.69109'/>
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.36872'/>
275                 <fieldValue name='cylinderTranslationvalue='-2.36910 -1.23367 -0.30808'/>
276                 <fieldValue name='coneTranslationvalue='-2.39310 -1.23020 -0.31040'/>
277                 <fieldValue name='rotationvalue='-3.52036 0 36.32573 1.42782'/>
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='1.19200'/>
286                 <fieldValue name='cylinderTranslationvalue='-1.63883 -1.49051 -0.25799'/>
287                 <fieldValue name='coneTranslationvalue='-1.23748 -1.65919 -0.23423'/>
288                 <fieldValue name='rotationvalue='6.49687 0 -109.72661 1.96803'/>
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.52051'/>
297                 <fieldValue name='cylinderTranslationvalue='1.91535 -0.16147 -2.22935'/>
298                 <fieldValue name='coneTranslationvalue='1.88392 -0.13131 -2.31965'/>
299                 <fieldValue name='rotationvalue='-46.87965 0 16.32230 1.26526'/>
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.49773'/>
308                 <fieldValue name='cylinderTranslationvalue='2.20663 -0.11475 -2.04343'/>
309                 <fieldValue name='coneTranslationvalue='2.28149 -0.07011 -2.06073'/>
310                 <fieldValue name='rotationvalue='-9.69425 0 -41.93251 1.04455'/>
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.90766'/>
319                 <fieldValue name='cylinderTranslationvalue='1.79415 -0.09542 -2.37442'/>
320                 <fieldValue name='coneTranslationvalue='1.66284 -0.00197 -2.62011'/>
321                 <fieldValue name='rotationvalue='-75.89408 0 40.56226 1.24714'/>
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.49787'/>
330                 <fieldValue name='cylinderTranslationvalue='1.95387 -0.34078 -2.21835'/>
331                 <fieldValue name='coneTranslationvalue='1.93847 -0.37687 -2.29816'/>
332                 <fieldValue name='rotationvalue='-44.67852 0 8.61895 1.98869'/>
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.99994'/>
341                 <fieldValue name='cylinderTranslationvalue='1.87522 0.19795 -2.20369'/>
342                 <fieldValue name='coneTranslationvalue='1.79244 0.49557 -2.34563'/>
343                 <fieldValue name='rotationvalue='-41.74705 0 24.34913 0.50444'/>
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.90905'/>
352                 <fieldValue name='cylinderTranslationvalue='2.14216 0.18645 -2.05712'/>
353                 <fieldValue name='coneTranslationvalue='2.23625 0.46263 -2.09740'/>
354                 <fieldValue name='rotationvalue='-12.43258 0 -29.03905 0.35489'/>
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.79877'/>
363                 <fieldValue name='cylinderTranslationvalue='2.02845 0.04780 -2.27033'/>
364                 <fieldValue name='coneTranslationvalue='2.04733 0.22016 -2.43538'/>
365                 <fieldValue name='rotationvalue='-55.07481 0 -6.29784 0.76701'/>
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.38152'/>
374                 <fieldValue name='cylinderTranslationvalue='2.09954 -0.34237 -1.87111'/>
375                 <fieldValue name='coneTranslationvalue='2.11608 -0.35891 -1.85114'/>
376                 <fieldValue name='rotationvalue='24.76823 0 -20.51569 2.13878'/>
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.99994'/>
385                 <fieldValue name='cylinderTranslationvalue='1.87522 0.19794 -2.20369'/>
386                 <fieldValue name='coneTranslationvalue='1.79244 0.49557 -2.34563'/>
387                 <fieldValue name='rotationvalue='-41.74712 0 24.34900 0.50444'/>
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.99885'/>
396                 <fieldValue name='cylinderTranslationvalue='2.00106 -0.47221 -1.55295'/>
397                 <fieldValue name='coneTranslationvalue='2.00384 -0.63020 -1.25255'/>
398                 <fieldValue name='rotationvalue='88.40149 0 -0.81858 2.05494'/>
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.01929'/>
407                 <fieldValue name='cylinderTranslationvalue='1.70039 0.01436 -2.32238'/>
408                 <fieldValue name='coneTranslationvalue='1.49691 0.18870 -2.54701'/>
409                 <fieldValue name='rotationvalue='-65.48449 0 59.31599 1.04880'/>
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='0.72849'/>
418                 <fieldValue name='cylinderTranslationvalue='2.24702 -0.41812 -1.79916'/>
419                 <fieldValue name='coneTranslationvalue='2.38723 -0.51814 -1.68938'/>
420                 <fieldValue name='rotationvalue='39.15810 0 -50.01025 2.08254'/>
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.55993'/>
429                 <fieldValue name='cylinderTranslationvalue='2.10315 0.01293 -2.05203'/>
430                 <fieldValue name='coneTranslationvalue='2.14865 0.12120 -2.07649'/>
431                 <fieldValue name='rotationvalue='-11.41609 0 -21.23717 0.44517'/>
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.74001'/>
440                 <fieldValue name='cylinderTranslationvalue='2.08243 -0.56999 -2.13827'/>
441                 <fieldValue name='coneTranslationvalue='2.13094 -0.75743 -2.21961'/>
442                 <fieldValue name='rotationvalue='-28.66267 0 -17.09334 2.67373'/>
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.31935'/>
451                 <fieldValue name='cylinderTranslationvalue='1.99673 -0.30242 -2.14182'/>
452                 <fieldValue name='coneTranslationvalue='1.99673 -0.30229 -2.14151'/>
453                 <fieldValue name='rotationvalue='-29.37224 0 0.04624 1.97411'/>
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.84342'/>
462                 <fieldValue name='cylinderTranslationvalue='2.31231 0.04017 -1.98867'/>
463                 <fieldValue name='coneTranslationvalue='2.50801 0.21389 -1.98477'/>
464                 <fieldValue name='rotationvalue='1.25688 0 -63.06890 0.84493'/>
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='1.00287'/>
473                 <fieldValue name='cylinderTranslationvalue='1.66164 -0.28469 -2.36506'/>
474                 <fieldValue name='coneTranslationvalue='1.43331 -0.31528 -2.61707'/>
475                 <fieldValue name='rotationvalue='-74.02096 0 67.06494 1.66053'/>
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.41815'/>
484                 <fieldValue name='cylinderTranslationvalue='2.04926 -0.42975 -1.92510'/>
485                 <fieldValue name='coneTranslationvalue='2.06153 -0.47435 -1.90871'/>
486                 <fieldValue name='rotationvalue='13.96991 0 -10.45800 2.71109'/>
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='0.90918'/>
495                 <fieldValue name='cylinderTranslationvalue='2.14117 0.18674 -2.05786'/>
496                 <fieldValue name='coneTranslationvalue='2.23462 0.46313 -2.09862'/>
497                 <fieldValue name='rotationvalue='-12.58081 0 -28.84039 0.35339'/>
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.80151'/>
506                 <fieldValue name='cylinderTranslationvalue='1.89503 -0.45757 -2.31553'/>
507                 <fieldValue name='coneTranslationvalue='1.83380 -0.58842 -2.50812'/>
508                 <fieldValue name='rotationvalue='-64.11551 0 20.38632 2.14542'/>
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.45143'/>
517                 <fieldValue name='cylinderTranslationvalue='2.19505 -0.18056 -2.08554'/>
518                 <fieldValue name='coneTranslationvalue='2.25272 -0.16332 -2.11191'/>
519                 <fieldValue name='rotationvalue='-18.11711 0 -39.61736 1.30544'/>
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='1.01929'/>
528                 <fieldValue name='cylinderTranslationvalue='1.70039 0.01436 -2.32238'/>
529                 <fieldValue name='coneTranslationvalue='1.49692 0.18870 -2.54701'/>
530                 <fieldValue name='rotationvalue='-65.48452 0 59.31596 1.04880'/>
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='1.02237'/>
539                 <fieldValue name='cylinderTranslationvalue='1.98417 -0.44406 -1.52655'/>
540                 <fieldValue name='coneTranslationvalue='1.97539 -0.58441 -1.20475'/>
541                 <fieldValue name='rotationvalue='93.68184 -0.00000 2.55842 1.98195'/>
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.30562'/>
550                 <fieldValue name='cylinderTranslationvalue='2.03773 -0.15855 -2.11782'/>
551                 <fieldValue name='coneTranslationvalue='2.03582 -0.16237 -2.11203'/>
552                 <fieldValue name='rotationvalue='-24.57219 0 -8.15384 1.01057'/>
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='1.00287'/>
561                 <fieldValue name='cylinderTranslationvalue='1.66164 -0.28469 -2.36506'/>
562                 <fieldValue name='coneTranslationvalue='1.43331 -0.31528 -2.61707'/>
563                 <fieldValue name='rotationvalue='-74.02092 0 67.06500 1.66053'/>
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='0.87490'/>
572                 <fieldValue name='cylinderTranslationvalue='1.82011 -0.41968 -2.35232'/>
573                 <fieldValue name='coneTranslationvalue='1.70793 -0.53380 -2.57897'/>
574                 <fieldValue name='rotationvalue='-71.47281 0 35.37206 1.99469'/>
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.41080'/>
583                 <fieldValue name='cylinderTranslationvalue='2.09423 -0.24733 -2.17570'/>
584                 <fieldValue name='coneTranslationvalue='2.11573 -0.24901 -2.21566'/>
585                 <fieldValue name='rotationvalue='-36.15009 0 -19.45387 1.60772'/>
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.47327'/>
594                 <fieldValue name='cylinderTranslationvalue='0.32902 2.29438 1.31608'/>
595                 <fieldValue name='coneTranslationvalue='0.27528 2.33866 1.28406'/>
596                 <fieldValue name='rotationvalue='-19.76903 0 33.18655 0.95481'/>
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='0.59624'/>
605                 <fieldValue name='cylinderTranslationvalue='0.43176 2.10051 1.70060'/>
606                 <fieldValue name='coneTranslationvalue='0.40249 2.07403 1.83296'/>
607                 <fieldValue name='rotationvalue='57.13657 -0.00000 12.63827 1.76370'/>
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='0.16868'/>
616                 <fieldValue name='cylinderTranslationvalue='0.55676 2.17834 1.46846'/>
617                 <fieldValue name='coneTranslationvalue='0.50131 2.15979 1.42043'/>
618                 <fieldValue name='rotationvalue='10.70699 0 -12.36057 1.32309'/>
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.61900'/>
627                 <fieldValue name='cylinderTranslationvalue='0.77394 2.21205 1.53739'/>
628                 <fieldValue name='coneTranslationvalue='0.90870 2.23832 1.59654'/>
629                 <fieldValue name='rotationvalue='24.49343 0 -55.79713 1.39415'/>
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.75182'/>
638                 <fieldValue name='cylinderTranslationvalue='0.18508 2.36884 1.38863'/>
639                 <fieldValue name='coneTranslationvalue='0.00710 2.49013 1.37352'/>
640                 <fieldValue name='rotationvalue='-5.25889 0 61.97503 0.97427'/>
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.46188'/>
649                 <fieldValue name='cylinderTranslationvalue='0.31430 2.26341 1.51246'/>
650                 <fieldValue name='coneTranslationvalue='0.25880 2.29589 1.54242'/>
651                 <fieldValue name='rotationvalue='19.50732 -0.00000 36.13159 1.09517'/>
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.62078'/>
660                 <fieldValue name='cylinderTranslationvalue='0.65480 1.90471 1.49743'/>
661                 <fieldValue name='coneTranslationvalue='0.73225 1.78216 1.53741'/>
662                 <fieldValue name='rotationvalue='16.50275 0 -31.96882 2.52342'/>
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.81268'/>
671                 <fieldValue name='cylinderTranslationvalue='0.75565 1.87668 1.54981'/>
672                 <fieldValue name='coneTranslationvalue='0.91369 1.70633 1.63159'/>
673                 <fieldValue name='rotationvalue='26.97877 0 -52.13849 2.33437'/>
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.34352'/>
682                 <fieldValue name='cylinderTranslationvalue='0.49466 2.32576 1.45017'/>
683                 <fieldValue name='coneTranslationvalue='0.49464 2.33727 1.45259'/>
684                 <fieldValue name='rotationvalue='7.05081 -0.00000 0.05960 0.20673'/>
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.43532'/>
693                 <fieldValue name='cylinderTranslationvalue='0.52816 2.35797 1.33650'/>
694                 <fieldValue name='coneTranslationvalue='0.53696 2.41103 1.31573'/>
695                 <fieldValue name='rotationvalue='-15.68412 0 -6.64223 0.40201'/>
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='0.59232'/>
704                 <fieldValue name='cylinderTranslationvalue='0.44021 2.10567 1.70129'/>
705                 <fieldValue name='coneTranslationvalue='0.41504 2.08176 1.83295'/>
706                 <fieldValue name='rotationvalue='57.27475 -0.00000 10.94863 1.74727'/>
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='0.81082'/>
715                 <fieldValue name='cylinderTranslationvalue='0.27805 2.22447 1.07900'/>
716                 <fieldValue name='coneTranslationvalue='0.14674 2.26490 0.87565'/>
717                 <fieldValue name='rotationvalue='-67.18463 0 43.38155 1.40526'/>
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.38286'/>
726                 <fieldValue name='cylinderTranslationvalue='0.49009 2.34868 1.40345'/>
727                 <fieldValue name='coneTranslationvalue='0.48930 2.38005 1.40157'/>
728                 <fieldValue name='rotationvalue='-2.29431 0 0.97198 0.06513'/>
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='0.78991'/>
737                 <fieldValue name='cylinderTranslationvalue='0.15000 2.26670 1.57338'/>
738                 <fieldValue name='coneTranslationvalue='-0.05521 2.33157 1.66764'/>
739                 <fieldValue name='rotationvalue='31.69164 -0.00000 68.99016 1.29108'/>
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.74596'/>
748                 <fieldValue name='cylinderTranslationvalue='0.58556 2.45026 1.20210'/>
749                 <fieldValue name='coneTranslationvalue='0.63730 2.61733 1.08058'/>
750                 <fieldValue name='rotationvalue='-42.56394 0 -18.12130 0.66894'/>
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.46926'/>
759                 <fieldValue name='cylinderTranslationvalue='1.55316 0.95936 2.03827'/>
760                 <fieldValue name='coneTranslationvalue='1.58859 0.99137 2.09563'/>
761                 <fieldValue name='rotationvalue='36.06782 0 -22.27452 1.12756'/>
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='0.20646'/>
770                 <fieldValue name='cylinderTranslationvalue='1.53627 0.87497 1.89623'/>
771                 <fieldValue name='coneTranslationvalue='1.48431 0.86604 1.87517'/>
772                 <fieldValue name='rotationvalue='7.66085 0 -18.89580 1.41296'/>
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='0.53331'/>
781                 <fieldValue name='cylinderTranslationvalue='1.36094 0.85752 2.11203'/>
782                 <fieldValue name='coneTranslationvalue='1.32861 0.85703 2.21366'/>
783                 <fieldValue name='rotationvalue='50.81991 -0.00000 16.16943 1.57537'/>
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.50890'/>
792                 <fieldValue name='cylinderTranslationvalue='1.60066 0.77517 2.03826'/>
793                 <fieldValue name='coneTranslationvalue='1.65964 0.74414 2.10520'/>
794                 <fieldValue name='rotationvalue='36.06654 0 -31.77453 1.90545'/>
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='0.43450'/>
803                 <fieldValue name='cylinderTranslationvalue='1.41314 1.06800 1.90878'/>
804                 <fieldValue name='coneTranslationvalue='1.40559 1.12315 1.92219'/>
805                 <fieldValue name='rotationvalue='10.17150 -0.00000 5.72967 0.27202'/>
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.56026'/>
814                 <fieldValue name='cylinderTranslationvalue='1.46148 0.70216 2.08937'/>
815                 <fieldValue name='coneTranslationvalue='1.46993 0.63501 2.18863'/>
816                 <fieldValue name='rotationvalue='46.28927 0 -3.93838 2.16393'/>
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.99125'/>
825                 <fieldValue name='cylinderTranslationvalue='1.24657 0.65304 2.26440'/>
826                 <fieldValue name='coneTranslationvalue='1.11436 0.51375 2.53965'/>
827                 <fieldValue name='rotationvalue='81.29445 -0.00000 39.04504 1.99877'/>
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='1.43757'/>
836                 <fieldValue name='cylinderTranslationvalue='1.63061 0.37857 1.35749'/>
837                 <fieldValue name='coneTranslationvalue='1.77739 0.00529 0.96845'/>
838                 <fieldValue name='rotationvalue='-100.08715 0 -37.76324 2.30235'/>
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.04856'/>
847                 <fieldValue name='cylinderTranslationvalue='1.12822 1.25525 1.71894'/>
848                 <fieldValue name='coneTranslationvalue='0.91034 1.53076 1.62237'/>
849                 <fieldValue name='rotationvalue='-27.79792 0 62.71484 0.71316'/>
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.95053'/>
858                 <fieldValue name='cylinderTranslationvalue='1.33297 0.74321 2.30591'/>
859                 <fieldValue name='coneTranslationvalue='1.26078 0.66658 2.60308'/>
860                 <fieldValue name='rotationvalue='89.59680 -0.00000 21.76428 1.81634'/>
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.86839'/>
869                 <fieldValue name='cylinderTranslationvalue='1.22906 1.22721 1.77132'/>
870                 <fieldValue name='coneTranslationvalue='1.09473 1.45991 1.71662'/>
871                 <fieldValue name='rotationvalue='-17.32191 0 42.54517 0.55740'/>
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.09999'/>
880                 <fieldValue name='cylinderTranslationvalue='1.45853 0.88652 1.89597'/>
881                 <fieldValue name='coneTranslationvalue='1.42170 0.82539 1.81226'/>
882                 <fieldValue name='rotationvalue='7.60876 0 -3.34726 0.98155'/>
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='0.78602'/>
891                 <fieldValue name='cylinderTranslationvalue='1.80356 1.00600 1.90144'/>
892                 <fieldValue name='coneTranslationvalue='2.01805 1.09331 1.92723'/>
893                 <fieldValue name='rotationvalue='8.70168 0 -72.35425 1.18672'/>
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.77993'/>
902                 <fieldValue name='cylinderTranslationvalue='1.80651 0.89719 1.99049'/>
903                 <fieldValue name='coneTranslationvalue='2.02159 0.91986 2.06866'/>
904                 <fieldValue name='rotationvalue='26.51195 0 -72.94453 1.47204'/>
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='0.89833'/>
913                 <fieldValue name='cylinderTranslationvalue='1.25810 0.85416 2.26779'/>
914                 <fieldValue name='coneTranslationvalue='1.13985 0.85120 2.53165'/>
915                 <fieldValue name='rotationvalue='81.97210 -0.00000 36.73729 1.58100'/>
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='0.49064'/>
924                 <fieldValue name='cylinderTranslationvalue='1.64545 0.98289 1.91530'/>
925                 <fieldValue name='coneTranslationvalue='1.71628 1.02607 1.93525'/>
926                 <fieldValue name='rotationvalue='11.47441 0 -40.73158 1.04017'/>
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.87346'/>
935                 <fieldValue name='cylinderTranslationvalue='1.67647 0.66720 2.17252'/>
936                 <fieldValue name='coneTranslationvalue='1.82517 0.54583 2.37186'/>
937                 <fieldValue name='rotationvalue='62.91896 0 -46.93585 2.02482'/>
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='0.50524'/>
946                 <fieldValue name='cylinderTranslationvalue='1.66469 0.74261 1.88335'/>
947                 <fieldValue name='coneTranslationvalue='1.74642 0.70003 1.89267'/>
948                 <fieldValue name='rotationvalue='5.08450 0 -44.58044 2.04845'/>
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.57831'/>
957                 <fieldValue name='cylinderTranslationvalue='1.59970 0.65919 1.72063'/>
958                 <fieldValue name='coneTranslationvalue='1.67024 0.57005 1.65930'/>
959                 <fieldValue name='rotationvalue='-27.46031 0 -31.58279 2.33246'/>
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.46581'/>
968                 <fieldValue name='cylinderTranslationvalue='1.64017 0.96191 1.92309'/>
969                 <fieldValue name='coneTranslationvalue='1.70227 0.99420 1.94349'/>
970                 <fieldValue name='rotationvalue='13.03222 0 -39.67618 1.11190'/>
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='0.48547'/>
979                 <fieldValue name='cylinderTranslationvalue='1.41220 0.87370 2.09838'/>
980                 <fieldValue name='coneTranslationvalue='1.40211 0.87880 2.18034'/>
981                 <fieldValue name='rotationvalue='48.09153 -0.00000 5.91815 1.50913'/>
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.88309'/>
990                 <fieldValue name='cylinderTranslationvalue='1.47624 0.15317 1.23544'/>
991                 <fieldValue name='coneTranslationvalue='1.50484 -0.43251 0.71874'/>
992                 <fieldValue name='rotationvalue='-124.49725 0 -6.89019 2.41792'/>
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.92372'/>
1001                 <fieldValue name='cylinderTranslationvalue='1.46224 0.59038 2.23327'/>
1002                 <fieldValue name='coneTranslationvalue='1.47560 0.41499 2.47858'/>
1003                 <fieldValue name='rotationvalue='75.06771 0 -4.08925 2.19080'/>
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.50576'/>
1012                 <fieldValue name='cylinderTranslationvalue='1.33079 1.08595 1.85977'/>
1013                 <fieldValue name='coneTranslationvalue='1.29002 1.16941 1.86044'/>
1014                 <fieldValue name='rotationvalue='0.36763 -0.00000 22.20017 0.45449'/>
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='0.50369'/>
1023                 <fieldValue name='cylinderTranslationvalue='-0.62548 2.59733 -0.23549'/>
1024                 <fieldValue name='coneTranslationvalue='-0.58351 2.60151 -0.15390'/>
1025                 <fieldValue name='rotationvalue='44.74466 0 -23.01501 1.52531'/>
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='0.19863'/>
1034                 <fieldValue name='cylinderTranslationvalue='-0.80470 2.62550 -0.52385'/>
1035                 <fieldValue name='coneTranslationvalue='-0.76550 2.60129 -0.48435'/>
1036                 <fieldValue name='rotationvalue='-12.92813 0 12.82945 1.16041'/>
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.60266'/>
1045                 <fieldValue name='cylinderTranslationvalue='-0.76480 2.61918 -0.75771'/>
1046                 <fieldValue name='coneTranslationvalue='-0.77617 2.63480 -0.89771'/>
1047                 <fieldValue name='rotationvalue='-59.69983 0 4.84854 1.46004'/>
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.35171'/>
1056                 <fieldValue name='cylinderTranslationvalue='-0.86557 2.60506 -0.58139'/>
1057                 <fieldValue name='coneTranslationvalue='-0.87683 2.60679 -0.59241'/>
1058                 <fieldValue name='rotationvalue='-24.43658 0 25.00208 1.46149'/>
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='0.31997'/>
1067                 <fieldValue name='cylinderTranslationvalue='-0.89206 2.63359 -0.44007'/>
1068                 <fieldValue name='coneTranslationvalue='-0.89204 2.63359 -0.44008'/>
1069                 <fieldValue name='rotationvalue='3.82767 -0.00000 30.30024 1.26794'/>
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.33698'/>
1078                 <fieldValue name='cylinderTranslationvalue='-0.90607 2.58175 -0.49045'/>
1079                 <fieldValue name='coneTranslationvalue='-0.91441 2.58154 -0.49203'/>
1080                 <fieldValue name='rotationvalue='-6.24831 0 33.10327 1.59531'/>
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.74473'/>
1089                 <fieldValue name='cylinderTranslationvalue='-0.53054 2.66968 -0.75505'/>
1090                 <fieldValue name='coneTranslationvalue='-0.41076 2.71748 -0.92378'/>
1091                 <fieldValue name='rotationvalue='-59.16846 0 -42.00388 1.34378'/>
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.81051'/>
1100                 <fieldValue name='cylinderTranslationvalue='-0.73324 2.55715 -0.86338'/>
1101                 <fieldValue name='coneTranslationvalue='-0.72882 2.53976 -1.10798'/>
1102                 <fieldValue name='rotationvalue='-80.83428 0 -1.46268 1.64175'/>
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.74473'/>
1111                 <fieldValue name='cylinderTranslationvalue='-0.53054 2.66968 -0.75506'/>
1112                 <fieldValue name='coneTranslationvalue='-0.41076 2.71748 -0.92378'/>
1113                 <fieldValue name='rotationvalue='-59.16879 0 -42.00366 1.34378'/>
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='1.47479'/>
1122                 <fieldValue name='cylinderTranslationvalue='-0.33971 2.43857 0.14193'/>
1123                 <fieldValue name='coneTranslationvalue='-0.02584 2.32323 0.61264'/>
1124                 <fieldValue name='rotationvalue='120.22862 0 -80.16932 1.77191'/>
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.27567'/>
1133                 <fieldValue name='cylinderTranslationvalue='-0.83026 2.65069 -0.37704'/>
1134                 <fieldValue name='coneTranslationvalue='-0.81583 2.64026 -0.39025'/>
1135                 <fieldValue name='rotationvalue='16.43436 -0.00000 17.94068 1.08130'/>
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.72358'/>
1144                 <fieldValue name='cylinderTranslationvalue='-0.97799 2.52019 -0.72417'/>
1145                 <fieldValue name='coneTranslationvalue='-1.11042 2.48355 -0.87196'/>
1146                 <fieldValue name='rotationvalue='-52.99227 0 47.48661 1.75337'/>
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.82650'/>
1155                 <fieldValue name='cylinderTranslationvalue='-0.89619 2.49709 -0.83159'/>
1156                 <fieldValue name='coneTranslationvalue='-0.99157 2.44267 -1.05980'/>
1157                 <fieldValue name='rotationvalue='-74.47622 0 31.12734 1.78735'/>
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.46464'/>
1166                 <fieldValue name='cylinderTranslationvalue='-1.09345 2.61529 -0.55621'/>
1167                 <fieldValue name='coneTranslationvalue='-1.02353 2.63080 -0.56626'/>
1168                 <fieldValue name='rotationvalue='-6.45737 0 -44.92018 1.35461'/>
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.31524'/>
1177                 <fieldValue name='cylinderTranslationvalue='-1.18080 2.62338 -0.47243'/>
1178                 <fieldValue name='coneTranslationvalue='-1.18288 2.62250 -0.47321'/>
1179                 <fieldValue name='rotationvalue='10.29843 0 -27.44940 1.19446'/>
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.24677'/>
1188                 <fieldValue name='cylinderTranslationvalue='-1.19482 2.57153 -0.52281'/>
1189                 <fieldValue name='coneTranslationvalue='-1.23139 2.56973 -0.52314'/>
1190                 <fieldValue name='rotationvalue='0.22244 0 -24.64636 1.52149'/>
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.48317'/>
1199                 <fieldValue name='cylinderTranslationvalue='-1.11901 2.64047 -0.40939'/>
1200                 <fieldValue name='coneTranslationvalue='-1.05179 2.66581 -0.37072'/>
1201                 <fieldValue name='rotationvalue='22.90511 0 -39.80895 1.25504'/>
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.45592'/>
1210                 <fieldValue name='cylinderTranslationvalue='-1.49526 2.44442 -0.60083'/>
1211                 <fieldValue name='coneTranslationvalue='-1.54808 2.40834 -0.62376'/>
1212                 <fieldValue name='rotationvalue='-15.38290 0 35.44075 2.13049'/>
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.81097'/>
1221                 <fieldValue name='cylinderTranslationvalue='-0.45281 -2.35678 -0.02291'/>
1222                 <fieldValue name='coneTranslationvalue='-0.46975 -2.57861 0.08086'/>
1223                 <fieldValue name='rotationvalue='34.28263 -0.00000 5.59578 2.69895'/>
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.22379'/>
1232                 <fieldValue name='cylinderTranslationvalue='-0.50553 -2.05019 -0.14501'/>
1233                 <fieldValue name='coneTranslationvalue='-0.47084 -2.02447 -0.16621'/>
1234                 <fieldValue name='rotationvalue='9.86247 -0.00000 16.13859 2.13478'/>
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='0.41707'/>
1243                 <fieldValue name='cylinderTranslationvalue='-0.33664 -2.16736 -0.12811'/>
1244                 <fieldValue name='coneTranslationvalue='-0.31612 -2.20855 -0.11270'/>
1245                 <fieldValue name='rotationvalue='13.24391 0 -17.63848 2.58433'/>
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.91289'/>
1254                 <fieldValue name='cylinderTranslationvalue='-0.55322 -2.14548 -0.60396'/>
1255                 <fieldValue name='coneTranslationvalue='-0.63661 -2.24622 -0.87000'/>
1256                 <fieldValue name='rotationvalue='-81.92648 0 25.67762 1.91752'/>
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='1.23591'/>
1265                 <fieldValue name='cylinderTranslationvalue='0.13912 -1.74745 -0.12497'/>
1266                 <fieldValue name='coneTranslationvalue='0.55705 -1.56742 -0.07358'/>
1267                 <fieldValue name='rotationvalue='13.87065 0 -112.79062 1.16678'/>
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.44094'/>
1276                 <fieldValue name='cylinderTranslationvalue='-0.21044 -2.00792 -0.14603'/>
1277                 <fieldValue name='coneTranslationvalue='-0.15163 -2.01273 -0.13278'/>
1278                 <fieldValue name='rotationvalue='9.65910 0 -42.88003 1.65047'/>
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.43764'/>
1287                 <fieldValue name='cylinderTranslationvalue='-0.62506 -2.06540 -0.24083'/>
1288                 <fieldValue name='coneTranslationvalue='-0.67889 -2.08556 -0.25333'/>
1289                 <fieldValue name='rotationvalue='-9.30073 0 40.04555 1.92075'/>
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.44137'/>
1298                 <fieldValue name='cylinderTranslationvalue='-0.62814 -2.06188 -0.14682'/>
1299                 <fieldValue name='coneTranslationvalue='-0.68404 -2.08154 -0.13375'/>
1300                 <fieldValue name='rotationvalue='9.50211 -0.00000 40.66004 1.90076'/>
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='0.47105'/>
1309                 <fieldValue name='cylinderTranslationvalue='-0.46230 -2.20216 -0.09834'/>
1310                 <fieldValue name='coneTranslationvalue='-0.47432 -2.27008 -0.06756'/>
1311                 <fieldValue name='rotationvalue='19.19713 -0.00000 7.49317 2.68880'/>
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='0.81825'/>
1320                 <fieldValue name='cylinderTranslationvalue='-0.35102 -2.37193 -0.32218'/>
1321                 <fieldValue name='coneTranslationvalue='-0.30606 -2.60427 -0.40003'/>
1322                 <fieldValue name='rotationvalue='-25.57095 0 -14.76417 2.77241'/>
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.78030'/>
1331                 <fieldValue name='cylinderTranslationvalue='-0.54884 -2.23393 0.08410'/>
1332                 <fieldValue name='coneTranslationvalue='-0.62199 -2.37760 0.24834'/>
1333                 <fieldValue name='rotationvalue='55.68536 -0.00000 24.80051 2.24498'/>
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.85682'/>
1342                 <fieldValue name='cylinderTranslationvalue='-0.47449 -2.27459 -0.51101'/>
1343                 <fieldValue name='coneTranslationvalue='-0.50560 -2.45266 -0.70943'/>
1344                 <fieldValue name='rotationvalue='-63.33762 0 9.93091 2.29618'/>
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.43367'/>
1353                 <fieldValue name='cylinderTranslationvalue='-0.54028 -2.14360 -0.09328'/>
1354                 <fieldValue name='coneTranslationvalue='-0.57054 -2.18376 -0.06679'/>
1355                 <fieldValue name='rotationvalue='20.20953 -0.00000 23.08880 2.35557'/>
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.75953'/>
1364                 <fieldValue name='cylinderTranslationvalue='-0.07281 -2.05858 -0.06923'/>
1365                 <fieldValue name='coneTranslationvalue='0.13090 -2.09806 0.00315'/>
1366                 <fieldValue name='rotationvalue='25.01831 0 -70.40507 1.75139'/>
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.85682'/>
1375                 <fieldValue name='cylinderTranslationvalue='-0.47449 -2.27459 -0.51101'/>
1376                 <fieldValue name='coneTranslationvalue='-0.50560 -2.45266 -0.70943'/>
1377                 <fieldValue name='rotationvalue='-63.33724 0 9.93138 2.29618'/>
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.71847'/>
1386                 <fieldValue name='cylinderTranslationvalue='-0.75752 -1.85573 -0.20992'/>
1387                 <fieldValue name='coneTranslationvalue='-0.94203 -1.78105 -0.21856'/>
1388                 <fieldValue name='rotationvalue='-3.11791 0 66.53654 1.18661'/>
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.43334'/>
1397                 <fieldValue name='cylinderTranslationvalue='-0.53747 -2.16865 -0.24409'/>
1398                 <fieldValue name='coneTranslationvalue='-0.56693 -2.21528 -0.25710'/>
1399                 <fieldValue name='rotationvalue='-9.95187 0 22.52732 2.53713'/>
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.91289'/>
1408                 <fieldValue name='cylinderTranslationvalue='-0.55322 -2.14548 -0.60396'/>
1409                 <fieldValue name='coneTranslationvalue='-0.63661 -2.24622 -0.87000'/>
1410                 <fieldValue name='rotationvalue='-81.92648 0 25.67762 1.91752'/>
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='1.04204'/>
1419                 <fieldValue name='cylinderTranslationvalue='-2.32189 -0.52709 1.38451'/>
1420                 <fieldValue name='coneTranslationvalue='-2.35958 -0.67820 1.05881'/>
1421                 <fieldValue name='rotationvalue='-94.00874 0 10.87987 2.00267'/>
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.50447'/>
1430                 <fieldValue name='cylinderTranslationvalue='-2.21390 -0.13957 2.03356'/>
1431                 <fieldValue name='coneTranslationvalue='-2.19430 -0.07762 2.09902'/>
1432                 <fieldValue name='rotationvalue='35.80134 0 -10.71914 0.83427'/>
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.60126'/>
1441                 <fieldValue name='cylinderTranslationvalue='-2.11381 -0.34008 2.11106'/>
1442                 <fieldValue name='coneTranslationvalue='-2.04192 -0.35462 2.23105'/>
1443                 <fieldValue name='rotationvalue='51.30109 0 -30.73660 1.67434'/>
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.60126'/>
1452                 <fieldValue name='cylinderTranslationvalue='-2.11381 -0.34008 2.11106'/>
1453                 <fieldValue name='coneTranslationvalue='-2.04192 -0.35462 2.23105'/>
1454                 <fieldValue name='rotationvalue='51.30109 0 -30.73658 1.67434'/>
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.58528'/>
1463                 <fieldValue name='cylinderTranslationvalue='-2.28154 -0.02951 1.94011'/>
1464                 <fieldValue name='coneTranslationvalue='-2.28790 0.09718 1.97889'/>
1465                 <fieldValue name='rotationvalue='17.11133 -0.00000 2.80902 0.30079'/>
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.25065'/>
1474                 <fieldValue name='cylinderTranslationvalue='-2.26962 -0.23445 1.95527'/>
1475                 <fieldValue name='coneTranslationvalue='-2.26903 -0.25508 1.92741'/>
1476                 <fieldValue name='rotationvalue='20.14322 -0.00000 0.42476 0.93366'/>
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.46910'/>
1485                 <fieldValue name='cylinderTranslationvalue='-2.39440 -0.39294 1.67605'/>
1486                 <fieldValue name='coneTranslationvalue='-2.43473 -0.41962 1.61932'/>
1487                 <fieldValue name='rotationvalue='-35.70079 0 25.38085 1.93676'/>
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='0.90669'/>
1496                 <fieldValue name='cylinderTranslationvalue='1.87498 -1.04463 0.33533'/>
1497                 <fieldValue name='coneTranslationvalue='1.88141 -1.00461 0.62586'/>
1498                 <fieldValue name='rotationvalue='89.79917 0 -1.98827 1.43392'/>
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.86357'/>
1507                 <fieldValue name='cylinderTranslationvalue='2.26159 -1.17720 -0.26918'/>
1508                 <fieldValue name='coneTranslationvalue='2.51120 -1.22171 -0.36707'/>
1509                 <fieldValue name='rotationvalue='-31.10341 0 -79.31028 1.73530'/>
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.95390'/>
1518                 <fieldValue name='cylinderTranslationvalue='2.30948 -1.06932 0.05537'/>
1519                 <fieldValue name='coneTranslationvalue='2.60483 -1.04461 0.16769'/>
1520                 <fieldValue name='rotationvalue='33.80566 0 -88.88856 1.49278'/>
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.97593'/>
1529                 <fieldValue name='cylinderTranslationvalue='1.91922 -1.48429 0.19038'/>
1530                 <fieldValue name='coneTranslationvalue='1.95564 -1.73821 0.39473'/>
1531                 <fieldValue name='rotationvalue='60.80818 0 -10.83650 2.45630'/>
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='1.39792'/>
1540                 <fieldValue name='cylinderTranslationvalue='1.84223 -0.60405 0.37170'/>
1541                 <fieldValue name='coneTranslationvalue='1.82464 -0.21661 0.74595'/>
1542                 <fieldValue name='rotationvalue='97.07181 -0.00000 4.56149 0.76865'/>
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='0.55723'/>
1551                 <fieldValue name='cylinderTranslationvalue='1.92342 -0.83594 -0.08174'/>
1552                 <fieldValue name='coneTranslationvalue='1.94828 -0.72076 -0.06815'/>
1553                 <fieldValue name='rotationvalue='6.38412 0 -11.67717 0.24116'/>
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.97602'/>
1562                 <fieldValue name='cylinderTranslationvalue='2.04875 -1.34922 0.26777'/>
1563                 <fieldValue name='coneTranslationvalue='2.17222 -1.51236 0.52415'/>
1564                 <fieldValue name='rotationvalue='76.28652 0 -36.74149 2.09137'/>
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='1.22962'/>
1573                 <fieldValue name='cylinderTranslationvalue='1.28405 -1.30551 -0.08464'/>
1574                 <fieldValue name='coneTranslationvalue='0.85427 -1.45273 -0.06317'/>
1575                 <fieldValue name='rotationvalue='5.80423 -0.00000 116.19673 1.90043'/>
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='1.08428'/>
1584                 <fieldValue name='cylinderTranslationvalue='1.93509 -0.90558 -0.61230'/>
1585                 <fieldValue name='coneTranslationvalue='1.98448 -0.76396 -0.96378'/>
1586                 <fieldValue name='rotationvalue='-99.72773 0 -14.01137 1.19115'/>
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.54788'/>
1595                 <fieldValue name='cylinderTranslationvalue='1.90592 -1.37734 -0.10997'/>
1596                 <fieldValue name='coneTranslationvalue='1.92292 -1.49000 -0.10844'/>
1597                 <fieldValue name='rotationvalue='0.73831 0 -8.17649 2.99118'/>
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.54997'/>
1606                 <fieldValue name='cylinderTranslationvalue='1.92210 -1.37142 -0.16028'/>
1607                 <fieldValue name='coneTranslationvalue='1.94597 -1.48220 -0.17977'/>
1608                 <fieldValue name='rotationvalue='-9.32306 0 -11.41314 2.87032'/>
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='0.91183'/>
1617                 <fieldValue name='cylinderTranslationvalue='2.15981 -1.26255 0.19716'/>
1618                 <fieldValue name='coneTranslationvalue='2.35114 -1.36383 0.39891'/>
1619                 <fieldValue name='rotationvalue='62.16529 0 -58.95544 1.92014'/>
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.53523'/>
1628                 <fieldValue name='cylinderTranslationvalue='2.02936 -1.20176 0.07486'/>
1629                 <fieldValue name='coneTranslationvalue='2.09544 -1.24007 0.15067'/>
1630                 <fieldValue name='rotationvalue='37.70427 0 -32.86508 1.93476'/>
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.47406'/>
1639                 <fieldValue name='cylinderTranslationvalue='2.07798 -1.16918 -0.03055'/>
1640                 <fieldValue name='coneTranslationvalue='2.14719 -1.18956 -0.00354'/>
1641                 <fieldValue name='rotationvalue='16.62177 0 -42.58925 1.83847'/>
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.95390'/>
1650                 <fieldValue name='cylinderTranslationvalue='2.30948 -1.06932 0.05537'/>
1651                 <fieldValue name='coneTranslationvalue='2.60483 -1.04461 0.16769'/>
1652                 <fieldValue name='rotationvalue='33.80567 0 -88.88856 1.49278'/>
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.44616'/>
1661                 <fieldValue name='cylinderTranslationvalue='2.06453 -1.18836 -0.05650'/>
1662                 <fieldValue name='coneTranslationvalue='2.12093 -1.21151 -0.04034'/>
1663                 <fieldValue name='rotationvalue='11.43183 0 -39.89762 1.94655'/>
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.21430'/>
1672                 <fieldValue name='cylinderTranslationvalue='1.95488 -1.16209 -0.13148'/>
1673                 <fieldValue name='coneTranslationvalue='1.91057 -1.13467 -0.12269'/>
1674                 <fieldValue name='rotationvalue='-3.56367 0 -17.96938 2.11635'/>
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.52868'/>
1683                 <fieldValue name='cylinderTranslationvalue='1.66313 -1.27056 -0.16046'/>
1684                 <fieldValue name='coneTranslationvalue='1.58343 -1.33532 -0.17894'/>
1685                 <fieldValue name='rotationvalue='-9.36053 0 40.38217 2.24038'/>
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.79331'/>
1694                 <fieldValue name='cylinderTranslationvalue='2.18034 -1.34686 -0.12569'/>
1695                 <fieldValue name='coneTranslationvalue='2.36845 -1.49027 -0.13286'/>
1696                 <fieldValue name='rotationvalue='-2.40535 0 -63.05983 2.22180'/>
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.48818'/>
1705                 <fieldValue name='cylinderTranslationvalue='1.85261 -1.15782 -0.35197'/>
1706                 <fieldValue name='coneTranslationvalue='1.84833 -1.17550 -0.43407'/>
1707                 <fieldValue name='rotationvalue='-47.66225 0 2.48604 1.78265'/>
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='1.05510'/>
1716                 <fieldValue name='cylinderTranslationvalue='1.91821 -0.87743 -0.58590'/>
1717                 <fieldValue name='coneTranslationvalue='1.95525 -0.71783 -0.91491'/>
1718                 <fieldValue name='rotationvalue='-94.44738 0 -10.63438 1.12163'/>
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.56696'/>
1727                 <fieldValue name='cylinderTranslationvalue='2.05402 -1.08587 -0.32395'/>
1728                 <fieldValue name='coneTranslationvalue='2.13634 -1.07689 -0.41554'/>
1729                 <fieldValue name='rotationvalue='-42.05702 0 -37.79671 1.49800'/>
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.98007'/>
1738                 <fieldValue name='cylinderTranslationvalue='1.68786 -0.82945 0.24965'/>
1739                 <fieldValue name='coneTranslationvalue='1.56854 -0.64286 0.49433'/>
1740                 <fieldValue name='rotationvalue='72.66171 -0.00000 35.43453 0.96994'/>
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.47819'/>
1749                 <fieldValue name='cylinderTranslationvalue='1.98908 -1.06403 -0.31360'/>
1750                 <fieldValue name='coneTranslationvalue='2.03011 -1.04998 -0.37974'/>
1751                 <fieldValue name='rotationvalue='-39.98802 0 -24.80812 1.39223'/>
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.90070'/>
1760                 <fieldValue name='cylinderTranslationvalue='1.97770 -1.53075 -0.21431'/>
1761                 <fieldValue name='coneTranslationvalue='2.05034 -1.80427 -0.27920'/>
1762                 <fieldValue name='rotationvalue='-20.12964 0 -22.53334 2.79950'/>
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.97593'/>
1771                 <fieldValue name='cylinderTranslationvalue='1.91922 -1.48429 0.19038'/>
1772                 <fieldValue name='coneTranslationvalue='1.95564 -1.73821 0.39473'/>
1773                 <fieldValue name='rotationvalue='60.80818 0 -10.83650 2.45630'/>
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.90513'/>
1782                 <fieldValue name='cylinderTranslationvalue='1.93842 -1.55210 -0.08433'/>
1783                 <fieldValue name='coneTranslationvalue='1.98586 -1.84017 -0.06537'/>
1784                 <fieldValue name='rotationvalue='5.86627 0 -14.67674 2.96607'/>
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.40049'/>
1793                 <fieldValue name='cylinderTranslationvalue='1.71254 -0.01713 -2.60882'/>
1794                 <fieldValue name='coneTranslationvalue='1.68818 -0.00386 -2.63798'/>
1795                 <fieldValue name='rotationvalue='-29.01443 0 24.23996 1.23465'/>
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.34459'/>
1804                 <fieldValue name='cylinderTranslationvalue='-0.49028 -2.56857 0.07307'/>
1805                 <fieldValue name='coneTranslationvalue='-0.49096 -2.55754 0.06769'/>
1806                 <fieldValue name='rotationvalue='-15.08550 0 1.89738 0.45697'/>
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.99863'/>
1815                 <fieldValue name='cylinderTranslationvalue='-0.22463 2.45002 0.36565'/>
1816                 <fieldValue name='coneTranslationvalue='-0.03043 2.34214 0.62213'/>
1817                 <fieldValue name='rotationvalue='75.48396 0 -57.15431 1.89436'/>
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.50919'/>
1826                 <fieldValue name='cylinderTranslationvalue='-0.71518 2.66214 -0.15332'/>
1827                 <fieldValue name='coneTranslationvalue='-0.79127 2.68196 -0.20591'/>
1828                 <fieldValue name='rotationvalue='-28.31030 0 40.95568 1.35966'/>
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.35512'/>
1837                 <fieldValue name='cylinderTranslationvalue='0.01915 2.50556 1.28978'/>
1838                 <fieldValue name='coneTranslationvalue='0.00491 2.51292 1.29696'/>
1839                 <fieldValue name='rotationvalue='14.51014 -0.00000 28.78847 1.13809'/>
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.50475'/>
1848                 <fieldValue name='cylinderTranslationvalue='0.11211 2.36119 0.98015'/>
1849                 <fieldValue name='coneTranslationvalue='0.09346 2.33559 0.89338'/>
1850                 <fieldValue name='rotationvalue='-47.41561 0 10.19500 1.85151'/>
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.39073'/>
1859                 <fieldValue name='cylinderTranslationvalue='2.52197 0.16517 -2.03714'/>
1860                 <fieldValue name='coneTranslationvalue='2.54110 0.19322 -2.02723'/>
1861                 <fieldValue name='rotationvalue='10.95113 0 -21.13639 0.65511'/>
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.15797'/>
1870                 <fieldValue name='cylinderTranslationvalue='2.40471 -0.05555 -2.13401'/>
1871                 <fieldValue name='coneTranslationvalue='2.41659 0.01195 -2.09081'/>
1872                 <fieldValue name='rotationvalue='-8.42286 0 2.31516 2.55565'/>
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.71933'/>
1881                 <fieldValue name='cylinderTranslationvalue='0.59161 1.84756 1.78312'/>
1882                 <fieldValue name='coneTranslationvalue='0.71542 1.73887 1.67033'/>
1883                 <fieldValue name='rotationvalue='-40.63381 0 -44.60709 2.14645'/>
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.74075'/>
1892                 <fieldValue name='cylinderTranslationvalue='0.81745 1.89735 1.60335'/>
1893                 <fieldValue name='coneTranslationvalue='0.93042 1.72601 1.64956'/>
1894                 <fieldValue name='rotationvalue='16.27178 0 -39.77792 2.52263'/>
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.32202'/>
1903                 <fieldValue name='cylinderTranslationvalue='0.55646 2.34644 1.50371'/>
1904                 <fieldValue name='coneTranslationvalue='0.55607 2.34737 1.50359'/>
1905                 <fieldValue name='rotationvalue='-3.65618 0 12.42016 0.41376'/>
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.59551'/>
1914                 <fieldValue name='cylinderTranslationvalue='1.69781 -0.76759 0.69864'/>
1915                 <fieldValue name='coneTranslationvalue='1.61124 -0.66804 0.65900'/>
1916                 <fieldValue name='rotationvalue='-17.13746 0 37.42280 0.76311'/>
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.37029'/>
1925                 <fieldValue name='cylinderTranslationvalue='1.69514 0.79139 2.07656'/>
1926                 <fieldValue name='coneTranslationvalue='1.70389 0.77784 2.09585'/>
1927                 <fieldValue name='rotationvalue='28.40569 0 -12.87873 2.14009'/>
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='0.59546'/>
1936                 <fieldValue name='cylinderTranslationvalue='1.89804 1.02223 1.93974'/>
1937                 <fieldValue name='coneTranslationvalue='2.02169 1.08284 1.94215'/>
1938                 <fieldValue name='rotationvalue='1.04083 0 -53.45845 1.11507'/>
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.57414'/>
1947                 <fieldValue name='cylinderTranslationvalue='1.90099 0.91341 2.02879'/>
1948                 <fieldValue name='coneTranslationvalue='2.02061 0.92325 2.07051'/>
1949                 <fieldValue name='rotationvalue='18.85110 0 -54.04873 1.49331'/>
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.27623'/>
1958                 <fieldValue name='cylinderTranslationvalue='1.73465 0.97813 1.96139'/>
1959                 <fieldValue name='coneTranslationvalue='1.71819 0.96436 1.95714'/>
1960                 <fieldValue name='rotationvalue='5.37137 0 -20.78038 0.88991'/>
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.32951'/>
1969                 <fieldValue name='cylinderTranslationvalue='-0.54299 -2.26198 -0.04903'/>
1970                 <fieldValue name='coneTranslationvalue='-0.54175 -2.26637 -0.04768'/>
1971                 <fieldValue name='rotationvalue='9.33466 0 -8.64543 2.74516'/>
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.59373'/>
1980                 <fieldValue name='cylinderTranslationvalue='-0.62953 -2.29374 0.13341'/>
1981                 <fieldValue name='coneTranslationvalue='-0.64950 -2.37846 0.23904'/>
1982                 <fieldValue name='rotationvalue='45.82289 -0.00000 8.66191 2.23818'/>
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='0.22459'/>
1991                 <fieldValue name='cylinderTranslationvalue='-0.62097 -2.20342 -0.04397'/>
1992                 <fieldValue name='coneTranslationvalue='-0.60621 -2.16373 -0.06594'/>
1993                 <fieldValue name='rotationvalue='10.34706 -0.00000 6.95020 2.55324'/>
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.64969'/>
2002                 <fieldValue name='cylinderTranslationvalue='-0.83821 -1.91554 -0.16060'/>
2003                 <fieldValue name='coneTranslationvalue='-0.96609 -1.81686 -0.19354'/>
2004                 <fieldValue name='rotationvalue='-12.98038 0 50.39794 0.92902'/>
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.37336'/>
2013                 <fieldValue name='cylinderTranslationvalue='1.17726 0.85294 2.52189'/>
2014                 <fieldValue name='coneTranslationvalue='1.16256 0.85246 2.54415'/>
2015                 <fieldValue name='rotationvalue='31.15219 -0.00000 20.56787 1.58883'/>
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.11091'/>
2024                 <fieldValue name='cylinderTranslationvalue='1.33135 0.87248 2.35248'/>
2025                 <fieldValue name='coneTranslationvalue='1.23472 0.84198 2.37820'/>
2026                 <fieldValue name='rotationvalue='-2.72838 0 -10.25127 1.27477'/>
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.19148'/>
2035                 <fieldValue name='cylinderTranslationvalue='1.95364 -0.40344 -2.36521'/>
2036                 <fieldValue name='coneTranslationvalue='1.92487 -0.42919 -2.41658'/>
2037                 <fieldValue name='rotationvalue='15.30628 0 -8.57271 1.15855'/>
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.41021'/>
2046                 <fieldValue name='cylinderTranslationvalue='1.77701 -0.52071 -2.57571'/>
2047                 <fieldValue name='coneTranslationvalue='1.74759 -0.53806 -2.60517'/>
2048                 <fieldValue name='rotationvalue='-26.79429 0 26.75311 1.96568'/>
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.67220'/>
2057                 <fieldValue name='cylinderTranslationvalue='1.03463 1.93106 1.67228'/>
2058                 <fieldValue name='coneTranslationvalue='1.02505 1.75534 1.67879'/>
2059                 <fieldValue name='rotationvalue='2.48535 -0.00000 3.65864 3.07575'/>
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.46658'/>
2068                 <fieldValue name='cylinderTranslationvalue='2.45057 -1.15659 -0.47946'/>
2069                 <fieldValue name='coneTranslationvalue='2.38536 -1.12789 -0.49667'/>
2070                 <fieldValue name='rotationvalue='-10.95360 0 41.51357 1.16856'/>
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.37646'/>
2079                 <fieldValue name='cylinderTranslationvalue='1.83534 0.58362 2.35285'/>
2080                 <fieldValue name='coneTranslationvalue='1.84671 0.56743 2.37299'/>
2081                 <fieldValue name='rotationvalue='26.85242 0 -15.16132 2.18170'/>
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.40826'/>
2090                 <fieldValue name='cylinderTranslationvalue='-0.12224 -2.18490 -0.07981'/>
2091                 <fieldValue name='coneTranslationvalue='-0.09496 -2.15043 -0.08369'/>
2092                 <fieldValue name='rotationvalue='-3.58481 0 -25.24155 0.67445'/>
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.00000'/>
2101                 <fieldValue name='cylinderTranslationvalue='-2.75392 -0.69723 0.08454'/>
2102                 <fieldValue name='coneTranslationvalue='-2.72919 -0.57280 -0.01294'/>
2103                 <fieldValue name='rotationvalue='0.00016 -0.00000 0.00004 2.46185'/>
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.03941'/>
2112                 <fieldValue name='cylinderTranslationvalue='-2.32924 -1.43716 -0.64969'/>
2113                 <fieldValue name='coneTranslationvalue='-2.39465 -1.50111 -0.54333'/>
2114                 <fieldValue name='rotationvalue='-2.98815 0 -1.83764 1.09744'/>
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.06768'/>
2123                 <fieldValue name='cylinderTranslationvalue='-2.35667 -1.41866 -0.62722'/>
2124                 <fieldValue name='coneTranslationvalue='-2.28864 -1.52112 -0.65529'/>
2125                 <fieldValue name='rotationvalue='1.50597 -0.00000 3.65007 0.62288'/>
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.00000'/>
2134                 <fieldValue name='cylinderTranslationvalue='1.75347 0.63564 -2.41243'/>
2135                 <fieldValue name='coneTranslationvalue='1.61322 0.64866 -2.33653'/>
2136                 <fieldValue name='rotationvalue='-0.00007 0 -0.00014 1.65223'/>
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.35585'/>
2145                 <fieldValue name='cylinderTranslationvalue='2.24835 0.43913 -2.11420'/>
2146                 <fieldValue name='coneTranslationvalue='2.24442 0.42165 -2.11369'/>
2147                 <fieldValue name='rotationvalue='1.01649 -0.00000 7.80188 2.91865'/>
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.42953'/>
2156                 <fieldValue name='cylinderTranslationvalue='-2.48415 -0.85590 -0.78259'/>
2157                 <fieldValue name='coneTranslationvalue='-2.49056 -0.82348 -0.82627'/>
2158                 <fieldValue name='rotationvalue='-34.25201 0 5.02833 0.93731'/>
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.29365'/>
2167                 <fieldValue name='cylinderTranslationvalue='-2.50788 -1.04617 -0.48812'/>
2168                 <fieldValue name='coneTranslationvalue='-2.50349 -1.04050 -0.49918'/>
2169                 <fieldValue name='rotationvalue='24.64334 -0.00000 9.77404 2.01532'/>
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.47465'/>
2178                 <fieldValue name='cylinderTranslationvalue='-0.82894 2.65880 -0.82235'/>
2179                 <fieldValue name='coneTranslationvalue='-0.81594 2.65675 -0.89855'/>
2180                 <fieldValue name='rotationvalue='-46.77171 0 -7.98091 1.59742'/>
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.23070'/>
2189                 <fieldValue name='cylinderTranslationvalue='-0.97022 2.62137 -0.55509'/>
2190                 <fieldValue name='coneTranslationvalue='-0.93098 2.63830 -0.56802'/>
2191                 <fieldValue name='rotationvalue='6.67981 -0.00000 20.27382 1.95985'/>
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='0.55903'/>
2200                 <fieldValue name='cylinderTranslationvalue='1.20042 1.43648 1.82218'/>
2201                 <fieldValue name='coneTranslationvalue='1.12171 1.50455 1.76340'/>
2202                 <fieldValue name='rotationvalue='-27.49341 0 36.81550 0.96479'/>
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.37502'/>
2211                 <fieldValue name='cylinderTranslationvalue='1.42988 1.09579 1.94683'/>
2212                 <fieldValue name='coneTranslationvalue='1.43654 1.06916 1.94495'/>
2213                 <fieldValue name='rotationvalue='-2.56274 0 -9.07694 2.88736'/>
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.65802'/>
2222                 <fieldValue name='cylinderTranslationvalue='-2.44880 -0.61102 1.20601'/>
2223                 <fieldValue name='coneTranslationvalue='-2.48604 -0.54211 1.35577'/>
2224                 <fieldValue name='rotationvalue='58.30795 -0.00000 14.50098 1.15083'/>
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.36441'/>
2233                 <fieldValue name='cylinderTranslationvalue='1.48193 0.43380 2.46471'/>
2234                 <fieldValue name='coneTranslationvalue='1.48202 0.42017 2.48225'/>
2235                 <fieldValue name='rotationvalue='28.77844 0 -0.15087 2.23122'/>
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='0.20450'/>
2244                 <fieldValue name='cylinderTranslationvalue='-1.03108 2.60093 -0.61264'/>
2245                 <fieldValue name='coneTranslationvalue='-1.00820 2.61410 -0.66400'/>
2246                 <fieldValue name='rotationvalue='18.18826 -0.00000 8.10118 1.80084'/>
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.40114'/>
2255                 <fieldValue name='cylinderTranslationvalue='-1.10300 2.53937 -0.84636'/>
2256                 <fieldValue name='coneTranslationvalue='-1.12574 2.52221 -0.87524'/>
2257                 <fieldValue name='rotationvalue='-28.55570 0 22.48453 2.00772'/>
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.35051'/>
2266                 <fieldValue name='cylinderTranslationvalue='-0.03066 2.37245 1.67092'/>
2267                 <fieldValue name='coneTranslationvalue='-0.04496 2.37274 1.67622'/>
2268                 <fieldValue name='rotationvalue='12.18432 -0.00000 32.85857 1.55199'/>
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.51353'/>
2277                 <fieldValue name='cylinderTranslationvalue='2.06922 0.12900 -2.39319'/>
2278                 <fieldValue name='coneTranslationvalue='2.07272 0.05123 -2.33571'/>
2279                 <fieldValue name='rotationvalue='30.50262 0 -1.85599 2.50423'/>
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='1.03146'/>
2288                 <fieldValue name='cylinderTranslationvalue='1.90062 -0.33349 0.40362'/>
2289                 <fieldValue name='coneTranslationvalue='1.95662 -0.49345 0.09085'/>
2290                 <fieldValue name='rotationvalue='-90.68769 0 -16.23866 2.03717'/>
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.91993'/>
2299                 <fieldValue name='cylinderTranslationvalue='1.78852 0.17902 1.22019'/>
2300                 <fieldValue name='coneTranslationvalue='1.76837 0.36202 1.45701'/>
2301                 <fieldValue name='rotationvalue='72.62684 -0.00000 6.18044 0.91463'/>
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='1.01178'/>
2310                 <fieldValue name='cylinderTranslationvalue='1.97660 -0.60688 -0.55398'/>
2311                 <fieldValue name='coneTranslationvalue='1.97303 -0.63524 -0.89868'/>
2312                 <fieldValue name='rotationvalue='-100.83150 0 1.04280 1.65289'/>
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.71495'/>
2321                 <fieldValue name='cylinderTranslationvalue='2.10364 -0.57483 -1.42911'/>
2322                 <fieldValue name='coneTranslationvalue='2.04923 -0.64655 -1.25335'/>
2323                 <fieldValue name='rotationvalue='63.63326 -0.00000 19.69711 1.94252'/>
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.14728'/>
2332                 <fieldValue name='cylinderTranslationvalue='-1.05757 2.62946 -0.47132'/>
2333                 <fieldValue name='coneTranslationvalue='-1.04114 2.69027 -0.41223'/>
2334                 <fieldValue name='rotationvalue='-10.07599 0 2.80303 2.35190'/>
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='0.17983'/>
2343                 <fieldValue name='cylinderTranslationvalue='-0.98176 2.69840 -0.35790'/>
2344                 <fieldValue name='coneTranslationvalue='-1.02993 2.68508 -0.40704'/>
2345                 <fieldValue name='rotationvalue='12.60669 0 -12.35956 1.37952'/>
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.87287'/>
2354                 <fieldValue name='cylinderTranslationvalue='0.35352 -1.76499 -0.07668'/>
2355                 <fieldValue name='coneTranslationvalue='0.13211 -1.92997 -0.09002'/>
2356                 <fieldValue name='rotationvalue='-4.21155 0 69.91059 2.21032'/>
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.77632'/>
2365                 <fieldValue name='cylinderTranslationvalue='1.08214 -1.46957 -0.13144'/>
2366                 <fieldValue name='coneTranslationvalue='1.30496 -1.44903 -0.17601'/>
2367                 <fieldValue name='rotationvalue='-15.16476 0 -75.81456 1.48064'/>
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='1.41625'/>
2376                 <fieldValue name='cylinderTranslationvalue='1.10688 -1.02846 0.27867'/>
2377                 <fieldValue name='coneTranslationvalue='1.41945 -0.65997 0.53742'/>
2378                 <fieldValue name='rotationvalue='66.85747 0 -80.76220 0.83352'/>
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.76112'/>
2387                 <fieldValue name='cylinderTranslationvalue='0.49114 -1.81566 0.00012'/>
2388                 <fieldValue name='coneTranslationvalue='0.36832 -1.99598 0.03242'/>
2389                 <fieldValue name='rotationvalue='11.14766 -0.00000 42.38555 2.52798'/>
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.70440'/>
2398                 <fieldValue name='cylinderTranslationvalue='2.25111 -0.65058 -1.35716'/>
2399                 <fieldValue name='coneTranslationvalue='2.38533 -0.62106 -1.49152'/>
2400                 <fieldValue name='rotationvalue='-49.24339 0 -49.19167 1.41661'/>
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.74350'/>
2409                 <fieldValue name='cylinderTranslationvalue='1.92266 -0.95691 -0.85061'/>
2410                 <fieldValue name='coneTranslationvalue='1.87568 -1.10058 -0.70233'/>
2411                 <fieldValue name='rotationvalue='52.06547 -0.00000 16.49742 2.31653'/>
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.72055'/>
2420                 <fieldValue name='cylinderTranslationvalue='2.12408 -0.88496 -0.82259'/>
2421                 <fieldValue name='coneTranslationvalue='2.19019 -0.98519 -0.66229'/>
2422                 <fieldValue name='rotationvalue='57.67071 0 -23.78534 2.09490'/>
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.71551'/>
2431                 <fieldValue name='cylinderTranslationvalue='0.60005 1.85272 1.78381'/>
2432                 <fieldValue name='coneTranslationvalue='0.48144 1.96380 1.89650'/>
2433                 <fieldValue name='rotationvalue='40.77200 -0.00000 42.91745 0.97435'/>
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='1.29502'/>
2442                 <fieldValue name='cylinderTranslationvalue='0.43789 1.97152 1.16151'/>
2443                 <fieldValue name='coneTranslationvalue='0.15423 2.21226 0.84647'/>
2444                 <fieldValue name='rotationvalue='-83.68739 0 75.35037 1.05433'/>
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.59844'/>
2453                 <fieldValue name='cylinderTranslationvalue='1.01722 1.48246 1.72078'/>
2454                 <fieldValue name='coneTranslationvalue='1.11147 1.40369 1.78630'/>
2455                 <fieldValue name='rotationvalue='28.16555 0 -40.51467 2.17222'/>
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.67084'/>
2464                 <fieldValue name='cylinderTranslationvalue='-1.37202 2.45050 -0.59972'/>
2465                 <fieldValue name='coneTranslationvalue='-1.52915 2.38403 -0.64053'/>
2466                 <fieldValue name='rotationvalue='-15.60534 0 60.08712 1.95947'/>
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='0.04008'/>
2475                 <fieldValue name='cylinderTranslationvalue='-2.31678 -1.41274 -0.67699'/>
2476                 <fieldValue name='coneTranslationvalue='-2.29399 -1.30495 -0.76331'/>
2477                 <fieldValue name='rotationvalue='2.47165 -0.00000 0.65274 2.44991'/>
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.49984'/>
2486                 <fieldValue name='cylinderTranslationvalue='-0.95775 -1.93075 -0.25642'/>
2487                 <fieldValue name='coneTranslationvalue='-1.00540 -1.85531 -0.24530'/>
2488                 <fieldValue name='rotationvalue='6.18282 -0.00000 26.49099 0.57547'/>
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.27088'/>
2497                 <fieldValue name='cylinderTranslationvalue='-0.73770 -2.24367 -0.29059'/>
2498                 <fieldValue name='coneTranslationvalue='-0.75358 -2.22495 -0.29000'/>
2499                 <fieldValue name='rotationvalue='-0.65114 0 -17.51823 2.43774'/>
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.26279'/>
2508                 <fieldValue name='cylinderTranslationvalue='-0.74358 -2.21511 -0.04577'/>
2509                 <fieldValue name='coneTranslationvalue='-0.76271 -2.19731 -0.05742'/>
2510                 <fieldValue name='rotationvalue='10.70741 0 -17.57124 2.24209'/>
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.50286'/>
2519                 <fieldValue name='cylinderTranslationvalue='-0.96082 -1.92723 -0.16241'/>
2520                 <fieldValue name='coneTranslationvalue='-1.00787 -1.85227 -0.18535'/>
2521                 <fieldValue name='rotationvalue='-12.62002 0 25.87650 0.60957'/>
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.10635'/>
2530                 <fieldValue name='cylinderTranslationvalue='1.96299 -1.64227 -0.15659'/>
2531                 <fieldValue name='coneTranslationvalue='1.93048 -1.65416 -0.05553'/>
2532                 <fieldValue name='rotationvalue='-10.06137 0 -3.23665 1.45922'/>
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='0.35920'/>
2541                 <fieldValue name='cylinderTranslationvalue='1.97930 -1.82295 -0.08064'/>
2542                 <fieldValue name='coneTranslationvalue='1.98285 -1.84202 -0.07784'/>
2543                 <fieldValue name='rotationvalue='5.12796 0 -6.50025 2.90900'/>
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.00000'/>
2552                 <fieldValue name='cylinderTranslationvalue='-0.32052 2.75349 -1.05090'/>
2553                 <fieldValue name='coneTranslationvalue='-0.24577 2.84381 -0.94202'/>
2554                 <fieldValue name='rotationvalue='-0.00032 0 0.00022 2.17064'/>
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.27008'/>
2563                 <fieldValue name='cylinderTranslationvalue='-2.21602 -0.06502 2.13428'/>
2564                 <fieldValue name='coneTranslationvalue='-2.20572 -0.04748 2.14875'/>
2565                 <fieldValue name='rotationvalue='-15.65812 0 11.14390 2.34981'/>
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.35604'/>
2574                 <fieldValue name='cylinderTranslationvalue='2.24735 0.43943 -2.11494'/>
2575                 <fieldValue name='coneTranslationvalue='2.25120 0.45702 -2.11553'/>
2576                 <fieldValue name='rotationvalue='-1.16472 0 -7.60322 0.21776'/>
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.39052'/>
2585                 <fieldValue name='cylinderTranslationvalue='1.11806 1.45443 1.77316'/>
2586                 <fieldValue name='coneTranslationvalue='1.13643 1.42892 1.78913'/>
2587                 <fieldValue name='rotationvalue='17.68953 0 -20.34500 2.37960'/>
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.35438'/>
2596                 <fieldValue name='cylinderTranslationvalue='2.03477 -1.79568 -0.26093'/>
2597                 <fieldValue name='coneTranslationvalue='2.04016 -1.81113 -0.26617'/>
2598                 <fieldValue name='rotationvalue='-10.80658 0 -11.12020 2.68871'/>
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.10449'/>
2607                 <fieldValue name='cylinderTranslationvalue='0.48980 2.51679 1.43870'/>
2608                 <fieldValue name='coneTranslationvalue='0.49921 2.46951 1.53508'/>
2609                 <fieldValue name='rotationvalue='-9.34512 0 0.91239 1.11662'/>
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.51461'/>
2618                 <fieldValue name='cylinderTranslationvalue='2.13472 -0.75999 -2.06842'/>
2619                 <fieldValue name='coneTranslationvalue='2.12218 -0.70696 -1.98781'/>
2620                 <fieldValue name='rotationvalue='42.63258 -0.00000 6.63534 0.99436'/>
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='0.50830'/>
2629                 <fieldValue name='cylinderTranslationvalue='1.89480 -0.52024 -2.46239'/>
2630                 <fieldValue name='coneTranslationvalue='1.85713 -0.57771 -2.52675'/>
2631                 <fieldValue name='rotationvalue='-34.74327 0 20.34008 2.22745'/>
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.23400'/>
2640                 <fieldValue name='cylinderTranslationvalue='2.09400 -0.31000 -2.32257'/>
2641                 <fieldValue name='coneTranslationvalue='2.05817 -0.33024 -2.31011'/>
2642                 <fieldValue name='rotationvalue='-6.77784 0 -19.50011 1.08059'/>
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.00000'/>
2651                 <fieldValue name='cylinderTranslationvalue='1.32632 -0.32962 -2.73516'/>
2652                 <fieldValue name='coneTranslationvalue='1.42506 -0.44288 -2.79013'/>
2653                 <fieldValue name='rotationvalue='0.00004 -0.00000 0.00006 0.78432'/>
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='0.80818'/>
2662                 <fieldValue name='cylinderTranslationvalue='2.03646 -0.63406 -1.45670'/>
2663                 <fieldValue name='coneTranslationvalue='1.99715 -0.64270 -1.21595'/>
2664                 <fieldValue name='rotationvalue='79.71193 -0.00000 13.01642 1.60620'/>
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.37774'/>
2673                 <fieldValue name='cylinderTranslationvalue='2.32414 -1.35781 0.38569'/>
2674                 <fieldValue name='coneTranslationvalue='2.30420 -1.34852 0.36699'/>
2675                 <fieldValue name='rotationvalue='-24.46103 0 26.09036 1.24311'/>
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.10581'/>
2684                 <fieldValue name='cylinderTranslationvalue='-2.55374 -1.15835 -0.34529'/>
2685                 <fieldValue name='coneTranslationvalue='-2.55983 -1.05907 -0.38499'/>
2686                 <fieldValue name='rotationvalue='3.92234 0 -0.60226 2.75717'/>
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.15515'/>
2695                 <fieldValue name='cylinderTranslationvalue='0.52331 2.54899 1.32503'/>
2696                 <fieldValue name='coneTranslationvalue='0.56376 2.55886 1.25389'/>
2697                 <fieldValue name='rotationvalue='13.38981 -0.00000 7.61422 1.69076'/>
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.34568'/>
2706                 <fieldValue name='cylinderTranslationvalue='0.61877 2.65056 1.12368'/>
2707                 <fieldValue name='coneTranslationvalue='0.62304 2.65742 1.11369'/>
2708                 <fieldValue name='rotationvalue='-26.87982 0 -11.47906 1.00754'/>
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.04599'/>
2717                 <fieldValue name='cylinderTranslationvalue='1.84383 1.08606 1.98046'/>
2718                 <fieldValue name='coneTranslationvalue='1.87527 1.21107 1.93406'/>
2719                 <fieldValue name='rotationvalue='1.55781 -0.00000 1.05540 2.72010'/>
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.06992'/>
2728                 <fieldValue name='cylinderTranslationvalue='2.27747 -1.25105 0.02661'/>
2729                 <fieldValue name='coneTranslationvalue='2.32561 -1.18247 0.11942'/>
2730                 <fieldValue name='rotationvalue='-5.18994 0 2.69163 2.15129'/>
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.38814'/>
2739                 <fieldValue name='cylinderTranslationvalue='1.82261 0.54306 1.74605'/>
2740                 <fieldValue name='coneTranslationvalue='1.81120 0.52841 1.71748'/>
2741                 <fieldValue name='rotationvalue='-32.54481 0 12.99764 2.01516'/>
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='0.27080'/>
2750                 <fieldValue name='cylinderTranslationvalue='2.15437 -1.24396 -0.07432'/>
2751                 <fieldValue name='coneTranslationvalue='2.17429 -1.24873 -0.06070'/>
2752                 <fieldValue name='rotationvalue='-14.99550 0 21.92824 1.37558'/>
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.00044'/>
2761                 <fieldValue name='cylinderTranslationvalue='-2.39106 -1.56934 0.42403'/>
2762                 <fieldValue name='coneTranslationvalue='-2.42708 -1.42955 0.49252'/>
2763                 <fieldValue name='rotationvalue='-0.01867 0 -0.00982 2.63600'/>
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='0.58310'/>
2772                 <fieldValue name='cylinderTranslationvalue='2.27018 -1.40246 -0.14351'/>
2773                 <fieldValue name='coneTranslationvalue='2.37191 -1.48583 -0.14089'/>
2774                 <fieldValue name='rotationvalue='1.15832 0 -45.09045 2.25718'/>
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.41931'/>
2783                 <fieldValue name='cylinderTranslationvalue='2.07893 -1.11962 -0.33142'/>
2784                 <fieldValue name='coneTranslationvalue='2.08702 -1.09640 -0.37455'/>
2785                 <fieldValue name='rotationvalue='-36.42435 0 -6.83874 1.08405'/>
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.58127'/>
2794                 <fieldValue name='cylinderTranslationvalue='-2.37288 -1.10901 -0.79214'/>
2795                 <fieldValue name='coneTranslationvalue='-2.38836 -1.06161 -0.91289'/>
2796                 <fieldValue name='rotationvalue='-53.72643 0 6.88660 1.19948'/>
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='0.20446'/>
2805                 <fieldValue name='cylinderTranslationvalue='-2.35669 -1.30282 -0.57160'/>
2806                 <fieldValue name='coneTranslationvalue='-2.34638 -1.25289 -0.54443'/>
2807                 <fieldValue name='rotationvalue='-9.61825 0 3.64762 2.61440'/>
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='0.29026'/>
2816                 <fieldValue name='cylinderTranslationvalue='-2.44459 -1.21093 -0.42459'/>
2817                 <fieldValue name='coneTranslationvalue='-2.43371 -1.21130 -0.43473'/>
2818                 <fieldValue name='rotationvalue='19.78332 -0.00000 21.22765 1.54643'/>
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.58409'/>
2827                 <fieldValue name='cylinderTranslationvalue='1.65070 -1.32188 -0.39878'/>
2828                 <fieldValue name='coneTranslationvalue='1.73637 -1.27091 -0.48536'/>
2829                 <fieldValue name='rotationvalue='-38.30173 0 -37.89612 1.17446'/>
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.00001'/>
2838                 <fieldValue name='cylinderTranslationvalue='-0.52415 -2.55881 -0.82770'/>
2839                 <fieldValue name='coneTranslationvalue='-0.40984 -2.49715 -0.92114'/>
2840                 <fieldValue name='rotationvalue='0.00038 -0.00000 0.00047 1.96641'/>
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='0.67524'/>
2849                 <fieldValue name='cylinderTranslationvalue='2.04225 -0.83496 -0.78584'/>
2850                 <fieldValue name='coneTranslationvalue='2.07953 -0.93313 -0.64259'/>
2851                 <fieldValue name='rotationvalue='54.45936 0 -14.17374 2.15638'/>
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.24021'/>
2860                 <fieldValue name='cylinderTranslationvalue='2.13500 -0.16613 -2.29857'/>
2861                 <fieldValue name='coneTranslationvalue='2.11624 -0.13665 -2.27934'/>
2862                 <fieldValue name='rotationvalue='-11.57790 0 -11.30003 2.40266'/>
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='0.40182'/>
2871                 <fieldValue name='cylinderTranslationvalue='-2.58016 -0.72945 -0.51966'/>
2872                 <fieldValue name='coneTranslationvalue='-2.59485 -0.69720 -0.54010'/>
2873                 <fieldValue name='rotationvalue='-20.07646 0 14.42956 0.66276'/>
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='Vertex'>
2881                 <fieldValue name='vertexTextvalue='"2010-02-17-CHFINTERNATIONAL.ORG-NODE"'/>
2882                 <fieldValue name='descriptionvalue='1: 2010-02-17-CHFINTERNATIONAL.ORG-NODE'/>
2883                 <fieldValue name='url'/>
2884                 <fieldValue name='radiusvalue='0.1500'/>
2885                 <fieldValue name='displayMode'/>
2886                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2887                 <fieldValue name='transparencyvalue='0'/>
2888                 <fieldValue name='translationvalue='-2.18747 -1.25994 -0.29047'/>
2889                 <fieldValue name='textTranslationvalue='-2.03747 -1.25994 -0.29047'/>
2890                 <fieldValue name='textColorvalue='0 0 0'/>
2891            </ProtoInstance>
2892            <ProtoInstance name='Vertex'>
2893                 <fieldValue name='vertexTextvalue='"2010-02-17-CRS.ORG"'/>
2894                 <fieldValue name='descriptionvalue='2: 2010-02-17-CRS.ORG'/>
2895                 <fieldValue name='url'/>
2896                 <fieldValue name='radiusvalue='0.1500'/>
2897                 <fieldValue name='displayMode'/>
2898                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
2899                 <fieldValue name='transparencyvalue='0'/>
2900                 <fieldValue name='translationvalue='1.99697 -0.23975 -1.99495'/>
2901                 <fieldValue name='textTranslationvalue='2.14697 -0.23975 -1.99495'/>
2902                 <fieldValue name='textColorvalue='0 0 0'/>
2903            </ProtoInstance>
2904            <ProtoInstance name='Vertex'>
2905                 <fieldValue name='vertexTextvalue='"2010-02-17-DEFENSE.GOV"'/>
2906                 <fieldValue name='descriptionvalue='3: 2010-02-17-DEFENSE.GOV'/>
2907                 <fieldValue name='url'/>
2908                 <fieldValue name='radiusvalue='0.1500'/>
2909                 <fieldValue name='displayMode'/>
2910                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
2911                 <fieldValue name='transparencyvalue='0'/>
2912                 <fieldValue name='translationvalue='0.49495 2.15766 1.41492'/>
2913                 <fieldValue name='textTranslationvalue='0.64495 2.15766 1.41492'/>
2914                 <fieldValue name='textColorvalue='0 0 0'/>
2915            </ProtoInstance>
2916            <ProtoInstance name='Vertex'>
2917                 <fieldValue name='vertexTextvalue='"2010-02-17-DEFENSE.GOV-TRANSCRIPTS"'/>
2918                 <fieldValue name='descriptionvalue='4: 2010-02-17-DEFENSE.GOV-TRANSCRIPTS'/>
2919                 <fieldValue name='url'/>
2920                 <fieldValue name='radiusvalue='0.1500'/>
2921                 <fieldValue name='displayMode'/>
2922                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
2923                 <fieldValue name='transparencyvalue='0'/>
2924                 <fieldValue name='translationvalue='1.44179 0.85874 1.85793'/>
2925                 <fieldValue name='textTranslationvalue='1.59179 0.85874 1.85793'/>
2926                 <fieldValue name='textColorvalue='0 0 0'/>
2927            </ProtoInstance>
2928            <ProtoInstance name='Vertex'>
2929                 <fieldValue name='vertexTextvalue='"2010-02-17-FACEBOOK.COM-PAGES"'/>
2930                 <fieldValue name='descriptionvalue='5: 2010-02-17-FACEBOOK.COM-PAGES'/>
2931                 <fieldValue name='url'/>
2932                 <fieldValue name='radiusvalue='0.1500'/>
2933                 <fieldValue name='displayMode'/>
2934                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
2935                 <fieldValue name='transparencyvalue='0'/>
2936                 <fieldValue name='translationvalue='-0.74055 2.58588 -0.45921'/>
2937                 <fieldValue name='textTranslationvalue='-0.59055 2.58588 -0.45921'/>
2938                 <fieldValue name='textColorvalue='0 0 0'/>
2939            </ProtoInstance>
2940            <ProtoInstance name='Vertex'>
2941                 <fieldValue name='vertexTextvalue='"2010-02-17-FACEBOOK.COM-USCG.D7.PUBLICAFFAIRS"'/>
2942                 <fieldValue name='descriptionvalue='6: 2010-02-17-FACEBOOK.COM-USCG.D7.PUBLICAFFAIRS'/>
2943                 <fieldValue name='url'/>
2944                 <fieldValue name='radiusvalue='0.1500'/>
2945                 <fieldValue name='displayMode'/>
2946                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
2947                 <fieldValue name='transparencyvalue='0'/>
2948                 <fieldValue name='translationvalue='-1.31805 2.56545 -0.52392'/>
2949                 <fieldValue name='textTranslationvalue='-1.16805 2.56545 -0.52392'/>
2950                 <fieldValue name='textColorvalue='0 0 0'/>
2951            </ProtoInstance>
2952            <ProtoInstance name='Vertex'>
2953                 <fieldValue name='vertexTextvalue='"2010-02-17-STATE.GOV-P"'/>
2954                 <fieldValue name='descriptionvalue='7: 2010-02-17-STATE.GOV-P'/>
2955                 <fieldValue name='url'/>
2956                 <fieldValue name='radiusvalue='0.1500'/>
2957                 <fieldValue name='displayMode'/>
2958                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
2959                 <fieldValue name='transparencyvalue='0'/>
2960                 <fieldValue name='translationvalue='-0.42484 -1.99037 -0.19433'/>
2961                 <fieldValue name='textTranslationvalue='-0.27484 -1.99037 -0.19433'/>
2962                 <fieldValue name='textColorvalue='0 0 0'/>
2963            </ProtoInstance>
2964            <ProtoInstance name='Vertex'>
2965                 <fieldValue name='vertexTextvalue='"2010-02-17-TWITTER.COM-HAITI_INRELIEF"'/>
2966                 <fieldValue name='descriptionvalue='8: 2010-02-17-TWITTER.COM-HAITI_INRELIEF'/>
2967                 <fieldValue name='url'/>
2968                 <fieldValue name='radiusvalue='0.1500'/>
2969                 <fieldValue name='displayMode'/>
2970                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
2971                 <fieldValue name='transparencyvalue='0'/>
2972                 <fieldValue name='translationvalue='-2.26749 -0.30901 1.85456'/>
2973                 <fieldValue name='textTranslationvalue='-2.11749 -0.30901 1.85456'/>
2974                 <fieldValue name='textColorvalue='0 0 0'/>
2975            </ProtoInstance>
2976            <ProtoInstance name='Vertex'>
2977                 <fieldValue name='vertexTextvalue='"2010-02-17-WORLDCONCERN.ORG-INDEX"'/>
2978                 <fieldValue name='descriptionvalue='9: 2010-02-17-WORLDCONCERN.ORG-INDEX'/>
2979                 <fieldValue name='url'/>
2980                 <fieldValue name='radiusvalue='0.1500'/>
2981                 <fieldValue name='displayMode'/>
2982                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
2983                 <fieldValue name='transparencyvalue='0'/>
2984                 <fieldValue name='translationvalue='1.86504 -1.10649 -0.11366'/>
2985                 <fieldValue name='textTranslationvalue='2.01504 -1.10649 -0.11366'/>
2986                 <fieldValue name='textColorvalue='0 0 0'/>
2987            </ProtoInstance>
2988            <ProtoInstance name='Vertex'>
2989                 <fieldValue name='vertexTextvalue=' "Haiti/2010-02-17/Association_prob_NONE_Haiti_Cat5.txt.file.2010-02-17.simple" '/>
2990                 <fieldValue name='descriptionvalue='10: Haiti/2010-02-17/Association_prob_NONE_Haiti_Cat5.txt.file.2010-02-17.simple'/>
2991                 <fieldValue name='url'/>
2992                 <fieldValue name='radiusvalue='0.1500'/>
2993                 <fieldValue name='displayMode'/>
2994                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
2995                 <fieldValue name='transparencyvalue='0'/>
2996                 <fieldValue name='translationvalue='-2.48530 1.50617 0.82927'/>
2997                 <fieldValue name='textTranslationvalue='-2.33530 1.50617 0.82927'/>
2998                 <fieldValue name='textColorvalue='0 0 0'/>
2999            </ProtoInstance>
3000            <ProtoInstance name='Vertex'>
3001                 <fieldValue name='vertexTextvalue='"action"'/>
3002                 <fieldValue name='descriptionvalue='11: action'/>
3003                 <fieldValue name='url'/>
3004                 <fieldValue name='radiusvalue='0.1500'/>
3005                 <fieldValue name='displayMode'/>
3006                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
3007                 <fieldValue name='transparencyvalue='0'/>
3008                 <fieldValue name='translationvalue='1.83374 -0.08318 -2.46375'/>
3009                 <fieldValue name='textTranslationvalue='1.98374 -0.08318 -2.46375'/>
3010                 <fieldValue name='textColorvalue='0 0 0'/>
3011            </ProtoInstance>
3012            <ProtoInstance name='Vertex'>
3013                 <fieldValue name='vertexTextvalue='"activities"'/>
3014                 <fieldValue name='descriptionvalue='12: activities'/>
3015                 <fieldValue name='url'/>
3016                 <fieldValue name='radiusvalue='0.1500'/>
3017                 <fieldValue name='displayMode'/>
3018                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
3019                 <fieldValue name='transparencyvalue='0'/>
3020                 <fieldValue name='translationvalue='-0.48079 -2.72319 0.14850'/>
3021                 <fieldValue name='textTranslationvalue='-0.33079 -2.72319 0.14850'/>
3022                 <fieldValue name='textColorvalue='0 0 0'/>
3023            </ProtoInstance>
3024            <ProtoInstance name='Vertex'>
3025                 <fieldValue name='vertexTextvalue='"affairs"'/>
3026                 <fieldValue name='descriptionvalue='13: affairs'/>
3027                 <fieldValue name='url'/>
3028                 <fieldValue name='radiusvalue='0.1500'/>
3029                 <fieldValue name='displayMode'/>
3030                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
3031                 <fieldValue name='transparencyvalue='0'/>
3032                 <fieldValue name='translationvalue='-0.51040 2.60878 -0.01177'/>
3033                 <fieldValue name='textTranslationvalue='-0.36040 2.60878 -0.01177'/>
3034                 <fieldValue name='textColorvalue='0 0 0'/>
3035            </ProtoInstance>
3036            <ProtoInstance name='Vertex'>
3037                 <fieldValue name='vertexTextvalue='"afghanistan"'/>
3038                 <fieldValue name='descriptionvalue='14: afghanistan'/>
3039                 <fieldValue name='url'/>
3040                 <fieldValue name='radiusvalue='0.1500'/>
3041                 <fieldValue name='displayMode'/>
3042                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
3043                 <fieldValue name='transparencyvalue='0'/>
3044                 <fieldValue name='translationvalue='0.16309 2.43110 1.21723'/>
3045                 <fieldValue name='textTranslationvalue='0.31309 2.43110 1.21723'/>
3046                 <fieldValue name='textColorvalue='0 0 0'/>
3047            </ProtoInstance>
3048            <ProtoInstance name='Vertex'>
3049                 <fieldValue name='vertexTextvalue='"agency"'/>
3050                 <fieldValue name='descriptionvalue='15: agency'/>
3051                 <fieldValue name='url'/>
3052                 <fieldValue name='radiusvalue='0.1500'/>
3053                 <fieldValue name='displayMode'/>
3054                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
3055                 <fieldValue name='transparencyvalue='0'/>
3056                 <fieldValue name='translationvalue='1.66454 1.05999 2.21861'/>
3057                 <fieldValue name='textTranslationvalue='1.81454 1.05999 2.21861'/>
3058                 <fieldValue name='textColorvalue='0 0 0'/>
3059            </ProtoInstance>
3060            <ProtoInstance name='Vertex'>
3061                 <fieldValue name='vertexTextvalue='"aid"'/>
3062                 <fieldValue name='descriptionvalue='16: aid'/>
3063                 <fieldValue name='url'/>
3064                 <fieldValue name='radiusvalue='0.1500'/>
3065                 <fieldValue name='displayMode'/>
3066                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
3067                 <fieldValue name='transparencyvalue='0'/>
3068                 <fieldValue name='translationvalue='2.41629 0.01025 -2.09190'/>
3069                 <fieldValue name='textTranslationvalue='2.56629 0.01025 -2.09190'/>
3070                 <fieldValue name='textColorvalue='0 0 0'/>
3071            </ProtoInstance>
3072            <ProtoInstance name='Vertex'>
3073                 <fieldValue name='vertexTextvalue='"air"'/>
3074                 <fieldValue name='descriptionvalue='17: air'/>
3075                 <fieldValue name='url'/>
3076                 <fieldValue name='radiusvalue='0.1500'/>
3077                 <fieldValue name='displayMode'/>
3078                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
3079                 <fieldValue name='transparencyvalue='0'/>
3080                 <fieldValue name='translationvalue='0.36857 2.04336 1.98629'/>
3081                 <fieldValue name='textTranslationvalue='0.51857 2.04336 1.98629'/>
3082                 <fieldValue name='textColorvalue='0 0 0'/>
3083            </ProtoInstance>
3084            <ProtoInstance name='Vertex'>
3085                 <fieldValue name='vertexTextvalue='"aircraft"'/>
3086                 <fieldValue name='descriptionvalue='18: aircraft'/>
3087                 <fieldValue name='url'/>
3088                 <fieldValue name='radiusvalue='0.1500'/>
3089                 <fieldValue name='displayMode'/>
3090                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
3091                 <fieldValue name='transparencyvalue='0'/>
3092                 <fieldValue name='translationvalue='0.61856 2.19902 1.52199'/>
3093                 <fieldValue name='textTranslationvalue='0.76856 2.19902 1.52199'/>
3094                 <fieldValue name='textColorvalue='0 0 0'/>
3095            </ProtoInstance>
3096            <ProtoInstance name='Vertex'>
3097                 <fieldValue name='vertexTextvalue='"alerts"'/>
3098                 <fieldValue name='descriptionvalue='19: alerts'/>
3099                 <fieldValue name='url'/>
3100                 <fieldValue name='radiusvalue='0.1500'/>
3101                 <fieldValue name='displayMode'/>
3102                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
3103                 <fieldValue name='transparencyvalue='0'/>
3104                 <fieldValue name='translationvalue='1.59134 0.04892 -2.75390'/>
3105                 <fieldValue name='textTranslationvalue='1.74134 0.04892 -2.75390'/>
3106                 <fieldValue name='textColorvalue='0 0 0'/>
3107            </ProtoInstance>
3108            <ProtoInstance name='Vertex'>
3109                 <fieldValue name='vertexTextvalue='"amazing"'/>
3110                 <fieldValue name='descriptionvalue='20: amazing'/>
3111                 <fieldValue name='url'/>
3112                 <fieldValue name='radiusvalue='0.1500'/>
3113                 <fieldValue name='displayMode'/>
3114                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
3115                 <fieldValue name='transparencyvalue='0'/>
3116                 <fieldValue name='translationvalue='1.88492 -0.98278 0.78433'/>
3117                 <fieldValue name='textTranslationvalue='2.03492 -0.98278 0.78433'/>
3118                 <fieldValue name='textColorvalue='0 0 0'/>
3119            </ProtoInstance>
3120            <ProtoInstance name='Vertex'>
3121                 <fieldValue name='vertexTextvalue='"ambassador"'/>
3122                 <fieldValue name='descriptionvalue='21: ambassador'/>
3123                 <fieldValue name='url'/>
3124                 <fieldValue name='radiusvalue='0.1500'/>
3125                 <fieldValue name='displayMode'/>
3126                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
3127                 <fieldValue name='transparencyvalue='0'/>
3128                 <fieldValue name='translationvalue='1.63075 0.89119 1.93454'/>
3129                 <fieldValue name='textTranslationvalue='1.78075 0.89119 1.93454'/>
3130                 <fieldValue name='textColorvalue='0 0 0'/>
3131            </ProtoInstance>
3132            <ProtoInstance name='Vertex'>
3133                 <fieldValue name='vertexTextvalue='"americas"'/>
3134                 <fieldValue name='descriptionvalue='22: americas'/>
3135                 <fieldValue name='url'/>
3136                 <fieldValue name='radiusvalue='0.1500'/>
3137                 <fieldValue name='displayMode'/>
3138                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
3139                 <fieldValue name='transparencyvalue='0'/>
3140                 <fieldValue name='translationvalue='-0.58622 -2.11000 -0.09570'/>
3141                 <fieldValue name='textTranslationvalue='-0.43622 -2.11000 -0.09570'/>
3142                 <fieldValue name='textColorvalue='0 0 0'/>
3143            </ProtoInstance>
3144            <ProtoInstance name='Vertex'>
3145                 <fieldValue name='vertexTextvalue='"army"'/>
3146                 <fieldValue name='descriptionvalue='23: army'/>
3147                 <fieldValue name='url'/>
3148                 <fieldValue name='radiusvalue='0.1500'/>
3149                 <fieldValue name='displayMode'/>
3150                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
3151                 <fieldValue name='transparencyvalue='0'/>
3152                 <fieldValue name='translationvalue='1.28010 0.85630 2.36613'/>
3153                 <fieldValue name='textTranslationvalue='1.43010 0.85630 2.36613'/>
3154                 <fieldValue name='textColorvalue='0 0 0'/>
3155            </ProtoInstance>
3156            <ProtoInstance name='Vertex'>
3157                 <fieldValue name='vertexTextvalue='"baltimore"'/>
3158                 <fieldValue name='descriptionvalue='24: baltimore'/>
3159                 <fieldValue name='url'/>
3160                 <fieldValue name='radiusvalue='0.1500'/>
3161                 <fieldValue name='displayMode'/>
3162                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
3163                 <fieldValue name='transparencyvalue='0'/>
3164                 <fieldValue name='translationvalue='1.91078 -0.44180 -2.44174'/>
3165                 <fieldValue name='textTranslationvalue='2.06078 -0.44180 -2.44174'/>
3166                 <fieldValue name='textColorvalue='0 0 0'/>
3167            </ProtoInstance>
3168            <ProtoInstance name='Vertex'>
3169                 <fieldValue name='vertexTextvalue='"base"'/>
3170                 <fieldValue name='descriptionvalue='25: base'/>
3171                 <fieldValue name='url'/>
3172                 <fieldValue name='radiusvalue='0.1500'/>
3173                 <fieldValue name='displayMode'/>
3174                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
3175                 <fieldValue name='transparencyvalue='0'/>
3176                 <fieldValue name='translationvalue='1.05293 2.26644 1.65985'/>
3177                 <fieldValue name='textTranslationvalue='1.20293 2.26644 1.65985'/>
3178                 <fieldValue name='textColorvalue='0 0 0'/>
3179            </ProtoInstance>
3180            <ProtoInstance name='Vertex'>
3181                 <fieldValue name='vertexTextvalue='"beans"'/>
3182                 <fieldValue name='descriptionvalue='26: beans'/>
3183                 <fieldValue name='url'/>
3184                 <fieldValue name='radiusvalue='0.1500'/>
3185                 <fieldValue name='displayMode'/>
3186                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
3187                 <fieldValue name='transparencyvalue='0'/>
3188                 <fieldValue name='translationvalue='2.65814 -1.24791 -0.42470'/>
3189                 <fieldValue name='textTranslationvalue='2.80814 -1.24791 -0.42470'/>
3190                 <fieldValue name='textColorvalue='0 0 0'/>
3191            </ProtoInstance>
3192            <ProtoInstance name='Vertex'>
3193                 <fieldValue name='vertexTextvalue='"beginning"'/>
3194                 <fieldValue name='descriptionvalue='27: beginning'/>
3195                 <fieldValue name='url'/>
3196                 <fieldValue name='radiusvalue='0.1500'/>
3197                 <fieldValue name='displayMode'/>
3198                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
3199                 <fieldValue name='transparencyvalue='0'/>
3200                 <fieldValue name='translationvalue='2.75392 -1.03214 0.22439'/>
3201                 <fieldValue name='textTranslationvalue='2.90392 -1.03214 0.22439'/>
3202                 <fieldValue name='textColorvalue='0 0 0'/>
3203            </ProtoInstance>
3204            <ProtoInstance name='Vertex'>
3205                 <fieldValue name='vertexTextvalue='"briefing"'/>
3206                 <fieldValue name='descriptionvalue='28: briefing'/>
3207                 <fieldValue name='url'/>
3208                 <fieldValue name='radiusvalue='0.1500'/>
3209                 <fieldValue name='displayMode'/>
3210                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
3211                 <fieldValue name='transparencyvalue='0'/>
3212                 <fieldValue name='translationvalue='1.75954 0.69159 2.21859'/>
3213                 <fieldValue name='textTranslationvalue='1.90954 0.69159 2.21859'/>
3214                 <fieldValue name='textColorvalue='0 0 0'/>
3215            </ProtoInstance>
3216            <ProtoInstance name='Vertex'>
3217                 <fieldValue name='vertexTextvalue='"build"'/>
3218                 <fieldValue name='descriptionvalue='29: build'/>
3219                 <fieldValue name='url'/>
3220                 <fieldValue name='radiusvalue='0.1500'/>
3221                 <fieldValue name='displayMode'/>
3222                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
3223                 <fieldValue name='transparencyvalue='0'/>
3224                 <fieldValue name='translationvalue='-0.24845 -2.34434 -0.06189'/>
3225                 <fieldValue name='textTranslationvalue='-0.09845 -2.34434 -0.06189'/>
3226                 <fieldValue name='textColorvalue='0 0 0'/>
3227            </ProtoInstance>
3228            <ProtoInstance name='Vertex'>
3229                 <fieldValue name='vertexTextvalue='"buildup"'/>
3230                 <fieldValue name='descriptionvalue='30: buildup'/>
3231                 <fieldValue name='url'/>
3232                 <fieldValue name='radiusvalue='0.1500'/>
3233                 <fieldValue name='displayMode'/>
3234                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
3235                 <fieldValue name='transparencyvalue='0'/>
3236                 <fieldValue name='translationvalue='-0.12480 2.58002 1.36233'/>
3237                 <fieldValue name='textTranslationvalue='0.02520 2.58002 1.36233'/>
3238                 <fieldValue name='textColorvalue='0 0 0'/>
3239            </ProtoInstance>
3240            <ProtoInstance name='Vertex'>
3241                 <fieldValue name='vertexTextvalue='"camps"'/>
3242                 <fieldValue name='descriptionvalue='31: camps'/>
3243                 <fieldValue name='url'/>
3244                 <fieldValue name='radiusvalue='0.1500'/>
3245                 <fieldValue name='displayMode'/>
3246                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3247                 <fieldValue name='transparencyvalue='0'/>
3248                 <fieldValue name='translationvalue='-2.75392 -0.69723 0.08454'/>
3249                 <fieldValue name='textTranslationvalue='-2.60392 -0.69723 0.08454'/>
3250                 <fieldValue name='textColorvalue='0 0 0'/>
3251            </ProtoInstance>
3252            <ProtoInstance name='Vertex'>
3253                 <fieldValue name='vertexTextvalue='"cash"'/>
3254                 <fieldValue name='descriptionvalue='32: cash'/>
3255                 <fieldValue name='url'/>
3256                 <fieldValue name='radiusvalue='0.1500'/>
3257                 <fieldValue name='displayMode'/>
3258                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3259                 <fieldValue name='transparencyvalue='0'/>
3260                 <fieldValue name='translationvalue='-2.33842 -1.44614 -0.63475'/>
3261                 <fieldValue name='textTranslationvalue='-2.18842 -1.44614 -0.63475'/>
3262                 <fieldValue name='textColorvalue='0 0 0'/>
3263            </ProtoInstance>
3264            <ProtoInstance name='Vertex'>
3265                 <fieldValue name='vertexTextvalue='"catholic"'/>
3266                 <fieldValue name='descriptionvalue='33: catholic'/>
3267                 <fieldValue name='url'/>
3268                 <fieldValue name='radiusvalue='0.1500'/>
3269                 <fieldValue name='displayMode'/>
3270                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
3271                 <fieldValue name='transparencyvalue='0'/>
3272                 <fieldValue name='translationvalue='1.75347 0.63564 -2.41243'/>
3273                 <fieldValue name='textTranslationvalue='1.90347 0.63564 -2.41243'/>
3274                 <fieldValue name='textColorvalue='0 0 0'/>
3275            </ProtoInstance>
3276            <ProtoInstance name='Vertex'>
3277                 <fieldValue name='vertexTextvalue='"catholics"'/>
3278                 <fieldValue name='descriptionvalue='34: catholics'/>
3279                 <fieldValue name='url'/>
3280                 <fieldValue name='radiusvalue='0.1500'/>
3281                 <fieldValue name='displayMode'/>
3282                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
3283                 <fieldValue name='transparencyvalue='0'/>
3284                 <fieldValue name='translationvalue='2.28736 0.61266 -2.11928'/>
3285                 <fieldValue name='textTranslationvalue='2.43736 0.61266 -2.11928'/>
3286                 <fieldValue name='textColorvalue='0 0 0'/>
3287            </ProtoInstance>
3288            <ProtoInstance name='Vertex'>
3289                 <fieldValue name='vertexTextvalue='"celebrating"'/>
3290                 <fieldValue name='descriptionvalue='35: celebrating'/>
3291                 <fieldValue name='url'/>
3292                 <fieldValue name='radiusvalue='0.1500'/>
3293                 <fieldValue name='displayMode'/>
3294                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
3295                 <fieldValue name='transparencyvalue='0'/>
3296                 <fieldValue name='translationvalue='1.97340 -1.86209 0.49442'/>
3297                 <fieldValue name='textTranslationvalue='2.12340 -1.86209 0.49442'/>
3298                 <fieldValue name='textColorvalue='0 0 0'/>
3299            </ProtoInstance>
3300            <ProtoInstance name='Vertex'>
3301                 <fieldValue name='vertexTextvalue='"chief"'/>
3302                 <fieldValue name='descriptionvalue='36: chief'/>
3303                 <fieldValue name='url'/>
3304                 <fieldValue name='radiusvalue='0.1500'/>
3305                 <fieldValue name='displayMode'/>
3306                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3307                 <fieldValue name='transparencyvalue='0'/>
3308                 <fieldValue name='translationvalue='-2.45901 -0.98303 -0.61133'/>
3309                 <fieldValue name='textTranslationvalue='-2.30901 -0.98303 -0.61133'/>
3310                 <fieldValue name='textColorvalue='0 0 0'/>
3311            </ProtoInstance>
3312            <ProtoInstance name='Vertex'>
3313                 <fieldValue name='vertexTextvalue='"coast"'/>
3314                 <fieldValue name='descriptionvalue='37: coast'/>
3315                 <fieldValue name='url'/>
3316                 <fieldValue name='radiusvalue='0.1500'/>
3317                 <fieldValue name='displayMode'/>
3318                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
3319                 <fieldValue name='transparencyvalue='0'/>
3320                 <fieldValue name='translationvalue='-0.86885 2.66512 -0.58849'/>
3321                 <fieldValue name='textTranslationvalue='-0.71885 2.66512 -0.58849'/>
3322                 <fieldValue name='textColorvalue='0 0 0'/>
3323            </ProtoInstance>
3324            <ProtoInstance name='Vertex'>
3325                 <fieldValue name='vertexTextvalue='"commander"'/>
3326                 <fieldValue name='descriptionvalue='38: commander'/>
3327                 <fieldValue name='url'/>
3328                 <fieldValue name='radiusvalue='0.1500'/>
3329                 <fieldValue name='displayMode'/>
3330                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
3331                 <fieldValue name='transparencyvalue='0'/>
3332                 <fieldValue name='translationvalue='1.38449 1.27727 1.95964'/>
3333                 <fieldValue name='textTranslationvalue='1.53449 1.27727 1.95964'/>
3334                 <fieldValue name='textColorvalue='0 0 0'/>
3335            </ProtoInstance>
3336            <ProtoInstance name='Vertex'>
3337                 <fieldValue name='vertexTextvalue='"contact"'/>
3338                 <fieldValue name='descriptionvalue='39: contact'/>
3339                 <fieldValue name='url'/>
3340                 <fieldValue name='radiusvalue='0.1500'/>
3341                 <fieldValue name='displayMode'/>
3342                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
3343                 <fieldValue name='transparencyvalue='0'/>
3344                 <fieldValue name='translationvalue='-2.37629 -0.74517 0.91447'/>
3345                 <fieldValue name='textTranslationvalue='-2.22629 -0.74517 0.91447'/>
3346                 <fieldValue name='textColorvalue='0 0 0'/>
3347            </ProtoInstance>
3348            <ProtoInstance name='Vertex'>
3349                 <fieldValue name='vertexTextvalue='"coordinator"'/>
3350                 <fieldValue name='descriptionvalue='40: coordinator'/>
3351                 <fieldValue name='url'/>
3352                 <fieldValue name='radiusvalue='0.1500'/>
3353                 <fieldValue name='displayMode'/>
3354                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
3355                 <fieldValue name='transparencyvalue='0'/>
3356                 <fieldValue name='translationvalue='1.48117 0.54557 2.32082'/>
3357                 <fieldValue name='textTranslationvalue='1.63117 0.54557 2.32082'/>
3358                 <fieldValue name='textColorvalue='0 0 0'/>
3359            </ProtoInstance>
3360            <ProtoInstance name='Vertex'>
3361                 <fieldValue name='vertexTextvalue='"crew"'/>
3362                 <fieldValue name='descriptionvalue='41: crew'/>
3363                 <fieldValue name='url'/>
3364                 <fieldValue name='radiusvalue='0.1500'/>
3365                 <fieldValue name='displayMode'/>
3366                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
3367                 <fieldValue name='transparencyvalue='0'/>
3368                 <fieldValue name='translationvalue='-0.78904 2.65249 -1.05621'/>
3369                 <fieldValue name='textTranslationvalue='-0.63904 2.65249 -1.05621'/>
3370                 <fieldValue name='textColorvalue='0 0 0'/>
3371            </ProtoInstance>
3372            <ProtoInstance name='Vertex'>
3373                 <fieldValue name='vertexTextvalue='"cutter"'/>
3374                 <fieldValue name='descriptionvalue='42: cutter'/>
3375                 <fieldValue name='url'/>
3376                 <fieldValue name='radiusvalue='0.1500'/>
3377                 <fieldValue name='displayMode'/>
3378                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
3379                 <fieldValue name='transparencyvalue='0'/>
3380                 <fieldValue name='translationvalue='-0.99058 2.62424 -0.70358'/>
3381                 <fieldValue name='textTranslationvalue='-0.84058 2.62424 -0.70358'/>
3382                 <fieldValue name='textColorvalue='0 0 0'/>
3383            </ProtoInstance>
3384            <ProtoInstance name='Vertex'>
3385                 <fieldValue name='vertexTextvalue='"david"'/>
3386                 <fieldValue name='descriptionvalue='43: david'/>
3387                 <fieldValue name='url'/>
3388                 <fieldValue name='radiusvalue='0.1500'/>
3389                 <fieldValue name='displayMode'/>
3390                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
3391                 <fieldValue name='transparencyvalue='0'/>
3392                 <fieldValue name='translationvalue='1.05134 0.44734 2.67087'/>
3393                 <fieldValue name='textTranslationvalue='1.20134 0.44734 2.67087'/>
3394                 <fieldValue name='textColorvalue='0 0 0'/>
3395            </ProtoInstance>
3396            <ProtoInstance name='Vertex'>
3397                 <fieldValue name='vertexTextvalue='"department"'/>
3398                 <fieldValue name='descriptionvalue='44: department'/>
3399                 <fieldValue name='url'/>
3400                 <fieldValue name='radiusvalue='0.1500'/>
3401                 <fieldValue name='displayMode'/>
3402                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
3403                 <fieldValue name='transparencyvalue='0'/>
3404                 <fieldValue name='translationvalue='-0.68161 -2.30059 -1.01359'/>
3405                 <fieldValue name='textTranslationvalue='-0.53161 -2.30059 -1.01359'/>
3406                 <fieldValue name='textColorvalue='0 0 0'/>
3407            </ProtoInstance>
3408            <ProtoInstance name='Vertex'>
3409                 <fieldValue name='vertexTextvalue='"deputy"'/>
3410                 <fieldValue name='descriptionvalue='45: deputy'/>
3411                 <fieldValue name='url'/>
3412                 <fieldValue name='radiusvalue='0.1500'/>
3413                 <fieldValue name='displayMode'/>
3414                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3415                 <fieldValue name='transparencyvalue='0'/>
3416                 <fieldValue name='translationvalue='-2.50929 -0.72876 -0.95385'/>
3417                 <fieldValue name='textTranslationvalue='-2.35929 -0.72876 -0.95385'/>
3418                 <fieldValue name='textColorvalue='0 0 0'/>
3419            </ProtoInstance>
3420            <ProtoInstance name='Vertex'>
3421                 <fieldValue name='vertexTextvalue='"diary"'/>
3422                 <fieldValue name='descriptionvalue='46: diary'/>
3423                 <fieldValue name='url'/>
3424                 <fieldValue name='radiusvalue='0.1500'/>
3425                 <fieldValue name='displayMode'/>
3426                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
3427                 <fieldValue name='transparencyvalue='0'/>
3428                 <fieldValue name='translationvalue='0.13364 2.36915 1.60999'/>
3429                 <fieldValue name='textTranslationvalue='0.28364 2.36915 1.60999'/>
3430                 <fieldValue name='textColorvalue='0 0 0'/>
3431            </ProtoInstance>
3432            <ProtoInstance name='Vertex'>
3433                 <fieldValue name='vertexTextvalue='"directing"'/>
3434                 <fieldValue name='descriptionvalue='47: directing'/>
3435                 <fieldValue name='url'/>
3436                 <fieldValue name='radiusvalue='0.1500'/>
3437                 <fieldValue name='displayMode'/>
3438                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
3439                 <fieldValue name='transparencyvalue='0'/>
3440                 <fieldValue name='translationvalue='2.05994 0.33535 -2.54570'/>
3441                 <fieldValue name='textTranslationvalue='2.20994 0.33535 -2.54570'/>
3442                 <fieldValue name='textColorvalue='0 0 0'/>
3443            </ProtoInstance>
3444            <ProtoInstance name='Vertex'>
3445                 <fieldValue name='vertexTextvalue='"director"'/>
3446                 <fieldValue name='descriptionvalue='48: director'/>
3447                 <fieldValue name='url'/>
3448                 <fieldValue name='radiusvalue='0.1500'/>
3449                 <fieldValue name='displayMode'/>
3450                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
3451                 <fieldValue name='transparencyvalue='0'/>
3452                 <fieldValue name='translationvalue='1.81942 -0.10160 0.85706'/>
3453                 <fieldValue name='textTranslationvalue='1.96942 -0.10160 0.85706'/>
3454                 <fieldValue name='textColorvalue='0 0 0'/>
3455            </ProtoInstance>
3456            <ProtoInstance name='Vertex'>
3457                 <fieldValue name='vertexTextvalue='"disaster"'/>
3458                 <fieldValue name='descriptionvalue='49: disaster'/>
3459                 <fieldValue name='url'/>
3460                 <fieldValue name='radiusvalue='0.1500'/>
3461                 <fieldValue name='displayMode'/>
3462                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
3463                 <fieldValue name='transparencyvalue='0'/>
3464                 <fieldValue name='translationvalue='1.98181 -0.56539 -0.04982'/>
3465                 <fieldValue name='textTranslationvalue='2.13181 -0.56539 -0.04982'/>
3466                 <fieldValue name='textColorvalue='0 0 0'/>
3467            </ProtoInstance>
3468            <ProtoInstance name='Vertex'>
3469                 <fieldValue name='vertexTextvalue='"distributing"'/>
3470                 <fieldValue name='descriptionvalue='50: distributing'/>
3471                 <fieldValue name='url'/>
3472                 <fieldValue name='radiusvalue='0.1500'/>
3473                 <fieldValue name='displayMode'/>
3474                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
3475                 <fieldValue name='transparencyvalue='0'/>
3476                 <fieldValue name='translationvalue='2.20212 -0.44498 -1.74727'/>
3477                 <fieldValue name='textTranslationvalue='2.35212 -0.44498 -1.74727'/>
3478                 <fieldValue name='textColorvalue='0 0 0'/>
3479            </ProtoInstance>
3480            <ProtoInstance name='Vertex'>
3481                 <fieldValue name='vertexTextvalue='"district"'/>
3482                 <fieldValue name='descriptionvalue='51: district'/>
3483                 <fieldValue name='url'/>
3484                 <fieldValue name='radiusvalue='0.1500'/>
3485                 <fieldValue name='displayMode'/>
3486                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
3487                 <fieldValue name='transparencyvalue='0'/>
3488                 <fieldValue name='translationvalue='-1.04356 2.68131 -0.42094'/>
3489                 <fieldValue name='textTranslationvalue='-0.89356 2.68131 -0.42094'/>
3490                 <fieldValue name='textColorvalue='0 0 0'/>
3491            </ProtoInstance>
3492            <ProtoInstance name='Vertex'>
3493                 <fieldValue name='vertexTextvalue='"dreary"'/>
3494                 <fieldValue name='descriptionvalue='52: dreary'/>
3495                 <fieldValue name='url'/>
3496                 <fieldValue name='radiusvalue='0.1500'/>
3497                 <fieldValue name='displayMode'/>
3498                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
3499                 <fieldValue name='transparencyvalue='0'/>
3500                 <fieldValue name='translationvalue='2.23245 -1.59194 0.64920'/>
3501                 <fieldValue name='textTranslationvalue='2.38245 -1.59194 0.64920'/>
3502                 <fieldValue name='textColorvalue='0 0 0'/>
3503            </ProtoInstance>
3504            <ProtoInstance name='Vertex'>
3505                 <fieldValue name='vertexTextvalue='"families"'/>
3506                 <fieldValue name='descriptionvalue='53: families'/>
3507                 <fieldValue name='url'/>
3508                 <fieldValue name='radiusvalue='0.1500'/>
3509                 <fieldValue name='displayMode'/>
3510                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
3511                 <fieldValue name='transparencyvalue='0'/>
3512                 <fieldValue name='translationvalue='0.70307 -1.50452 -0.05562'/>
3513                 <fieldValue name='textTranslationvalue='0.85307 -1.50452 -0.05562'/>
3514                 <fieldValue name='textColorvalue='0 0 0'/>
3515            </ProtoInstance>
3516            <ProtoInstance name='Vertex'>
3517                 <fieldValue name='vertexTextvalue='"feeds"'/>
3518                 <fieldValue name='descriptionvalue='54: feeds'/>
3519                 <fieldValue name='url'/>
3520                 <fieldValue name='radiusvalue='0.1500'/>
3521                 <fieldValue name='displayMode'/>
3522                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
3523                 <fieldValue name='transparencyvalue='0'/>
3524                 <fieldValue name='translationvalue='1.75348 0.63564 -2.41243'/>
3525                 <fieldValue name='textTranslationvalue='1.90348 0.63564 -2.41243'/>
3526                 <fieldValue name='textColorvalue='0 0 0'/>
3527            </ProtoInstance>
3528            <ProtoInstance name='Vertex'>
3529                 <fieldValue name='vertexTextvalue='"feet"'/>
3530                 <fieldValue name='descriptionvalue='55: feet'/>
3531                 <fieldValue name='url'/>
3532                 <fieldValue name='radiusvalue='0.1500'/>
3533                 <fieldValue name='displayMode'/>
3534                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3535                 <fieldValue name='transparencyvalue='0'/>
3536                 <fieldValue name='translationvalue='-2.68864 -0.47073 -0.44627'/>
3537                 <fieldValue name='textTranslationvalue='-2.53864 -0.47073 -0.44627'/>
3538                 <fieldValue name='textColorvalue='0 0 0'/>
3539            </ProtoInstance>
3540            <ProtoInstance name='Vertex'>
3541                 <fieldValue name='vertexTextvalue='"food"'/>
3542                 <fieldValue name='descriptionvalue='56: food'/>
3543                 <fieldValue name='url'/>
3544                 <fieldValue name='radiusvalue='0.1500'/>
3545                 <fieldValue name='displayMode'/>
3546                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
3547                 <fieldValue name='transparencyvalue='0'/>
3548                 <fieldValue name='translationvalue='2.00515 -0.70467 -1.11094'/>
3549                 <fieldValue name='textTranslationvalue='2.15515 -0.70467 -1.11094'/>
3550                 <fieldValue name='textColorvalue='0 0 0'/>
3551            </ProtoInstance>
3552            <ProtoInstance name='Vertex'>
3553                 <fieldValue name='vertexTextvalue='"force"'/>
3554                 <fieldValue name='descriptionvalue='57: force'/>
3555                 <fieldValue name='url'/>
3556                 <fieldValue name='radiusvalue='0.1500'/>
3557                 <fieldValue name='displayMode'/>
3558                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
3559                 <fieldValue name='transparencyvalue='0'/>
3560                 <fieldValue name='translationvalue='0.81464 1.65177 1.57995'/>
3561                 <fieldValue name='textTranslationvalue='0.96464 1.65177 1.57995'/>
3562                 <fieldValue name='textColorvalue='0 0 0'/>
3563            </ProtoInstance>
3564            <ProtoInstance name='Vertex'>
3565                 <fieldValue name='vertexTextvalue='"future"'/>
3566                 <fieldValue name='descriptionvalue='58: future'/>
3567                 <fieldValue name='url'/>
3568                 <fieldValue name='radiusvalue='0.1500'/>
3569                 <fieldValue name='displayMode'/>
3570                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
3571                 <fieldValue name='transparencyvalue='0'/>
3572                 <fieldValue name='translationvalue='0.00396 -2.02546 -0.09774'/>
3573                 <fieldValue name='textTranslationvalue='0.15396 -2.02546 -0.09774'/>
3574                 <fieldValue name='textColorvalue='0 0 0'/>
3575            </ProtoInstance>
3576            <ProtoInstance name='Vertex'>
3577                 <fieldValue name='vertexTextvalue='"general"'/>
3578                 <fieldValue name='descriptionvalue='59: general'/>
3579                 <fieldValue name='url'/>
3580                 <fieldValue name='radiusvalue='0.1500'/>
3581                 <fieldValue name='displayMode'/>
3582                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
3583                 <fieldValue name='transparencyvalue='0'/>
3584                 <fieldValue name='translationvalue='1.22415 0.62768 2.75390'/>
3585                 <fieldValue name='textTranslationvalue='1.37415 0.62768 2.75390'/>
3586                 <fieldValue name='textColorvalue='0 0 0'/>
3587            </ProtoInstance>
3588            <ProtoInstance name='Vertex'>
3589                 <fieldValue name='vertexTextvalue='"global"'/>
3590                 <fieldValue name='descriptionvalue='60: global'/>
3591                 <fieldValue name='url'/>
3592                 <fieldValue name='radiusvalue='0.1500'/>
3593                 <fieldValue name='displayMode'/>
3594                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
3595                 <fieldValue name='transparencyvalue='0'/>
3596                 <fieldValue name='translationvalue='1.40381 0.26848 -2.64980'/>
3597                 <fieldValue name='textTranslationvalue='1.55381 0.26848 -2.64980'/>
3598                 <fieldValue name='textColorvalue='0 0 0'/>
3599            </ProtoInstance>
3600            <ProtoInstance name='Vertex'>
3601                 <fieldValue name='vertexTextvalue='"guard"'/>
3602                 <fieldValue name='descriptionvalue='61: guard'/>
3603                 <fieldValue name='url'/>
3604                 <fieldValue name='radiusvalue='0.1500'/>
3605                 <fieldValue name='displayMode'/>
3606                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
3607                 <fieldValue name='transparencyvalue='0'/>
3608                 <fieldValue name='translationvalue='-1.07159 2.57762 -0.52170'/>
3609                 <fieldValue name='textTranslationvalue='-0.92159 2.57762 -0.52170'/>
3610                 <fieldValue name='textColorvalue='0 0 0'/>
3611            </ProtoInstance>
3612            <ProtoInstance name='Vertex'>
3613                 <fieldValue name='vertexTextvalue='"helping"'/>
3614                 <fieldValue name='descriptionvalue='62: helping'/>
3615                 <fieldValue name='url'/>
3616                 <fieldValue name='radiusvalue='0.1500'/>
3617                 <fieldValue name='displayMode'/>
3618                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3619                 <fieldValue name='transparencyvalue='0'/>
3620                 <fieldValue name='translationvalue='-2.31352 -1.39731 -0.68935'/>
3621                 <fieldValue name='textTranslationvalue='-2.16352 -1.39731 -0.68935'/>
3622                 <fieldValue name='textColorvalue='0 0 0'/>
3623            </ProtoInstance>
3624            <ProtoInstance name='Vertex'>
3625                 <fieldValue name='vertexTextvalue='"hemisphere"'/>
3626                 <fieldValue name='descriptionvalue='63: hemisphere'/>
3627                 <fieldValue name='url'/>
3628                 <fieldValue name='radiusvalue='0.1500'/>
3629                 <fieldValue name='displayMode'/>
3630                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
3631                 <fieldValue name='transparencyvalue='0'/>
3632                 <fieldValue name='translationvalue='-0.82529 -2.14042 -0.28733'/>
3633                 <fieldValue name='textTranslationvalue='-0.67529 -2.14042 -0.28733'/>
3634                 <fieldValue name='textColorvalue='0 0 0'/>
3635            </ProtoInstance>
3636            <ProtoInstance name='Vertex'>
3637                 <fieldValue name='vertexTextvalue='"honor"'/>
3638                 <fieldValue name='descriptionvalue='64: honor'/>
3639                 <fieldValue name='url'/>
3640                 <fieldValue name='radiusvalue='0.1500'/>
3641                 <fieldValue name='displayMode'/>
3642                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
3643                 <fieldValue name='transparencyvalue='0'/>
3644                 <fieldValue name='translationvalue='-0.83144 -2.13338 -0.09931'/>
3645                 <fieldValue name='textTranslationvalue='-0.68144 -2.13338 -0.09931'/>
3646                 <fieldValue name='textColorvalue='0 0 0'/>
3647            </ProtoInstance>
3648            <ProtoInstance name='Vertex'>
3649                 <fieldValue name='vertexTextvalue='"hundreds"'/>
3650                 <fieldValue name='descriptionvalue='65: hundreds'/>
3651                 <fieldValue name='url'/>
3652                 <fieldValue name='radiusvalue='0.1500'/>
3653                 <fieldValue name='displayMode'/>
3654                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
3655                 <fieldValue name='transparencyvalue='0'/>
3656                 <fieldValue name='translationvalue='2.49707 -0.59649 -1.60337'/>
3657                 <fieldValue name='textTranslationvalue='2.64707 -0.59649 -1.60337'/>
3658                 <fieldValue name='textColorvalue='0 0 0'/>
3659            </ProtoInstance>
3660            <ProtoInstance name='Vertex'>
3661                 <fieldValue name='vertexTextvalue='"hygiene"'/>
3662                 <fieldValue name='descriptionvalue='66: hygiene'/>
3663                 <fieldValue name='url'/>
3664                 <fieldValue name='radiusvalue='0.1500'/>
3665                 <fieldValue name='displayMode'/>
3666                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
3667                 <fieldValue name='transparencyvalue='0'/>
3668                 <fieldValue name='translationvalue='1.94680 -1.64819 -0.10628'/>
3669                 <fieldValue name='textTranslationvalue='2.09680 -1.64819 -0.10628'/>
3670                 <fieldValue name='textColorvalue='0 0 0'/>
3671            </ProtoInstance>
3672            <ProtoInstance name='Vertex'>
3673                 <fieldValue name='vertexTextvalue='"initiatives"'/>
3674                 <fieldValue name='descriptionvalue='67: initiatives'/>
3675                 <fieldValue name='url'/>
3676                 <fieldValue name='radiusvalue='0.1500'/>
3677                 <fieldValue name='displayMode'/>
3678                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
3679                 <fieldValue name='transparencyvalue='0'/>
3680                 <fieldValue name='translationvalue='-0.49977 -2.41396 -0.00236'/>
3681                 <fieldValue name='textTranslationvalue='-0.34977 -2.41396 -0.00236'/>
3682                 <fieldValue name='textColorvalue='0 0 0'/>
3683            </ProtoInstance>
3684            <ProtoInstance name='Vertex'>
3685                 <fieldValue name='vertexTextvalue='"isle"'/>
3686                 <fieldValue name='descriptionvalue='68: isle'/>
3687                 <fieldValue name='url'/>
3688                 <fieldValue name='radiusvalue='0.1500'/>
3689                 <fieldValue name='displayMode'/>
3690                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
3691                 <fieldValue name='transparencyvalue='0'/>
3692                 <fieldValue name='translationvalue='-0.32052 2.75349 -1.05090'/>
3693                 <fieldValue name='textTranslationvalue='-0.17052 2.75349 -1.05090'/>
3694                 <fieldValue name='textColorvalue='0 0 0'/>
3695            </ProtoInstance>
3696            <ProtoInstance name='Vertex'>
3697                 <fieldValue name='vertexTextvalue='"jobs"'/>
3698                 <fieldValue name='descriptionvalue='69: jobs'/>
3699                 <fieldValue name='url'/>
3700                 <fieldValue name='radiusvalue='0.1500'/>
3701                 <fieldValue name='displayMode'/>
3702                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
3703                 <fieldValue name='transparencyvalue='0'/>
3704                 <fieldValue name='translationvalue='-2.16030 0.02986 2.21257'/>
3705                 <fieldValue name='textTranslationvalue='-2.01030 0.02986 2.21257'/>
3706                 <fieldValue name='textColorvalue='0 0 0'/>
3707            </ProtoInstance>
3708            <ProtoInstance name='Vertex'>
3709                 <fieldValue name='vertexTextvalue='"join"'/>
3710                 <fieldValue name='descriptionvalue='70: join'/>
3711                 <fieldValue name='url'/>
3712                 <fieldValue name='radiusvalue='0.1500'/>
3713                 <fieldValue name='displayMode'/>
3714                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
3715                 <fieldValue name='transparencyvalue='0'/>
3716                 <fieldValue name='translationvalue='2.20934 0.26561 -2.10912'/>
3717                 <fieldValue name='textTranslationvalue='2.35934 0.26561 -2.10912'/>
3718                 <fieldValue name='textColorvalue='0 0 0'/>
3719            </ProtoInstance>
3720            <ProtoInstance name='Vertex'>
3721                 <fieldValue name='vertexTextvalue='"joint"'/>
3722                 <fieldValue name='descriptionvalue='71: joint'/>
3723                 <fieldValue name='url'/>
3724                 <fieldValue name='radiusvalue='0.1500'/>
3725                 <fieldValue name='displayMode'/>
3726                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
3727                 <fieldValue name='transparencyvalue='0'/>
3728                 <fieldValue name='translationvalue='1.01634 1.59569 1.68471'/>
3729                 <fieldValue name='textTranslationvalue='1.16634 1.59569 1.68471'/>
3730                 <fieldValue name='textColorvalue='0 0 0'/>
3731            </ProtoInstance>
3732            <ProtoInstance name='Vertex'>
3733                 <fieldValue name='vertexTextvalue='"keen"'/>
3734                 <fieldValue name='descriptionvalue='72: keen'/>
3735                 <fieldValue name='url'/>
3736                 <fieldValue name='radiusvalue='0.1500'/>
3737                 <fieldValue name='displayMode'/>
3738                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
3739                 <fieldValue name='transparencyvalue='0'/>
3740                 <fieldValue name='translationvalue='1.47526 0.91431 1.93401'/>
3741                 <fieldValue name='textTranslationvalue='1.62526 0.91431 1.93401'/>
3742                 <fieldValue name='textColorvalue='0 0 0'/>
3743            </ProtoInstance>
3744            <ProtoInstance name='Vertex'>
3745                 <fieldValue name='vertexTextvalue='"kinds"'/>
3746                 <fieldValue name='descriptionvalue='73: kinds'/>
3747                 <fieldValue name='url'/>
3748                 <fieldValue name='radiusvalue='0.1500'/>
3749                 <fieldValue name='displayMode'/>
3750                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
3751                 <fieldValue name='transparencyvalue='0'/>
3752                 <fieldValue name='translationvalue='-1.96013 -0.37115 2.36757'/>
3753                 <fieldValue name='textTranslationvalue='-1.81013 -0.37115 2.36757'/>
3754                 <fieldValue name='textColorvalue='0 0 0'/>
3755            </ProtoInstance>
3756            <ProtoInstance name='Vertex'>
3757                 <fieldValue name='vertexTextvalue='"kingdom"'/>
3758                 <fieldValue name='descriptionvalue='74: kingdom'/>
3759                 <fieldValue name='url'/>
3760                 <fieldValue name='radiusvalue='0.1500'/>
3761                 <fieldValue name='displayMode'/>
3762                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
3763                 <fieldValue name='transparencyvalue='0'/>
3764                 <fieldValue name='translationvalue='2.16533 1.15326 1.94494'/>
3765                 <fieldValue name='textTranslationvalue='2.31533 1.15326 1.94494'/>
3766                 <fieldValue name='textColorvalue='0 0 0'/>
3767            </ProtoInstance>
3768            <ProtoInstance name='Vertex'>
3769                 <fieldValue name='vertexTextvalue='"kits"'/>
3770                 <fieldValue name='descriptionvalue='75: kits'/>
3771                 <fieldValue name='url'/>
3772                 <fieldValue name='radiusvalue='0.1500'/>
3773                 <fieldValue name='displayMode'/>
3774                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
3775                 <fieldValue name='transparencyvalue='0'/>
3776                 <fieldValue name='translationvalue='1.97917 -1.63635 -0.20689'/>
3777                 <fieldValue name='textTranslationvalue='2.12917 -1.63635 -0.20689'/>
3778                 <fieldValue name='textColorvalue='0 0 0'/>
3779            </ProtoInstance>
3780            <ProtoInstance name='Vertex'>
3781                 <fieldValue name='vertexTextvalue='"latest"'/>
3782                 <fieldValue name='descriptionvalue='76: latest'/>
3783                 <fieldValue name='url'/>
3784                 <fieldValue name='radiusvalue='0.1500'/>
3785                 <fieldValue name='displayMode'/>
3786                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
3787                 <fieldValue name='transparencyvalue='0'/>
3788                 <fieldValue name='translationvalue='-0.27719 -2.75349 -0.45004'/>
3789                 <fieldValue name='textTranslationvalue='-0.12719 -2.75349 -0.45004'/>
3790                 <fieldValue name='textColorvalue='0 0 0'/>
3791            </ProtoInstance>
3792            <ProtoInstance name='Vertex'>
3793                 <fieldValue name='vertexTextvalue='"lewis"'/>
3794                 <fieldValue name='descriptionvalue='77: lewis'/>
3795                 <fieldValue name='url'/>
3796                 <fieldValue name='radiusvalue='0.1500'/>
3797                 <fieldValue name='displayMode'/>
3798                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
3799                 <fieldValue name='transparencyvalue='0'/>
3800                 <fieldValue name='translationvalue='2.17124 0.93564 2.12305'/>
3801                 <fieldValue name='textTranslationvalue='2.32124 0.93564 2.12305'/>
3802                 <fieldValue name='textColorvalue='0 0 0'/>
3803            </ProtoInstance>
3804            <ProtoInstance name='Vertex'>
3805                 <fieldValue name='vertexTextvalue='"lieutenant"'/>
3806                 <fieldValue name='descriptionvalue='78: lieutenant'/>
3807                 <fieldValue name='url'/>
3808                 <fieldValue name='radiusvalue='0.1500'/>
3809                 <fieldValue name='displayMode'/>
3810                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
3811                 <fieldValue name='transparencyvalue='0'/>
3812                 <fieldValue name='translationvalue='1.07442 0.84957 2.67765'/>
3813                 <fieldValue name='textTranslationvalue='1.22442 0.84957 2.67765'/>
3814                 <fieldValue name='textColorvalue='0 0 0'/>
3815            </ProtoInstance>
3816            <ProtoInstance name='Vertex'>
3817                 <fieldValue name='vertexTextvalue='"maintenance"'/>
3818                 <fieldValue name='descriptionvalue='79: maintenance'/>
3819                 <fieldValue name='url'/>
3820                 <fieldValue name='radiusvalue='0.1500'/>
3821                 <fieldValue name='displayMode'/>
3822                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
3823                 <fieldValue name='transparencyvalue='0'/>
3824                 <fieldValue name='translationvalue='0.49436 2.49387 1.48543'/>
3825                 <fieldValue name='textTranslationvalue='0.64436 2.49387 1.48543'/>
3826                 <fieldValue name='textColorvalue='0 0 0'/>
3827            </ProtoInstance>
3828            <ProtoInstance name='Vertex'>
3829                 <fieldValue name='vertexTextvalue='"major"'/>
3830                 <fieldValue name='descriptionvalue='80: major'/>
3831                 <fieldValue name='url'/>
3832                 <fieldValue name='radiusvalue='0.1500'/>
3833                 <fieldValue name='displayMode'/>
3834                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
3835                 <fieldValue name='transparencyvalue='0'/>
3836                 <fieldValue name='translationvalue='2.16790 -0.90024 -2.28158'/>
3837                 <fieldValue name='textTranslationvalue='2.31790 -0.90024 -2.28158'/>
3838                 <fieldValue name='textColorvalue='0 0 0'/>
3839            </ProtoInstance>
3840            <ProtoInstance name='Vertex'>
3841                 <fieldValue name='vertexTextvalue='"makeshift"'/>
3842                 <fieldValue name='descriptionvalue='81: makeshift'/>
3843                 <fieldValue name='url'/>
3844                 <fieldValue name='radiusvalue='0.1500'/>
3845                 <fieldValue name='displayMode'/>
3846                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3847                 <fieldValue name='transparencyvalue='0'/>
3848                 <fieldValue name='translationvalue='-2.75392 -0.69723 0.08454'/>
3849                 <fieldValue name='textTranslationvalue='-2.60392 -0.69723 0.08454'/>
3850                 <fieldValue name='textColorvalue='0 0 0'/>
3851            </ProtoInstance>
3852            <ProtoInstance name='Vertex'>
3853                 <fieldValue name='vertexTextvalue='"map"'/>
3854                 <fieldValue name='descriptionvalue='82: map'/>
3855                 <fieldValue name='url'/>
3856                 <fieldValue name='radiusvalue='0.1500'/>
3857                 <fieldValue name='displayMode'/>
3858                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3859                 <fieldValue name='transparencyvalue='0'/>
3860                 <fieldValue name='translationvalue='-2.43828 -1.47805 -0.08306'/>
3861                 <fieldValue name='textTranslationvalue='-2.28828 -1.47805 -0.08306'/>
3862                 <fieldValue name='textColorvalue='0 0 0'/>
3863            </ProtoInstance>
3864            <ProtoInstance name='Vertex'>
3865                 <fieldValue name='vertexTextvalue='"maryland"'/>
3866                 <fieldValue name='descriptionvalue='83: maryland'/>
3867                 <fieldValue name='url'/>
3868                 <fieldValue name='radiusvalue='0.1500'/>
3869                 <fieldValue name='displayMode'/>
3870                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
3871                 <fieldValue name='transparencyvalue='0'/>
3872                 <fieldValue name='translationvalue='1.99650 -0.36508 -2.28868'/>
3873                 <fieldValue name='textTranslationvalue='2.14650 -0.36508 -2.28868'/>
3874                 <fieldValue name='textColorvalue='0 0 0'/>
3875            </ProtoInstance>
3876            <ProtoInstance name='Vertex'>
3877                 <fieldValue name='vertexTextvalue='"massive"'/>
3878                 <fieldValue name='descriptionvalue='84: massive'/>
3879                 <fieldValue name='url'/>
3880                 <fieldValue name='radiusvalue='0.1500'/>
3881                 <fieldValue name='displayMode'/>
3882                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
3883                 <fieldValue name='transparencyvalue='0'/>
3884                 <fieldValue name='translationvalue='2.62765 0.32009 -1.98239'/>
3885                 <fieldValue name='textTranslationvalue='2.77765 0.32009 -1.98239'/>
3886                 <fieldValue name='textColorvalue='0 0 0'/>
3887            </ProtoInstance>
3888            <ProtoInstance name='Vertex'>
3889                 <fieldValue name='vertexTextvalue='"material"'/>
3890                 <fieldValue name='descriptionvalue='85: material'/>
3891                 <fieldValue name='url'/>
3892                 <fieldValue name='radiusvalue='0.1500'/>
3893                 <fieldValue name='displayMode'/>
3894                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
3895                 <fieldValue name='transparencyvalue='0'/>
3896                 <fieldValue name='translationvalue='1.32632 -0.32962 -2.73516'/>
3897                 <fieldValue name='textTranslationvalue='1.47632 -0.32962 -2.73516'/>
3898                 <fieldValue name='textColorvalue='0 0 0'/>
3899            </ProtoInstance>
3900            <ProtoInstance name='Vertex'>
3901                 <fieldValue name='vertexTextvalue='"media"'/>
3902                 <fieldValue name='descriptionvalue='86: media'/>
3903                 <fieldValue name='url'/>
3904                 <fieldValue name='radiusvalue='0.1500'/>
3905                 <fieldValue name='displayMode'/>
3906                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
3907                 <fieldValue name='transparencyvalue='0'/>
3908                 <fieldValue name='translationvalue='-0.67284 -2.47749 0.36253'/>
3909                 <fieldValue name='textTranslationvalue='-0.52284 -2.47749 0.36253'/>
3910                 <fieldValue name='textColorvalue='0 0 0'/>
3911            </ProtoInstance>
3912            <ProtoInstance name='Vertex'>
3913                 <fieldValue name='vertexTextvalue='"medical"'/>
3914                 <fieldValue name='descriptionvalue='87: medical'/>
3915                 <fieldValue name='url'/>
3916                 <fieldValue name='radiusvalue='0.1500'/>
3917                 <fieldValue name='displayMode'/>
3918                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
3919                 <fieldValue name='transparencyvalue='0'/>
3920                 <fieldValue name='translationvalue='2.10155 -0.61975 -1.85526'/>
3921                 <fieldValue name='textTranslationvalue='2.25155 -0.61975 -1.85526'/>
3922                 <fieldValue name='textColorvalue='0 0 0'/>
3923            </ProtoInstance>
3924            <ProtoInstance name='Vertex'>
3925                 <fieldValue name='vertexTextvalue='"million"'/>
3926                 <fieldValue name='descriptionvalue='88: million'/>
3927                 <fieldValue name='url'/>
3928                 <fieldValue name='radiusvalue='0.1500'/>
3929                 <fieldValue name='displayMode'/>
3930                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
3931                 <fieldValue name='transparencyvalue='0'/>
3932                 <fieldValue name='translationvalue='2.28537 0.61324 -2.12076'/>
3933                 <fieldValue name='textTranslationvalue='2.43537 0.61324 -2.12076'/>
3934                 <fieldValue name='textColorvalue='0 0 0'/>
3935            </ProtoInstance>
3936            <ProtoInstance name='Vertex'>
3937                 <fieldValue name='vertexTextvalue='"minimal"'/>
3938                 <fieldValue name='descriptionvalue='89: minimal'/>
3939                 <fieldValue name='url'/>
3940                 <fieldValue name='radiusvalue='0.1500'/>
3941                 <fieldValue name='displayMode'/>
3942                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
3943                 <fieldValue name='transparencyvalue='0'/>
3944                 <fieldValue name='translationvalue='2.45459 -1.41860 0.50799'/>
3945                 <fieldValue name='textTranslationvalue='2.60459 -1.41860 0.50799'/>
3946                 <fieldValue name='textColorvalue='0 0 0'/>
3947            </ProtoInstance>
3948            <ProtoInstance name='Vertex'>
3949                 <fieldValue name='vertexTextvalue='"mission"'/>
3950                 <fieldValue name='descriptionvalue='90: mission'/>
3951                 <fieldValue name='url'/>
3952                 <fieldValue name='radiusvalue='0.1500'/>
3953                 <fieldValue name='displayMode'/>
3954                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3955                 <fieldValue name='transparencyvalue='0'/>
3956                 <fieldValue name='translationvalue='-2.55675 -1.10930 -0.36490'/>
3957                 <fieldValue name='textTranslationvalue='-2.40675 -1.10930 -0.36490'/>
3958                 <fieldValue name='textColorvalue='0 0 0'/>
3959            </ProtoInstance>
3960            <ProtoInstance name='Vertex'>
3961                 <fieldValue name='vertexTextvalue='"mobile"'/>
3962                 <fieldValue name='descriptionvalue='91: mobile'/>
3963                 <fieldValue name='url'/>
3964                 <fieldValue name='radiusvalue='0.1500'/>
3965                 <fieldValue name='displayMode'/>
3966                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
3967                 <fieldValue name='transparencyvalue='0'/>
3968                 <fieldValue name='translationvalue='0.56138 2.55828 1.25808'/>
3969                 <fieldValue name='textTranslationvalue='0.71138 2.55828 1.25808'/>
3970                 <fieldValue name='textColorvalue='0 0 0'/>
3971            </ProtoInstance>
3972            <ProtoInstance name='Vertex'>
3973                 <fieldValue name='vertexTextvalue='"mobilize"'/>
3974                 <fieldValue name='descriptionvalue='92: mobilize'/>
3975                 <fieldValue name='url'/>
3976                 <fieldValue name='radiusvalue='0.1500'/>
3977                 <fieldValue name='displayMode'/>
3978                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
3979                 <fieldValue name='transparencyvalue='0'/>
3980                 <fieldValue name='translationvalue='1.79310 -0.67539 -2.63611'/>
3981                 <fieldValue name='textTranslationvalue='1.94310 -0.67539 -2.63611'/>
3982                 <fieldValue name='textColorvalue='0 0 0'/>
3983            </ProtoInstance>
3984            <ProtoInstance name='Vertex'>
3985                 <fieldValue name='vertexTextvalue='"morning"'/>
3986                 <fieldValue name='descriptionvalue='93: morning'/>
3987                 <fieldValue name='url'/>
3988                 <fieldValue name='radiusvalue='0.1500'/>
3989                 <fieldValue name='displayMode'/>
3990                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
3991                 <fieldValue name='transparencyvalue='0'/>
3992                 <fieldValue name='translationvalue='1.84911 1.10704 1.97267'/>
3993                 <fieldValue name='textTranslationvalue='1.99911 1.10704 1.97267'/>
3994                 <fieldValue name='textColorvalue='0 0 0'/>
3995            </ProtoInstance>
3996            <ProtoInstance name='Vertex'>
3997                 <fieldValue name='vertexTextvalue='"mourning"'/>
3998                 <fieldValue name='descriptionvalue='94: mourning'/>
3999                 <fieldValue name='url'/>
4000                 <fieldValue name='radiusvalue='0.1500'/>
4001                 <fieldValue name='displayMode'/>
4002                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
4003                 <fieldValue name='transparencyvalue='0'/>
4004                 <fieldValue name='translationvalue='2.19369 -1.29702 0.26338'/>
4005                 <fieldValue name='textTranslationvalue='2.34369 -1.29702 0.26338'/>
4006                 <fieldValue name='textColorvalue='0 0 0'/>
4007            </ProtoInstance>
4008            <ProtoInstance name='Vertex'>
4009                 <fieldValue name='vertexTextvalue='"national"'/>
4010                 <fieldValue name='descriptionvalue='95: national'/>
4011                 <fieldValue name='url'/>
4012                 <fieldValue name='radiusvalue='0.1500'/>
4013                 <fieldValue name='displayMode'/>
4014                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
4015                 <fieldValue name='transparencyvalue='0'/>
4016                 <fieldValue name='translationvalue='2.29093 -1.23188 0.05256'/>
4017                 <fieldValue name='textTranslationvalue='2.44093 -1.23188 0.05256'/>
4018                 <fieldValue name='textColorvalue='0 0 0'/>
4019            </ProtoInstance>
4020            <ProtoInstance name='Vertex'>
4021                 <fieldValue name='vertexTextvalue='"nationals"'/>
4022                 <fieldValue name='descriptionvalue='96: nationals'/>
4023                 <fieldValue name='url'/>
4024                 <fieldValue name='radiusvalue='0.1500'/>
4025                 <fieldValue name='displayMode'/>
4026                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
4027                 <fieldValue name='transparencyvalue='0'/>
4028                 <fieldValue name='translationvalue='-0.72593 2.52842 -1.26755'/>
4029                 <fieldValue name='textTranslationvalue='-0.57593 2.52842 -1.26755'/>
4030                 <fieldValue name='textColorvalue='0 0 0'/>
4031            </ProtoInstance>
4032            <ProtoInstance name='Vertex'>
4033                 <fieldValue name='vertexTextvalue='"ne"'/>
4034                 <fieldValue name='descriptionvalue='97: ne'/>
4035                 <fieldValue name='url'/>
4036                 <fieldValue name='radiusvalue='0.1500'/>
4037                 <fieldValue name='displayMode'/>
4038                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
4039                 <fieldValue name='transparencyvalue='0'/>
4040                 <fieldValue name='translationvalue='2.75392 -1.03214 0.22439'/>
4041                 <fieldValue name='textTranslationvalue='2.90392 -1.03214 0.22439'/>
4042                 <fieldValue name='textColorvalue='0 0 0'/>
4043            </ProtoInstance>
4044            <ProtoInstance name='Vertex'>
4045                 <fieldValue name='vertexTextvalue='"news"'/>
4046                 <fieldValue name='descriptionvalue='98: news'/>
4047                 <fieldValue name='url'/>
4048                 <fieldValue name='radiusvalue='0.1500'/>
4049                 <fieldValue name='displayMode'/>
4050                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
4051                 <fieldValue name='transparencyvalue='0'/>
4052                 <fieldValue name='translationvalue='1.91115 0.47565 2.48712'/>
4053                 <fieldValue name='textTranslationvalue='2.06115 0.47565 2.48712'/>
4054                 <fieldValue name='textColorvalue='0 0 0'/>
4055            </ProtoInstance>
4056            <ProtoInstance name='Vertex'>
4057                 <fieldValue name='vertexTextvalue='"north"'/>
4058                 <fieldValue name='descriptionvalue='99: north'/>
4059                 <fieldValue name='url'/>
4060                 <fieldValue name='radiusvalue='0.1500'/>
4061                 <fieldValue name='displayMode'/>
4062                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
4063                 <fieldValue name='transparencyvalue='0'/>
4064                 <fieldValue name='translationvalue='-0.32052 2.75349 -1.05090'/>
4065                 <fieldValue name='textTranslationvalue='-0.17052 2.75349 -1.05090'/>
4066                 <fieldValue name='textColorvalue='0 0 0'/>
4067            </ProtoInstance>
4068            <ProtoInstance name='Vertex'>
4069                 <fieldValue name='vertexTextvalue='"operation"'/>
4070                 <fieldValue name='descriptionvalue='100: operation'/>
4071                 <fieldValue name='url'/>
4072                 <fieldValue name='radiusvalue='0.1500'/>
4073                 <fieldValue name='displayMode'/>
4074                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
4075                 <fieldValue name='transparencyvalue='0'/>
4076                 <fieldValue name='translationvalue='2.39314 -0.12136 -2.17613'/>
4077                 <fieldValue name='textTranslationvalue='2.54314 -0.12136 -2.17613'/>
4078                 <fieldValue name='textColorvalue='0 0 0'/>
4079            </ProtoInstance>
4080            <ProtoInstance name='Vertex'>
4081                 <fieldValue name='vertexTextvalue='"operations"'/>
4082                 <fieldValue name='descriptionvalue='101: operations'/>
4083                 <fieldValue name='url'/>
4084                 <fieldValue name='radiusvalue='0.1500'/>
4085                 <fieldValue name='displayMode'/>
4086                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
4087                 <fieldValue name='transparencyvalue='0'/>
4088                 <fieldValue name='translationvalue='1.88759 0.62648 1.90877'/>
4089                 <fieldValue name='textTranslationvalue='2.03759 0.62648 1.90877'/>
4090                 <fieldValue name='textColorvalue='0 0 0'/>
4091            </ProtoInstance>
4092            <ProtoInstance name='Vertex'>
4093                 <fieldValue name='vertexTextvalue='"participating"'/>
4094                 <fieldValue name='descriptionvalue='102: participating'/>
4095                 <fieldValue name='url'/>
4096                 <fieldValue name='radiusvalue='0.1500'/>
4097                 <fieldValue name='displayMode'/>
4098                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
4099                 <fieldValue name='transparencyvalue='0'/>
4100                 <fieldValue name='translationvalue='2.26401 -1.27022 0.00066'/>
4101                 <fieldValue name='textTranslationvalue='2.41401 -1.27022 0.00066'/>
4102                 <fieldValue name='textColorvalue='0 0 0'/>
4103            </ProtoInstance>
4104            <ProtoInstance name='Vertex'>
4105                 <fieldValue name='vertexTextvalue='"payroll"'/>
4106                 <fieldValue name='descriptionvalue='103: payroll'/>
4107                 <fieldValue name='url'/>
4108                 <fieldValue name='radiusvalue='0.1500'/>
4109                 <fieldValue name='displayMode'/>
4110                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4111                 <fieldValue name='transparencyvalue='0'/>
4112                 <fieldValue name='translationvalue='-2.39111 -1.56915 0.42412'/>
4113                 <fieldValue name='textTranslationvalue='-2.24111 -1.56915 0.42412'/>
4114                 <fieldValue name='textColorvalue='0 0 0'/>
4115            </ProtoInstance>
4116            <ProtoInstance name='Vertex'>
4117                 <fieldValue name='vertexTextvalue='"people"'/>
4118                 <fieldValue name='descriptionvalue='104: people'/>
4119                 <fieldValue name='url'/>
4120                 <fieldValue name='radiusvalue='0.1500'/>
4121                 <fieldValue name='displayMode'/>
4122                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
4123                 <fieldValue name='transparencyvalue='0'/>
4124                 <fieldValue name='translationvalue='2.04473 -1.21769 -0.14930'/>
4125                 <fieldValue name='textTranslationvalue='2.19473 -1.21769 -0.14930'/>
4126                 <fieldValue name='textColorvalue='0 0 0'/>
4127            </ProtoInstance>
4128            <ProtoInstance name='Vertex'>
4129                 <fieldValue name='vertexTextvalue='"petit"'/>
4130                 <fieldValue name='descriptionvalue='105: petit'/>
4131                 <fieldValue name='url'/>
4132                 <fieldValue name='radiusvalue='0.1500'/>
4133                 <fieldValue name='displayMode'/>
4134                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4135                 <fieldValue name='transparencyvalue='0'/>
4136                 <fieldValue name='translationvalue='-2.33845 -1.21447 -0.52351'/>
4137                 <fieldValue name='textTranslationvalue='-2.18845 -1.21447 -0.52351'/>
4138                 <fieldValue name='textColorvalue='0 0 0'/>
4139            </ProtoInstance>
4140            <ProtoInstance name='Vertex'>
4141                 <fieldValue name='vertexTextvalue='"photo"'/>
4142                 <fieldValue name='descriptionvalue='106: photo'/>
4143                 <fieldValue name='url'/>
4144                 <fieldValue name='radiusvalue='0.1500'/>
4145                 <fieldValue name='displayMode'/>
4146                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
4147                 <fieldValue name='transparencyvalue='0'/>
4148                 <fieldValue name='translationvalue='0.38547 2.05367 1.98767'/>
4149                 <fieldValue name='textTranslationvalue='0.53547 2.05367 1.98767'/>
4150                 <fieldValue name='textColorvalue='0 0 0'/>
4151            </ProtoInstance>
4152            <ProtoInstance name='Vertex'>
4153                 <fieldValue name='vertexTextvalue='"photos"'/>
4154                 <fieldValue name='descriptionvalue='107: photos'/>
4155                 <fieldValue name='url'/>
4156                 <fieldValue name='radiusvalue='0.1500'/>
4157                 <fieldValue name='displayMode'/>
4158                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
4159                 <fieldValue name='transparencyvalue='0'/>
4160                 <fieldValue name='translationvalue='0.06114 2.29127 0.74307'/>
4161                 <fieldValue name='textTranslationvalue='0.21114 2.29127 0.74307'/>
4162                 <fieldValue name='textColorvalue='0 0 0'/>
4163            </ProtoInstance>
4164            <ProtoInstance name='Vertex'>
4165                 <fieldValue name='vertexTextvalue='"point"'/>
4166                 <fieldValue name='descriptionvalue='108: point'/>
4167                 <fieldValue name='url'/>
4168                 <fieldValue name='radiusvalue='0.1500'/>
4169                 <fieldValue name='displayMode'/>
4170                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
4171                 <fieldValue name='transparencyvalue='0'/>
4172                 <fieldValue name='translationvalue='1.46122 -1.43462 -0.20727'/>
4173                 <fieldValue name='textTranslationvalue='1.61122 -1.43462 -0.20727'/>
4174                 <fieldValue name='textColorvalue='0 0 0'/>
4175            </ProtoInstance>
4176            <ProtoInstance name='Vertex'>
4177                 <fieldValue name='vertexTextvalue='"policy"'/>
4178                 <fieldValue name='descriptionvalue='109: policy'/>
4179                 <fieldValue name='url'/>
4180                 <fieldValue name='radiusvalue='0.1500'/>
4181                 <fieldValue name='displayMode'/>
4182                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4183                 <fieldValue name='transparencyvalue='0'/>
4184                 <fieldValue name='translationvalue='-2.36456 -1.59342 -0.21447'/>
4185                 <fieldValue name='textTranslationvalue='-2.21456 -1.59342 -0.21447'/>
4186                 <fieldValue name='textColorvalue='0 0 0'/>
4187            </ProtoInstance>
4188            <ProtoInstance name='Vertex'>
4189                 <fieldValue name='vertexTextvalue='"poverty"'/>
4190                 <fieldValue name='descriptionvalue='110: poverty'/>
4191                 <fieldValue name='url'/>
4192                 <fieldValue name='radiusvalue='0.1500'/>
4193                 <fieldValue name='displayMode'/>
4194                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
4195                 <fieldValue name='transparencyvalue='0'/>
4196                 <fieldValue name='translationvalue='1.40381 0.26848 -2.64980'/>
4197                 <fieldValue name='textTranslationvalue='1.55381 0.26848 -2.64980'/>
4198                 <fieldValue name='textColorvalue='0 0 0'/>
4199            </ProtoInstance>
4200            <ProtoInstance name='Vertex'>
4201                 <fieldValue name='vertexTextvalue='"practice"'/>
4202                 <fieldValue name='descriptionvalue='111: practice'/>
4203                 <fieldValue name='url'/>
4204                 <fieldValue name='radiusvalue='0.1500'/>
4205                 <fieldValue name='displayMode'/>
4206                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4207                 <fieldValue name='transparencyvalue='0'/>
4208                 <fieldValue name='translationvalue='-2.58650 -1.17252 0.42969'/>
4209                 <fieldValue name='textTranslationvalue='-2.43650 -1.17252 0.42969'/>
4210                 <fieldValue name='textColorvalue='0 0 0'/>
4211            </ProtoInstance>
4212            <ProtoInstance name='Vertex'>
4213                 <fieldValue name='vertexTextvalue='"praising"'/>
4214                 <fieldValue name='descriptionvalue='112: praising'/>
4215                 <fieldValue name='url'/>
4216                 <fieldValue name='radiusvalue='0.1500'/>
4217                 <fieldValue name='displayMode'/>
4218                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
4219                 <fieldValue name='transparencyvalue='0'/>
4220                 <fieldValue name='translationvalue='2.49564 -1.58723 -0.13772'/>
4221                 <fieldValue name='textTranslationvalue='2.64564 -1.58723 -0.13772'/>
4222                 <fieldValue name='textColorvalue='0 0 0'/>
4223            </ProtoInstance>
4224            <ProtoInstance name='Vertex'>
4225                 <fieldValue name='vertexTextvalue='"press"'/>
4226                 <fieldValue name='descriptionvalue='113: press'/>
4227                 <fieldValue name='url'/>
4228                 <fieldValue name='radiusvalue='0.1500'/>
4229                 <fieldValue name='displayMode'/>
4230                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
4231                 <fieldValue name='transparencyvalue='0'/>
4232                 <fieldValue name='translationvalue='1.75762 0.45963 1.58332'/>
4233                 <fieldValue name='textTranslationvalue='1.90762 0.45963 1.58332'/>
4234                 <fieldValue name='textColorvalue='0 0 0'/>
4235            </ProtoInstance>
4236            <ProtoInstance name='Vertex'>
4237                 <fieldValue name='vertexTextvalue='"privileged"'/>
4238                 <fieldValue name='descriptionvalue='114: privileged'/>
4239                 <fieldValue name='url'/>
4240                 <fieldValue name='radiusvalue='0.1500'/>
4241                 <fieldValue name='displayMode'/>
4242                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
4243                 <fieldValue name='transparencyvalue='0'/>
4244                 <fieldValue name='translationvalue='1.83855 1.06507 1.98825'/>
4245                 <fieldValue name='textTranslationvalue='1.98855 1.06507 1.98825'/>
4246                 <fieldValue name='textColorvalue='0 0 0'/>
4247            </ProtoInstance>
4248            <ProtoInstance name='Vertex'>
4249                 <fieldValue name='vertexTextvalue='"programs"'/>
4250                 <fieldValue name='descriptionvalue='115: programs'/>
4251                 <fieldValue name='url'/>
4252                 <fieldValue name='radiusvalue='0.1500'/>
4253                 <fieldValue name='displayMode'/>
4254                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4255                 <fieldValue name='transparencyvalue='0'/>
4256                 <fieldValue name='translationvalue='-2.32005 -1.42817 -0.66463'/>
4257                 <fieldValue name='textTranslationvalue='-2.17005 -1.42817 -0.66463'/>
4258                 <fieldValue name='textColorvalue='0 0 0'/>
4259            </ProtoInstance>
4260            <ProtoInstance name='Vertex'>
4261                 <fieldValue name='vertexTextvalue='"promote"'/>
4262                 <fieldValue name='descriptionvalue='116: promote'/>
4263                 <fieldValue name='url'/>
4264                 <fieldValue name='radiusvalue='0.1500'/>
4265                 <fieldValue name='displayMode'/>
4266                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
4267                 <fieldValue name='transparencyvalue='0'/>
4268                 <fieldValue name='translationvalue='-0.52414 -2.55881 -0.82770'/>
4269                 <fieldValue name='textTranslationvalue='-0.37414 -2.55881 -0.82770'/>
4270                 <fieldValue name='textColorvalue='0 0 0'/>
4271            </ProtoInstance>
4272            <ProtoInstance name='Vertex'>
4273                 <fieldValue name='vertexTextvalue='"proud"'/>
4274                 <fieldValue name='descriptionvalue='117: proud'/>
4275                 <fieldValue name='url'/>
4276                 <fieldValue name='radiusvalue='0.1500'/>
4277                 <fieldValue name='displayMode'/>
4278                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
4279                 <fieldValue name='transparencyvalue='0'/>
4280                 <fieldValue name='translationvalue='-0.65572 -2.29683 0.00777'/>
4281                 <fieldValue name='textTranslationvalue='-0.50572 -2.29683 0.00777'/>
4282                 <fieldValue name='textColorvalue='0 0 0'/>
4283            </ProtoInstance>
4284            <ProtoInstance name='Vertex'>
4285                 <fieldValue name='vertexTextvalue='"providing"'/>
4286                 <fieldValue name='descriptionvalue='118: providing'/>
4287                 <fieldValue name='url'/>
4288                 <fieldValue name='radiusvalue='0.1500'/>
4289                 <fieldValue name='displayMode'/>
4290                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
4291                 <fieldValue name='transparencyvalue='0'/>
4292                 <fieldValue name='translationvalue='1.84018 -1.20914 -0.59028'/>
4293                 <fieldValue name='textTranslationvalue='1.99018 -1.20914 -0.59028'/>
4294                 <fieldValue name='textColorvalue='0 0 0'/>
4295            </ProtoInstance>
4296            <ProtoInstance name='Vertex'>
4297                 <fieldValue name='vertexTextvalue='"public"'/>
4298                 <fieldValue name='descriptionvalue='119: public'/>
4299                 <fieldValue name='url'/>
4300                 <fieldValue name='radiusvalue='0.1500'/>
4301                 <fieldValue name='displayMode'/>
4302                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
4303                 <fieldValue name='transparencyvalue='0'/>
4304                 <fieldValue name='translationvalue='-0.91996 2.71549 -0.29487'/>
4305                 <fieldValue name='textTranslationvalue='-0.76996 2.71549 -0.29487'/>
4306                 <fieldValue name='textColorvalue='0 0 0'/>
4307            </ProtoInstance>
4308            <ProtoInstance name='Vertex'>
4309                 <fieldValue name='vertexTextvalue='"receive"'/>
4310                 <fieldValue name='descriptionvalue='120: receive'/>
4311                 <fieldValue name='url'/>
4312                 <fieldValue name='radiusvalue='0.1500'/>
4313                 <fieldValue name='displayMode'/>
4314                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4315                 <fieldValue name='transparencyvalue='0'/>
4316                 <fieldValue name='translationvalue='-2.39101 -1.56954 0.42394'/>
4317                 <fieldValue name='textTranslationvalue='-2.24101 -1.56954 0.42394'/>
4318                 <fieldValue name='textColorvalue='0 0 0'/>
4319            </ProtoInstance>
4320            <ProtoInstance name='Vertex'>
4321                 <fieldValue name='vertexTextvalue='"reconcile"'/>
4322                 <fieldValue name='descriptionvalue='121: reconcile'/>
4323                 <fieldValue name='url'/>
4324                 <fieldValue name='radiusvalue='0.1500'/>
4325                 <fieldValue name='displayMode'/>
4326                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
4327                 <fieldValue name='transparencyvalue='0'/>
4328                 <fieldValue name='translationvalue='-1.96013 -0.37116 2.36757'/>
4329                 <fieldValue name='textTranslationvalue='-1.81013 -0.37116 2.36757'/>
4330                 <fieldValue name='textColorvalue='0 0 0'/>
4331            </ProtoInstance>
4332            <ProtoInstance name='Vertex'>
4333                 <fieldValue name='vertexTextvalue='"reconstruction"'/>
4334                 <fieldValue name='descriptionvalue='122: reconstruction'/>
4335                 <fieldValue name='url'/>
4336                 <fieldValue name='radiusvalue='0.1500'/>
4337                 <fieldValue name='displayMode'/>
4338                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
4339                 <fieldValue name='transparencyvalue='0'/>
4340                 <fieldValue name='translationvalue='1.38261 0.88866 2.33884'/>
4341                 <fieldValue name='textTranslationvalue='1.53261 0.88866 2.33884'/>
4342                 <fieldValue name='textColorvalue='0 0 0'/>
4343            </ProtoInstance>
4344            <ProtoInstance name='Vertex'>
4345                 <fieldValue name='vertexTextvalue='"repatriates"'/>
4346                 <fieldValue name='descriptionvalue='123: repatriates'/>
4347                 <fieldValue name='url'/>
4348                 <fieldValue name='radiusvalue='0.1500'/>
4349                 <fieldValue name='displayMode'/>
4350                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
4351                 <fieldValue name='transparencyvalue='0'/>
4352                 <fieldValue name='translationvalue='-1.21542 2.45450 -0.98913'/>
4353                 <fieldValue name='textTranslationvalue='-1.06542 2.45450 -0.98913'/>
4354                 <fieldValue name='textColorvalue='0 0 0'/>
4355            </ProtoInstance>
4356            <ProtoInstance name='Vertex'>
4357                 <fieldValue name='vertexTextvalue='"residents"'/>
4358                 <fieldValue name='descriptionvalue='124: residents'/>
4359                 <fieldValue name='url'/>
4360                 <fieldValue name='radiusvalue='0.1500'/>
4361                 <fieldValue name='displayMode'/>
4362                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4363                 <fieldValue name='transparencyvalue='0'/>
4364                 <fieldValue name='translationvalue='-2.40731 -1.00356 -1.06078'/>
4365                 <fieldValue name='textTranslationvalue='-2.25731 -1.00356 -1.06078'/>
4366                 <fieldValue name='textColorvalue='0 0 0'/>
4367            </ProtoInstance>
4368            <ProtoInstance name='Vertex'>
4369                 <fieldValue name='vertexTextvalue='"response"'/>
4370                 <fieldValue name='descriptionvalue='125: response'/>
4371                 <fieldValue name='url'/>
4372                 <fieldValue name='radiusvalue='0.1500'/>
4373                 <fieldValue name='displayMode'/>
4374                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
4375                 <fieldValue name='transparencyvalue='0'/>
4376                 <fieldValue name='translationvalue='1.97138 -0.64836 -1.05814'/>
4377                 <fieldValue name='textTranslationvalue='2.12138 -0.64836 -1.05814'/>
4378                 <fieldValue name='textColorvalue='0 0 0'/>
4379            </ProtoInstance>
4380            <ProtoInstance name='Vertex'>
4381                 <fieldValue name='vertexTextvalue='"rice"'/>
4382                 <fieldValue name='descriptionvalue='126: rice'/>
4383                 <fieldValue name='url'/>
4384                 <fieldValue name='radiusvalue='0.1500'/>
4385                 <fieldValue name='displayMode'/>
4386                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
4387                 <fieldValue name='transparencyvalue='0'/>
4388                 <fieldValue name='translationvalue='2.24300 -1.06526 -0.53423'/>
4389                 <fieldValue name='textTranslationvalue='2.39300 -1.06526 -0.53423'/>
4390                 <fieldValue name='textColorvalue='0 0 0'/>
4391            </ProtoInstance>
4392            <ProtoInstance name='Vertex'>
4393                 <fieldValue name='vertexTextvalue='"saturday"'/>
4394                 <fieldValue name='descriptionvalue='127: saturday'/>
4395                 <fieldValue name='url'/>
4396                 <fieldValue name='radiusvalue='0.1500'/>
4397                 <fieldValue name='displayMode'/>
4398                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
4399                 <fieldValue name='transparencyvalue='0'/>
4400                 <fieldValue name='translationvalue='-1.05183 2.40829 -1.20397'/>
4401                 <fieldValue name='textTranslationvalue='-0.90183 2.40829 -1.20397'/>
4402                 <fieldValue name='textColorvalue='0 0 0'/>
4403            </ProtoInstance>
4404            <ProtoInstance name='Vertex'>
4405                 <fieldValue name='vertexTextvalue='"served"'/>
4406                 <fieldValue name='descriptionvalue='128: served'/>
4407                 <fieldValue name='url'/>
4408                 <fieldValue name='radiusvalue='0.1500'/>
4409                 <fieldValue name='displayMode'/>
4410                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
4411                 <fieldValue name='transparencyvalue='0'/>
4412                 <fieldValue name='translationvalue='1.51069 -0.55241 0.61295'/>
4413                 <fieldValue name='textTranslationvalue='1.66069 -0.55241 0.61295'/>
4414                 <fieldValue name='textColorvalue='0 0 0'/>
4415            </ProtoInstance>
4416            <ProtoInstance name='Vertex'>
4417                 <fieldValue name='vertexTextvalue='"services"'/>
4418                 <fieldValue name='descriptionvalue='129: services'/>
4419                 <fieldValue name='url'/>
4420                 <fieldValue name='radiusvalue='0.1500'/>
4421                 <fieldValue name='displayMode'/>
4422                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
4423                 <fieldValue name='transparencyvalue='0'/>
4424                 <fieldValue name='translationvalue='2.07850 -0.07735 -2.24068'/>
4425                 <fieldValue name='textTranslationvalue='2.22850 -0.07735 -2.24068'/>
4426                 <fieldValue name='textColorvalue='0 0 0'/>
4427            </ProtoInstance>
4428            <ProtoInstance name='Vertex'>
4429                 <fieldValue name='vertexTextvalue='"seventh"'/>
4430                 <fieldValue name='descriptionvalue='130: seventh'/>
4431                 <fieldValue name='url'/>
4432                 <fieldValue name='radiusvalue='0.1500'/>
4433                 <fieldValue name='displayMode'/>
4434                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
4435                 <fieldValue name='transparencyvalue='0'/>
4436                 <fieldValue name='translationvalue='-1.67246 2.32339 -0.67775'/>
4437                 <fieldValue name='textTranslationvalue='-1.52246 2.32339 -0.67775'/>
4438                 <fieldValue name='textColorvalue='0 0 0'/>
4439            </ProtoInstance>
4440            <ProtoInstance name='Vertex'>
4441                 <fieldValue name='vertexTextvalue='"shares"'/>
4442                 <fieldValue name='descriptionvalue='131: shares'/>
4443                 <fieldValue name='url'/>
4444                 <fieldValue name='radiusvalue='0.1500'/>
4445                 <fieldValue name='displayMode'/>
4446                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
4447                 <fieldValue name='transparencyvalue='0'/>
4448                 <fieldValue name='translationvalue='2.11312 -1.02156 -0.51354'/>
4449                 <fieldValue name='textTranslationvalue='2.26312 -1.02156 -0.51354'/>
4450                 <fieldValue name='textColorvalue='0 0 0'/>
4451            </ProtoInstance>
4452            <ProtoInstance name='Vertex'>
4453                 <fieldValue name='vertexTextvalue='"si"'/>
4454                 <fieldValue name='descriptionvalue='132: si'/>
4455                 <fieldValue name='url'/>
4456                 <fieldValue name='radiusvalue='0.1500'/>
4457                 <fieldValue name='displayMode'/>
4458                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
4459                 <fieldValue name='transparencyvalue='0'/>
4460                 <fieldValue name='translationvalue='1.32632 -0.32962 -2.73516'/>
4461                 <fieldValue name='textTranslationvalue='1.47632 -0.32962 -2.73516'/>
4462                 <fieldValue name='textColorvalue='0 0 0'/>
4463            </ProtoInstance>
4464            <ProtoInstance name='Vertex'>
4465                 <fieldValue name='vertexTextvalue='"societies"'/>
4466                 <fieldValue name='descriptionvalue='133: societies'/>
4467                 <fieldValue name='url'/>
4468                 <fieldValue name='radiusvalue='0.1500'/>
4469                 <fieldValue name='displayMode'/>
4470                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
4471                 <fieldValue name='transparencyvalue='0'/>
4472                 <fieldValue name='translationvalue='0.27921 -2.12679 0.05586'/>
4473                 <fieldValue name='textTranslationvalue='0.42921 -2.12679 0.05586'/>
4474                 <fieldValue name='textColorvalue='0 0 0'/>
4475            </ProtoInstance>
4476            <ProtoInstance name='Vertex'>
4477                 <fieldValue name='vertexTextvalue='"special"'/>
4478                 <fieldValue name='descriptionvalue='134: special'/>
4479                 <fieldValue name='url'/>
4480                 <fieldValue name='radiusvalue='0.1500'/>
4481                 <fieldValue name='displayMode'/>
4482                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
4483                 <fieldValue name='transparencyvalue='0'/>
4484                 <fieldValue name='translationvalue='1.48268 0.32202 2.60860'/>
4485                 <fieldValue name='textTranslationvalue='1.63268 0.32202 2.60860'/>
4486                 <fieldValue name='textColorvalue='0 0 0'/>
4487            </ProtoInstance>
4488            <ProtoInstance name='Vertex'>
4489                 <fieldValue name='vertexTextvalue='"squadron"'/>
4490                 <fieldValue name='descriptionvalue='135: squadron'/>
4491                 <fieldValue name='url'/>
4492                 <fieldValue name='radiusvalue='0.1500'/>
4493                 <fieldValue name='displayMode'/>
4494                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
4495                 <fieldValue name='transparencyvalue='0'/>
4496                 <fieldValue name='translationvalue='0.48523 2.53971 1.39198'/>
4497                 <fieldValue name='textTranslationvalue='0.63523 2.53971 1.39198'/>
4498                 <fieldValue name='textColorvalue='0 0 0'/>
4499            </ProtoInstance>
4500            <ProtoInstance name='Vertex'>
4501                 <fieldValue name='vertexTextvalue='"st"'/>
4502                 <fieldValue name='descriptionvalue='136: st'/>
4503                 <fieldValue name='url'/>
4504                 <fieldValue name='radiusvalue='0.1500'/>
4505                 <fieldValue name='displayMode'/>
4506                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
4507                 <fieldValue name='transparencyvalue='0'/>
4508                 <fieldValue name='translationvalue='1.64324 -0.59961 -2.70968'/>
4509                 <fieldValue name='textTranslationvalue='1.79324 -0.59961 -2.70968'/>
4510                 <fieldValue name='textColorvalue='0 0 0'/>
4511            </ProtoInstance>
4512            <ProtoInstance name='Vertex'>
4513                 <fieldValue name='vertexTextvalue='"status"'/>
4514                 <fieldValue name='descriptionvalue='137: status'/>
4515                 <fieldValue name='url'/>
4516                 <fieldValue name='radiusvalue='0.1500'/>
4517                 <fieldValue name='displayMode'/>
4518                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
4519                 <fieldValue name='transparencyvalue='0'/>
4520                 <fieldValue name='translationvalue='-2.29558 0.25000 2.02567'/>
4521                 <fieldValue name='textTranslationvalue='-2.14558 0.25000 2.02567'/>
4522                 <fieldValue name='textColorvalue='0 0 0'/>
4523            </ProtoInstance>
4524            <ProtoInstance name='Vertex'>
4525                 <fieldValue name='vertexTextvalue='"sustainable"'/>
4526                 <fieldValue name='descriptionvalue='138: sustainable'/>
4527                 <fieldValue name='url'/>
4528                 <fieldValue name='radiusvalue='0.1500'/>
4529                 <fieldValue name='displayMode'/>
4530                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
4531                 <fieldValue name='transparencyvalue='0'/>
4532                 <fieldValue name='translationvalue='-0.52415 -2.55881 -0.82770'/>
4533                 <fieldValue name='textTranslationvalue='-0.37415 -2.55881 -0.82770'/>
4534                 <fieldValue name='textColorvalue='0 0 0'/>
4535            </ProtoInstance>
4536            <ProtoInstance name='Vertex'>
4537                 <fieldValue name='vertexTextvalue='"tarps"'/>
4538                 <fieldValue name='descriptionvalue='139: tarps'/>
4539                 <fieldValue name='url'/>
4540                 <fieldValue name='radiusvalue='0.1500'/>
4541                 <fieldValue name='displayMode'/>
4542                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
4543                 <fieldValue name='transparencyvalue='0'/>
4544                 <fieldValue name='translationvalue='2.09037 -1.95500 -0.31496'/>
4545                 <fieldValue name='textTranslationvalue='2.24037 -1.95500 -0.31496'/>
4546                 <fieldValue name='textColorvalue='0 0 0'/>
4547            </ProtoInstance>
4548            <ProtoInstance name='Vertex'>
4549                 <fieldValue name='vertexTextvalue='"task"'/>
4550                 <fieldValue name='descriptionvalue='140: task'/>
4551                 <fieldValue name='url'/>
4552                 <fieldValue name='radiusvalue='0.1500'/>
4553                 <fieldValue name='displayMode'/>
4554                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
4555                 <fieldValue name='transparencyvalue='0'/>
4556                 <fieldValue name='translationvalue='1.21979 1.31316 1.86160'/>
4557                 <fieldValue name='textTranslationvalue='1.36979 1.31316 1.86160'/>
4558                 <fieldValue name='textColorvalue='0 0 0'/>
4559            </ProtoInstance>
4560            <ProtoInstance name='Vertex'>
4561                 <fieldValue name='vertexTextvalue='"teams"'/>
4562                 <fieldValue name='descriptionvalue='141: teams'/>
4563                 <fieldValue name='url'/>
4564                 <fieldValue name='radiusvalue='0.1500'/>
4565                 <fieldValue name='displayMode'/>
4566                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4567                 <fieldValue name='transparencyvalue='0'/>
4568                 <fieldValue name='translationvalue='-2.37492 -1.39117 -0.61969'/>
4569                 <fieldValue name='textTranslationvalue='-2.22492 -1.39117 -0.61969'/>
4570                 <fieldValue name='textColorvalue='0 0 0'/>
4571            </ProtoInstance>
4572            <ProtoInstance name='Vertex'>
4573                 <fieldValue name='vertexTextvalue='"terms"'/>
4574                 <fieldValue name='descriptionvalue='142: terms'/>
4575                 <fieldValue name='url'/>
4576                 <fieldValue name='radiusvalue='0.1500'/>
4577                 <fieldValue name='displayMode'/>
4578                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
4579                 <fieldValue name='transparencyvalue='0'/>
4580                 <fieldValue name='translationvalue='-2.27174 -0.15989 2.05599'/>
4581                 <fieldValue name='textTranslationvalue='-2.12174 -0.15989 2.05599'/>
4582                 <fieldValue name='textColorvalue='0 0 0'/>
4583            </ProtoInstance>
4584            <ProtoInstance name='Vertex'>
4585                 <fieldValue name='vertexTextvalue='"thaw"'/>
4586                 <fieldValue name='descriptionvalue='143: thaw'/>
4587                 <fieldValue name='url'/>
4588                 <fieldValue name='radiusvalue='0.1500'/>
4589                 <fieldValue name='displayMode'/>
4590                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
4591                 <fieldValue name='transparencyvalue='0'/>
4592                 <fieldValue name='translationvalue='-0.19495 2.37575 1.73184'/>
4593                 <fieldValue name='textTranslationvalue='-0.04495 2.37575 1.73184'/>
4594                 <fieldValue name='textColorvalue='0 0 0'/>
4595            </ProtoInstance>
4596            <ProtoInstance name='Vertex'>
4597                 <fieldValue name='vertexTextvalue='"top"'/>
4598                 <fieldValue name='descriptionvalue='144: top'/>
4599                 <fieldValue name='url'/>
4600                 <fieldValue name='radiusvalue='0.1500'/>
4601                 <fieldValue name='displayMode'/>
4602                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4603                 <fieldValue name='transparencyvalue='0'/>
4604                 <fieldValue name='translationvalue='-2.50801 -0.88783 -0.41928'/>
4605                 <fieldValue name='textTranslationvalue='-2.35801 -0.88783 -0.41928'/>
4606                 <fieldValue name='textColorvalue='0 0 0'/>
4607            </ProtoInstance>
4608            <ProtoInstance name='Vertex'>
4609                 <fieldValue name='vertexTextvalue='"truck"'/>
4610                 <fieldValue name='descriptionvalue='145: truck'/>
4611                 <fieldValue name='url'/>
4612                 <fieldValue name='radiusvalue='0.1500'/>
4613                 <fieldValue name='displayMode'/>
4614                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
4615                 <fieldValue name='transparencyvalue='0'/>
4616                 <fieldValue name='translationvalue='0.67617 2.74285 0.98928'/>
4617                 <fieldValue name='textTranslationvalue='0.82617 2.74285 0.98928'/>
4618                 <fieldValue name='textColorvalue='0 0 0'/>
4619            </ProtoInstance>
4620            <ProtoInstance name='Vertex'>
4621                 <fieldValue name='vertexTextvalue='"twitter"'/>
4622                 <fieldValue name='descriptionvalue='146: twitter'/>
4623                 <fieldValue name='url'/>
4624                 <fieldValue name='radiusvalue='0.1500'/>
4625                 <fieldValue name='displayMode'/>
4626                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
4627                 <fieldValue name='transparencyvalue='0'/>
4628                 <fieldValue name='translationvalue='-2.52130 -0.47687 1.49755'/>
4629                 <fieldValue name='textTranslationvalue='-2.37130 -0.47687 1.49755'/>
4630                 <fieldValue name='textColorvalue='0 0 0'/>
4631            </ProtoInstance>
4632            <ProtoInstance name='Vertex'>
4633                 <fieldValue name='vertexTextvalue='"university"'/>
4634                 <fieldValue name='descriptionvalue='147: university'/>
4635                 <fieldValue name='url'/>
4636                 <fieldValue name='radiusvalue='0.1500'/>
4637                 <fieldValue name='displayMode'/>
4638                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
4639                 <fieldValue name='transparencyvalue='0'/>
4640                 <fieldValue name='translationvalue='2.19150 -0.25491 -2.35646'/>
4641                 <fieldValue name='textTranslationvalue='2.34150 -0.25491 -2.35646'/>
4642                 <fieldValue name='textColorvalue='0 0 0'/>
4643            </ProtoInstance>
4644            <ProtoInstance name='Vertex'>
4645                 <fieldValue name='vertexTextvalue='"updated"'/>
4646                 <fieldValue name='descriptionvalue='148: updated'/>
4647                 <fieldValue name='url'/>
4648                 <fieldValue name='radiusvalue='0.1500'/>
4649                 <fieldValue name='displayMode'/>
4650                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4651                 <fieldValue name='transparencyvalue='0'/>
4652                 <fieldValue name='translationvalue='-2.65231 -0.57107 -0.62004'/>
4653                 <fieldValue name='textTranslationvalue='-2.50231 -0.57107 -0.62004'/>
4654                 <fieldValue name='textColorvalue='0 0 0'/>
4655            </ProtoInstance>
4656            <ProtoInstance name='Vertex'>
4657                 <fieldValue name='vertexTextvalue='"valentines"'/>
4658                 <fieldValue name='descriptionvalue='149: valentines'/>
4659                 <fieldValue name='url'/>
4660                 <fieldValue name='radiusvalue='0.1500'/>
4661                 <fieldValue name='displayMode'/>
4662                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
4663                 <fieldValue name='transparencyvalue='0'/>
4664                 <fieldValue name='translationvalue='1.97340 -1.86209 0.49442'/>
4665                 <fieldValue name='textTranslationvalue='2.12340 -1.86209 0.49442'/>
4666                 <fieldValue name='textColorvalue='0 0 0'/>
4667            </ProtoInstance>
4668            <ProtoInstance name='Vertex'>
4669                 <fieldValue name='vertexTextvalue='"visits"'/>
4670                 <fieldValue name='descriptionvalue='150: visits'/>
4671                 <fieldValue name='url'/>
4672                 <fieldValue name='radiusvalue='0.1500'/>
4673                 <fieldValue name='displayMode'/>
4674                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4675                 <fieldValue name='transparencyvalue='0'/>
4676                 <fieldValue name='translationvalue='-2.55072 -1.20740 -0.32568'/>
4677                 <fieldValue name='textTranslationvalue='-2.40072 -1.20740 -0.32568'/>
4678                 <fieldValue name='textColorvalue='0 0 0'/>
4679            </ProtoInstance>
4680            <ProtoInstance name='Vertex'>
4681                 <fieldValue name='vertexTextvalue='"water"'/>
4682                 <fieldValue name='descriptionvalue='151: water'/>
4683                 <fieldValue name='url'/>
4684                 <fieldValue name='radiusvalue='0.1500'/>
4685                 <fieldValue name='displayMode'/>
4686                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
4687                 <fieldValue name='transparencyvalue='0'/>
4688                 <fieldValue name='translationvalue='2.01181 -1.99771 -0.05500'/>
4689                 <fieldValue name='textTranslationvalue='2.16181 -1.99771 -0.05500'/>
4690                 <fieldValue name='textColorvalue='0 0 0'/>
4691            </ProtoInstance>
4692            <ProtoInstance name='Vertex'>
4693                 <fieldValue name='vertexTextvalue='"women"'/>
4694                 <fieldValue name='descriptionvalue='152: women'/>
4695                 <fieldValue name='url'/>
4696                 <fieldValue name='radiusvalue='0.1500'/>
4697                 <fieldValue name='displayMode'/>
4698                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
4699                 <fieldValue name='transparencyvalue='0'/>
4700                 <fieldValue name='translationvalue='-1.09020 -1.72109 -0.22551'/>
4701                 <fieldValue name='textTranslationvalue='-0.94020 -1.72109 -0.22551'/>
4702                 <fieldValue name='textColorvalue='0 0 0'/>
4703            </ProtoInstance>
4704            <ProtoInstance name='Vertex'>
4705                 <fieldValue name='vertexTextvalue='"working"'/>
4706                 <fieldValue name='descriptionvalue='153: working'/>
4707                 <fieldValue name='url'/>
4708                 <fieldValue name='radiusvalue='0.1500'/>
4709                 <fieldValue name='displayMode'/>
4710                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
4711                 <fieldValue name='transparencyvalue='0'/>
4712                 <fieldValue name='translationvalue='-0.65011 -2.34693 -0.29385'/>
4713                 <fieldValue name='textTranslationvalue='-0.50011 -2.34693 -0.29385'/>
4714                 <fieldValue name='textColorvalue='0 0 0'/>
4715            </ProtoInstance>
4716            <ProtoInstance name='Vertex'>
4717                 <fieldValue name='vertexTextvalue='"works"'/>
4718                 <fieldValue name='descriptionvalue='154: works'/>
4719                 <fieldValue name='url'/>
4720                 <fieldValue name='radiusvalue='0.1500'/>
4721                 <fieldValue name='displayMode'/>
4722                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
4723                 <fieldValue name='transparencyvalue='0'/>
4724                 <fieldValue name='translationvalue='-0.68161 -2.30059 -1.01359'/>
4725                 <fieldValue name='textTranslationvalue='-0.53161 -2.30059 -1.01359'/>
4726                 <fieldValue name='textColorvalue='0 0 0'/>
4727            </ProtoInstance>
4728       </Scene>
4729  </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
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

line 4716
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from 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. -->