-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscript_general.js
255 lines (255 loc) · 456 KB
/
script_general.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
(function(){
var translateObjs = {};
function trans(c, d) {
var e = arguments['length'] === 0x1 ? [arguments[0x0]] : Array['apply'](null, arguments);
translateObjs[e[0x0]] = e;
return '';
}
function regTextVar(f, g) {
var h = ![];
g = g['toLowerCase']();
var i = function () {
var r = this['get']('data');
r['updateText'](r['translateObjs'][f]);
};
var j = function (s) {
var t = s['data']['nextSelectedIndex'];
if (t >= 0x0) {
var u = s['source']['get']('items')[t];
var v = function () {
u['unbind']('start', v, this);
i['call'](this);
};
u['bind']('start', v, this);
} else
i['call'](this);
};
var k = function (w) {
return function (x) {
if (w in x) {
i['call'](this);
}
}['bind'](this);
};
var l = function (y, z) {
return function (A, B) {
if (y == A && z in B) {
i['call'](this);
}
}['bind'](this);
};
var m = function (C, D, E) {
for (var F = 0x0; F < C['length']; ++F) {
var G = C[F];
var H = G['get']('selectedIndex');
if (H >= 0x0) {
var I = D['split']('.');
var J = G['get']('items')[H];
if (E !== undefined && !E['call'](this, J))
continue;
for (var K = 0x0; K < I['length']; ++K) {
if (J == undefined)
return '';
J = 'get' in J ? J['get'](I[K]) : J[I[K]];
}
return J;
}
}
return '';
};
var n = function (L) {
var M = L['get']('player');
return M !== undefined && M['get']('viewerArea') == this['getMainViewer']();
};
switch (g) {
case 'title':
case 'subtitle':
var p = function () {
switch (g) {
case 'title':
return 'media.label';
case 'subtitle':
return 'media.data.subtitle';
}
}();
if (p) {
return function () {
var N = this['_getPlayListsWithViewer'](this['getMainViewer']());
if (!h) {
for (var O = 0x0; O < N['length']; ++O) {
N[O]['bind']('changing', j, this);
}
h = !![];
}
return m['call'](this, N, p, n);
};
}
break;
default:
if (g['startsWith']('quiz.') && 'Quiz' in TDV) {
var q = undefined;
var p = function () {
switch (g) {
case 'quiz.questions.answered':
return TDV['Quiz']['PROPERTY']['QUESTIONS_ANSWERED'];
case 'quiz.question.count':
return TDV['Quiz']['PROPERTY']['QUESTION_COUNT'];
case 'quiz.items.found':
return TDV['Quiz']['PROPERTY']['ITEMS_FOUND'];
case 'quiz.item.count':
return TDV['Quiz']['PROPERTY']['ITEM_COUNT'];
case 'quiz.score':
return TDV['Quiz']['PROPERTY']['SCORE'];
case 'quiz.score.total':
return TDV['Quiz']['PROPERTY']['TOTAL_SCORE'];
case 'quiz.time.remaining':
return TDV['Quiz']['PROPERTY']['REMAINING_TIME'];
case 'quiz.time.elapsed':
return TDV['Quiz']['PROPERTY']['ELAPSED_TIME'];
case 'quiz.time.limit':
return TDV['Quiz']['PROPERTY']['TIME_LIMIT'];
case 'quiz.media.items.found':
return TDV['Quiz']['PROPERTY']['PANORAMA_ITEMS_FOUND'];
case 'quiz.media.item.count':
return TDV['Quiz']['PROPERTY']['PANORAMA_ITEM_COUNT'];
case 'quiz.media.questions.answered':
return TDV['Quiz']['PROPERTY']['PANORAMA_QUESTIONS_ANSWERED'];
case 'quiz.media.question.count':
return TDV['Quiz']['PROPERTY']['PANORAMA_QUESTION_COUNT'];
case 'quiz.media.score':
return TDV['Quiz']['PROPERTY']['PANORAMA_SCORE'];
case 'quiz.media.score.total':
return TDV['Quiz']['PROPERTY']['PANORAMA_TOTAL_SCORE'];
case 'quiz.media.index':
return TDV['Quiz']['PROPERTY']['PANORAMA_INDEX'];
case 'quiz.media.count':
return TDV['Quiz']['PROPERTY']['PANORAMA_COUNT'];
case 'quiz.media.visited':
return TDV['Quiz']['PROPERTY']['PANORAMA_VISITED_COUNT'];
default:
var P = /quiz\.([\w_]+)\.(.+)/['exec'](g);
if (P) {
q = P[0x1];
switch ('quiz.' + P[0x2]) {
case 'quiz.score':
return TDV['Quiz']['OBJECTIVE_PROPERTY']['SCORE'];
case 'quiz.score.total':
return TDV['Quiz']['OBJECTIVE_PROPERTY']['TOTAL_SCORE'];
case 'quiz.media.items.found':
return TDV['Quiz']['OBJECTIVE_PROPERTY']['PANORAMA_ITEMS_FOUND'];
case 'quiz.media.item.count':
return TDV['Quiz']['OBJECTIVE_PROPERTY']['PANORAMA_ITEM_COUNT'];
case 'quiz.media.questions.answered':
return TDV['Quiz']['OBJECTIVE_PROPERTY']['PANORAMA_QUESTIONS_ANSWERED'];
case 'quiz.media.question.count':
return TDV['Quiz']['OBJECTIVE_PROPERTY']['PANORAMA_QUESTION_COUNT'];
case 'quiz.questions.answered':
return TDV['Quiz']['OBJECTIVE_PROPERTY']['QUESTIONS_ANSWERED'];
case 'quiz.question.count':
return TDV['Quiz']['OBJECTIVE_PROPERTY']['QUESTION_COUNT'];
case 'quiz.items.found':
return TDV['Quiz']['OBJECTIVE_PROPERTY']['ITEMS_FOUND'];
case 'quiz.item.count':
return TDV['Quiz']['OBJECTIVE_PROPERTY']['ITEM_COUNT'];
case 'quiz.media.score':
return TDV['Quiz']['OBJECTIVE_PROPERTY']['PANORAMA_SCORE'];
case 'quiz.media.score.total':
return TDV['Quiz']['OBJECTIVE_PROPERTY']['PANORAMA_TOTAL_SCORE'];
}
}
}
}();
if (p) {
return function () {
var Q = this['get']('data')['quiz'];
if (Q) {
if (!h) {
if (q != undefined)
if (q == 'global') {
var S = this['get']('data')['quizConfig'];
var U = S['objectives'];
for (var W = 0x0, Y = U['length']; W < Y; ++W) {
Q['bind'](TDV['Quiz']['EVENT_OBJECTIVE_PROPERTIES_CHANGE'], l['call'](this, U[W]['id'], p), this);
}
} else {
Q['bind'](TDV['Quiz']['EVENT_OBJECTIVE_PROPERTIES_CHANGE'], l['call'](this, q, p), this);
}
else
Q['bind'](TDV['Quiz']['EVENT_PROPERTIES_CHANGE'], k['call'](this, p), this);
h = !![];
}
try {
var Z = 0x0;
if (q != undefined) {
if (q == 'global') {
var S = this['get']('data')['quizConfig'];
var U = S['objectives'];
for (var W = 0x0, Y = U['length']; W < Y; ++W) {
Z += Q['getObjective'](U[W]['id'], p);
}
} else {
Z = Q['getObjective'](q, p);
}
} else {
Z = Q['get'](p);
if (p == TDV['Quiz']['PROPERTY']['PANORAMA_INDEX'])
Z += 0x1;
}
return Z;
} catch (a0) {
return undefined;
}
}
};
}
}
break;
}
return '';
}
function createQuizConfig(player, a1) {
var a2 = {};
a2['player'] = player;
a2['playList'] = a1;
function a3(a6) {
for (var a7 = 0x0; a7 < a6['length']; ++a7) {
var a8 = a6[a7];
if ('id' in a8)
player[a8['id']] = a8;
}
}
if (a2['questions']) {
a3(a2['questions']);
for (var a4 = 0x0; a4 < a2['questions']['length']; ++a4) {
var a5 = a2['questions'][a4];
a3(a5['options']);
}
}
if (a2['objectives']) {
a3(a2['objectives']);
}
if (a2['califications']) {
a3(a2['califications']);
}
if (a2['score']) {
player[a2['score']['id']] = a2['score'];
}
if (a2['question']) {
player[a2['question']['id']] = a2['question'];
}
if (a2['timeout']) {
player[a2['timeout']['id']] = a2['timeout'];
}
player['get']('data')['translateObjs'] = translateObjs;
return a2;
}
var script = {"class":"Player","propagateClick":false,"backgroundColorDirection":"vertical","paddingLeft":0,"toolTipHorizontalAlign":"center","mediaActivationMode":"window","scrollBarWidth":10,"backgroundPreloadEnabled":true,"contentOpaque":false,"defaultVRPointer":"laser","scrollBarOpacity":0.5,"paddingRight":0,"mouseWheelEnabled":true,"desktopMipmappingEnabled":false,"scrollBarColor":"#000000","scrollBarVisible":"rollOver","scripts":{"fixTogglePlayPauseButton":TDV.Tour.Script.fixTogglePlayPauseButton,"shareSocial":TDV.Tour.Script.shareSocial,"existsKey":TDV.Tour.Script.existsKey,"_getObjectsByTags":TDV.Tour.Script._getObjectsByTags,"getRootOverlay":TDV.Tour.Script.getRootOverlay,"cloneBindings":TDV.Tour.Script.cloneBindings,"changeBackgroundWhilePlay":TDV.Tour.Script.changeBackgroundWhilePlay,"stopGlobalAudio":TDV.Tour.Script.stopGlobalAudio,"stopTextToSpeech":TDV.Tour.Script.stopTextToSpeech,"_initItemWithComps":TDV.Tour.Script._initItemWithComps,"textToSpeechComponent":TDV.Tour.Script.textToSpeechComponent,"_getPlayListsWithViewer":TDV.Tour.Script._getPlayListsWithViewer,"copyObjRecursively":TDV.Tour.Script.copyObjRecursively,"sendAnalyticsData":TDV.Tour.Script.sendAnalyticsData,"_initTTSTooltips":TDV.Tour.Script._initTTSTooltips,"getKey":TDV.Tour.Script.getKey,"mixObject":TDV.Tour.Script.mixObject,"setEndToItemIndex":TDV.Tour.Script.setEndToItemIndex,"getPlayListsWithMedia":TDV.Tour.Script.getPlayListsWithMedia,"quizSetItemFound":TDV.Tour.Script.quizSetItemFound,"pauseGlobalAudiosWhilePlayItem":TDV.Tour.Script.pauseGlobalAudiosWhilePlayItem,"downloadFile":TDV.Tour.Script.downloadFile,"initOverlayGroupRotationOnClick":TDV.Tour.Script.initOverlayGroupRotationOnClick,"setOverlaysVisibilityByTags":TDV.Tour.Script.setOverlaysVisibilityByTags,"historyGoBack":TDV.Tour.Script.historyGoBack,"openLink":TDV.Tour.Script.openLink,"setPanoramaCameraWithCurrentSpot":TDV.Tour.Script.setPanoramaCameraWithCurrentSpot,"init":TDV.Tour.Script.init,"setOverlaysVisibility":TDV.Tour.Script.setOverlaysVisibility,"showComponentsWhileMouseOver":TDV.Tour.Script.showComponentsWhileMouseOver,"quizShowQuestion":TDV.Tour.Script.quizShowQuestion,"executeFunctionWhenChange":TDV.Tour.Script.executeFunctionWhenChange,"getOverlaysByGroupname":TDV.Tour.Script.getOverlaysByGroupname,"getActiveMediaWithViewer":TDV.Tour.Script.getActiveMediaWithViewer,"showPopupMedia":TDV.Tour.Script.showPopupMedia,"loadFromCurrentMediaPlayList":TDV.Tour.Script.loadFromCurrentMediaPlayList,"initQuiz":TDV.Tour.Script.initQuiz,"triggerOverlay":TDV.Tour.Script.triggerOverlay,"setDirectionalPanoramaAudio":TDV.Tour.Script.setDirectionalPanoramaAudio,"getMediaByName":TDV.Tour.Script.getMediaByName,"showPopupImage":TDV.Tour.Script.showPopupImage,"pauseGlobalAudio":TDV.Tour.Script.pauseGlobalAudio,"assignObjRecursively":TDV.Tour.Script.assignObjRecursively,"cloneCamera":TDV.Tour.Script.cloneCamera,"changePlayListWithSameSpot":TDV.Tour.Script.changePlayListWithSameSpot,"updateDeepLink":TDV.Tour.Script.updateDeepLink,"getCurrentPlayerWithMedia":TDV.Tour.Script.getCurrentPlayerWithMedia,"setCameraSameSpotAsMedia":TDV.Tour.Script.setCameraSameSpotAsMedia,"quizShowTimeout":TDV.Tour.Script.quizShowTimeout,"getPlayListWithItem":TDV.Tour.Script.getPlayListWithItem,"quizShowScore":TDV.Tour.Script.quizShowScore,"setComponentVisibility":TDV.Tour.Script.setComponentVisibility,"getMediaFromPlayer":TDV.Tour.Script.getMediaFromPlayer,"setPanoramaCameraWithSpot":TDV.Tour.Script.setPanoramaCameraWithSpot,"quizStart":TDV.Tour.Script.quizStart,"pauseGlobalAudios":TDV.Tour.Script.pauseGlobalAudios,"_initSplitViewer":TDV.Tour.Script._initSplitViewer,"showPopupPanoramaVideoOverlay":TDV.Tour.Script.showPopupPanoramaVideoOverlay,"quizPauseTimer":TDV.Tour.Script.quizPauseTimer,"setSurfaceSelectionHotspotMode":TDV.Tour.Script.setSurfaceSelectionHotspotMode,"historyGoForward":TDV.Tour.Script.historyGoForward,"getAudioByTags":TDV.Tour.Script.getAudioByTags,"getCurrentPlayers":TDV.Tour.Script.getCurrentPlayers,"getActivePlayerWithViewer":TDV.Tour.Script.getActivePlayerWithViewer,"updateMediaLabelFromPlayList":TDV.Tour.Script.updateMediaLabelFromPlayList,"getComponentByName":TDV.Tour.Script.getComponentByName,"setMainMediaByIndex":TDV.Tour.Script.setMainMediaByIndex,"takeScreenshot":TDV.Tour.Script.takeScreenshot,"showPopupPanoramaOverlay":TDV.Tour.Script.showPopupPanoramaOverlay,"getMediaByTags":TDV.Tour.Script.getMediaByTags,"setMainMediaByName":TDV.Tour.Script.setMainMediaByName,"getFirstPlayListWithMedia":TDV.Tour.Script.getFirstPlayListWithMedia,"getPlayListItems":TDV.Tour.Script.getPlayListItems,"openEmbeddedPDF":TDV.Tour.Script.openEmbeddedPDF,"updateVideoCues":TDV.Tour.Script.updateVideoCues,"setMediaBehaviour":TDV.Tour.Script.setMediaBehaviour,"setComponentsVisibilityByTags":TDV.Tour.Script.setComponentsVisibilityByTags,"showWindow":TDV.Tour.Script.showWindow,"htmlToPlainText":TDV.Tour.Script.htmlToPlainText,"_initTwinsViewer":TDV.Tour.Script._initTwinsViewer,"resumePlayers":TDV.Tour.Script.resumePlayers,"quizFinish":TDV.Tour.Script.quizFinish,"getOverlays":TDV.Tour.Script.getOverlays,"startPanoramaWithCamera":TDV.Tour.Script.startPanoramaWithCamera,"playAudioList":TDV.Tour.Script.playAudioList,"isCardboardViewMode":TDV.Tour.Script.isCardboardViewMode,"resumeGlobalAudios":TDV.Tour.Script.resumeGlobalAudios,"setStartTimeVideo":TDV.Tour.Script.setStartTimeVideo,"getMediaWidth":TDV.Tour.Script.getMediaWidth,"autotriggerAtStart":TDV.Tour.Script.autotriggerAtStart,"textToSpeech":TDV.Tour.Script.textToSpeech,"visibleComponentsIfPlayerFlagEnabled":TDV.Tour.Script.visibleComponentsIfPlayerFlagEnabled,"playGlobalAudioWhilePlayActiveMedia":TDV.Tour.Script.playGlobalAudioWhilePlayActiveMedia,"stopAndGoCamera":TDV.Tour.Script.stopAndGoCamera,"getPanoramaOverlayByName":TDV.Tour.Script.getPanoramaOverlayByName,"playGlobalAudioWhilePlay":TDV.Tour.Script.playGlobalAudioWhilePlay,"copyToClipboard":TDV.Tour.Script.copyToClipboard,"getPixels":TDV.Tour.Script.getPixels,"setValue":TDV.Tour.Script.setValue,"quizResumeTimer":TDV.Tour.Script.quizResumeTimer,"getPanoramaOverlaysByTags":TDV.Tour.Script.getPanoramaOverlaysByTags,"setLocale":TDV.Tour.Script.setLocale,"getPlayListItemByMedia":TDV.Tour.Script.getPlayListItemByMedia,"getMainViewer":TDV.Tour.Script.getMainViewer,"setStartTimeVideoSync":TDV.Tour.Script.setStartTimeVideoSync,"changeOpacityWhilePlay":TDV.Tour.Script.changeOpacityWhilePlay,"getPlayListItemIndexByMedia":TDV.Tour.Script.getPlayListItemIndexByMedia,"executeAudioAction":TDV.Tour.Script.executeAudioAction,"registerKey":TDV.Tour.Script.registerKey,"stopGlobalAudios":TDV.Tour.Script.stopGlobalAudios,"isPanorama":TDV.Tour.Script.isPanorama,"pauseCurrentPlayers":TDV.Tour.Script.pauseCurrentPlayers,"skip3DTransitionOnce":TDV.Tour.Script.skip3DTransitionOnce,"getGlobalAudio":TDV.Tour.Script.getGlobalAudio,"executeJS":TDV.Tour.Script.executeJS,"setMapLocation":TDV.Tour.Script.setMapLocation,"executeAudioActionByTags":TDV.Tour.Script.executeAudioActionByTags,"syncPlaylists":TDV.Tour.Script.syncPlaylists,"keepCompVisible":TDV.Tour.Script.keepCompVisible,"getComponentsByTags":TDV.Tour.Script.getComponentsByTags,"getMediaHeight":TDV.Tour.Script.getMediaHeight,"setOverlayBehaviour":TDV.Tour.Script.setOverlayBehaviour,"playGlobalAudio":TDV.Tour.Script.playGlobalAudio,"clone":TDV.Tour.Script.clone,"getOverlaysByTags":TDV.Tour.Script.getOverlaysByTags,"translate":TDV.Tour.Script.translate,"initAnalytics":TDV.Tour.Script.initAnalytics,"unregisterKey":TDV.Tour.Script.unregisterKey},"layout":"absolute","overflow":"hidden","defaultMenu":["fullscreen","mute","rotation"],"width":"100%","creationPolicy":"inAdvance","backgroundColor":["#FFFFFF"],"vrPolyfillScale":1,"scrollBarMargin":2,"children":["this.MainViewer","this.Container_21C967AB_2E8E_B945_41B2_3C7A428D73A3","this.Container_49F1CA6D_5905_8BDA_41D4_9A8606EC43BD","this.Container_48C693F6_5903_B8B6_41CF_4BBEECAC05A1","this.Image_4B648EBA_5903_88BE_41C2_AFDB2F1F576C"],"paddingTop":0,"downloadEnabled":false,"id":"rootPlayer","gap":10,"minHeight":20,"definitions": [{"class":"Panorama","data":{"label":"IMG_20211103_154624_00_162processed"},"id":"panorama_202EC2BB_29D9_9943_4191_623B23A1A8B5","pitch":0,"mapLocations":[{"x":420.12,"angle":88.46,"y":421.63,"map":"this.map_4B4049FE_5904_88B6_41C6_D1650E659B9B","class":"PanoramaMapLocation"}],"label":trans('panorama_202EC2BB_29D9_9943_4191_623B23A1A8B5.label'),"adjacentPanoramas":[{"panorama":"this.panorama_202F03A6_29D9_BF45_4190_464DA2BBFA9C","distance":100,"yaw":88.23,"select":"this.overlay_3D70FB1D_2A27_8F47_41A5_21BEDD6AEEBE.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_3D70FB1D_2A27_8F47_41A5_21BEDD6AEEBE"},"class":"AdjacentPanorama","backwardYaw":118.04},{"panorama":"this.panorama_202F03A6_29D9_BF45_4190_464DA2BBFA9C","distance":100,"yaw":87.85,"select":"this.overlay_7787D91E_5E11_1806_41BA_70E7DFA6D597.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_7787D91E_5E11_1806_41BA_70E7DFA6D597"},"class":"AdjacentPanorama","backwardYaw":118.04},{"panorama":"this.panorama_202322BF_29D8_9943_41C3_4B52BEAC8871","distance":100,"yaw":107.51,"select":"this.overlay_0F0A2941_2A58_8B3F_41C4_8CCE3365E73D.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_0F0A2941_2A58_8B3F_41C4_8CCE3365E73D"},"class":"AdjacentPanorama","backwardYaw":-48.32},{"panorama":"this.panorama_202322BF_29D8_9943_41C3_4B52BEAC8871","distance":100,"yaw":108.43,"select":"this.overlay_775A6BE6_5E1F_1806_41B5_2E642E4A9664.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_775A6BE6_5E1F_1806_41B5_2E642E4A9664"},"class":"AdjacentPanorama","backwardYaw":-48.32},{"panorama":"this.panorama_20226A53_29D9_89C3_41BD_A01EDB26CA21","distance":2.37,"yaw":1.09,"select":"this.overlay_3DEC56CE_2A38_86C5_41C2_D63D4D275D12.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_3DEC56CE_2A38_86C5_41C2_D63D4D275D12"},"class":"AdjacentPanorama","backwardYaw":121.76}],"hfovMax":130,"vfov":180,"hfov":360,"frames":[{"class":"CubicPanoramaFrame","overlays":["this.overlay_3D70FB1D_2A27_8F47_41A5_21BEDD6AEEBE","this.overlay_3DEC56CE_2A38_86C5_41C2_D63D4D275D12","this.overlay_0F0A2941_2A58_8B3F_41C4_8CCE3365E73D","this.overlay_775A6BE6_5E1F_1806_41B5_2E642E4A9664","this.overlay_7787D91E_5E11_1806_41BA_70E7DFA6D597"],"cube":{"levels":[{"class":"TiledImageResourceLevel","tags":"ondemand","height":2048,"url":"media/panorama_202EC2BB_29D9_9943_4191_623B23A1A8B5_0/{face}/0/{row}_{column}.jpg","rowCount":4,"colCount":24,"width":12288},{"class":"TiledImageResourceLevel","tags":"ondemand","height":1024,"url":"media/panorama_202EC2BB_29D9_9943_4191_623B23A1A8B5_0/{face}/1/{row}_{column}.jpg","rowCount":2,"colCount":12,"width":6144},{"class":"TiledImageResourceLevel","tags":["ondemand","preload"],"height":512,"url":"media/panorama_202EC2BB_29D9_9943_4191_623B23A1A8B5_0/{face}/2/{row}_{column}.jpg","rowCount":1,"colCount":6,"width":3072},{"class":"TiledImageResourceLevel","tags":"mobilevr","height":1536,"url":"media/panorama_202EC2BB_29D9_9943_4191_623B23A1A8B5_0/{face}/vr/0.jpg","rowCount":1,"colCount":6,"width":9216},{"class":"TiledImageResourceLevel","tags":"mobilevr2gen","height":2048,"url":"media/panorama_202EC2BB_29D9_9943_4191_623B23A1A8B5_0/{face}/vr2gen/0.jpg","rowCount":1,"colCount":6,"width":12288}],"class":"ImageResource"},"thumbnailUrl":"media/panorama_202EC2BB_29D9_9943_4191_623B23A1A8B5_t.jpg"}],"partial":false,"thumbnailUrl":"media/panorama_202EC2BB_29D9_9943_4191_623B23A1A8B5_t.jpg"},{"surfaceReticleSelectionOpacity":1,"subtitlesGap":0,"left":0,"class":"ViewerArea","propagateClick":false,"paddingLeft":0,"data":{"name":"Main Viewer"},"subtitlesBackgroundColor":"#000000","playbackBarOpacity":1,"toolTipFontStyle":"normal","subtitlesOpacity":1,"transitionDuration":500,"toolTipHorizontalAlign":"center","progressBackgroundColorDirection":"vertical","subtitlesTextShadowHorizontalLength":1,"playbackBarHeadShadowOpacity":0.7,"toolTipOpacity":1,"progressBackgroundOpacity":1,"toolTipPaddingRight":6,"subtitlesHorizontalAlign":"center","progressBottom":0,"paddingRight":0,"progressBarOpacity":1,"subtitlesPaddingLeft":5,"playbackBarHeadBackgroundColor":["#111111","#666666"],"subtitlesBottom":50,"toolTipFontFamily":"Arial","subtitlesFontWeight":"normal","vrPointerSelectionColor":"#FF6600","subtitlesTextShadowColor":"#000000","subtitlesTextShadowBlurRadius":0,"subtitlesTop":0,"toolTipShadowHorizontalLength":0,"subtitlesVerticalAlign":"bottom","progressRight":0,"progressBorderColor":"#000000","playbackBarProgressBackgroundColorRatios":[0],"playbackBarHeadShadowVerticalLength":0,"progressOpacity":1,"subtitlesPaddingRight":5,"vrPointerSelectionTime":2000,"playbackBarBorderColor":"#FFFFFF","subtitlesEnabled":true,"paddingTop":0,"playbackBarBorderRadius":0,"toolTipShadowVerticalLength":0,"toolTipTextShadowOpacity":0,"minHeight":50,"paddingBottom":0,"minWidth":100,"progressBarBackgroundColorDirection":"vertical","subtitlesFontFamily":"Arial","playbackBarBottom":5,"playbackBarProgressBorderColor":"#000000","toolTipBackgroundColor":"#F6F6F6","progressBorderSize":0,"subtitlesFontSize":"3vmin","progressBarBorderRadius":0,"progressHeight":10,"top":0,"subtitlesTextShadowOpacity":1,"bottom":0,"borderRadius":0,"progressBarBorderSize":0,"subtitlesBorderSize":0,"subtitlesTextShadowVerticalLength":1,"progressBarBorderColor":"#000000","surfaceReticleColor":"#FFFFFF","playbackBarHeadBorderRadius":0,"playbackBarHeadShadowBlurRadius":3,"toolTipShadowColor":"#333333","playbackBarProgressOpacity":1,"vrPointerColor":"#FFFFFF","toolTipShadowSpread":0,"toolTipBorderSize":1,"progressBarBackgroundColor":["#3399FF"],"toolTipShadowBlurRadius":3,"playbackBarHeadShadowHorizontalLength":0,"playbackBarHeadBorderColor":"#000000","playbackBarProgressBackgroundColorDirection":"vertical","toolTipDisplayTime":600,"toolTipFontWeight":"normal","playbackBarBackgroundColor":["#FFFFFF"],"playbackBarHeadHeight":15,"progressBarBackgroundColorRatios":[0],"transitionMode":"blending","surfaceReticleOpacity":0.6,"progressBackgroundColor":["#FFFFFF"],"toolTipTextShadowColor":"#000000","playbackBarLeft":0,"toolTipShadowOpacity":1,"displayTooltipInSurfaceSelection":true,"subtitlesPaddingBottom":5,"toolTipFontColor":"#606060","toolTipPaddingLeft":6,"subtitlesBorderColor":"#FFFFFF","translationTransitionDuration":1000,"playbackBarBorderSize":0,"playbackBarHeight":10,"displayTooltipInTouchScreens":true,"subtitlesBackgroundOpacity":0.2,"playbackBarBackgroundOpacity":1,"toolTipBorderColor":"#767676","playbackBarHeadShadowColor":"#000000","surfaceReticleSelectionColor":"#FFFFFF","playbackBarHeadBackgroundColorRatios":[0,1],"subtitlesFontColor":"#FFFFFF","toolTipPaddingTop":4,"toolTipFontSize":"1.11vh","playbackBarHeadBackgroundColorDirection":"vertical","progressBorderRadius":0,"progressLeft":0,"subtitlesPaddingTop":5,"id":"MainViewer","playbackBarHeadWidth":6,"playbackBarProgressBorderSize":0,"playbackBarHeadBorderSize":0,"subtitlesShadow":false,"playbackBarBackgroundColorDirection":"vertical","toolTipTextShadowBlurRadius":3,"toolTipBorderRadius":3,"shadow":false,"playbackBarHeadShadow":true,"playbackBarRight":0,"subtitlesTextDecoration":"none","firstTransitionDuration":0,"borderSize":0,"right":0,"toolTipPaddingBottom":4,"playbackBarProgressBorderRadius":0,"playbackBarHeadOpacity":1,"progressBackgroundColorRatios":[0],"playbackBarProgressBackgroundColor":["#3399FF"],"doubleClickAction":"toggle_fullscreen"},{"hoverFactor":0,"initialPosition":{"yaw":0,"class":"PanoramaCameraPosition","pitch":0},"id":"panorama_202ED919_29D8_8B4F_41C1_C815AD35F6D1_camera","class":"PanoramaCamera","initialSequence":{"class":"PanoramaCameraSequence","restartMovementOnUserInteraction":false,"movements":[{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_in"},{"yawDelta":323,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"linear"},{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_out"}]},"automaticZoomSpeed":10},{"hoverFactor":0,"initialPosition":{"yaw":0,"class":"PanoramaCameraPosition","pitch":0},"id":"panorama_20202402_29D9_793D_41B4_E5905566B405_camera","class":"PanoramaCamera","initialSequence":{"class":"PanoramaCameraSequence","restartMovementOnUserInteraction":false,"movements":[{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_in"},{"yawDelta":323,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"linear"},{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_out"}]},"automaticZoomSpeed":10},{"class":"Panorama","data":{"label":"IMG_20211103_155750_00_171processed"},"id":"panorama_202524FC_29D9_9AC5_41C2_4C8E3048D390","pitch":0,"mapLocations":[{"x":1326.04,"angle":-124.8,"y":379.97,"map":"this.map_4B6C3E3E_5DEF_1806_41AA_B58F00220546","class":"PanoramaMapLocation"}],"label":trans('panorama_202524FC_29D9_9AC5_41C2_4C8E3048D390.label'),"adjacentPanoramas":[{"panorama":"this.panorama_202F3D69_29D9_8BCF_41C1_8E365DC5CBD9","distance":7.9,"yaw":-89.08,"select":"this.overlay_345F5CE5_2A27_8AC7_41A2_63541C75D1B8.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_345F5CE5_2A27_8AC7_41A2_63541C75D1B8"},"class":"AdjacentPanorama","backwardYaw":-97.73},{"panorama":"this.panorama_202CBEF2_29D9_86DD_41C1_0233C02AE27F","distance":6.66,"yaw":-177.81,"select":"this.overlay_0AA1C422_2A59_797D_41AF_3BD74E0897D5.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_0AA1C422_2A59_797D_41AF_3BD74E0897D5"},"class":"AdjacentPanorama"},{"panorama":"this.panorama_2022BCA8_29D9_894D_41B9_2D78FFF09147","distance":5.09,"yaw":-60.04,"select":"this.overlay_0A568FB0_2A5B_875D_41BD_6FB1F5A5638C.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_0A568FB0_2A5B_875D_41BD_6FB1F5A5638C"},"class":"AdjacentPanorama","backwardYaw":0.56}],"hfovMax":130,"vfov":180,"hfov":360,"frames":[{"class":"CubicPanoramaFrame","overlays":["this.overlay_345F5CE5_2A27_8AC7_41A2_63541C75D1B8","this.overlay_0AA1C422_2A59_797D_41AF_3BD74E0897D5","this.overlay_0A568FB0_2A5B_875D_41BD_6FB1F5A5638C","this.overlay_3AC3E9A9_2EE7_F8EF_41B2_B14BAEE3B698"],"cube":{"levels":[{"class":"TiledImageResourceLevel","tags":"ondemand","height":2048,"url":"media/panorama_202524FC_29D9_9AC5_41C2_4C8E3048D390_0/{face}/0/{row}_{column}.jpg","rowCount":4,"colCount":24,"width":12288},{"class":"TiledImageResourceLevel","tags":"ondemand","height":1024,"url":"media/panorama_202524FC_29D9_9AC5_41C2_4C8E3048D390_0/{face}/1/{row}_{column}.jpg","rowCount":2,"colCount":12,"width":6144},{"class":"TiledImageResourceLevel","tags":["ondemand","preload"],"height":512,"url":"media/panorama_202524FC_29D9_9AC5_41C2_4C8E3048D390_0/{face}/2/{row}_{column}.jpg","rowCount":1,"colCount":6,"width":3072},{"class":"TiledImageResourceLevel","tags":"mobilevr","height":1536,"url":"media/panorama_202524FC_29D9_9AC5_41C2_4C8E3048D390_0/{face}/vr/0.jpg","rowCount":1,"colCount":6,"width":9216},{"class":"TiledImageResourceLevel","tags":"mobilevr2gen","height":2048,"url":"media/panorama_202524FC_29D9_9AC5_41C2_4C8E3048D390_0/{face}/vr2gen/0.jpg","rowCount":1,"colCount":6,"width":12288}],"class":"ImageResource"},"thumbnailUrl":"media/panorama_202524FC_29D9_9AC5_41C2_4C8E3048D390_t.jpg"}],"partial":false,"thumbnailUrl":"media/panorama_202524FC_29D9_9AC5_41C2_4C8E3048D390_t.jpg"},{"height":"4.28%","class":"IconButton","propagateClick":false,"visible":false,"transparencyActive":true,"paddingLeft":0,"pressedRollOverIconURL":"skin/IconButton_36CEAA02_2E9B_8B47_41A6_73663A26602A_pressed.png","cursor":"hand","toolTipHorizontalAlign":"center","rollOverIconURL":"skin/IconButton_36CEAA02_2E9B_8B47_41A6_73663A26602A_rollover.png","paddingRight":0,"pressedIconURL":"skin/IconButton_36CEAA02_2E9B_8B47_41A6_73663A26602A_pressed.png","iconURL":"skin/IconButton_36CEAA02_2E9B_8B47_41A6_73663A26602A.png","width":"2.95%","click":"var invisibleFunc = function(component) { this.setComponentVisibility(component, false, 0, null, 'hideEffect', false)}.bind(this); invisibleFunc(this.IconButton_36CEAA02_2E9B_8B47_41A6_73663A26602A); invisibleFunc(this.HTMLText_37897A09_2E9A_8B45_41AB_7D7B8A32C91B)","id":"IconButton_36CEAA02_2E9B_8B47_41A6_73663A26602A","minHeight":0,"paddingTop":0,"paddingBottom":0,"minWidth":0,"shadow":false,"mode":"push","borderSize":0,"borderRadius":0,"verticalAlign":"middle","right":"24.17%","top":"33.07%","horizontalAlign":"center","backgroundOpacity":0,"data":{"name":"OfficeCloseBtn"}},{"loop":false,"video":"this.videores_3BA86E0B_200B_34B5_41BC_1B309D41F45F","chromaThreshold":0.24,"thumbnailUrl":"media/video_3A08B8D9_201B_5D55_41B5_629BACF28A9B_t.jpg","scaleMode":"fit_inside","class":"Video","chromaColor":"#B102FC","id":"video_3A08B8D9_201B_5D55_41B5_629BACF28A9B","chromaSmoothing":0.17,"label":trans('video_3A08B8D9_201B_5D55_41B5_629BACF28A9B.label'),"height":720,"data":{"label":"\u5065\u5eb7\u5fc3\u7406\u4e2d\u5fc3 (online-video-cutter.com) (1)"},"width":488},{"hoverFactor":0,"initialPosition":{"yaw":0,"class":"PanoramaCameraPosition","pitch":0},"id":"panorama_202CEC51_29D9_89DF_41A3_307457074843_camera","class":"PanoramaCamera","initialSequence":{"class":"PanoramaCameraSequence","restartMovementOnUserInteraction":false,"movements":[{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_in"},{"yawDelta":323,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"linear"},{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_out"}]},"automaticZoomSpeed":10},{"class":"IconButton","propagateClick":false,"paddingLeft":0,"visible":false,"transparencyActive":true,"cursor":"hand","pressedRollOverIconURL":"skin/IconButton_36CEAA02_2E9B_8B47_41A6_73663A26602A_pressed.png","rollOverIconURL":"skin/IconButton_36CEAA02_2E9B_8B47_41A6_73663A26602A_rollover.png","toolTipHorizontalAlign":"center","paddingRight":0,"pressedIconURL":"skin/IconButton_36CEAA02_2E9B_8B47_41A6_73663A26602A_pressed.png","iconURL":"skin/IconButton_36CEAA02_2E9B_8B47_41A6_73663A26602A.png","click":"var invisibleFunc = function(component) { this.setComponentVisibility(component, false, 0, null, 'hideEffect', false)}.bind(this); invisibleFunc(this.IconButton_392462D6_2E96_B8CF_41C4_FEB361798A42); invisibleFunc(this.HTMLText_39BCE106_2E9A_994C_41AB_765BC0EAC2B0)","id":"IconButton_392462D6_2E96_B8CF_41C4_FEB361798A42","minHeight":0,"paddingTop":0,"paddingBottom":0,"minWidth":0,"shadow":false,"mode":"push","borderSize":0,"left":"76.33%","borderRadius":0,"top":"36.09%","verticalAlign":"middle","bottom":"59.48%","right":"20.51%","horizontalAlign":"center","backgroundOpacity":0,"data":{"name":"Barber2CloseBtn"}},{"class":"IconButton","propagateClick":false,"paddingLeft":0,"visible":false,"transparencyActive":true,"cursor":"hand","pressedRollOverIconURL":"skin/IconButton_36CEAA02_2E9B_8B47_41A6_73663A26602A_pressed.png","rollOverIconURL":"skin/IconButton_36CEAA02_2E9B_8B47_41A6_73663A26602A_rollover.png","toolTipHorizontalAlign":"center","paddingRight":0,"pressedIconURL":"skin/IconButton_36CEAA02_2E9B_8B47_41A6_73663A26602A_pressed.png","iconURL":"skin/IconButton_36CEAA02_2E9B_8B47_41A6_73663A26602A.png","click":"var invisibleFunc = function(component) { this.setComponentVisibility(component, false, 0, null, 'hideEffect', false)}.bind(this); invisibleFunc(this.IconButton_39BB7C9F_2E8A_8F7D_41B0_3B04C265327D); invisibleFunc(this.Image_38948EA8_2EF5_8B43_4189_ED0D81F9FCD9); invisibleFunc(this.HTMLText_383600A1_2EF7_9744_41B0_AAB50135347D)","id":"IconButton_39BB7C9F_2E8A_8F7D_41B0_3B04C265327D","minHeight":0,"paddingTop":0,"paddingBottom":0,"minWidth":0,"shadow":false,"mode":"push","borderSize":0,"left":"74.87%","borderRadius":0,"top":"23.86%","verticalAlign":"middle","bottom":"71.93%","right":"21.92%","horizontalAlign":"center","backgroundOpacity":0,"data":{"name":"BookStoreCloseBtn"}},{"hoverFactor":0,"initialPosition":{"yaw":0,"class":"PanoramaCameraPosition","pitch":0},"id":"panorama_202E6165_29DB_7BC7_41AA_01916FC4AA48_camera","class":"PanoramaCamera","initialSequence":{"class":"PanoramaCameraSequence","restartMovementOnUserInteraction":false,"movements":[{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_in"},{"yawDelta":323,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"linear"},{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_out"}]},"automaticZoomSpeed":10},{"class":"Container","propagateClick":false,"paddingLeft":0,"toolTipHorizontalAlign":"center","scrollBarWidth":10,"contentOpaque":false,"scrollBarOpacity":0.5,"scrollBarColor":"#000000","scrollBarVisible":"rollOver","paddingRight":0,"layout":"horizontal","overflow":"scroll","width":"100%","creationPolicy":"inAdvance","children":["this.Container_48AC22CF_590C_B8D5_41D2_32E37F5C9C3F","this.Container_486F8534_590C_B94A_41CC_5D6D1FC84734","this.Container_48E72AA2_590D_8B4E_41B6_385EC681971B"],"scrollBarMargin":2,"paddingTop":0,"id":"Container_48C693F6_5903_B8B6_41CF_4BBEECAC05A1","gap":10,"minHeight":1,"paddingBottom":0,"minWidth":1,"shadow":false,"borderSize":0,"left":"0%","borderRadius":0,"verticalAlign":"middle","bottom":"0%","data":{"name":"C_down"},"horizontalAlign":"center","backgroundOpacity":0,"height":"33.33%"},{"fieldOfViewOverlayInsideColor":"#999999","scaleMode":"fit_inside","fieldOfViewOverlayInsideOpacity":0.4,"label":trans('map_4B6C3E3E_5DEF_1806_41AA_B58F00220546.label'),"minimumZoomFactor":0.5,"fieldOfViewOverlayRadiusScale":0.08,"image":{"levels":["this.imlevel_2D25485E_20E6_57B7_41B6_C6237A8BABBE","this.imlevel_2D25385E_20E6_57B7_41BA_638E9F202360","this.imlevel_2D25185E_20E6_57B7_41B6_D1F25986DE9A"],"class":"ImageResource"},"maximumZoomFactor":1.2,"width":1838,"fieldOfViewOverlayOutsideOpacity":0,"class":"Map","height":1039,"initialZoomFactor":1,"fieldOfViewOverlayOutsideColor":"#000000","id":"map_4B6C3E3E_5DEF_1806_41AA_B58F00220546","overlays":["this.overlay_4B6C2E3E_5DEF_1806_41B9_F1D57119CC5F","this.overlay_4B6C1E3E_5DEF_1806_41CC_30AC828565B3","this.overlay_4B6C0E3E_5DEF_1806_41C0_B6E803D76DC8","this.overlay_4B6C7E3E_5DEF_1806_4161_E2F709BED05D","this.overlay_4B6C6E3E_5DEF_1806_41C9_CD15FB5CDE50","this.overlay_4B6C5E3E_5DEF_1806_41D2_A091AFA02EA4","this.overlay_4B6BBE3E_5DEF_1806_41C4_8468A399C7BD","this.overlay_4B6BAE3F_5DEF_1806_41C7_A1704EAC6B6A"],"data":{"label":"\u6d3b\u52d5\u4e2d\u5fc33\u6a13"},"thumbnailUrl":"media/map_4B6C3E3E_5DEF_1806_41AA_B58F00220546_t.png"},{"hoverFactor":0,"initialPosition":{"yaw":0,"class":"PanoramaCameraPosition","pitch":0},"id":"panorama_2020DE6B_29D8_89C3_41B0_E88CD4F5C3A7_camera","class":"PanoramaCamera","initialSequence":{"class":"PanoramaCameraSequence","restartMovementOnUserInteraction":false,"movements":[{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_in"},{"yawDelta":323,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"linear"},{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_out"}]},"automaticZoomSpeed":10},{"class":"Panorama","data":{"label":"IMG_20211103_155451_00_168processed"},"id":"panorama_202CBEF2_29D9_86DD_41C1_0233C02AE27F","pitch":0,"mapLocations":[{"x":1651.52,"angle":94.16,"y":419.21,"map":"this.map_4B6C3E3E_5DEF_1806_41AA_B58F00220546","class":"PanoramaMapLocation"}],"label":trans('panorama_202CBEF2_29D9_86DD_41C1_0233C02AE27F.label'),"adjacentPanoramas":[{"panorama":"this.panorama_20227F14_29D8_8745_41C2_B785C0176E46","distance":100,"yaw":-66.49,"select":"this.overlay_00F10860_2A78_89FD_41A7_3A3ED4A8DD24.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_00F10860_2A78_89FD_41A7_3A3ED4A8DD24"},"class":"AdjacentPanorama","backwardYaw":90.22},{"panorama":"this.panorama_20227F14_29D8_8745_41C2_B785C0176E46","distance":94.04,"yaw":-67.19,"select":"this.overlay_691801F9_5E31_280A_41D4_7F87D79FA79D.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_691801F9_5E31_280A_41D4_7F87D79FA79D"},"class":"AdjacentPanorama","backwardYaw":90.22},{"panorama":"this.panorama_202E762D_29D9_B947_41B9_73BF2ED44020","distance":3.98,"yaw":49.61,"select":"this.overlay_146BDF83_2A38_8743_41BF_5FAFFB525857.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_146BDF83_2A38_8743_41BF_5FAFFB525857"},"class":"AdjacentPanorama","backwardYaw":89.47},{"panorama":"this.panorama_202CE7AB_29D9_8743_41A5_D2FD9474A935","distance":100,"yaw":-64.79,"select":"this.overlay_368CB5B4_2A27_7B45_41C2_A5746374F940.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_368CB5B4_2A27_7B45_41C2_A5746374F940"},"class":"AdjacentPanorama","backwardYaw":-144.93},{"panorama":"this.panorama_202CE7AB_29D9_8743_41A5_D2FD9474A935","distance":100,"yaw":-64.87,"select":"this.overlay_6B0B1A8A_5E37_380E_41B6_7DC821AD0726.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_6B0B1A8A_5E37_380E_41B6_7DC821AD0726"},"class":"AdjacentPanorama","backwardYaw":-144.93}],"hfovMax":130,"vfov":180,"hfov":360,"frames":[{"class":"CubicPanoramaFrame","overlays":["this.overlay_368CB5B4_2A27_7B45_41C2_A5746374F940","this.overlay_00F10860_2A78_89FD_41A7_3A3ED4A8DD24","this.overlay_146BDF83_2A38_8743_41BF_5FAFFB525857","this.overlay_6B0B1A8A_5E37_380E_41B6_7DC821AD0726","this.overlay_691801F9_5E31_280A_41D4_7F87D79FA79D"],"cube":{"levels":[{"class":"TiledImageResourceLevel","tags":"ondemand","height":2048,"url":"media/panorama_202CBEF2_29D9_86DD_41C1_0233C02AE27F_0/{face}/0/{row}_{column}.jpg","rowCount":4,"colCount":24,"width":12288},{"class":"TiledImageResourceLevel","tags":"ondemand","height":1024,"url":"media/panorama_202CBEF2_29D9_86DD_41C1_0233C02AE27F_0/{face}/1/{row}_{column}.jpg","rowCount":2,"colCount":12,"width":6144},{"class":"TiledImageResourceLevel","tags":["ondemand","preload"],"height":512,"url":"media/panorama_202CBEF2_29D9_86DD_41C1_0233C02AE27F_0/{face}/2/{row}_{column}.jpg","rowCount":1,"colCount":6,"width":3072},{"class":"TiledImageResourceLevel","tags":"mobilevr","height":1536,"url":"media/panorama_202CBEF2_29D9_86DD_41C1_0233C02AE27F_0/{face}/vr/0.jpg","rowCount":1,"colCount":6,"width":9216},{"class":"TiledImageResourceLevel","tags":"mobilevr2gen","height":2048,"url":"media/panorama_202CBEF2_29D9_86DD_41C1_0233C02AE27F_0/{face}/vr2gen/0.jpg","rowCount":1,"colCount":6,"width":12288}],"class":"ImageResource"},"thumbnailUrl":"media/panorama_202CBEF2_29D9_86DD_41C1_0233C02AE27F_t.jpg"}],"partial":false,"thumbnailUrl":"media/panorama_202CBEF2_29D9_86DD_41C1_0233C02AE27F_t.jpg"},{"height":"30%","class":"IconButton","propagateClick":false,"visible":false,"transparencyActive":false,"paddingLeft":0,"pressedRollOverIconURL":"skin/IconButton_40D2D95F_5E31_3805_41AE_B1D43541E337.png","cursor":"hand","toolTipHorizontalAlign":"center","paddingRight":0,"iconURL":"skin/IconButton_40D2D95F_5E31_3805_41AE_B1D43541E337.png","width":"20%","id":"IconButton_40D2D95F_5E31_3805_41AE_B1D43541E337","minHeight":0,"paddingTop":0,"paddingBottom":0,"minWidth":0,"shadow":false,"mode":"push","borderSize":0,"borderRadius":0,"verticalAlign":"middle","bottom":"15%","right":"26%","horizontalAlign":"center","backgroundOpacity":0,"data":{"name":"down"}},{"class":"Image","propagateClick":false,"paddingLeft":0,"visible":false,"toolTipHorizontalAlign":"center","paddingRight":0,"scaleMode":"fit_inside","maxHeight":470,"maxWidth":625,"url":trans('Image_21EEADC6_2E8B_88CF_41C7_2CA640E44233.url'),"id":"Image_21EEADC6_2E8B_88CF_41C7_2CA640E44233","minHeight":1,"paddingTop":0,"paddingBottom":0,"minWidth":1,"shadow":false,"borderSize":0,"left":"58.63%","borderRadius":0,"top":"39.24%","verticalAlign":"middle","bottom":"32.15%","right":"21.46%","horizontalAlign":"center","backgroundOpacity":0,"data":{"name":"\u9910\u5ef3\u7167\u7247"}},{"data":{"label":"IMG_20211103_162432_00_190processed"},"class":"Panorama","id":"panorama_202A8A29_29D8_894F_41C0_6C9391436A5C","pitch":0,"label":trans('panorama_202A8A29_29D8_894F_41C0_6C9391436A5C.label'),"adjacentPanoramas":[{"panorama":"this.panorama_202CDBD0_29D8_8EDD_41A9_0571E7060E7D","distance":3.81,"yaw":178.23,"select":"this.overlay_1F28953B_2A28_9B43_41C4_49EE22C98C33.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_1F28953B_2A28_9B43_41C4_49EE22C98C33"},"class":"AdjacentPanorama","backwardYaw":177.87}],"hfovMax":130,"vfov":180,"hfov":360,"frames":[{"class":"CubicPanoramaFrame","overlays":["this.overlay_1F28953B_2A28_9B43_41C4_49EE22C98C33","this.overlay_3BAFAE8F_2E8B_8B5D_41C0_37AD871F3A21"],"cube":{"levels":[{"class":"TiledImageResourceLevel","tags":"ondemand","height":2048,"url":"media/panorama_202A8A29_29D8_894F_41C0_6C9391436A5C_0/{face}/0/{row}_{column}.jpg","rowCount":4,"colCount":24,"width":12288},{"class":"TiledImageResourceLevel","tags":"ondemand","height":1024,"url":"media/panorama_202A8A29_29D8_894F_41C0_6C9391436A5C_0/{face}/1/{row}_{column}.jpg","rowCount":2,"colCount":12,"width":6144},{"class":"TiledImageResourceLevel","tags":["ondemand","preload"],"height":512,"url":"media/panorama_202A8A29_29D8_894F_41C0_6C9391436A5C_0/{face}/2/{row}_{column}.jpg","rowCount":1,"colCount":6,"width":3072},{"class":"TiledImageResourceLevel","tags":"mobilevr","height":1536,"url":"media/panorama_202A8A29_29D8_894F_41C0_6C9391436A5C_0/{face}/vr/0.jpg","rowCount":1,"colCount":6,"width":9216},{"class":"TiledImageResourceLevel","tags":"mobilevr2gen","height":2048,"url":"media/panorama_202A8A29_29D8_894F_41C0_6C9391436A5C_0/{face}/vr2gen/0.jpg","rowCount":1,"colCount":6,"width":12288}],"class":"ImageResource"},"thumbnailUrl":"media/panorama_202A8A29_29D8_894F_41C0_6C9391436A5C_t.jpg"}],"partial":false,"thumbnailUrl":"media/panorama_202A8A29_29D8_894F_41C0_6C9391436A5C_t.jpg"},{"class":"Panorama","data":{"label":"IMG_20211103_154217_00_158processed"},"id":"panorama_2020451D_29D9_9B47_41C4_C6214239C92F","pitch":0,"mapLocations":[{"x":961.75,"angle":267.95,"y":524.57,"map":"this.map_4B782B47_5904_89D6_4186_B4E68524C061","class":"PanoramaMapLocation"}],"label":trans('panorama_2020451D_29D9_9B47_41C4_C6214239C92F.label'),"adjacentPanoramas":[{"panorama":"this.panorama_2022DDE3_29D9_8AC3_4198_7C1670E7A4F0","distance":7.23,"yaw":176.95,"select":"this.overlay_3D512D96_29D8_8B45_41BC_C34BE819E451.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_3D512D96_29D8_8B45_41BC_C34BE819E451"},"class":"AdjacentPanorama","backwardYaw":-94.67},{"panorama":"this.panorama_202CEC51_29D9_89DF_41A3_307457074843","distance":2.46,"yaw":-2.32,"select":"this.overlay_311B57D9_29D8_86CF_41AF_17A8F82FF87F.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_311B57D9_29D8_86CF_41AF_17A8F82FF87F"},"class":"AdjacentPanorama","backwardYaw":-140.84}],"hfovMax":130,"vfov":180,"hfov":360,"frames":[{"class":"CubicPanoramaFrame","overlays":["this.overlay_3D512D96_29D8_8B45_41BC_C34BE819E451","this.overlay_311B57D9_29D8_86CF_41AF_17A8F82FF87F"],"cube":{"levels":[{"class":"TiledImageResourceLevel","tags":"ondemand","height":2048,"url":"media/panorama_2020451D_29D9_9B47_41C4_C6214239C92F_0/{face}/0/{row}_{column}.jpg","rowCount":4,"colCount":24,"width":12288},{"class":"TiledImageResourceLevel","tags":"ondemand","height":1024,"url":"media/panorama_2020451D_29D9_9B47_41C4_C6214239C92F_0/{face}/1/{row}_{column}.jpg","rowCount":2,"colCount":12,"width":6144},{"class":"TiledImageResourceLevel","tags":["ondemand","preload"],"height":512,"url":"media/panorama_2020451D_29D9_9B47_41C4_C6214239C92F_0/{face}/2/{row}_{column}.jpg","rowCount":1,"colCount":6,"width":3072},{"class":"TiledImageResourceLevel","tags":"mobilevr","height":1536,"url":"media/panorama_2020451D_29D9_9B47_41C4_C6214239C92F_0/{face}/vr/0.jpg","rowCount":1,"colCount":6,"width":9216},{"class":"TiledImageResourceLevel","tags":"mobilevr2gen","height":2048,"url":"media/panorama_2020451D_29D9_9B47_41C4_C6214239C92F_0/{face}/vr2gen/0.jpg","rowCount":1,"colCount":6,"width":12288}],"class":"ImageResource"},"thumbnailUrl":"media/panorama_2020451D_29D9_9B47_41C4_C6214239C92F_t.jpg"}],"partial":false,"thumbnailUrl":"media/panorama_2020451D_29D9_9B47_41C4_C6214239C92F_t.jpg"},{"class":"IconButton","propagateClick":false,"paddingLeft":0,"transparencyActive":false,"toolTipHorizontalAlign":"center","pressedRollOverIconURL":"skin/IconButton_410CB598_5E30_E80A_417A_FD1D63A2BD61.png","cursor":"hand","paddingRight":0,"iconURL":"skin/IconButton_410CB598_5E30_E80A_417A_FD1D63A2BD61.png","width":"20%","click":"var visibleFunc = function(component) { this.setComponentVisibility(component, true, 0, null, 'showEffect', false)}.bind(this); var invisibleFunc = function(component) { this.setComponentVisibility(component, false, 0, null, 'hideEffect', false)}.bind(this); if(!this.MapViewer.get('visible')){ visibleFunc(this.MapViewer) } else { invisibleFunc(this.MapViewer) }; if(!this.DropDown_4B2D0B49_591D_89DA_41CD_352EB9107322.get('visible')){ visibleFunc(this.DropDown_4B2D0B49_591D_89DA_41CD_352EB9107322) } else { invisibleFunc(this.DropDown_4B2D0B49_591D_89DA_41CD_352EB9107322) }; if(!this.Container_4A1385DB_591C_B8FE_41D5_517C20FF8FE0.get('visible')){ visibleFunc(this.Container_4A1385DB_591C_B8FE_41D5_517C20FF8FE0) } else { invisibleFunc(this.Container_4A1385DB_591C_B8FE_41D5_517C20FF8FE0) }","paddingTop":0,"id":"IconButton_410CB598_5E30_E80A_417A_FD1D63A2BD61","minHeight":0,"paddingBottom":0,"minWidth":0,"shadow":false,"mode":"push","borderSize":0,"left":"54%","borderRadius":0,"verticalAlign":"middle","data":{"name":"map"},"top":"15%","horizontalAlign":"center","backgroundOpacity":0,"height":"30%"},{"hoverFactor":0,"initialPosition":{"yaw":0,"class":"PanoramaCameraPosition","pitch":0},"id":"panorama_202524FC_29D9_9AC5_41C2_4C8E3048D390_camera","class":"PanoramaCamera","initialSequence":{"class":"PanoramaCameraSequence","restartMovementOnUserInteraction":false,"movements":[{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_in"},{"yawDelta":323,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"linear"},{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_out"}]},"automaticZoomSpeed":10},{"class":"Panorama","data":{"label":"IMG_20211103_155658_00_170processed"},"id":"panorama_202F3D69_29D9_8BCF_41C1_8E365DC5CBD9","pitch":0,"mapLocations":[{"x":1327.14,"angle":88.63,"y":516.08,"map":"this.map_4B6C3E3E_5DEF_1806_41AA_B58F00220546","class":"PanoramaMapLocation"}],"label":trans('panorama_202F3D69_29D9_8BCF_41C1_8E365DC5CBD9.label'),"adjacentPanoramas":[{"panorama":"this.panorama_202E762D_29D9_B947_41B9_73BF2ED44020","distance":5.68,"yaw":-36.95,"select":"this.overlay_362EA032_2A28_B95D_41BD_37D4A3035455.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_362EA032_2A28_B95D_41BD_37D4A3035455"},"class":"AdjacentPanorama","backwardYaw":-94.49},{"panorama":"this.panorama_202524FC_29D9_9AC5_41C2_4C8E3048D390","distance":6.02,"yaw":-97.73,"select":"this.overlay_36A0BE33_2A2F_8943_41C2_060E38736615.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_36A0BE33_2A2F_8943_41C2_060E38736615"},"class":"AdjacentPanorama","backwardYaw":-89.08},{"panorama":"this.panorama_202276C0_29D8_F93D_4187_7BB88CBDB314","distance":8.58,"yaw":-174.78,"select":"this.overlay_37F9754E_2A2B_FBC5_4191_2855AF8179EE.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_37F9754E_2A2B_FBC5_4191_2855AF8179EE"},"class":"AdjacentPanorama","backwardYaw":-52.91},{"panorama":"this.panorama_202276C0_29D8_F93D_4187_7BB88CBDB314","distance":8.36,"yaw":-174.54,"select":"this.overlay_6F5626C6_5EF1_E806_41D7_48F8A39553D6.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_6F5626C6_5EF1_E806_41D7_48F8A39553D6"},"class":"AdjacentPanorama","backwardYaw":-52.91}],"hfovMax":130,"vfov":180,"hfov":360,"frames":[{"class":"CubicPanoramaFrame","overlays":["this.overlay_362EA032_2A28_B95D_41BD_37D4A3035455","this.overlay_36A0BE33_2A2F_8943_41C2_060E38736615","this.overlay_37F9754E_2A2B_FBC5_4191_2855AF8179EE","this.overlay_6F5626C6_5EF1_E806_41D7_48F8A39553D6"],"cube":{"levels":[{"class":"TiledImageResourceLevel","tags":"ondemand","height":2048,"url":"media/panorama_202F3D69_29D9_8BCF_41C1_8E365DC5CBD9_0/{face}/0/{row}_{column}.jpg","rowCount":4,"colCount":24,"width":12288},{"class":"TiledImageResourceLevel","tags":"ondemand","height":1024,"url":"media/panorama_202F3D69_29D9_8BCF_41C1_8E365DC5CBD9_0/{face}/1/{row}_{column}.jpg","rowCount":2,"colCount":12,"width":6144},{"class":"TiledImageResourceLevel","tags":["ondemand","preload"],"height":512,"url":"media/panorama_202F3D69_29D9_8BCF_41C1_8E365DC5CBD9_0/{face}/2/{row}_{column}.jpg","rowCount":1,"colCount":6,"width":3072},{"class":"TiledImageResourceLevel","tags":"mobilevr","height":1536,"url":"media/panorama_202F3D69_29D9_8BCF_41C1_8E365DC5CBD9_0/{face}/vr/0.jpg","rowCount":1,"colCount":6,"width":9216},{"class":"TiledImageResourceLevel","tags":"mobilevr2gen","height":2048,"url":"media/panorama_202F3D69_29D9_8BCF_41C1_8E365DC5CBD9_0/{face}/vr2gen/0.jpg","rowCount":1,"colCount":6,"width":12288}],"class":"ImageResource"},"thumbnailUrl":"media/panorama_202F3D69_29D9_8BCF_41C1_8E365DC5CBD9_t.jpg"}],"partial":false,"thumbnailUrl":"media/panorama_202F3D69_29D9_8BCF_41C1_8E365DC5CBD9_t.jpg"},{"class":"IconButton","propagateClick":false,"paddingLeft":0,"visible":false,"transparencyActive":true,"cursor":"hand","pressedRollOverIconURL":"skin/IconButton_36CEAA02_2E9B_8B47_41A6_73663A26602A_pressed.png","rollOverIconURL":"skin/IconButton_36CEAA02_2E9B_8B47_41A6_73663A26602A_rollover.png","toolTipHorizontalAlign":"center","paddingRight":0,"pressedIconURL":"skin/IconButton_36CEAA02_2E9B_8B47_41A6_73663A26602A_pressed.png","iconURL":"skin/IconButton_36CEAA02_2E9B_8B47_41A6_73663A26602A.png","click":"var invisibleFunc = function(component) { this.setComponentVisibility(component, false, 0, null, 'hideEffect', false)}.bind(this); invisibleFunc(this.IconButton_3E062EAE_2EEF_F8E5_41C4_C10658C1F3BB); invisibleFunc(this.HTMLText_3FA772FA_2EEC_E86D_4197_36F3A016CF80)","id":"IconButton_3E062EAE_2EEF_F8E5_41C4_C10658C1F3BB","minHeight":0,"paddingTop":0,"paddingBottom":0,"minWidth":0,"shadow":false,"mode":"push","borderSize":0,"left":"76.71%","borderRadius":0,"top":"37.39%","verticalAlign":"middle","bottom":"58.26%","right":"20.08%","horizontalAlign":"center","backgroundOpacity":0,"data":{"name":"DanceBtn"}},{"hoverFactor":0,"initialPosition":{"yaw":0,"class":"PanoramaCameraPosition","pitch":0},"id":"panorama_202EC2BB_29D9_9943_4191_623B23A1A8B5_camera","class":"PanoramaCamera","initialSequence":{"class":"PanoramaCameraSequence","restartMovementOnUserInteraction":false,"movements":[{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_in"},{"yawDelta":323,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"linear"},{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_out"}]},"automaticZoomSpeed":10},{"hoverFactor":0,"initialPosition":{"yaw":0,"class":"PanoramaCameraPosition","pitch":0},"id":"panorama_202EA06E_29D9_99C5_41AF_609FB7C01D8B_camera","class":"PanoramaCamera","initialSequence":{"class":"PanoramaCameraSequence","restartMovementOnUserInteraction":false,"movements":[{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_in"},{"yawDelta":323,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"linear"},{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_out"}]},"automaticZoomSpeed":10},{"class":"IconButton","propagateClick":false,"paddingLeft":0,"visible":false,"transparencyActive":true,"cursor":"hand","pressedRollOverIconURL":"skin/IconButton_36CEAA02_2E9B_8B47_41A6_73663A26602A_pressed.png","rollOverIconURL":"skin/IconButton_36CEAA02_2E9B_8B47_41A6_73663A26602A_rollover.png","toolTipHorizontalAlign":"center","paddingRight":0,"pressedIconURL":"skin/IconButton_36CEAA02_2E9B_8B47_41A6_73663A26602A_pressed.png","iconURL":"skin/IconButton_36CEAA02_2E9B_8B47_41A6_73663A26602A.png","click":"var invisibleFunc = function(component) { this.setComponentVisibility(component, false, 0, null, 'hideEffect', false)}.bind(this); invisibleFunc(this.IconButton_762F75B4_5E11_281A_41A1_0B1A345A0514); invisibleFunc(this.HTMLText_78F6BF05_5E2F_19FA_41CB_A058FD171CA8)","id":"IconButton_762F75B4_5E11_281A_41A1_0B1A345A0514","minHeight":0,"paddingTop":0,"paddingBottom":0,"minWidth":0,"shadow":false,"mode":"push","borderSize":0,"left":"77.37%","borderRadius":0,"top":"24.89%","verticalAlign":"middle","bottom":"70.9%","right":"19.42%","horizontalAlign":"center","backgroundOpacity":0,"data":{"name":"\u8aee\u5546\u4e2d\u5fc3CloseBtn"}},{"fieldOfViewOverlayInsideColor":"#999999","scaleMode":"fit_inside","fieldOfViewOverlayInsideOpacity":0.4,"label":trans('map_4B782B47_5904_89D6_4186_B4E68524C061.label'),"minimumZoomFactor":0.5,"fieldOfViewOverlayRadiusScale":0.08,"image":{"levels":["this.imlevel_2D278897_20E6_48B5_41BA_FD08F9D807CF","this.imlevel_2D285898_20E6_48BB_4195_A576EF3252B8","this.imlevel_2D283898_20E6_48BB_41B9_86DF7E50A572"],"class":"ImageResource"},"maximumZoomFactor":1.2,"width":1850,"fieldOfViewOverlayOutsideOpacity":0,"class":"Map","height":738,"initialZoomFactor":1,"fieldOfViewOverlayOutsideColor":"#000000","id":"map_4B782B47_5904_89D6_4186_B4E68524C061","overlays":["this.overlay_4CB6D6A2_5DF1_683E_41D5_DF1A5BA34999","this.overlay_4CF8B200_5DF0_EBFA_4194_1D3FD9BF4B00","this.overlay_4CB06655_5DF0_E81A_41CA_18723D883931","this.overlay_4C704C22_5DF3_383E_41D3_49CD609D8A00","this.overlay_4C40C9E6_5DF3_1806_41CD_5305B8EB52D9","this.overlay_4D26C927_5DF3_7806_41BD_613193EDADC4","this.overlay_4CFE0A91_5DF3_181A_41A4_5BD10DE6D63E","this.overlay_4CC74B5D_5DF3_380A_41D0_206C5ECECC07"],"data":{"label":"\u6d3b\u52d5\u4e2d\u5fc35\u6a13"},"thumbnailUrl":"media/map_4B782B47_5904_89D6_4186_B4E68524C061_t.png"},{"shadowHorizontalLength":2,"class":"HTMLText","propagateClick":false,"paddingLeft":40,"visible":false,"backgroundColorDirection":"vertical","toolTipHorizontalAlign":"center","shadowColor":"#000000","scrollBarWidth":10,"shadowSpread":1,"scrollBarOpacity":0.5,"paddingRight":62,"scrollBarColor":"#000000","scrollBarVisible":"rollOver","shadowVerticalLength":2,"backgroundColor":["#FFFFFF","#CCCCCC"],"scrollBarMargin":2,"paddingTop":20,"id":"HTMLText_383600A1_2EF7_9744_41B0_AAB50135347D","minHeight":1,"paddingBottom":10,"minWidth":1,"shadow":true,"shadowBlurRadius":7,"borderSize":0,"backgroundColorRatios":[0.73,1],"html":trans('HTMLText_383600A1_2EF7_9744_41B0_AAB50135347D.html'),"borderRadius":10,"top":"21.32%","left":"20.02%","bottom":"27.25%","right":"20.54%","shadowOpacity":0.19,"backgroundOpacity":0.91,"data":{"name":"BookStoreText"}},{"class":"Panorama","data":{"label":"IMG_20211103_161945_00_186processed"},"id":"panorama_202CBCE5_29D8_8AC7_41A9_B64BA0E8A51D","pitch":0,"mapLocations":[{"x":1596.12,"angle":267.42,"y":430.72,"map":"this.map_4BB5D5CC_5904_F8DA_41D4_A5D5721CAB56","class":"PanoramaMapLocation"}],"label":trans('panorama_202CBCE5_29D8_8AC7_41A9_B64BA0E8A51D.label'),"adjacentPanoramas":[{"panorama":"this.panorama_20210439_29D8_B94F_41AF_70333BFB7555","distance":7.78,"yaw":96.32,"select":"this.overlay_1B89A7A8_2A69_874D_41B3_43C076B3A129.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_1B89A7A8_2A69_874D_41B3_43C076B3A129"},"class":"AdjacentPanorama"},{"panorama":"this.panorama_202D62FF_29D8_9EC3_419B_FF98C0CDD432","distance":7.33,"yaw":-84.57,"select":"this.overlay_181C1588_2A67_7B4D_419C_A5269EA95054.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_181C1588_2A67_7B4D_419C_A5269EA95054"},"class":"AdjacentPanorama"}],"hfovMax":130,"vfov":180,"hfov":360,"frames":[{"class":"CubicPanoramaFrame","overlays":["this.overlay_1B89A7A8_2A69_874D_41B3_43C076B3A129","this.overlay_181C1588_2A67_7B4D_419C_A5269EA95054","this.overlay_3ECE29F7_31C1_196C_41B4_6DF3B50B5700"],"cube":{"levels":[{"class":"TiledImageResourceLevel","tags":"ondemand","height":2048,"url":"media/panorama_202CBCE5_29D8_8AC7_41A9_B64BA0E8A51D_0/{face}/0/{row}_{column}.jpg","rowCount":4,"colCount":24,"width":12288},{"class":"TiledImageResourceLevel","tags":"ondemand","height":1024,"url":"media/panorama_202CBCE5_29D8_8AC7_41A9_B64BA0E8A51D_0/{face}/1/{row}_{column}.jpg","rowCount":2,"colCount":12,"width":6144},{"class":"TiledImageResourceLevel","tags":["ondemand","preload"],"height":512,"url":"media/panorama_202CBCE5_29D8_8AC7_41A9_B64BA0E8A51D_0/{face}/2/{row}_{column}.jpg","rowCount":1,"colCount":6,"width":3072},{"class":"TiledImageResourceLevel","tags":"mobilevr","height":1536,"url":"media/panorama_202CBCE5_29D8_8AC7_41A9_B64BA0E8A51D_0/{face}/vr/0.jpg","rowCount":1,"colCount":6,"width":9216},{"class":"TiledImageResourceLevel","tags":"mobilevr2gen","height":2048,"url":"media/panorama_202CBCE5_29D8_8AC7_41A9_B64BA0E8A51D_0/{face}/vr2gen/0.jpg","rowCount":1,"colCount":6,"width":12288}],"class":"ImageResource"},"thumbnailUrl":"media/panorama_202CBCE5_29D8_8AC7_41A9_B64BA0E8A51D_t.jpg"}],"partial":false,"thumbnailUrl":"media/panorama_202CBCE5_29D8_8AC7_41A9_B64BA0E8A51D_t.jpg"},{"class":"IconButton","propagateClick":false,"paddingLeft":0,"visible":false,"transparencyActive":true,"cursor":"hand","pressedRollOverIconURL":"skin/IconButton_36CEAA02_2E9B_8B47_41A6_73663A26602A_pressed.png","rollOverIconURL":"skin/IconButton_36CEAA02_2E9B_8B47_41A6_73663A26602A_rollover.png","toolTipHorizontalAlign":"center","paddingRight":0,"pressedIconURL":"skin/IconButton_36CEAA02_2E9B_8B47_41A6_73663A26602A_pressed.png","iconURL":"skin/IconButton_36CEAA02_2E9B_8B47_41A6_73663A26602A.png","click":"var invisibleFunc = function(component) { this.setComponentVisibility(component, false, 0, null, 'hideEffect', false)}.bind(this); invisibleFunc(this.IconButton_3948B48C_2E8A_BF43_41A4_AB2E386C8674); invisibleFunc(this.Image_385D3952_2E8E_89C7_41C2_00C0BB21C465); invisibleFunc(this.HTMLText_37E5A838_2E8E_9743_41A4_19FEEB377C9E)","id":"IconButton_3948B48C_2E8A_BF43_41A4_AB2E386C8674","minHeight":0,"paddingTop":0,"paddingBottom":0,"minWidth":0,"shadow":false,"mode":"push","borderSize":0,"left":"83.44%","borderRadius":0,"top":"19.39%","verticalAlign":"middle","bottom":"76.4%","right":"13.35%","horizontalAlign":"center","backgroundOpacity":0,"data":{"name":"TheatreCloseBtn"}},{"hoverFactor":0,"initialPosition":{"yaw":0,"class":"PanoramaCameraPosition","pitch":0},"id":"panorama_202FD8AE_29DB_8945_41C1_7B025F391FB8_camera","class":"PanoramaCamera","initialSequence":{"class":"PanoramaCameraSequence","restartMovementOnUserInteraction":false,"movements":[{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_in"},{"yawDelta":323,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"linear"},{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_out"}]},"automaticZoomSpeed":10},{"class":"Panorama","data":{"label":"IMG_20211103_162924_00_194processed"},"id":"panorama_202387AB_29DB_8743_41A2_CF521E3C9E86","pitch":0,"mapLocations":[{"x":398.74,"angle":98.74,"y":393.16,"map":"this.map_4B2C3E51_5DEF_381A_41AB_851A3856D5FC","class":"PanoramaMapLocation"}],"label":trans('panorama_202387AB_29DB_8743_41A2_CF521E3C9E86.label'),"adjacentPanoramas":[{"panorama":"this.panorama_202141BD_29D8_BB47_41B4_A578A47A6466","distance":100,"yaw":88.14,"select":"this.overlay_01155406_2A69_F945_41BA_060D3ADE20F9.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_01155406_2A69_F945_41BA_060D3ADE20F9"},"class":"AdjacentPanorama","backwardYaw":15.38},{"panorama":"this.panorama_202ED919_29D8_8B4F_41C1_C815AD35F6D1","distance":100,"yaw":135.31,"select":"this.overlay_0069BC19_2A68_894F_41AF_CFB34A2AD360.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_0069BC19_2A68_894F_41AF_CFB34A2AD360"},"class":"AdjacentPanorama","backwardYaw":-44.99},{"panorama":"this.panorama_202ED919_29D8_8B4F_41C1_C815AD35F6D1","distance":100,"yaw":-137.39,"select":"this.overlay_01764FCC_2A67_86C5_41BD_2893542A325F.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_01764FCC_2A67_86C5_41BD_2893542A325F"},"class":"AdjacentPanorama","backwardYaw":-44.99},{"panorama":"this.panorama_202ED919_29D8_8B4F_41C1_C815AD35F6D1","distance":100,"yaw":-137.22,"select":"this.overlay_680F4CF1_5E31_181A_41CB_17CF7DAD71FF.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_680F4CF1_5E31_181A_41CB_17CF7DAD71FF"},"class":"AdjacentPanorama","backwardYaw":-44.99},{"panorama":"this.panorama_202ED919_29D8_8B4F_41C1_C815AD35F6D1","distance":100,"yaw":88.27,"select":"this.overlay_69B76EAE_5E3F_1806_41D6_8BFBD8D03832.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_69B76EAE_5E3F_1806_41D6_8BFBD8D03832"},"class":"AdjacentPanorama","backwardYaw":-44.99},{"panorama":"this.panorama_202ED919_29D8_8B4F_41C1_C815AD35F6D1","distance":100,"yaw":135.05,"select":"this.overlay_6954A9F5_5E3F_181A_41D2_411B15A1F092.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_6954A9F5_5E3F_181A_41D2_411B15A1F092"},"class":"AdjacentPanorama","backwardYaw":-44.99},{"panorama":"this.panorama_20215042_29DB_993D_41C2_2B8E16D6CCA7","distance":4.74,"yaw":-2.49,"select":"this.overlay_108F68B2_2A28_895D_41BC_56C13CECFCC8.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_108F68B2_2A28_895D_41BC_56C13CECFCC8"},"class":"AdjacentPanorama","backwardYaw":175.34}],"hfovMax":130,"vfov":180,"hfov":360,"frames":[{"class":"CubicPanoramaFrame","overlays":["this.overlay_01155406_2A69_F945_41BA_060D3ADE20F9","this.overlay_0069BC19_2A68_894F_41AF_CFB34A2AD360","this.overlay_01764FCC_2A67_86C5_41BD_2893542A325F","this.overlay_108F68B2_2A28_895D_41BC_56C13CECFCC8","this.overlay_680F4CF1_5E31_181A_41CB_17CF7DAD71FF","this.overlay_69B76EAE_5E3F_1806_41D6_8BFBD8D03832","this.overlay_6954A9F5_5E3F_181A_41D2_411B15A1F092"],"cube":{"levels":[{"class":"TiledImageResourceLevel","tags":"ondemand","height":2048,"url":"media/panorama_202387AB_29DB_8743_41A2_CF521E3C9E86_0/{face}/0/{row}_{column}.jpg","rowCount":4,"colCount":24,"width":12288},{"class":"TiledImageResourceLevel","tags":"ondemand","height":1024,"url":"media/panorama_202387AB_29DB_8743_41A2_CF521E3C9E86_0/{face}/1/{row}_{column}.jpg","rowCount":2,"colCount":12,"width":6144},{"class":"TiledImageResourceLevel","tags":["ondemand","preload"],"height":512,"url":"media/panorama_202387AB_29DB_8743_41A2_CF521E3C9E86_0/{face}/2/{row}_{column}.jpg","rowCount":1,"colCount":6,"width":3072},{"class":"TiledImageResourceLevel","tags":"mobilevr","height":1536,"url":"media/panorama_202387AB_29DB_8743_41A2_CF521E3C9E86_0/{face}/vr/0.jpg","rowCount":1,"colCount":6,"width":9216},{"class":"TiledImageResourceLevel","tags":"mobilevr2gen","height":2048,"url":"media/panorama_202387AB_29DB_8743_41A2_CF521E3C9E86_0/{face}/vr2gen/0.jpg","rowCount":1,"colCount":6,"width":12288}],"class":"ImageResource"},"thumbnailUrl":"media/panorama_202387AB_29DB_8743_41A2_CF521E3C9E86_t.jpg"}],"partial":false,"thumbnailUrl":"media/panorama_202387AB_29DB_8743_41A2_CF521E3C9E86_t.jpg"},{"hoverFactor":0,"initialPosition":{"yaw":0,"class":"PanoramaCameraPosition","pitch":0},"id":"panorama_202CBEF2_29D9_86DD_41C1_0233C02AE27F_camera","class":"PanoramaCamera","initialSequence":{"class":"PanoramaCameraSequence","restartMovementOnUserInteraction":false,"movements":[{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_in"},{"yawDelta":323,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"linear"},{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_out"}]},"automaticZoomSpeed":10},{"hoverFactor":0,"initialPosition":{"yaw":0,"class":"PanoramaCameraPosition","pitch":0},"id":"panorama_2022DDE3_29D9_8AC3_4198_7C1670E7A4F0_camera","class":"PanoramaCamera","initialSequence":{"class":"PanoramaCameraSequence","restartMovementOnUserInteraction":false,"movements":[{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_in"},{"yawDelta":323,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"linear"},{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_out"}]},"automaticZoomSpeed":10},{"class":"IconButton","propagateClick":false,"paddingLeft":0,"visible":false,"transparencyActive":true,"cursor":"hand","pressedRollOverIconURL":"skin/IconButton_36CEAA02_2E9B_8B47_41A6_73663A26602A_pressed.png","rollOverIconURL":"skin/IconButton_36CEAA02_2E9B_8B47_41A6_73663A26602A_rollover.png","toolTipHorizontalAlign":"center","paddingRight":0,"pressedIconURL":"skin/IconButton_36CEAA02_2E9B_8B47_41A6_73663A26602A_pressed.png","iconURL":"skin/IconButton_36CEAA02_2E9B_8B47_41A6_73663A26602A.png","click":"var invisibleFunc = function(component) { this.setComponentVisibility(component, false, 0, null, 'hideEffect', false)}.bind(this); invisibleFunc(this.IconButton_7731CB1A_5E2F_380E_41C7_B93B93A6054D); invisibleFunc(this.Image_21EEADC6_2E8B_88CF_41C7_2CA640E44233); invisibleFunc(this.HTMLText_771FCA4A_5E33_180E_41D3_41307F5927E4)","id":"IconButton_7731CB1A_5E2F_380E_41C7_B93B93A6054D","minHeight":0,"paddingTop":0,"paddingBottom":0,"minWidth":0,"shadow":false,"mode":"push","borderSize":0,"left":"78.42%","borderRadius":0,"top":"20.49%","verticalAlign":"middle","bottom":"75.3%","right":"18.37%","horizontalAlign":"center","backgroundOpacity":0,"data":{"name":"\u5b78\u751f\u9910\u5ef3CloseBtn"}},{"class":"Panorama","data":{"label":"IMG_20211103_160525_00_177processed"},"id":"panorama_202141BD_29D8_BB47_41B4_A578A47A6466","pitch":0,"mapLocations":[{"x":380.12,"angle":169.63,"y":427.22,"map":"this.map_4BB5D5CC_5904_F8DA_41D4_A5D5721CAB56","class":"PanoramaMapLocation"}],"label":trans('panorama_202141BD_29D8_BB47_41B4_A578A47A6466.label'),"adjacentPanoramas":[{"panorama":"this.panorama_202387AB_29DB_8743_41A2_CF521E3C9E86","distance":100,"yaw":15.38,"select":"this.overlay_02F7E2CF_2A6F_9EC3_41A1_04B83E6F58AB.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_02F7E2CF_2A6F_9EC3_41A1_04B83E6F58AB"},"class":"AdjacentPanorama","backwardYaw":88.14},{"panorama":"this.panorama_202387AB_29DB_8743_41A2_CF521E3C9E86","distance":100,"yaw":15.32,"select":"this.overlay_72B79D39_5E11_780A_41B9_E052CC8C322A.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_72B79D39_5E11_780A_41B9_E052CC8C322A"},"class":"AdjacentPanorama","backwardYaw":88.14},{"panorama":"this.panorama_2023FA54_29D8_89C5_41C4_B0221AD9623E","distance":100,"yaw":-7.82,"select":"this.overlay_0CC1C830_2A68_895D_41C4_FE7416291774.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_0CC1C830_2A68_895D_41C4_FE7416291774"},"class":"AdjacentPanorama","backwardYaw":98.26},{"panorama":"this.panorama_2023FA54_29D8_89C5_41C4_B0221AD9623E","distance":100,"yaw":-8.14,"select":"this.overlay_7167F90F_5EEF_1806_41D5_F529CBE25DA6.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_7167F90F_5EEF_1806_41D5_F529CBE25DA6"},"class":"AdjacentPanorama","backwardYaw":98.26},{"panorama":"this.panorama_202ED919_29D8_8B4F_41C1_C815AD35F6D1","distance":2.14,"yaw":97.05,"select":"this.overlay_02BBC931_2A68_8B5F_41B0_D6071E8E9213.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_02BBC931_2A68_8B5F_41B0_D6071E8E9213"},"class":"AdjacentPanorama","backwardYaw":0.73}],"hfovMax":130,"vfov":180,"hfov":360,"frames":[{"class":"CubicPanoramaFrame","overlays":["this.overlay_0CC1C830_2A68_895D_41C4_FE7416291774","this.overlay_02F7E2CF_2A6F_9EC3_41A1_04B83E6F58AB","this.overlay_02BBC931_2A68_8B5F_41B0_D6071E8E9213","this.overlay_72B79D39_5E11_780A_41B9_E052CC8C322A","this.overlay_7167F90F_5EEF_1806_41D5_F529CBE25DA6"],"cube":{"levels":[{"class":"TiledImageResourceLevel","tags":"ondemand","height":2048,"url":"media/panorama_202141BD_29D8_BB47_41B4_A578A47A6466_0/{face}/0/{row}_{column}.jpg","rowCount":4,"colCount":24,"width":12288},{"class":"TiledImageResourceLevel","tags":"ondemand","height":1024,"url":"media/panorama_202141BD_29D8_BB47_41B4_A578A47A6466_0/{face}/1/{row}_{column}.jpg","rowCount":2,"colCount":12,"width":6144},{"class":"TiledImageResourceLevel","tags":["ondemand","preload"],"height":512,"url":"media/panorama_202141BD_29D8_BB47_41B4_A578A47A6466_0/{face}/2/{row}_{column}.jpg","rowCount":1,"colCount":6,"width":3072},{"class":"TiledImageResourceLevel","tags":"mobilevr","height":1536,"url":"media/panorama_202141BD_29D8_BB47_41B4_A578A47A6466_0/{face}/vr/0.jpg","rowCount":1,"colCount":6,"width":9216},{"class":"TiledImageResourceLevel","tags":"mobilevr2gen","height":2048,"url":"media/panorama_202141BD_29D8_BB47_41B4_A578A47A6466_0/{face}/vr2gen/0.jpg","rowCount":1,"colCount":6,"width":12288}],"class":"ImageResource"},"thumbnailUrl":"media/panorama_202141BD_29D8_BB47_41B4_A578A47A6466_t.jpg"}],"partial":false,"thumbnailUrl":"media/panorama_202141BD_29D8_BB47_41B4_A578A47A6466_t.jpg"},{"height":"30%","class":"IconButton","propagateClick":false,"transparencyActive":true,"paddingLeft":0,"pressedRollOverIconURL":"skin/IconButton_7F3EC92F_5E31_1806_41D0_615AC7C1F239.png","cursor":"hand","toolTipHorizontalAlign":"center","paddingRight":0,"iconURL":"skin/IconButton_7F3EC92F_5E31_1806_41D0_615AC7C1F239.png","width":"20%","id":"IconButton_7F3EC92F_5E31_1806_41D0_615AC7C1F239","minHeight":0,"paddingTop":0,"paddingBottom":0,"minWidth":0,"shadow":false,"mode":"push","borderSize":0,"borderRadius":0,"verticalAlign":"middle","bottom":"15%","right":"35%","horizontalAlign":"center","backgroundOpacity":0,"data":{"name":"home"}},{"id":"MapViewerMapPlayer","viewerArea":"this.MapViewer","class":"MapPlayer","movementMode":"constrained"},{"class":"Panorama","data":{"label":"IMG_20211103_162832_00_193processed"},"id":"panorama_20215042_29DB_993D_41C2_2B8E16D6CCA7","pitch":0,"mapLocations":[{"x":677.16,"angle":96.55,"y":394.62,"map":"this.map_4B2C3E51_5DEF_381A_41AB_851A3856D5FC","class":"PanoramaMapLocation"}],"label":trans('panorama_20215042_29DB_993D_41C2_2B8E16D6CCA7.label'),"adjacentPanoramas":[{"panorama":"this.panorama_202FD8AE_29DB_8945_41C1_7B025F391FB8","distance":4.84,"yaw":-3.93,"select":"this.overlay_10A0958C_2A2B_9B45_41B6_F505F5546D8A.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_10A0958C_2A2B_9B45_41B6_F505F5546D8A"},"class":"AdjacentPanorama","backwardYaw":176.78},{"panorama":"this.panorama_202387AB_29DB_8743_41A2_CF521E3C9E86","distance":3.15,"yaw":175.34,"select":"this.overlay_16BED399_2A2B_BF4F_41B4_E89CFA213787.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_16BED399_2A2B_BF4F_41B4_E89CFA213787"},"class":"AdjacentPanorama","backwardYaw":-2.49}],"hfovMax":130,"vfov":180,"hfov":360,"frames":[{"class":"CubicPanoramaFrame","overlays":["this.overlay_10A0958C_2A2B_9B45_41B6_F505F5546D8A","this.overlay_16BED399_2A2B_BF4F_41B4_E89CFA213787"],"cube":{"levels":[{"class":"TiledImageResourceLevel","tags":"ondemand","height":2048,"url":"media/panorama_20215042_29DB_993D_41C2_2B8E16D6CCA7_0/{face}/0/{row}_{column}.jpg","rowCount":4,"colCount":24,"width":12288},{"class":"TiledImageResourceLevel","tags":"ondemand","height":1024,"url":"media/panorama_20215042_29DB_993D_41C2_2B8E16D6CCA7_0/{face}/1/{row}_{column}.jpg","rowCount":2,"colCount":12,"width":6144},{"class":"TiledImageResourceLevel","tags":["ondemand","preload"],"height":512,"url":"media/panorama_20215042_29DB_993D_41C2_2B8E16D6CCA7_0/{face}/2/{row}_{column}.jpg","rowCount":1,"colCount":6,"width":3072},{"class":"TiledImageResourceLevel","tags":"mobilevr","height":1536,"url":"media/panorama_20215042_29DB_993D_41C2_2B8E16D6CCA7_0/{face}/vr/0.jpg","rowCount":1,"colCount":6,"width":9216},{"class":"TiledImageResourceLevel","tags":"mobilevr2gen","height":2048,"url":"media/panorama_20215042_29DB_993D_41C2_2B8E16D6CCA7_0/{face}/vr2gen/0.jpg","rowCount":1,"colCount":6,"width":12288}],"class":"ImageResource"},"thumbnailUrl":"media/panorama_20215042_29DB_993D_41C2_2B8E16D6CCA7_t.jpg"}],"partial":false,"thumbnailUrl":"media/panorama_20215042_29DB_993D_41C2_2B8E16D6CCA7_t.jpg"},{"hoverFactor":0,"initialPosition":{"yaw":0,"class":"PanoramaCameraPosition","pitch":0},"id":"panorama_2023FA54_29D8_89C5_41C4_B0221AD9623E_camera","class":"PanoramaCamera","initialSequence":{"class":"PanoramaCameraSequence","restartMovementOnUserInteraction":false,"movements":[{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_in"},{"yawDelta":323,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"linear"},{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_out"}]},"automaticZoomSpeed":10},{"class":"Panorama","data":{"label":"IMG_20211103_153733_00_154processed"},"id":"panorama_233E06B5_29D8_9947_41C1_E6C3B0F12258","pitch":0,"mapLocations":[{"x":1691.41,"angle":-109.78,"y":472.84,"map":"this.map_4B782B47_5904_89D6_4186_B4E68524C061","class":"PanoramaMapLocation"}],"label":trans('panorama_233E06B5_29D8_9947_41C1_E6C3B0F12258.label'),"adjacentPanoramas":[{"panorama":"this.panorama_20303F0B_29D8_8743_41B0_0880E967F034","distance":5.43,"yaw":-65.81,"select":"this.overlay_27D9F1CD_29E9_9AC7_41BB_EFBF985FBB01.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_27D9F1CD_29E9_9AC7_41BB_EFBF985FBB01"},"class":"AdjacentPanorama","backwardYaw":-106.75},{"panorama":"this.panorama_20303F0B_29D8_8743_41B0_0880E967F034","distance":100,"yaw":136.43,"select":"this.overlay_764CBD31_5E11_181A_41D2_640D70C9A753.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_764CBD31_5E11_181A_41D2_640D70C9A753"},"class":"AdjacentPanorama","backwardYaw":-106.75},{"panorama":"this.panorama_202CE7AB_29D9_8743_41A5_D2FD9474A935","distance":100,"yaw":136.9,"select":"this.overlay_26CBEA86_29E8_8945_41AB_74FDEEB68CA2.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_26CBEA86_29E8_8945_41AB_74FDEEB68CA2"},"class":"AdjacentPanorama","backwardYaw":-135.9}],"hfovMax":130,"vfov":180,"hfov":360,"frames":[{"class":"CubicPanoramaFrame","overlays":["this.overlay_27D9F1CD_29E9_9AC7_41BB_EFBF985FBB01","this.overlay_26CBEA86_29E8_8945_41AB_74FDEEB68CA2","this.overlay_764CBD31_5E11_181A_41D2_640D70C9A753"],"cube":{"levels":[{"class":"TiledImageResourceLevel","tags":"ondemand","height":2048,"url":"media/panorama_233E06B5_29D8_9947_41C1_E6C3B0F12258_0/{face}/0/{row}_{column}.jpg","rowCount":4,"colCount":24,"width":12288},{"class":"TiledImageResourceLevel","tags":"ondemand","height":1024,"url":"media/panorama_233E06B5_29D8_9947_41C1_E6C3B0F12258_0/{face}/1/{row}_{column}.jpg","rowCount":2,"colCount":12,"width":6144},{"class":"TiledImageResourceLevel","tags":["ondemand","preload"],"height":512,"url":"media/panorama_233E06B5_29D8_9947_41C1_E6C3B0F12258_0/{face}/2/{row}_{column}.jpg","rowCount":1,"colCount":6,"width":3072},{"class":"TiledImageResourceLevel","tags":"mobilevr","height":1536,"url":"media/panorama_233E06B5_29D8_9947_41C1_E6C3B0F12258_0/{face}/vr/0.jpg","rowCount":1,"colCount":6,"width":9216},{"class":"TiledImageResourceLevel","tags":"mobilevr2gen","height":2048,"url":"media/panorama_233E06B5_29D8_9947_41C1_E6C3B0F12258_0/{face}/vr2gen/0.jpg","rowCount":1,"colCount":6,"width":12288}],"class":"ImageResource"},"thumbnailUrl":"media/panorama_233E06B5_29D8_9947_41C1_E6C3B0F12258_t.jpg"}],"partial":false,"thumbnailUrl":"media/panorama_233E06B5_29D8_9947_41C1_E6C3B0F12258_t.jpg"},{"class":"Container","propagateClick":false,"paddingLeft":0,"toolTipHorizontalAlign":"center","scrollBarWidth":10,"paddingRight":0,"contentOpaque":false,"scrollBarColor":"#000000","scrollBarVisible":"rollOver","layout":"absolute","overflow":"scroll","width":"33.33%","creationPolicy":"inAdvance","scrollBarMargin":2,"paddingTop":0,"id":"Container_483C6647_5904_7BD6_41C3_CDC83A70D5FD","gap":10,"minHeight":1,"paddingBottom":0,"minWidth":1,"shadow":false,"borderSize":0,"scrollBarOpacity":0.5,"verticalAlign":"top","data":{"name":"C_0"},"borderRadius":0,"horizontalAlign":"left","backgroundOpacity":0,"height":"100%"},{"hoverFactor":0,"initialPosition":{"yaw":0,"class":"PanoramaCameraPosition","pitch":0},"id":"panorama_202A8A29_29D8_894F_41C0_6C9391436A5C_camera","class":"PanoramaCamera","initialSequence":{"class":"PanoramaCameraSequence","restartMovementOnUserInteraction":false,"movements":[{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_in"},{"yawDelta":323,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"linear"},{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_out"}]},"automaticZoomSpeed":10},{"class":"Panorama","data":{"label":"IMG_20211103_155137_00_166processed"},"id":"panorama_202EA06E_29D9_99C5_41AF_609FB7C01D8B","pitch":0,"mapLocations":[{"x":1333.83,"angle":60.52,"y":400.18,"map":"this.map_4B4049FE_5904_88B6_41C6_D1650E659B9B","class":"PanoramaMapLocation"}],"label":trans('panorama_202EA06E_29D9_99C5_41AF_609FB7C01D8B.label'),"adjacentPanoramas":[{"panorama":"this.panorama_202ED90E_29D9_8B45_41BA_7FFB77E63CF1","distance":3.91,"yaw":-173.12,"select":"this.overlay_32E641D5_2A38_9AC7_41C0_743BFE99AF50.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_32E641D5_2A38_9AC7_41C0_743BFE99AF50"},"class":"AdjacentPanorama","backwardYaw":0.01},{"panorama":"this.panorama_202CE7AB_29D9_8743_41A5_D2FD9474A935","distance":5.68,"yaw":-15.85,"select":"this.overlay_33D96CF9_2A39_8ACF_41C4_E48A8D4DEB08.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_33D96CF9_2A39_8ACF_41C4_E48A8D4DEB08"},"class":"AdjacentPanorama","backwardYaw":83.52}],"hfovMax":130,"vfov":180,"hfov":360,"frames":[{"class":"CubicPanoramaFrame","overlays":["this.overlay_32E641D5_2A38_9AC7_41C0_743BFE99AF50","this.overlay_33D96CF9_2A39_8ACF_41C4_E48A8D4DEB08"],"cube":{"levels":[{"class":"TiledImageResourceLevel","tags":"ondemand","height":2048,"url":"media/panorama_202EA06E_29D9_99C5_41AF_609FB7C01D8B_0/{face}/0/{row}_{column}.jpg","rowCount":4,"colCount":24,"width":12288},{"class":"TiledImageResourceLevel","tags":"ondemand","height":1024,"url":"media/panorama_202EA06E_29D9_99C5_41AF_609FB7C01D8B_0/{face}/1/{row}_{column}.jpg","rowCount":2,"colCount":12,"width":6144},{"class":"TiledImageResourceLevel","tags":["ondemand","preload"],"height":512,"url":"media/panorama_202EA06E_29D9_99C5_41AF_609FB7C01D8B_0/{face}/2/{row}_{column}.jpg","rowCount":1,"colCount":6,"width":3072},{"class":"TiledImageResourceLevel","tags":"mobilevr","height":1536,"url":"media/panorama_202EA06E_29D9_99C5_41AF_609FB7C01D8B_0/{face}/vr/0.jpg","rowCount":1,"colCount":6,"width":9216},{"class":"TiledImageResourceLevel","tags":"mobilevr2gen","height":2048,"url":"media/panorama_202EA06E_29D9_99C5_41AF_609FB7C01D8B_0/{face}/vr2gen/0.jpg","rowCount":1,"colCount":6,"width":12288}],"class":"ImageResource"},"thumbnailUrl":"media/panorama_202EA06E_29D9_99C5_41AF_609FB7C01D8B_t.jpg"}],"partial":false,"thumbnailUrl":"media/panorama_202EA06E_29D9_99C5_41AF_609FB7C01D8B_t.jpg"},{"hoverFactor":0,"initialPosition":{"yaw":0,"class":"PanoramaCameraPosition","pitch":0},"id":"panorama_202276C0_29D8_F93D_4187_7BB88CBDB314_camera","class":"PanoramaCamera","initialSequence":{"class":"PanoramaCameraSequence","restartMovementOnUserInteraction":false,"movements":[{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_in"},{"yawDelta":323,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"linear"},{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_out"}]},"automaticZoomSpeed":10},{"shadowHorizontalLength":2,"class":"HTMLText","propagateClick":false,"paddingLeft":40,"visible":false,"backgroundColorDirection":"vertical","toolTipHorizontalAlign":"center","shadowColor":"#000000","scrollBarWidth":10,"shadowSpread":1,"scrollBarOpacity":0.5,"paddingRight":62,"scrollBarColor":"#000000","scrollBarVisible":"rollOver","shadowVerticalLength":2,"backgroundColor":["#FFFFFF","#CCCCCC"],"scrollBarMargin":2,"paddingTop":20,"id":"HTMLText_23469FD0_2EE4_38BD_418B_F4AC0BDEDE25","minHeight":1,"paddingBottom":10,"minWidth":1,"shadow":true,"shadowBlurRadius":7,"borderSize":0,"backgroundColorRatios":[0.73,1],"html":trans('HTMLText_23469FD0_2EE4_38BD_418B_F4AC0BDEDE25.html'),"borderRadius":10,"top":"20.68%","left":"8.3%","bottom":"24.5%","right":"8.3%","shadowOpacity":0.19,"backgroundOpacity":0.91,"data":{"name":"PoolTableText"}},{"class":"Panorama","data":{"label":"IMG_20211103_161746_00_185processed"},"id":"panorama_202FB5A2_29D8_9B7D_41AC_C366F8212260","pitch":0,"mapLocations":[{"x":1099.82,"angle":266.53,"y":399.05,"map":"this.map_4AA52A9C_5DEF_380A_41BB_5296AF738C1B","class":"PanoramaMapLocation"}],"label":trans('panorama_202FB5A2_29D8_9B7D_41AC_C366F8212260.label'),"adjacentPanoramas":[{"panorama":"this.panorama_202276C0_29D8_F93D_4187_7BB88CBDB314","distance":2.69,"yaw":176.36,"select":"this.overlay_1BA0211D_2A68_9B47_41C3_A2E15C09A3F4.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_1BA0211D_2A68_9B47_41C3_A2E15C09A3F4"},"class":"AdjacentPanorama","backwardYaw":2.55}],"hfovMax":130,"vfov":180,"hfov":360,"frames":[{"class":"CubicPanoramaFrame","overlays":["this.overlay_1BA0211D_2A68_9B47_41C3_A2E15C09A3F4","this.overlay_3C11C900_2EE7_F99D_41B0_0D004ACA9A8A"],"cube":{"levels":[{"class":"TiledImageResourceLevel","tags":"ondemand","height":2048,"url":"media/panorama_202FB5A2_29D8_9B7D_41AC_C366F8212260_0/{face}/0/{row}_{column}.jpg","rowCount":4,"colCount":24,"width":12288},{"class":"TiledImageResourceLevel","tags":"ondemand","height":1024,"url":"media/panorama_202FB5A2_29D8_9B7D_41AC_C366F8212260_0/{face}/1/{row}_{column}.jpg","rowCount":2,"colCount":12,"width":6144},{"class":"TiledImageResourceLevel","tags":["ondemand","preload"],"height":512,"url":"media/panorama_202FB5A2_29D8_9B7D_41AC_C366F8212260_0/{face}/2/{row}_{column}.jpg","rowCount":1,"colCount":6,"width":3072},{"class":"TiledImageResourceLevel","tags":"mobilevr","height":1536,"url":"media/panorama_202FB5A2_29D8_9B7D_41AC_C366F8212260_0/{face}/vr/0.jpg","rowCount":1,"colCount":6,"width":9216},{"class":"TiledImageResourceLevel","tags":"mobilevr2gen","height":2048,"url":"media/panorama_202FB5A2_29D8_9B7D_41AC_C366F8212260_0/{face}/vr2gen/0.jpg","rowCount":1,"colCount":6,"width":12288}],"class":"ImageResource"},"thumbnailUrl":"media/panorama_202FB5A2_29D8_9B7D_41AC_C366F8212260_t.jpg"}],"partial":false,"overlays":["this.overlay_3A116033_2019_CCD5_41AF_D7399FAEF88E","this.overlay_3A839ECC_201E_D5B3_41BF_6A95E832AF27"],"thumbnailUrl":"media/panorama_202FB5A2_29D8_9B7D_41AC_C366F8212260_t.jpg"},{"loop":false,"video":"this.videores_3AD5BA4C_203B_7CB3_41BD_AD17E341CCA5","chromaThreshold":0.34,"thumbnailUrl":"media/video_3BA1D05B_203F_4D55_41A7_288175E53C63_t.jpg","scaleMode":"fit_inside","class":"Video","chromaColor":"#B100FC","id":"video_3BA1D05B_203F_4D55_41A7_288175E53C63","chromaSmoothing":0,"label":trans('video_3BA1D05B_203F_4D55_41A7_288175E53C63.label'),"height":790,"data":{"label":"\u963f\u5149_\u59ae\u9177_\u5c0d\u8a71"},"width":1380},{"class":"Panorama","data":{"label":"IMG_20211103_154727_00_163processed"},"id":"panorama_20226A53_29D9_89C3_41BD_A01EDB26CA21","pitch":0,"mapLocations":[{"x":592.82,"angle":178.75,"y":390.59,"map":"this.map_4B4049FE_5904_88B6_41C6_D1650E659B9B","class":"PanoramaMapLocation"}],"label":trans('panorama_20226A53_29D9_89C3_41BD_A01EDB26CA21.label'),"adjacentPanoramas":[{"panorama":"this.panorama_202EC2BB_29D9_9943_4191_623B23A1A8B5","distance":2.61,"yaw":121.76,"select":"this.overlay_3DF0AEE5_2A39_86C7_41C2_6471BC377292.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_3DF0AEE5_2A39_86C7_41C2_6471BC377292"},"class":"AdjacentPanorama","backwardYaw":1.09},{"panorama":"this.panorama_202EC1A7_29D9_FB43_41C2_07B28FE4441E","distance":2.46,"yaw":-138.13,"select":"this.overlay_320BC311_2A39_7F5F_41C1_0430830E45E3.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_320BC311_2A39_7F5F_41C1_0430830E45E3"},"class":"AdjacentPanorama","backwardYaw":179.65}],"hfovMax":130,"vfov":180,"hfov":360,"frames":[{"class":"CubicPanoramaFrame","overlays":["this.overlay_3DF0AEE5_2A39_86C7_41C2_6471BC377292","this.overlay_320BC311_2A39_7F5F_41C1_0430830E45E3"],"cube":{"levels":[{"class":"TiledImageResourceLevel","tags":"ondemand","height":2048,"url":"media/panorama_20226A53_29D9_89C3_41BD_A01EDB26CA21_0/{face}/0/{row}_{column}.jpg","rowCount":4,"colCount":24,"width":12288},{"class":"TiledImageResourceLevel","tags":"ondemand","height":1024,"url":"media/panorama_20226A53_29D9_89C3_41BD_A01EDB26CA21_0/{face}/1/{row}_{column}.jpg","rowCount":2,"colCount":12,"width":6144},{"class":"TiledImageResourceLevel","tags":["ondemand","preload"],"height":512,"url":"media/panorama_20226A53_29D9_89C3_41BD_A01EDB26CA21_0/{face}/2/{row}_{column}.jpg","rowCount":1,"colCount":6,"width":3072},{"class":"TiledImageResourceLevel","tags":"mobilevr","height":1536,"url":"media/panorama_20226A53_29D9_89C3_41BD_A01EDB26CA21_0/{face}/vr/0.jpg","rowCount":1,"colCount":6,"width":9216},{"class":"TiledImageResourceLevel","tags":"mobilevr2gen","height":2048,"url":"media/panorama_20226A53_29D9_89C3_41BD_A01EDB26CA21_0/{face}/vr2gen/0.jpg","rowCount":1,"colCount":6,"width":12288}],"class":"ImageResource"},"thumbnailUrl":"media/panorama_20226A53_29D9_89C3_41BD_A01EDB26CA21_t.jpg"}],"partial":false,"thumbnailUrl":"media/panorama_20226A53_29D9_89C3_41BD_A01EDB26CA21_t.jpg"},{"hoverFactor":0,"initialPosition":{"yaw":0,"class":"PanoramaCameraPosition","pitch":0},"id":"panorama_202E762D_29D9_B947_41B9_73BF2ED44020_camera","class":"PanoramaCamera","initialSequence":{"class":"PanoramaCameraSequence","restartMovementOnUserInteraction":false,"movements":[{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_in"},{"yawDelta":323,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"linear"},{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_out"}]},"automaticZoomSpeed":10},{"class":"Panorama","data":{"label":"IMG_20211103_154449_00_161processed"},"id":"panorama_2025FB58_29D9_8FCD_419E_2FF7CC682393","pitch":0,"mapLocations":[{"x":330.81,"angle":0,"y":519.19,"map":"this.map_4B782B47_5904_89D6_4186_B4E68524C061","class":"PanoramaMapLocation"}],"label":trans('panorama_2025FB58_29D9_8FCD_419E_2FF7CC682393.label'),"adjacentPanoramas":[{"panorama":"this.panorama_202F03A6_29D9_BF45_4190_464DA2BBFA9C","distance":1.76,"yaw":92.32,"select":"this.overlay_3D48971A_2A29_874D_4194_568CD40E5731.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_3D48971A_2A29_874D_4194_568CD40E5731"},"class":"AdjacentPanorama","backwardYaw":-179.98}],"hfovMax":130,"vfov":180,"hfov":360,"frames":[{"class":"CubicPanoramaFrame","overlays":["this.overlay_3D48971A_2A29_874D_4194_568CD40E5731"],"cube":{"levels":[{"class":"TiledImageResourceLevel","tags":"ondemand","height":2048,"url":"media/panorama_2025FB58_29D9_8FCD_419E_2FF7CC682393_0/{face}/0/{row}_{column}.jpg","rowCount":4,"colCount":24,"width":12288},{"class":"TiledImageResourceLevel","tags":"ondemand","height":1024,"url":"media/panorama_2025FB58_29D9_8FCD_419E_2FF7CC682393_0/{face}/1/{row}_{column}.jpg","rowCount":2,"colCount":12,"width":6144},{"class":"TiledImageResourceLevel","tags":["ondemand","preload"],"height":512,"url":"media/panorama_2025FB58_29D9_8FCD_419E_2FF7CC682393_0/{face}/2/{row}_{column}.jpg","rowCount":1,"colCount":6,"width":3072},{"class":"TiledImageResourceLevel","tags":"mobilevr","height":1536,"url":"media/panorama_2025FB58_29D9_8FCD_419E_2FF7CC682393_0/{face}/vr/0.jpg","rowCount":1,"colCount":6,"width":9216},{"class":"TiledImageResourceLevel","tags":"mobilevr2gen","height":2048,"url":"media/panorama_2025FB58_29D9_8FCD_419E_2FF7CC682393_0/{face}/vr2gen/0.jpg","rowCount":1,"colCount":6,"width":12288}],"class":"ImageResource"},"thumbnailUrl":"media/panorama_2025FB58_29D9_8FCD_419E_2FF7CC682393_t.jpg"}],"partial":false,"thumbnailUrl":"media/panorama_2025FB58_29D9_8FCD_419E_2FF7CC682393_t.jpg"},{"class":"IconButton","propagateClick":false,"paddingLeft":0,"transparencyActive":true,"toolTipHorizontalAlign":"center","pressedRollOverIconURL":"skin/IconButton_40BAC6BA_5E2F_680E_41BC_98BECF5360B6.png","cursor":"hand","paddingRight":0,"iconURL":"skin/IconButton_40BAC6BA_5E2F_680E_41BC_98BECF5360B6.png","width":"20%","paddingTop":0,"id":"IconButton_40BAC6BA_5E2F_680E_41BC_98BECF5360B6","minHeight":0,"paddingBottom":0,"minWidth":0,"shadow":false,"mode":"push","borderSize":0,"left":"5%","borderRadius":0,"verticalAlign":"middle","bottom":"15%","data":{"name":"full_screen"},"horizontalAlign":"center","backgroundOpacity":0,"height":"30%"},{"class":"IconButton","propagateClick":false,"paddingLeft":0,"visible":false,"transparencyActive":false,"toolTipHorizontalAlign":"center","pressedRollOverIconURL":"skin/IconButton_418A9FB2_5E31_181E_41A0_8FC89561017E.png","cursor":"hand","paddingRight":0,"iconURL":"skin/IconButton_418A9FB2_5E31_181E_41A0_8FC89561017E.png","width":"20%","paddingTop":0,"id":"IconButton_418A9FB2_5E31_181E_41A0_8FC89561017E","minHeight":0,"paddingBottom":0,"minWidth":0,"shadow":false,"mode":"push","borderSize":0,"left":"40%","borderRadius":0,"verticalAlign":"middle","data":{"name":"left"},"top":"30%","horizontalAlign":"center","backgroundOpacity":0,"height":"30%"},{"shadowHorizontalLength":2,"class":"HTMLText","propagateClick":false,"paddingLeft":40,"visible":false,"backgroundColorDirection":"vertical","toolTipHorizontalAlign":"center","shadowColor":"#000000","scrollBarWidth":10,"shadowSpread":1,"scrollBarOpacity":0.5,"paddingRight":62,"scrollBarColor":"#000000","scrollBarVisible":"rollOver","shadowVerticalLength":2,"backgroundColor":["#FFFFFF","#CCCCCC"],"scrollBarMargin":2,"paddingTop":20,"id":"HTMLText_3974A175_2E9D_99CD_4189_3A794AA96B9D","minHeight":1,"paddingBottom":10,"minWidth":1,"shadow":true,"shadowBlurRadius":7,"borderSize":0,"backgroundColorRatios":[0.73,1],"html":trans('HTMLText_3974A175_2E9D_99CD_4189_3A794AA96B9D.html'),"borderRadius":10,"top":"16.2%","left":"20.96%","bottom":"17.82%","right":"15.41%","shadowOpacity":0.19,"backgroundOpacity":0.91,"data":{"name":"UnionText"}},{"class":"Panorama","data":{"label":"IMG_20211103_161329_00_181processed"},"id":"panorama_20227F14_29D8_8745_41C2_B785C0176E46","pitch":0,"mapLocations":[{"x":1438.33,"angle":0,"y":305.11,"map":"this.map_4AA52A9C_5DEF_380A_41BB_5296AF738C1B","class":"PanoramaMapLocation"}],"label":trans('panorama_20227F14_29D8_8745_41C2_B785C0176E46.label'),"adjacentPanoramas":[{"panorama":"this.panorama_202D4031_29D8_995F_4180_F7D352C8832C","distance":8.41,"yaw":104.62,"select":"this.overlay_07625230_2A79_795D_41A5_09E49FCB06A6.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_07625230_2A79_795D_41A5_09E49FCB06A6"},"class":"AdjacentPanorama","backwardYaw":-69.6},{"panorama":"this.panorama_202CBEF2_29D9_86DD_41C1_0233C02AE27F","distance":100,"yaw":90.22,"select":"this.overlay_07C1C874_2A79_89C5_41C3_2D3AA8FA099E.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_07C1C874_2A79_89C5_41C3_2D3AA8FA099E"},"class":"AdjacentPanorama","backwardYaw":-66.49},{"panorama":"this.panorama_202CBEF2_29D9_86DD_41C1_0233C02AE27F","distance":100,"yaw":90.18,"select":"this.overlay_6AE312D3_5E31_281E_414C_85CAD6CDE50F.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_6AE312D3_5E31_281E_414C_85CAD6CDE50F"},"class":"AdjacentPanorama","backwardYaw":-66.49},{"panorama":"this.panorama_202276C0_29D8_F93D_4187_7BB88CBDB314","distance":4.84,"yaw":-82.93,"select":"this.overlay_0405D8AB_2A78_8943_41B2_DF90C28BD696.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_0405D8AB_2A78_8943_41B2_DF90C28BD696"},"class":"AdjacentPanorama","backwardYaw":111.29}],"hfovMax":130,"vfov":180,"hfov":360,"frames":[{"class":"CubicPanoramaFrame","overlays":["this.overlay_07625230_2A79_795D_41A5_09E49FCB06A6","this.overlay_07C1C874_2A79_89C5_41C3_2D3AA8FA099E","this.overlay_0405D8AB_2A78_8943_41B2_DF90C28BD696","this.overlay_3C9565F2_2EE4_687D_4199_2B5DC1D36E10","this.overlay_6AE312D3_5E31_281E_414C_85CAD6CDE50F"],"cube":{"levels":[{"class":"TiledImageResourceLevel","tags":"ondemand","height":2048,"url":"media/panorama_20227F14_29D8_8745_41C2_B785C0176E46_0/{face}/0/{row}_{column}.jpg","rowCount":4,"colCount":24,"width":12288},{"class":"TiledImageResourceLevel","tags":"ondemand","height":1024,"url":"media/panorama_20227F14_29D8_8745_41C2_B785C0176E46_0/{face}/1/{row}_{column}.jpg","rowCount":2,"colCount":12,"width":6144},{"class":"TiledImageResourceLevel","tags":["ondemand","preload"],"height":512,"url":"media/panorama_20227F14_29D8_8745_41C2_B785C0176E46_0/{face}/2/{row}_{column}.jpg","rowCount":1,"colCount":6,"width":3072},{"class":"TiledImageResourceLevel","tags":"mobilevr","height":1536,"url":"media/panorama_20227F14_29D8_8745_41C2_B785C0176E46_0/{face}/vr/0.jpg","rowCount":1,"colCount":6,"width":9216},{"class":"TiledImageResourceLevel","tags":"mobilevr2gen","height":2048,"url":"media/panorama_20227F14_29D8_8745_41C2_B785C0176E46_0/{face}/vr2gen/0.jpg","rowCount":1,"colCount":6,"width":12288}],"class":"ImageResource"},"thumbnailUrl":"media/panorama_20227F14_29D8_8745_41C2_B785C0176E46_t.jpg"}],"partial":false,"overlays":["this.overlay_3A99F903_2039_3CB5_41BF_D9147B2B482E"],"thumbnailUrl":"media/panorama_20227F14_29D8_8745_41C2_B785C0176E46_t.jpg"},{"class":"Panorama","data":{"label":"IMG_20211103_160335_00_176processed"},"id":"panorama_2023FA54_29D8_89C5_41C4_B0221AD9623E","pitch":0,"mapLocations":[{"x":410.2,"angle":85.49,"y":402.82,"map":"this.map_4AA52A9C_5DEF_380A_41BB_5296AF738C1B","class":"PanoramaMapLocation"}],"label":trans('panorama_2023FA54_29D8_89C5_41C4_B0221AD9623E.label'),"adjacentPanoramas":[{"panorama":"this.panorama_202322BF_29D8_9943_41C3_4B52BEAC8871","distance":100,"yaw":77.17,"select":"this.overlay_0F6987CA_2A69_86CD_41BE_8D4E12EEA16F.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_0F6987CA_2A69_86CD_41BE_8D4E12EEA16F"},"class":"AdjacentPanorama","backwardYaw":-36.85},{"panorama":"this.panorama_202322BF_29D8_9943_41C3_4B52BEAC8871","distance":100,"yaw":77.31,"select":"this.overlay_7228114A_5E13_280E_41CF_B9C9C8B5E43A.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_7228114A_5E13_280E_41CF_B9C9C8B5E43A"},"class":"AdjacentPanorama","backwardYaw":-36.85},{"panorama":"this.panorama_202141BD_29D8_BB47_41B4_A578A47A6466","distance":100,"yaw":98.26,"select":"this.overlay_0FF3F5E5_2A6B_9AC7_41B9_FC4C3FFBC2D1.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_0FF3F5E5_2A6B_9AC7_41B9_FC4C3FFBC2D1"},"class":"AdjacentPanorama","backwardYaw":-7.82},{"panorama":"this.panorama_202141BD_29D8_BB47_41B4_A578A47A6466","distance":100,"yaw":98.24,"select":"this.overlay_73C61E0D_5E13_380A_41A8_F14C2F6D02A6.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_73C61E0D_5E13_380A_41A8_F14C2F6D02A6"},"class":"AdjacentPanorama","backwardYaw":-7.82}],"hfovMax":130,"vfov":180,"hfov":360,"frames":[{"class":"CubicPanoramaFrame","overlays":["this.overlay_0F6987CA_2A69_86CD_41BE_8D4E12EEA16F","this.overlay_0FF3F5E5_2A6B_9AC7_41B9_FC4C3FFBC2D1","this.overlay_7228114A_5E13_280E_41CF_B9C9C8B5E43A","this.overlay_73C61E0D_5E13_380A_41A8_F14C2F6D02A6"],"cube":{"levels":[{"class":"TiledImageResourceLevel","tags":"ondemand","height":2048,"url":"media/panorama_2023FA54_29D8_89C5_41C4_B0221AD9623E_0/{face}/0/{row}_{column}.jpg","rowCount":4,"colCount":24,"width":12288},{"class":"TiledImageResourceLevel","tags":"ondemand","height":1024,"url":"media/panorama_2023FA54_29D8_89C5_41C4_B0221AD9623E_0/{face}/1/{row}_{column}.jpg","rowCount":2,"colCount":12,"width":6144},{"class":"TiledImageResourceLevel","tags":["ondemand","preload"],"height":512,"url":"media/panorama_2023FA54_29D8_89C5_41C4_B0221AD9623E_0/{face}/2/{row}_{column}.jpg","rowCount":1,"colCount":6,"width":3072},{"class":"TiledImageResourceLevel","tags":"mobilevr","height":1536,"url":"media/panorama_2023FA54_29D8_89C5_41C4_B0221AD9623E_0/{face}/vr/0.jpg","rowCount":1,"colCount":6,"width":9216},{"class":"TiledImageResourceLevel","tags":"mobilevr2gen","height":2048,"url":"media/panorama_2023FA54_29D8_89C5_41C4_B0221AD9623E_0/{face}/vr2gen/0.jpg","rowCount":1,"colCount":6,"width":12288}],"class":"ImageResource"},"thumbnailUrl":"media/panorama_2023FA54_29D8_89C5_41C4_B0221AD9623E_t.jpg"}],"partial":false,"thumbnailUrl":"media/panorama_2023FA54_29D8_89C5_41C4_B0221AD9623E_t.jpg"},{"class":"Container","propagateClick":false,"paddingLeft":0,"toolTipHorizontalAlign":"center","scrollBarWidth":10,"contentOpaque":false,"scrollBarOpacity":0.5,"paddingRight":0,"scrollBarColor":"#000000","scrollBarVisible":"rollOver","layout":"absolute","overflow":"scroll","creationPolicy":"inAdvance","children":["this.HTMLText_383600A1_2EF7_9744_41B0_AAB50135347D","this.Image_38948EA8_2EF5_8B43_4189_ED0D81F9FCD9","this.IconButton_39BB7C9F_2E8A_8F7D_41B0_3B04C265327D","this.HTMLText_37E5A838_2E8E_9743_41A4_19FEEB377C9E","this.Image_385D3952_2E8E_89C7_41C2_00C0BB21C465","this.IconButton_3948B48C_2E8A_BF43_41A4_AB2E386C8674","this.HTMLText_37897A09_2E9A_8B45_41AB_7D7B8A32C91B","this.IconButton_36CEAA02_2E9B_8B47_41A6_73663A26602A","this.HTMLText_3974A175_2E9D_99CD_4189_3A794AA96B9D","this.Image_3838397D_2E9F_89BD_41BF_1956977297A3","this.HTMLText_39528314_2E9D_9943_41B5_4B7D1359A276","this.HTMLText_39BCE106_2E9A_994C_41AB_765BC0EAC2B0","this.IconButton_392462D6_2E96_B8CF_41C4_FEB361798A42","this.HTMLText_23469FD0_2EE4_38BD_418B_F4AC0BDEDE25","this.Image_20D03045_2EE4_27A7_41C3_9FD46DBF60A8","this.HTMLText_3FA772FA_2EEC_E86D_4197_36F3A016CF80","this.IconButton_3E062EAE_2EEF_F8E5_41C4_C10658C1F3BB","this.HTMLText_3E794611_2EEB_EBBF_41C1_776CA1CFD3F7","this.IconButton_3FEF8B75_2EE4_7867_41C0_1424C6D7EF7F","this.Container_4A1385DB_591C_B8FE_41D5_517C20FF8FE0","this.HTMLText_78F6BF05_5E2F_19FA_41CB_A058FD171CA8","this.HTMLText_771FCA4A_5E33_180E_41D3_41307F5927E4","this.Image_21EEADC6_2E8B_88CF_41C7_2CA640E44233","this.IconButton_7731CB1A_5E2F_380E_41C7_B93B93A6054D","this.IconButton_762F75B4_5E11_281A_41A1_0B1A345A0514"],"scrollBarMargin":2,"id":"Container_21C967AB_2E8E_B945_41B2_3C7A428D73A3","gap":10,"minHeight":1,"paddingTop":0,"paddingBottom":0,"minWidth":1,"shadow":false,"borderSize":0,"left":"9.56%","borderRadius":0,"top":"2.45%","verticalAlign":"top","bottom":"8.47%","right":"8.75%","horizontalAlign":"left","backgroundOpacity":0,"data":{"name":"Cafe1Container"}},{"loop":false,"video":"this.videores_3DBCFB91_207B_33D5_41A2_08D43EF89E23","chromaThreshold":0.39,"thumbnailUrl":"media/video_3C810D04_2079_54B3_41BF_11237A845FD0_t.jpg","scaleMode":"fit_inside","class":"Video","chromaColor":"#B201FD","id":"video_3C810D04_2079_54B3_41BF_11237A845FD0","chromaSmoothing":0,"label":trans('video_3C810D04_2079_54B3_41BF_11237A845FD0.label'),"height":1014,"data":{"label":"\u6d3b\u52d5\u4e2d\u5fc3\u7c21\u4ecb"},"width":642},{"hoverFactor":0,"initialPosition":{"yaw":0,"class":"PanoramaCameraPosition","pitch":0},"id":"panorama_202D4031_29D8_995F_4180_F7D352C8832C_camera","class":"PanoramaCamera","initialSequence":{"class":"PanoramaCameraSequence","restartMovementOnUserInteraction":false,"movements":[{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_in"},{"yawDelta":323,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"linear"},{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_out"}]},"automaticZoomSpeed":10},{"hoverFactor":0,"initialPosition":{"yaw":12.81,"class":"PanoramaCameraPosition","pitch":2.71},"id":"panorama_233E06B5_29D8_9947_41C1_E6C3B0F12258_camera","class":"PanoramaCamera","initialSequence":{"class":"PanoramaCameraSequence","restartMovementOnUserInteraction":false,"movements":[{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_in"},{"yawDelta":323,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"linear"},{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_out"}]},"automaticZoomSpeed":10},{"class":"Panorama","data":{"label":"IMG_20211103_162048_00_187processed"},"id":"panorama_20210439_29D8_B94F_41AF_70333BFB7555","pitch":0,"mapLocations":[{"x":1479.22,"angle":180.59,"y":325.02,"map":"this.map_4BB5D5CC_5904_F8DA_41D4_A5D5721CAB56","class":"PanoramaMapLocation"}],"label":trans('panorama_20210439_29D8_B94F_41AF_70333BFB7555.label'),"adjacentPanoramas":[{"panorama":"this.panorama_202CBCE5_29D8_8AC7_41A9_B64BA0E8A51D","distance":6.25,"yaw":-89.98,"select":"this.overlay_188548D8_2A58_8ACD_41A9_E02DAD9E5C4E.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_188548D8_2A58_8ACD_41A9_E02DAD9E5C4E"},"class":"AdjacentPanorama"},{"panorama":"this.panorama_202CDBD0_29D8_8EDD_41A9_0571E7060E7D","distance":9.48,"yaw":91.27,"select":"this.overlay_193F2C2A_2A59_894D_41C4_7B740E88E10A.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_193F2C2A_2A59_894D_41C4_7B740E88E10A"},"class":"AdjacentPanorama","backwardYaw":-92.86}],"hfovMax":130,"vfov":180,"hfov":360,"frames":[{"class":"CubicPanoramaFrame","overlays":["this.overlay_188548D8_2A58_8ACD_41A9_E02DAD9E5C4E","this.overlay_193F2C2A_2A59_894D_41C4_7B740E88E10A"],"cube":{"levels":[{"class":"TiledImageResourceLevel","tags":"ondemand","height":2048,"url":"media/panorama_20210439_29D8_B94F_41AF_70333BFB7555_0/{face}/0/{row}_{column}.jpg","rowCount":4,"colCount":24,"width":12288},{"class":"TiledImageResourceLevel","tags":"ondemand","height":1024,"url":"media/panorama_20210439_29D8_B94F_41AF_70333BFB7555_0/{face}/1/{row}_{column}.jpg","rowCount":2,"colCount":12,"width":6144},{"class":"TiledImageResourceLevel","tags":["ondemand","preload"],"height":512,"url":"media/panorama_20210439_29D8_B94F_41AF_70333BFB7555_0/{face}/2/{row}_{column}.jpg","rowCount":1,"colCount":6,"width":3072},{"class":"TiledImageResourceLevel","tags":"mobilevr","height":1536,"url":"media/panorama_20210439_29D8_B94F_41AF_70333BFB7555_0/{face}/vr/0.jpg","rowCount":1,"colCount":6,"width":9216},{"class":"TiledImageResourceLevel","tags":"mobilevr2gen","height":2048,"url":"media/panorama_20210439_29D8_B94F_41AF_70333BFB7555_0/{face}/vr2gen/0.jpg","rowCount":1,"colCount":6,"width":12288}],"class":"ImageResource"},"thumbnailUrl":"media/panorama_20210439_29D8_B94F_41AF_70333BFB7555_t.jpg"}],"partial":false,"thumbnailUrl":"media/panorama_20210439_29D8_B94F_41AF_70333BFB7555_t.jpg"},{"class":"IconButton","propagateClick":false,"paddingLeft":0,"transparencyActive":true,"toolTipHorizontalAlign":"center","pressedRollOverIconURL":"skin/IconButton_40A2991B_5E13_180E_41B0_7DB28CCA7720_pressed_rollover.png","cursor":"hand","paddingRight":0,"iconURL":"skin/IconButton_40A2991B_5E13_180E_41B0_7DB28CCA7720.png","width":"20%","click":"this.set('mute', true); var invisibleFunc = function(component) { this.setComponentVisibility(component, false, 0, null, 'hideEffect', false)}.bind(this); invisibleFunc(this.IconButton_40A2991B_5E13_180E_41B0_7DB28CCA7720); var visibleFunc = function(component) { this.setComponentVisibility(component, true, 0, null, 'showEffect', false)}.bind(this); visibleFunc(this.IconButton_40CEF98D_5E10_F80A_41B8_FD93074438EA)","paddingTop":0,"id":"IconButton_40A2991B_5E13_180E_41B0_7DB28CCA7720","minHeight":0,"paddingBottom":0,"minWidth":0,"shadow":false,"mode":"push","borderSize":0,"left":"25%","borderRadius":0,"verticalAlign":"middle","bottom":"15%","data":{"name":"music"},"horizontalAlign":"center","backgroundOpacity":0,"height":"30%"},{"hoverFactor":0,"initialPosition":{"yaw":0,"class":"PanoramaCameraPosition","pitch":0},"id":"panorama_202F03A6_29D9_BF45_4190_464DA2BBFA9C_camera","class":"PanoramaCamera","initialSequence":{"class":"PanoramaCameraSequence","restartMovementOnUserInteraction":false,"movements":[{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_in"},{"yawDelta":323,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"linear"},{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_out"}]},"automaticZoomSpeed":10},{"shadowHorizontalLength":2,"class":"HTMLText","propagateClick":false,"paddingLeft":40,"visible":false,"backgroundColorDirection":"vertical","toolTipHorizontalAlign":"center","shadowColor":"#000000","scrollBarWidth":10,"shadowSpread":1,"scrollBarOpacity":0.5,"paddingRight":62,"scrollBarColor":"#000000","scrollBarVisible":"rollOver","shadowVerticalLength":2,"backgroundColor":["#FFFFFF","#CCCCCC"],"scrollBarMargin":2,"paddingTop":20,"id":"HTMLText_39528314_2E9D_9943_41B5_4B7D1359A276","minHeight":1,"paddingBottom":10,"minWidth":1,"shadow":true,"shadowBlurRadius":7,"borderSize":0,"backgroundColorRatios":[0.73,1],"html":trans('HTMLText_39528314_2E9D_9943_41B5_4B7D1359A276.html'),"borderRadius":10,"top":"28.11%","left":"19.7%","bottom":"29.69%","right":"15.31%","shadowOpacity":0.19,"backgroundOpacity":0.91,"data":{"name":"BarberText"}},{"class":"Panorama","data":{"label":"IMG_20211103_161612_00_183processed"},"id":"panorama_2020DE6B_29D8_89C3_41B0_E88CD4F5C3A7","pitch":0,"mapLocations":[{"x":1443.44,"angle":0,"y":509.35,"map":"this.map_4AA52A9C_5DEF_380A_41BB_5296AF738C1B","class":"PanoramaMapLocation"}],"label":trans('panorama_2020DE6B_29D8_89C3_41B0_E88CD4F5C3A7.label'),"adjacentPanoramas":[{"panorama":"this.panorama_202D4031_29D8_995F_4180_F7D352C8832C","distance":3.75,"yaw":87.32,"select":"this.overlay_1A75ADDC_2A68_8AC5_41C0_C4FCCDAFBFDC.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_1A75ADDC_2A68_8AC5_41C0_C4FCCDAFBFDC"},"class":"AdjacentPanorama","backwardYaw":54.84},{"panorama":"this.panorama_202276C0_29D8_F93D_4187_7BB88CBDB314","distance":4.16,"yaw":-91.22,"select":"this.overlay_1B8960AF_2A68_9943_41B6_FFAD1F822A70.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_1B8960AF_2A68_9943_41B6_FFAD1F822A70"},"class":"AdjacentPanorama","backwardYaw":-101.88}],"hfovMax":130,"vfov":180,"hfov":360,"frames":[{"class":"CubicPanoramaFrame","overlays":["this.overlay_1A75ADDC_2A68_8AC5_41C0_C4FCCDAFBFDC","this.overlay_1B8960AF_2A68_9943_41B6_FFAD1F822A70","this.overlay_3C9FBCD1_2EE4_78BF_41BF_D29D7212F148"],"cube":{"levels":[{"class":"TiledImageResourceLevel","tags":"ondemand","height":2048,"url":"media/panorama_2020DE6B_29D8_89C3_41B0_E88CD4F5C3A7_0/{face}/0/{row}_{column}.jpg","rowCount":4,"colCount":24,"width":12288},{"class":"TiledImageResourceLevel","tags":"ondemand","height":1024,"url":"media/panorama_2020DE6B_29D8_89C3_41B0_E88CD4F5C3A7_0/{face}/1/{row}_{column}.jpg","rowCount":2,"colCount":12,"width":6144},{"class":"TiledImageResourceLevel","tags":["ondemand","preload"],"height":512,"url":"media/panorama_2020DE6B_29D8_89C3_41B0_E88CD4F5C3A7_0/{face}/2/{row}_{column}.jpg","rowCount":1,"colCount":6,"width":3072},{"class":"TiledImageResourceLevel","tags":"mobilevr","height":1536,"url":"media/panorama_2020DE6B_29D8_89C3_41B0_E88CD4F5C3A7_0/{face}/vr/0.jpg","rowCount":1,"colCount":6,"width":9216},{"class":"TiledImageResourceLevel","tags":"mobilevr2gen","height":2048,"url":"media/panorama_2020DE6B_29D8_89C3_41B0_E88CD4F5C3A7_0/{face}/vr2gen/0.jpg","rowCount":1,"colCount":6,"width":12288}],"class":"ImageResource"},"thumbnailUrl":"media/panorama_2020DE6B_29D8_89C3_41B0_E88CD4F5C3A7_t.jpg"}],"partial":false,"overlays":["this.overlay_3507DB0E_2017_3CCF_41A8_CF1B0D2E3B23","this.overlay_3B2CB653_200A_F555_41BA_E97E5FFD2E5A"],"thumbnailUrl":"media/panorama_2020DE6B_29D8_89C3_41B0_E88CD4F5C3A7_t.jpg"},{"hoverFactor":0,"initialPosition":{"yaw":0,"class":"PanoramaCameraPosition","pitch":0},"id":"panorama_20216B4C_29D8_8FC5_41AA_EEB1350DCA73_camera","class":"PanoramaCamera","initialSequence":{"class":"PanoramaCameraSequence","restartMovementOnUserInteraction":false,"movements":[{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_in"},{"yawDelta":323,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"linear"},{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_out"}]},"automaticZoomSpeed":10},{"class":"Panorama","data":{"label":"IMG_20211103_162722_00_192processed"},"id":"panorama_202FD8AE_29DB_8945_41C1_7B025F391FB8","pitch":0,"mapLocations":[{"x":1186.19,"angle":97.35,"y":399.5,"map":"this.map_4B2C3E51_5DEF_381A_41AB_851A3856D5FC","class":"PanoramaMapLocation"}],"label":trans('panorama_202FD8AE_29DB_8945_41C1_7B025F391FB8.label'),"adjacentPanoramas":[{"panorama":"this.panorama_202E6165_29DB_7BC7_41AA_01916FC4AA48","distance":4.94,"yaw":-3.21,"select":"this.overlay_1D70E2AE_2A29_7945_41C1_F623434F0D8A.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_1D70E2AE_2A29_7945_41C1_F623434F0D8A"},"class":"AdjacentPanorama","backwardYaw":176.04},{"panorama":"this.panorama_20215042_29DB_993D_41C2_2B8E16D6CCA7","distance":3.15,"yaw":176.78,"select":"this.overlay_13256440_2A29_793D_4196_EC5D00CB878C.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_13256440_2A29_793D_4196_EC5D00CB878C"},"class":"AdjacentPanorama","backwardYaw":-3.93}],"hfovMax":130,"vfov":180,"hfov":360,"frames":[{"class":"CubicPanoramaFrame","overlays":["this.overlay_1D70E2AE_2A29_7945_41C1_F623434F0D8A","this.overlay_13256440_2A29_793D_4196_EC5D00CB878C","this.overlay_3D97D715_2EFC_69A7_41A5_EEE14287D84C","this.overlay_3A4D92A9_2EE4_28EF_41B5_B4854C0FEA51","this.overlay_3DA8248B_2EE4_28A3_417F_7BCF3418D5F5"],"cube":{"levels":[{"class":"TiledImageResourceLevel","tags":"ondemand","height":2048,"url":"media/panorama_202FD8AE_29DB_8945_41C1_7B025F391FB8_0/{face}/0/{row}_{column}.jpg","rowCount":4,"colCount":24,"width":12288},{"class":"TiledImageResourceLevel","tags":"ondemand","height":1024,"url":"media/panorama_202FD8AE_29DB_8945_41C1_7B025F391FB8_0/{face}/1/{row}_{column}.jpg","rowCount":2,"colCount":12,"width":6144},{"class":"TiledImageResourceLevel","tags":["ondemand","preload"],"height":512,"url":"media/panorama_202FD8AE_29DB_8945_41C1_7B025F391FB8_0/{face}/2/{row}_{column}.jpg","rowCount":1,"colCount":6,"width":3072},{"class":"TiledImageResourceLevel","tags":"mobilevr","height":1536,"url":"media/panorama_202FD8AE_29DB_8945_41C1_7B025F391FB8_0/{face}/vr/0.jpg","rowCount":1,"colCount":6,"width":9216},{"class":"TiledImageResourceLevel","tags":"mobilevr2gen","height":2048,"url":"media/panorama_202FD8AE_29DB_8945_41C1_7B025F391FB8_0/{face}/vr2gen/0.jpg","rowCount":1,"colCount":6,"width":12288}],"class":"ImageResource"},"thumbnailUrl":"media/panorama_202FD8AE_29DB_8945_41C1_7B025F391FB8_t.jpg"}],"partial":false,"thumbnailUrl":"media/panorama_202FD8AE_29DB_8945_41C1_7B025F391FB8_t.jpg"},{"height":"48.425%","class":"HTMLText","propagateClick":false,"visible":false,"backgroundColorDirection":"vertical","paddingLeft":20,"shadowColor":"#000000","scrollBarWidth":10,"toolTipHorizontalAlign":"center","shadowSpread":1,"scrollBarOpacity":0.5,"paddingRight":20,"scrollBarColor":"#000000","scrollBarVisible":"rollOver","shadowVerticalLength":2,"width":"59.324%","backgroundColor":["#FFFFFF","#CCCCCC"],"scrollBarMargin":2,"paddingTop":20,"id":"HTMLText_771FCA4A_5E33_180E_41D3_41307F5927E4","minHeight":1,"paddingBottom":10,"minWidth":1,"shadow":true,"shadowBlurRadius":7,"borderSize":0,"backgroundColorRatios":[0.73,1],"html":trans('HTMLText_771FCA4A_5E33_180E_41D3_41307F5927E4.html'),"borderRadius":10,"right":"17.25%","top":"19.11%","shadowOpacity":0.19,"backgroundOpacity":0.91,"shadowHorizontalLength":2,"data":{"name":"\u5b78\u751f\u9910\u5ef3"}},{"class":"Panorama","data":{"label":"IMG_20211103_161202_00_179processed"},"id":"panorama_202D4031_29D8_995F_4180_F7D352C8832C","pitch":0,"mapLocations":[{"x":1593.69,"angle":89.2,"y":401.21,"map":"this.map_4AA52A9C_5DEF_380A_41BB_5296AF738C1B","class":"PanoramaMapLocation"}],"label":trans('panorama_202D4031_29D8_995F_4180_F7D352C8832C.label'),"adjacentPanoramas":[{"panorama":"this.panorama_2020DE6B_29D8_89C3_41B0_E88CD4F5C3A7","distance":4.56,"yaw":54.84,"select":"this.overlay_06C40BE2_2A78_8EFD_41B4_7E36FAF3C2A7.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_06C40BE2_2A78_8EFD_41B4_7E36FAF3C2A7"},"class":"AdjacentPanorama","backwardYaw":87.32},{"panorama":"this.panorama_20227F14_29D8_8745_41C2_B785C0176E46","distance":4.94,"yaw":-69.6,"select":"this.overlay_06C88717_2A78_8743_41B2_6080E4AF39FC.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_06C88717_2A78_8743_41B2_6080E4AF39FC"},"class":"AdjacentPanorama","backwardYaw":104.62}],"hfovMax":130,"vfov":180,"hfov":360,"frames":[{"class":"CubicPanoramaFrame","overlays":["this.overlay_06C40BE2_2A78_8EFD_41B4_7E36FAF3C2A7","this.overlay_06C88717_2A78_8743_41B2_6080E4AF39FC"],"cube":{"levels":[{"class":"TiledImageResourceLevel","tags":"ondemand","height":2048,"url":"media/panorama_202D4031_29D8_995F_4180_F7D352C8832C_0/{face}/0/{row}_{column}.jpg","rowCount":4,"colCount":24,"width":12288},{"class":"TiledImageResourceLevel","tags":"ondemand","height":1024,"url":"media/panorama_202D4031_29D8_995F_4180_F7D352C8832C_0/{face}/1/{row}_{column}.jpg","rowCount":2,"colCount":12,"width":6144},{"class":"TiledImageResourceLevel","tags":["ondemand","preload"],"height":512,"url":"media/panorama_202D4031_29D8_995F_4180_F7D352C8832C_0/{face}/2/{row}_{column}.jpg","rowCount":1,"colCount":6,"width":3072},{"class":"TiledImageResourceLevel","tags":"mobilevr","height":1536,"url":"media/panorama_202D4031_29D8_995F_4180_F7D352C8832C_0/{face}/vr/0.jpg","rowCount":1,"colCount":6,"width":9216},{"class":"TiledImageResourceLevel","tags":"mobilevr2gen","height":2048,"url":"media/panorama_202D4031_29D8_995F_4180_F7D352C8832C_0/{face}/vr2gen/0.jpg","rowCount":1,"colCount":6,"width":12288}],"class":"ImageResource"},"thumbnailUrl":"media/panorama_202D4031_29D8_995F_4180_F7D352C8832C_t.jpg"}],"partial":false,"thumbnailUrl":"media/panorama_202D4031_29D8_995F_4180_F7D352C8832C_t.jpg"},{"shadowHorizontalLength":2,"class":"HTMLText","propagateClick":false,"paddingLeft":40,"visible":false,"backgroundColorDirection":"vertical","toolTipHorizontalAlign":"center","shadowColor":"#000000","scrollBarWidth":10,"shadowSpread":1,"scrollBarOpacity":0.5,"paddingRight":62,"scrollBarColor":"#000000","scrollBarVisible":"rollOver","shadowVerticalLength":2,"backgroundColor":["#FFFFFF","#CCCCCC"],"scrollBarMargin":2,"paddingTop":20,"id":"HTMLText_3E794611_2EEB_EBBF_41C1_776CA1CFD3F7","minHeight":1,"paddingBottom":10,"minWidth":1,"shadow":true,"shadowBlurRadius":7,"borderSize":0,"backgroundColorRatios":[0.73,1],"html":trans('HTMLText_3E794611_2EEB_EBBF_41C1_776CA1CFD3F7.html'),"borderRadius":10,"top":"36.13%","left":"19.7%","bottom":"30.4%","right":"23.94%","shadowOpacity":0.19,"backgroundOpacity":0.91,"data":{"name":"FloorText"}},{"hoverFactor":0,"initialPosition":{"yaw":0,"class":"PanoramaCameraPosition","pitch":0},"id":"panorama_20303F0B_29D8_8743_41B0_0880E967F034_camera","class":"PanoramaCamera","initialSequence":{"class":"PanoramaCameraSequence","restartMovementOnUserInteraction":false,"movements":[{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_in"},{"yawDelta":323,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"linear"},{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_out"}]},"automaticZoomSpeed":10},{"class":"Panorama","data":{"label":"IMG_20211103_160653_00_178processed"},"id":"panorama_202ED919_29D8_8B4F_41C1_C815AD35F6D1","pitch":0,"mapLocations":[{"x":127.52,"angle":442.61,"y":432.42,"map":"this.map_4BB5D5CC_5904_F8DA_41D4_A5D5721CAB56","class":"PanoramaMapLocation"}],"label":trans('panorama_202ED919_29D8_8B4F_41C1_C815AD35F6D1.label'),"adjacentPanoramas":[{"panorama":"this.panorama_202141BD_29D8_BB47_41B4_A578A47A6466","distance":3.17,"yaw":0.73,"select":"this.overlay_003DC12B_2A6B_7B43_41C4_C6042CA7AA90.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_003DC12B_2A6B_7B43_41C4_C6042CA7AA90"},"class":"AdjacentPanorama","backwardYaw":97.05},{"panorama":"this.panorama_202387AB_29DB_8743_41A2_CF521E3C9E86","distance":5.23,"yaw":-44.99,"select":"this.overlay_00074A47_2A69_89C3_4177_BE551C5F3988.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_00074A47_2A69_89C3_4177_BE551C5F3988"},"class":"AdjacentPanorama","backwardYaw":135.31},{"panorama":"this.panorama_202387AB_29DB_8743_41A2_CF521E3C9E86","distance":5.11,"yaw":48.95,"select":"this.overlay_001EBFF0_2A68_86DD_41B5_54E51D02D374.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_001EBFF0_2A68_86DD_41B5_54E51D02D374"},"class":"AdjacentPanorama","backwardYaw":135.31},{"panorama":"this.panorama_202387AB_29DB_8743_41A2_CF521E3C9E86","distance":5.39,"yaw":49,"select":"this.overlay_72BD1C1C_5EF1_180A_41D4_5A4E43F7146E.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_72BD1C1C_5EF1_180A_41D4_5A4E43F7146E"},"class":"AdjacentPanorama","backwardYaw":135.31},{"panorama":"this.panorama_202387AB_29DB_8743_41A2_CF521E3C9E86","distance":5.19,"yaw":-45.06,"select":"this.overlay_73ABCA9E_5EF1_1806_41BF_3D48AA947F47.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_73ABCA9E_5EF1_1806_41BF_3D48AA947F47"},"class":"AdjacentPanorama","backwardYaw":135.31}],"hfovMax":130,"vfov":180,"hfov":360,"frames":[{"class":"CubicPanoramaFrame","overlays":["this.overlay_003DC12B_2A6B_7B43_41C4_C6042CA7AA90","this.overlay_00074A47_2A69_89C3_4177_BE551C5F3988","this.overlay_001EBFF0_2A68_86DD_41B5_54E51D02D374","this.overlay_72BD1C1C_5EF1_180A_41D4_5A4E43F7146E","this.overlay_73ABCA9E_5EF1_1806_41BF_3D48AA947F47"],"cube":{"levels":[{"class":"TiledImageResourceLevel","tags":"ondemand","height":2048,"url":"media/panorama_202ED919_29D8_8B4F_41C1_C815AD35F6D1_0/{face}/0/{row}_{column}.jpg","rowCount":4,"colCount":24,"width":12288},{"class":"TiledImageResourceLevel","tags":"ondemand","height":1024,"url":"media/panorama_202ED919_29D8_8B4F_41C1_C815AD35F6D1_0/{face}/1/{row}_{column}.jpg","rowCount":2,"colCount":12,"width":6144},{"class":"TiledImageResourceLevel","tags":["ondemand","preload"],"height":512,"url":"media/panorama_202ED919_29D8_8B4F_41C1_C815AD35F6D1_0/{face}/2/{row}_{column}.jpg","rowCount":1,"colCount":6,"width":3072},{"class":"TiledImageResourceLevel","tags":"mobilevr","height":1536,"url":"media/panorama_202ED919_29D8_8B4F_41C1_C815AD35F6D1_0/{face}/vr/0.jpg","rowCount":1,"colCount":6,"width":9216},{"class":"TiledImageResourceLevel","tags":"mobilevr2gen","height":2048,"url":"media/panorama_202ED919_29D8_8B4F_41C1_C815AD35F6D1_0/{face}/vr2gen/0.jpg","rowCount":1,"colCount":6,"width":12288}],"class":"ImageResource"},"thumbnailUrl":"media/panorama_202ED919_29D8_8B4F_41C1_C815AD35F6D1_t.jpg"}],"partial":false,"thumbnailUrl":"media/panorama_202ED919_29D8_8B4F_41C1_C815AD35F6D1_t.jpg"},{"hoverFactor":0,"initialPosition":{"yaw":0,"class":"PanoramaCameraPosition","pitch":0},"id":"panorama_20215042_29DB_993D_41C2_2B8E16D6CCA7_camera","class":"PanoramaCamera","initialSequence":{"class":"PanoramaCameraSequence","restartMovementOnUserInteraction":false,"movements":[{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_in"},{"yawDelta":323,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"linear"},{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_out"}]},"automaticZoomSpeed":10},{"class":"Panorama","data":{"label":"IMG_20211103_161443_00_182processed"},"id":"panorama_202276C0_29D8_F93D_4187_7BB88CBDB314","pitch":0,"mapLocations":[{"x":1326.53,"angle":-86.72,"y":400.71,"map":"this.map_4AA52A9C_5DEF_380A_41BB_5296AF738C1B","class":"PanoramaMapLocation"}],"label":trans('panorama_202276C0_29D8_F93D_4187_7BB88CBDB314.label'),"adjacentPanoramas":[{"panorama":"this.panorama_20227F14_29D8_8745_41C2_B785C0176E46","distance":7.23,"yaw":111.29,"select":"this.overlay_0414AEB2_2A68_895D_4179_1B90BF05DA50.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_0414AEB2_2A68_895D_4179_1B90BF05DA50"},"class":"AdjacentPanorama","backwardYaw":-82.93},{"panorama":"this.panorama_2020DE6B_29D8_89C3_41B0_E88CD4F5C3A7","distance":8.41,"yaw":-101.88,"select":"this.overlay_04BC7CAA_2A69_894D_41C0_E25BD8522090.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_04BC7CAA_2A69_894D_41C0_E25BD8522090"},"class":"AdjacentPanorama","backwardYaw":-91.22},{"panorama":"this.panorama_202F3D69_29D9_8BCF_41C1_8E365DC5CBD9","distance":13.53,"yaw":-52.91,"select":"this.overlay_37509D4C_2A29_8BC5_417D_6C12926D8A0E.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_37509D4C_2A29_8BC5_417D_6C12926D8A0E"},"class":"AdjacentPanorama","backwardYaw":-174.78},{"panorama":"this.panorama_202F3D69_29D9_8BCF_41C1_8E365DC5CBD9","distance":14.36,"yaw":-54.19,"select":"this.overlay_7393DA7D_5EF3_180A_41C2_D7614B96BD91.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_7393DA7D_5EF3_180A_41C2_D7614B96BD91"},"class":"AdjacentPanorama","backwardYaw":-174.78},{"panorama":"this.panorama_202CDBD0_29D8_8EDD_41A9_0571E7060E7D","distance":17.52,"yaw":-61.52,"select":"this.overlay_1BF370C6_2A68_9AC5_41A3_B68A79F0BD61.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_1BF370C6_2A68_9AC5_41A3_B68A79F0BD61"},"class":"AdjacentPanorama","backwardYaw":114.51},{"panorama":"this.panorama_202CDBD0_29D8_8EDD_41A9_0571E7060E7D","distance":17.42,"yaw":-61.71,"select":"this.overlay_708F4074_5EF1_E81A_41C9_89B49257DC1B.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_708F4074_5EF1_E81A_41C9_89B49257DC1B"},"class":"AdjacentPanorama","backwardYaw":114.51},{"panorama":"this.panorama_202FB5A2_29D8_9B7D_41AC_C366F8212260","distance":4.65,"yaw":2.55,"select":"this.overlay_0550E681_2A68_993F_4183_A5CF5B7B6FCD.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_0550E681_2A68_993F_4183_A5CF5B7B6FCD"},"class":"AdjacentPanorama","backwardYaw":176.36}],"hfovMax":130,"vfov":180,"hfov":360,"frames":[{"class":"CubicPanoramaFrame","overlays":["this.overlay_37509D4C_2A29_8BC5_417D_6C12926D8A0E","this.overlay_0414AEB2_2A68_895D_4179_1B90BF05DA50","this.overlay_04BC7CAA_2A69_894D_41C0_E25BD8522090","this.overlay_1BF370C6_2A68_9AC5_41A3_B68A79F0BD61","this.overlay_0550E681_2A68_993F_4183_A5CF5B7B6FCD","this.overlay_7393DA7D_5EF3_180A_41C2_D7614B96BD91","this.overlay_708F4074_5EF1_E81A_41C9_89B49257DC1B"],"cube":{"levels":[{"class":"TiledImageResourceLevel","tags":"ondemand","height":2048,"url":"media/panorama_202276C0_29D8_F93D_4187_7BB88CBDB314_0/{face}/0/{row}_{column}.jpg","rowCount":4,"colCount":24,"width":12288},{"class":"TiledImageResourceLevel","tags":"ondemand","height":1024,"url":"media/panorama_202276C0_29D8_F93D_4187_7BB88CBDB314_0/{face}/1/{row}_{column}.jpg","rowCount":2,"colCount":12,"width":6144},{"class":"TiledImageResourceLevel","tags":["ondemand","preload"],"height":512,"url":"media/panorama_202276C0_29D8_F93D_4187_7BB88CBDB314_0/{face}/2/{row}_{column}.jpg","rowCount":1,"colCount":6,"width":3072},{"class":"TiledImageResourceLevel","tags":"mobilevr","height":1536,"url":"media/panorama_202276C0_29D8_F93D_4187_7BB88CBDB314_0/{face}/vr/0.jpg","rowCount":1,"colCount":6,"width":9216},{"class":"TiledImageResourceLevel","tags":"mobilevr2gen","height":2048,"url":"media/panorama_202276C0_29D8_F93D_4187_7BB88CBDB314_0/{face}/vr2gen/0.jpg","rowCount":1,"colCount":6,"width":12288}],"class":"ImageResource"},"thumbnailUrl":"media/panorama_202276C0_29D8_F93D_4187_7BB88CBDB314_t.jpg"}],"partial":false,"overlays":["this.overlay_3A722F91_201B_73D5_4149_10BFEEC098A1","this.overlay_3B9B3D3A_207B_54D7_41B9_A1EEA477AE90"],"thumbnailUrl":"media/panorama_202276C0_29D8_F93D_4187_7BB88CBDB314_t.jpg"},{"class":"IconButton","propagateClick":false,"paddingLeft":0,"visible":false,"transparencyActive":true,"toolTipHorizontalAlign":"center","pressedRollOverIconURL":"skin/IconButton_36CEAA02_2E9B_8B47_41A6_73663A26602A_pressed.png","cursor":"hand","rollOverIconURL":"skin/IconButton_36CEAA02_2E9B_8B47_41A6_73663A26602A_rollover.png","paddingRight":0,"pressedIconURL":"skin/IconButton_36CEAA02_2E9B_8B47_41A6_73663A26602A_pressed.png","iconURL":"skin/IconButton_36CEAA02_2E9B_8B47_41A6_73663A26602A.png","click":"var invisibleFunc = function(component) { this.setComponentVisibility(component, false, 0, null, 'hideEffect', false)}.bind(this); invisibleFunc(this.IconButton_6AFCBF1A_5E11_780E_41A1_5A85744A82B2); invisibleFunc(this.Image_20D03045_2EE4_27A7_41C3_9FD46DBF60A8); invisibleFunc(this.HTMLText_23469FD0_2EE4_38BD_418B_F4AC0BDEDE25)","id":"IconButton_6AFCBF1A_5E11_780E_41A1_5A85744A82B2","minHeight":0,"paddingTop":0,"paddingBottom":0,"minWidth":0,"shadow":false,"mode":"push","borderSize":0,"left":"33.39%","borderRadius":0,"top":"69.43%","verticalAlign":"middle","bottom":"15.96%","right":"55.46%","horizontalAlign":"center","backgroundOpacity":0,"data":{"name":"\u649e\u7403\u6aafCloseBtn"}},{"class":"Container","propagateClick":false,"paddingLeft":0,"toolTipHorizontalAlign":"center","scrollBarWidth":10,"paddingRight":0,"contentOpaque":false,"scrollBarColor":"#000000","scrollBarVisible":"rollOver","layout":"absolute","overflow":"scroll","width":"33.33%","creationPolicy":"inAdvance","children":["this.IconButton_415E1887_5E2F_1806_41B7_D5ADDDEC1234","this.IconButton_418A9FB2_5E31_181E_41A0_8FC89561017E","this.IconButton_40D2D95F_5E31_3805_41AE_B1D43541E337","this.IconButton_7E3928C0_5E33_187A_41D0_ED7493497789"],"scrollBarMargin":2,"paddingTop":0,"id":"Container_48E72AA2_590D_8B4E_41B6_385EC681971B","gap":10,"minHeight":1,"paddingBottom":0,"minWidth":1,"shadow":false,"borderSize":0,"scrollBarOpacity":0.5,"verticalAlign":"top","data":{"name":"C_5"},"borderRadius":0,"horizontalAlign":"left","backgroundOpacity":0,"height":"100%"},{"class":"Image","propagateClick":false,"paddingLeft":0,"visible":false,"toolTipHorizontalAlign":"center","paddingRight":0,"scaleMode":"fit_inside","width":"21.453%","maxHeight":1132,"maxWidth":1059,"url":trans('Image_4B648EBA_5903_88BE_41C2_AFDB2F1F576C.url'),"paddingTop":0,"id":"Image_4B648EBA_5903_88BE_41C2_AFDB2F1F576C","minHeight":1,"paddingBottom":0,"minWidth":1,"shadow":false,"borderSize":0,"left":"1.65%","borderRadius":0,"verticalAlign":"middle","data":{"name":"intro"},"top":"2.72%","horizontalAlign":"center","backgroundOpacity":0,"height":"35.574%"},{"fieldOfViewOverlayInsideColor":"#999999","scaleMode":"fit_inside","fieldOfViewOverlayInsideOpacity":0.4,"label":trans('map_4B2C3E51_5DEF_381A_41AB_851A3856D5FC.label'),"minimumZoomFactor":0.5,"fieldOfViewOverlayRadiusScale":0.07,"image":{"levels":["this.imlevel_2D20A805_20E6_5794_4193_9842CCCD234D","this.imlevel_2D209806_20E6_5797_419F_D4111E8C200E","this.imlevel_2D217806_20E6_5797_41BC_7FEA54F31E2E"],"class":"ImageResource"},"maximumZoomFactor":1.2,"width":1838,"fieldOfViewOverlayOutsideOpacity":0,"class":"Map","height":1033,"initialZoomFactor":1,"fieldOfViewOverlayOutsideColor":"#000000","id":"map_4B2C3E51_5DEF_381A_41AB_851A3856D5FC","overlays":["this.overlay_4B2C0E51_5DEF_381A_41B9_32429FD0EB26","this.overlay_4B2C7E51_5DEF_381A_418B_25E41AE373F3","this.overlay_4B2C4E51_5DEF_381A_41AD_6BFD4E16F7BA","this.overlay_4B2C5E51_5DEF_381A_4182_1BEC88E6B669"],"data":{"label":"\u6d3b\u52d5\u4e2d\u5fc3\u5730\u4e0b1\u6a13"},"thumbnailUrl":"media/map_4B2C3E51_5DEF_381A_41AB_851A3856D5FC_t.png"},{"surfaceReticleSelectionOpacity":1,"subtitlesGap":0,"left":"3.9%","class":"ViewerArea","propagateClick":false,"paddingLeft":0,"data":{"name":"MapViewer"},"subtitlesBackgroundColor":"#000000","playbackBarOpacity":1,"toolTipFontStyle":"normal","transitionDuration":500,"toolTipHorizontalAlign":"center","progressBackgroundColorDirection":"vertical","height":"85.056%","playbackBarHeadShadowOpacity":0.7,"toolTipOpacity":1,"progressBackgroundOpacity":1,"toolTipPaddingRight":6,"subtitlesHorizontalAlign":"center","progressBottom":2,"paddingRight":0,"progressBarOpacity":1,"subtitlesPaddingLeft":5,"playbackBarHeadBackgroundColor":["#111111","#666666"],"subtitlesBottom":50,"toolTipFontFamily":"Arial","subtitlesFontWeight":"normal","vrPointerSelectionColor":"#FF6600","subtitlesTextShadowColor":"#000000","subtitlesTextShadowBlurRadius":0,"subtitlesTop":0,"toolTipShadowHorizontalLength":0,"subtitlesVerticalAlign":"bottom","subtitlesTextShadowHorizontalLength":1,"progressRight":0,"progressBorderColor":"#000000","playbackBarProgressBackgroundColorRatios":[0],"playbackBarHeadShadowVerticalLength":0,"progressOpacity":1,"subtitlesPaddingRight":5,"vrPointerSelectionTime":2000,"playbackBarBorderColor":"#FFFFFF","subtitlesEnabled":true,"paddingTop":0,"playbackBarBorderRadius":0,"toolTipShadowVerticalLength":0,"toolTipTextShadowOpacity":0,"minHeight":1,"paddingBottom":0,"minWidth":1,"progressBarBackgroundColorDirection":"vertical","subtitlesFontFamily":"Arial","playbackBarBottom":0,"playbackBarProgressBorderColor":"#000000","toolTipBackgroundColor":"#F6F6F6","progressBorderSize":0,"subtitlesFontSize":"3vmin","progressHeight":10,"subtitlesTextShadowOpacity":1,"progressBarBorderRadius":0,"bottom":"0.77%","borderRadius":0,"progressBarBorderSize":0,"subtitlesBorderSize":0,"subtitlesTextShadowVerticalLength":1,"progressBarBorderColor":"#000000","surfaceReticleColor":"#FFFFFF","playbackBarHeadBorderRadius":0,"playbackBarHeadShadowBlurRadius":3,"toolTipShadowColor":"#333333","playbackBarProgressOpacity":1,"vrPointerColor":"#FFFFFF","toolTipShadowSpread":0,"toolTipBorderSize":1,"progressBarBackgroundColor":["#3399FF"],"toolTipShadowBlurRadius":3,"playbackBarHeadShadowHorizontalLength":0,"playbackBarHeadBorderColor":"#000000","visible":false,"playbackBarProgressBackgroundColorDirection":"vertical","toolTipDisplayTime":600,"toolTipFontWeight":"normal","playbackBarBackgroundColor":["#FFFFFF"],"playbackBarHeadHeight":15,"progressBarBackgroundColorRatios":[0],"transitionMode":"blending","surfaceReticleOpacity":0.6,"progressBackgroundColor":["#FFFFFF"],"toolTipTextShadowColor":"#000000","playbackBarLeft":0,"toolTipShadowOpacity":1,"displayTooltipInSurfaceSelection":true,"subtitlesPaddingBottom":5,"toolTipFontColor":"#606060","toolTipPaddingLeft":6,"subtitlesBorderColor":"#FFFFFF","translationTransitionDuration":1000,"playbackBarBorderSize":0,"playbackBarHeight":10,"displayTooltipInTouchScreens":true,"subtitlesBackgroundOpacity":0.2,"playbackBarBackgroundOpacity":1,"toolTipBorderColor":"#767676","playbackBarHeadShadowColor":"#000000","surfaceReticleSelectionColor":"#FFFFFF","playbackBarHeadBackgroundColorRatios":[0,1],"subtitlesFontColor":"#FFFFFF","toolTipPaddingTop":4,"toolTipFontSize":"1.11vh","playbackBarHeadBackgroundColorDirection":"vertical","width":"91.602%","progressBorderRadius":0,"progressLeft":0,"subtitlesPaddingTop":5,"id":"MapViewer","playbackBarHeadWidth":6,"playbackBarProgressBorderSize":0,"playbackBarHeadBorderSize":0,"subtitlesShadow":false,"playbackBarBackgroundColorDirection":"vertical","toolTipTextShadowBlurRadius":3,"toolTipBorderRadius":3,"shadow":false,"playbackBarHeadShadow":true,"playbackBarRight":0,"subtitlesTextDecoration":"none","firstTransitionDuration":0,"borderSize":0,"playbackBarProgressBackgroundColor":["#3399FF"],"toolTipPaddingBottom":4,"playbackBarProgressBorderRadius":0,"playbackBarHeadOpacity":1,"progressBackgroundColorRatios":[0],"subtitlesOpacity":1,"doubleClickAction":"toggle_fullscreen"},{"hoverFactor":0,"initialPosition":{"yaw":0,"class":"PanoramaCameraPosition","pitch":0},"id":"panorama_20226A53_29D9_89C3_41BD_A01EDB26CA21_camera","class":"PanoramaCamera","initialSequence":{"class":"PanoramaCameraSequence","restartMovementOnUserInteraction":false,"movements":[{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_in"},{"yawDelta":323,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"linear"},{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_out"}]},"automaticZoomSpeed":10},{"class":"Panorama","data":{"label":"IMG_20211103_154021_00_155processed"},"id":"panorama_20303F0B_29D8_8743_41B0_0880E967F034","pitch":0,"mapLocations":[{"x":1564.14,"angle":180,"y":497.67,"map":"this.map_4B782B47_5904_89D6_4186_B4E68524C061","class":"PanoramaMapLocation"}],"label":trans('panorama_20303F0B_29D8_8743_41B0_0880E967F034.label'),"adjacentPanoramas":[{"panorama":"this.panorama_233E06B5_29D8_9947_41C1_E6C3B0F12258","distance":4.01,"yaw":-106.75,"select":"this.overlay_3A55FE3B_29E8_8943_41C2_1DC547F76F7F.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_3A55FE3B_29E8_8943_41C2_1DC547F76F7F"},"class":"AdjacentPanorama","backwardYaw":-65.81},{"panorama":"this.panorama_202CF657_29D9_79C3_41C2_1EDBA136C06F","distance":4.23,"yaw":90.19,"select":"this.overlay_3A636A88_29E9_894D_41BB_EDC3BAF0CCCE.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_3A636A88_29E9_894D_41BB_EDC3BAF0CCCE"},"class":"AdjacentPanorama","backwardYaw":-94.67}],"hfovMax":130,"vfov":180,"hfov":360,"frames":[{"class":"CubicPanoramaFrame","overlays":["this.overlay_3A55FE3B_29E8_8943_41C2_1DC547F76F7F","this.overlay_3A636A88_29E9_894D_41BB_EDC3BAF0CCCE"],"cube":{"levels":[{"class":"TiledImageResourceLevel","tags":"ondemand","height":2048,"url":"media/panorama_20303F0B_29D8_8743_41B0_0880E967F034_0/{face}/0/{row}_{column}.jpg","rowCount":4,"colCount":24,"width":12288},{"class":"TiledImageResourceLevel","tags":"ondemand","height":1024,"url":"media/panorama_20303F0B_29D8_8743_41B0_0880E967F034_0/{face}/1/{row}_{column}.jpg","rowCount":2,"colCount":12,"width":6144},{"class":"TiledImageResourceLevel","tags":["ondemand","preload"],"height":512,"url":"media/panorama_20303F0B_29D8_8743_41B0_0880E967F034_0/{face}/2/{row}_{column}.jpg","rowCount":1,"colCount":6,"width":3072},{"class":"TiledImageResourceLevel","tags":"mobilevr","height":1536,"url":"media/panorama_20303F0B_29D8_8743_41B0_0880E967F034_0/{face}/vr/0.jpg","rowCount":1,"colCount":6,"width":9216},{"class":"TiledImageResourceLevel","tags":"mobilevr2gen","height":2048,"url":"media/panorama_20303F0B_29D8_8743_41B0_0880E967F034_0/{face}/vr2gen/0.jpg","rowCount":1,"colCount":6,"width":12288}],"class":"ImageResource"},"thumbnailUrl":"media/panorama_20303F0B_29D8_8743_41B0_0880E967F034_t.jpg"}],"partial":false,"thumbnailUrl":"media/panorama_20303F0B_29D8_8743_41B0_0880E967F034_t.jpg"},{"id":"effect_34751AA4_2009_3DF3_41B2_7217E6A7F5EF","class":"FadeInEffect","duration":1000,"easing":"cubic_in_out"},{"shadowHorizontalLength":2,"class":"HTMLText","propagateClick":false,"paddingLeft":40,"visible":false,"backgroundColorDirection":"vertical","toolTipHorizontalAlign":"center","shadowColor":"#000000","scrollBarWidth":10,"shadowSpread":1,"scrollBarOpacity":0.5,"paddingRight":62,"scrollBarColor":"#000000","scrollBarVisible":"rollOver","shadowVerticalLength":2,"backgroundColor":["#FFFFFF","#CCCCCC"],"scrollBarMargin":2,"paddingTop":20,"id":"HTMLText_39BCE106_2E9A_994C_41AB_765BC0EAC2B0","minHeight":1,"paddingBottom":10,"minWidth":1,"shadow":true,"shadowBlurRadius":7,"borderSize":0,"backgroundColorRatios":[0.73,1],"html":trans('HTMLText_39BCE106_2E9A_994C_41AB_765BC0EAC2B0.html'),"borderRadius":10,"top":"33.62%","left":"20.75%","bottom":"26.78%","right":"18.55%","shadowOpacity":0.19,"backgroundOpacity":0.91,"data":{"name":"Barber2Text"}},{"hoverFactor":0,"initialPosition":{"yaw":0,"class":"PanoramaCameraPosition","pitch":0},"id":"panorama_202EC1A7_29D9_FB43_41C2_07B28FE4441E_camera","class":"PanoramaCamera","initialSequence":{"class":"PanoramaCameraSequence","restartMovementOnUserInteraction":false,"movements":[{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_in"},{"yawDelta":323,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"linear"},{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_out"}]},"automaticZoomSpeed":10},{"class":"Container","propagateClick":false,"paddingLeft":0,"toolTipHorizontalAlign":"center","scrollBarWidth":10,"paddingRight":0,"contentOpaque":false,"scrollBarColor":"#000000","scrollBarVisible":"rollOver","layout":"absolute","overflow":"scroll","width":"33.33%","creationPolicy":"inAdvance","scrollBarMargin":2,"paddingTop":0,"id":"Container_487BC3C1_5904_98CA_41C7_A58FCCF93A56","gap":10,"minHeight":1,"paddingBottom":0,"minWidth":1,"shadow":false,"borderSize":0,"scrollBarOpacity":0.5,"verticalAlign":"top","data":{"name":"C_1"},"borderRadius":0,"horizontalAlign":"left","backgroundOpacity":0,"height":"100%"},{"hoverFactor":0,"initialPosition":{"yaw":0,"class":"PanoramaCameraPosition","pitch":0},"id":"panorama_202CDBD0_29D8_8EDD_41A9_0571E7060E7D_camera","class":"PanoramaCamera","initialSequence":{"class":"PanoramaCameraSequence","restartMovementOnUserInteraction":false,"movements":[{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_in"},{"yawDelta":323,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"linear"},{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_out"}]},"automaticZoomSpeed":10},{"data":{"label":"XIAF2297"},"class":"Panorama","id":"panorama_483BA813_5901_37DF_41BD_AAE689B1AFB7","pitch":0,"label":trans('panorama_483BA813_5901_37DF_41BD_AAE689B1AFB7.label'),"adjacentPanoramas":[{"panorama":"this.panorama_202CBCE5_29D8_8AC7_41A9_B64BA0E8A51D","distance":8.46,"yaw":-47.91,"select":"this.overlay_56FE1372_5904_99CE_41D1_AFC8B2DD0736.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_56FE1372_5904_99CE_41D1_AFC8B2DD0736"},"class":"AdjacentPanorama"},{"panorama":"this.panorama_202CBCE5_29D8_8AC7_41A9_B64BA0E8A51D","distance":15.98,"yaw":-41.84,"select":"this.overlay_569E1C1E_5907_8F76_41C3_FFE06820FBFE.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_569E1C1E_5907_8F76_41C3_FFE06820FBFE"},"class":"AdjacentPanorama"}],"hfovMax":130,"vfov":180,"hfov":360,"frames":[{"class":"CubicPanoramaFrame","overlays":["this.overlay_56FE1372_5904_99CE_41D1_AFC8B2DD0736","this.overlay_569E1C1E_5907_8F76_41C3_FFE06820FBFE"],"cube":{"levels":[{"class":"TiledImageResourceLevel","tags":"ondemand","height":1536,"url":"media/panorama_483BA813_5901_37DF_41BD_AAE689B1AFB7_0/{face}/0/{row}_{column}.jpg","rowCount":3,"colCount":18,"width":9216},{"class":"TiledImageResourceLevel","tags":"ondemand","height":1024,"url":"media/panorama_483BA813_5901_37DF_41BD_AAE689B1AFB7_0/{face}/1/{row}_{column}.jpg","rowCount":2,"colCount":12,"width":6144},{"class":"TiledImageResourceLevel","tags":["ondemand","preload"],"height":512,"url":"media/panorama_483BA813_5901_37DF_41BD_AAE689B1AFB7_0/{face}/2/{row}_{column}.jpg","rowCount":1,"colCount":6,"width":3072},{"class":"TiledImageResourceLevel","tags":"mobilevr","height":1536,"url":"media/panorama_483BA813_5901_37DF_41BD_AAE689B1AFB7_0/{face}/vr/0.jpg","rowCount":1,"colCount":6,"width":9216}],"class":"ImageResource"},"thumbnailUrl":"media/panorama_483BA813_5901_37DF_41BD_AAE689B1AFB7_t.jpg"}],"partial":false,"thumbnailUrl":"media/panorama_483BA813_5901_37DF_41BD_AAE689B1AFB7_t.jpg"},{"hoverFactor":0,"initialPosition":{"yaw":0,"class":"PanoramaCameraPosition","pitch":0},"id":"panorama_483BA813_5901_37DF_41BD_AAE689B1AFB7_camera","class":"PanoramaCamera","initialSequence":{"class":"PanoramaCameraSequence","restartMovementOnUserInteraction":false,"movements":[{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_in"},{"yawDelta":323,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"linear"},{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_out"}]},"automaticZoomSpeed":10},{"loop":false,"video":"this.videores_34C775B7_201B_D7DD_41BA_E37E1C8467EE","chromaThreshold":0.33,"thumbnailUrl":"media/video_33E20C66_2019_557F_41AC_4E5BA821B0AB_t.jpg","scaleMode":"fit_inside","class":"Video","chromaColor":"#B201FD","id":"video_33E20C66_2019_557F_41AC_4E5BA821B0AB","chromaSmoothing":0.08,"label":trans('video_33E20C66_2019_557F_41AC_4E5BA821B0AB.label'),"height":978,"data":{"label":"\u6f14\u85dd\u5ef3"},"width":762},{"hoverFactor":0,"initialPosition":{"yaw":0,"class":"PanoramaCameraPosition","pitch":0},"id":"panorama_202CE7AB_29D9_8743_41A5_D2FD9474A935_camera","class":"PanoramaCamera","initialSequence":{"class":"PanoramaCameraSequence","restartMovementOnUserInteraction":false,"movements":[{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_in"},{"yawDelta":323,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"linear"},{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_out"}]},"automaticZoomSpeed":10},{"class":"Image","propagateClick":false,"paddingLeft":0,"visible":false,"toolTipHorizontalAlign":"center","paddingRight":0,"scaleMode":"fit_inside","maxHeight":322,"maxWidth":866,"url":trans('Image_3838397D_2E9F_89BD_41BF_1956977297A3.url'),"id":"Image_3838397D_2E9F_89BD_41BF_1956977297A3","minHeight":1,"paddingTop":0,"paddingBottom":0,"minWidth":1,"shadow":false,"borderSize":0,"left":"49.4%","borderRadius":0,"top":"62.25%","verticalAlign":"middle","bottom":"20.78%","right":"14.08%","horizontalAlign":"center","backgroundOpacity":0,"data":{"name":"UnionImage"}},{"hoverFactor":0,"initialPosition":{"yaw":0,"class":"PanoramaCameraPosition","pitch":0},"id":"panorama_2022BCA8_29D9_894D_41B9_2D78FFF09147_camera","class":"PanoramaCamera","initialSequence":{"class":"PanoramaCameraSequence","restartMovementOnUserInteraction":false,"movements":[{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_in"},{"yawDelta":323,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"linear"},{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_out"}]},"automaticZoomSpeed":10},{"id":"DropDown_4B2D0B49_591D_89DA_41CD_352EB9107322_playlist","class":"PlayList","items":[{"media":"this.map_4B2C3E51_5DEF_381A_41AB_851A3856D5FC","player":"this.MapViewerMapPlayer","class":"MapPlayListItem","begin":"this.MapViewerMapPlayer.set('movementMode', 'free_drag_and_rotation')"},{"media":"this.map_4BB5D5CC_5904_F8DA_41D4_A5D5721CAB56","player":"this.MapViewerMapPlayer","class":"MapPlayListItem","begin":"this.MapViewerMapPlayer.set('movementMode', 'free_drag_and_rotation')"},{"media":"this.map_4AA52A9C_5DEF_380A_41BB_5296AF738C1B","player":"this.MapViewerMapPlayer","class":"MapPlayListItem","begin":"this.MapViewerMapPlayer.set('movementMode', 'free_drag_and_rotation')"},{"media":"this.map_4B6C3E3E_5DEF_1806_41AA_B58F00220546","player":"this.MapViewerMapPlayer","class":"MapPlayListItem","begin":"this.MapViewerMapPlayer.set('movementMode', 'free_drag_and_rotation')"},{"media":"this.map_4B4049FE_5904_88B6_41C6_D1650E659B9B","player":"this.MapViewerMapPlayer","class":"MapPlayListItem","begin":"this.MapViewerMapPlayer.set('movementMode', 'free_drag_and_rotation')"},{"media":"this.map_4B782B47_5904_89D6_4186_B4E68524C061","player":"this.MapViewerMapPlayer","class":"MapPlayListItem","begin":"this.MapViewerMapPlayer.set('movementMode', 'free_drag_and_rotation')"}]},{"class":"Panorama","data":{"label":"IMG_20211103_154839_00_164processed"},"id":"panorama_202EC1A7_29D9_FB43_41C2_07B28FE4441E","pitch":0,"mapLocations":[{"x":871.88,"angle":79.54,"y":414.79,"map":"this.map_4B4049FE_5904_88B6_41C6_D1650E659B9B","class":"PanoramaMapLocation"}],"label":trans('panorama_202EC1A7_29D9_FB43_41C2_07B28FE4441E.label'),"adjacentPanoramas":[{"panorama":"this.panorama_20226A53_29D9_89C3_41BD_A01EDB26CA21","distance":2.01,"yaw":179.65,"select":"this.overlay_325C2847_2A38_89C3_41BB_4E2F2ACA6194.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_325C2847_2A38_89C3_41BB_4E2F2ACA6194"},"class":"AdjacentPanorama","backwardYaw":-138.13},{"panorama":"this.panorama_202ED90E_29D9_8B45_41BA_7FFB77E63CF1","distance":4.16,"yaw":-1.78,"select":"this.overlay_3383A3A6_2A3B_FF45_41AF_5E0825CE0C9D.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_3383A3A6_2A3B_FF45_41AF_5E0825CE0C9D"},"class":"AdjacentPanorama","backwardYaw":-179.98}],"hfovMax":130,"vfov":180,"hfov":360,"frames":[{"class":"CubicPanoramaFrame","overlays":["this.overlay_325C2847_2A38_89C3_41BB_4E2F2ACA6194","this.overlay_3383A3A6_2A3B_FF45_41AF_5E0825CE0C9D"],"cube":{"levels":[{"class":"TiledImageResourceLevel","tags":"ondemand","height":2048,"url":"media/panorama_202EC1A7_29D9_FB43_41C2_07B28FE4441E_0/{face}/0/{row}_{column}.jpg","rowCount":4,"colCount":24,"width":12288},{"class":"TiledImageResourceLevel","tags":"ondemand","height":1024,"url":"media/panorama_202EC1A7_29D9_FB43_41C2_07B28FE4441E_0/{face}/1/{row}_{column}.jpg","rowCount":2,"colCount":12,"width":6144},{"class":"TiledImageResourceLevel","tags":["ondemand","preload"],"height":512,"url":"media/panorama_202EC1A7_29D9_FB43_41C2_07B28FE4441E_0/{face}/2/{row}_{column}.jpg","rowCount":1,"colCount":6,"width":3072},{"class":"TiledImageResourceLevel","tags":"mobilevr","height":1536,"url":"media/panorama_202EC1A7_29D9_FB43_41C2_07B28FE4441E_0/{face}/vr/0.jpg","rowCount":1,"colCount":6,"width":9216},{"class":"TiledImageResourceLevel","tags":"mobilevr2gen","height":2048,"url":"media/panorama_202EC1A7_29D9_FB43_41C2_07B28FE4441E_0/{face}/vr2gen/0.jpg","rowCount":1,"colCount":6,"width":12288}],"class":"ImageResource"},"thumbnailUrl":"media/panorama_202EC1A7_29D9_FB43_41C2_07B28FE4441E_t.jpg"}],"partial":false,"thumbnailUrl":"media/panorama_202EC1A7_29D9_FB43_41C2_07B28FE4441E_t.jpg"},{"shadowHorizontalLength":2,"class":"HTMLText","propagateClick":false,"paddingLeft":40,"visible":false,"backgroundColorDirection":"vertical","toolTipHorizontalAlign":"center","shadowColor":"#000000","scrollBarWidth":10,"shadowSpread":1,"scrollBarOpacity":0.5,"paddingRight":62,"scrollBarColor":"#000000","scrollBarVisible":"rollOver","shadowVerticalLength":2,"backgroundColor":["#FFFFFF","#CCCCCC"],"scrollBarMargin":2,"paddingTop":20,"id":"HTMLText_37897A09_2E9A_8B45_41AB_7D7B8A32C91B","minHeight":1,"paddingBottom":10,"minWidth":1,"shadow":true,"shadowBlurRadius":7,"borderSize":0,"backgroundColorRatios":[0.73,1],"html":trans('HTMLText_37897A09_2E9A_8B45_41AB_7D7B8A32C91B.html'),"borderRadius":10,"top":"30.63%","left":"8.3%","bottom":"32.83%","right":"20.75%","shadowOpacity":0.19,"backgroundOpacity":0.91,"data":{"name":"OfficeText"}},{"class":"Container","propagateClick":false,"paddingLeft":0,"toolTipHorizontalAlign":"center","scrollBarWidth":10,"paddingRight":0,"contentOpaque":false,"scrollBarColor":"#000000","scrollBarVisible":"rollOver","layout":"absolute","overflow":"scroll","width":"33.33%","creationPolicy":"inAdvance","children":["this.IconButton_410CB598_5E30_E80A_417A_FD1D63A2BD61","this.IconButton_6BD1CDF9_5EF1_780A_41C5_6F21E3A04D36","this.IconButton_76F571A3_5E17_E83E_41CA_AF62808BE066","this.IconButton_6AFCBF1A_5E11_780E_41A1_5A85744A82B2"],"scrollBarMargin":2,"paddingTop":0,"id":"Container_4809DD04_5904_894A_41D0_84FAEC8319C6","gap":10,"minHeight":1,"paddingBottom":0,"minWidth":1,"shadow":false,"borderSize":0,"scrollBarOpacity":0.5,"verticalAlign":"top","data":{"name":"C_2"},"borderRadius":0,"horizontalAlign":"left","backgroundOpacity":0,"height":"100%"},{"hoverFactor":0,"initialPosition":{"yaw":0,"class":"PanoramaCameraPosition","pitch":0},"id":"panorama_202141BD_29D8_BB47_41B4_A578A47A6466_camera","class":"PanoramaCamera","initialSequence":{"class":"PanoramaCameraSequence","restartMovementOnUserInteraction":false,"movements":[{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_in"},{"yawDelta":323,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"linear"},{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_out"}]},"automaticZoomSpeed":10},{"hoverFactor":0,"initialPosition":{"yaw":0,"class":"PanoramaCameraPosition","pitch":0},"id":"panorama_2020451D_29D9_9B47_41C4_C6214239C92F_camera","class":"PanoramaCamera","initialSequence":{"class":"PanoramaCameraSequence","restartMovementOnUserInteraction":false,"movements":[{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_in"},{"yawDelta":323,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"linear"},{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_out"}]},"automaticZoomSpeed":10},{"class":"Panorama","data":{"label":"IMG_20211103_155030_00_165processed"},"id":"panorama_202ED90E_29D9_8B45_41BA_7FFB77E63CF1","pitch":0,"mapLocations":[{"x":1200.69,"angle":81.29,"y":403.37,"map":"this.map_4B4049FE_5904_88B6_41C6_D1650E659B9B","class":"PanoramaMapLocation"}],"label":trans('panorama_202ED90E_29D9_8B45_41BA_7FFB77E63CF1.label'),"adjacentPanoramas":[{"panorama":"this.panorama_202EC1A7_29D9_FB43_41C2_07B28FE4441E","distance":4.01,"yaw":-179.98,"select":"this.overlay_310DF576_2A39_BBC5_41BD_B74D27EDEF21.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_310DF576_2A39_BBC5_41BD_B74D27EDEF21"},"class":"AdjacentPanorama","backwardYaw":-1.78},{"panorama":"this.panorama_202EA06E_29D9_99C5_41AF_609FB7C01D8B","distance":3.24,"yaw":0.01,"select":"this.overlay_3360C620_2A38_997D_41C2_10A96313300C.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_3360C620_2A38_997D_41C2_10A96313300C"},"class":"AdjacentPanorama","backwardYaw":-173.12}],"hfovMax":130,"vfov":180,"hfov":360,"frames":[{"class":"CubicPanoramaFrame","overlays":["this.overlay_310DF576_2A39_BBC5_41BD_B74D27EDEF21","this.overlay_3360C620_2A38_997D_41C2_10A96313300C"],"cube":{"levels":[{"class":"TiledImageResourceLevel","tags":"ondemand","height":2048,"url":"media/panorama_202ED90E_29D9_8B45_41BA_7FFB77E63CF1_0/{face}/0/{row}_{column}.jpg","rowCount":4,"colCount":24,"width":12288},{"class":"TiledImageResourceLevel","tags":"ondemand","height":1024,"url":"media/panorama_202ED90E_29D9_8B45_41BA_7FFB77E63CF1_0/{face}/1/{row}_{column}.jpg","rowCount":2,"colCount":12,"width":6144},{"class":"TiledImageResourceLevel","tags":["ondemand","preload"],"height":512,"url":"media/panorama_202ED90E_29D9_8B45_41BA_7FFB77E63CF1_0/{face}/2/{row}_{column}.jpg","rowCount":1,"colCount":6,"width":3072},{"class":"TiledImageResourceLevel","tags":"mobilevr","height":1536,"url":"media/panorama_202ED90E_29D9_8B45_41BA_7FFB77E63CF1_0/{face}/vr/0.jpg","rowCount":1,"colCount":6,"width":9216},{"class":"TiledImageResourceLevel","tags":"mobilevr2gen","height":2048,"url":"media/panorama_202ED90E_29D9_8B45_41BA_7FFB77E63CF1_0/{face}/vr2gen/0.jpg","rowCount":1,"colCount":6,"width":12288}],"class":"ImageResource"},"thumbnailUrl":"media/panorama_202ED90E_29D9_8B45_41BA_7FFB77E63CF1_t.jpg"}],"partial":false,"thumbnailUrl":"media/panorama_202ED90E_29D9_8B45_41BA_7FFB77E63CF1_t.jpg"},{"class":"Panorama","data":{"label":"IMG_20211103_162145_00_188processed"},"id":"panorama_202CDBD0_29D8_8EDD_41A9_0571E7060E7D","pitch":0,"mapLocations":[{"x":1324.02,"angle":439.92,"y":423.42,"map":"this.map_4BB5D5CC_5904_F8DA_41D4_A5D5721CAB56","class":"PanoramaMapLocation"}],"label":trans('panorama_202CDBD0_29D8_8EDD_41A9_0571E7060E7D.label'),"adjacentPanoramas":[{"panorama":"this.panorama_20210439_29D8_B94F_41AF_70333BFB7555","distance":7.9,"yaw":-92.86,"select":"this.overlay_195E9AAA_2A5F_894D_41A2_F9C0F6BEAD3E.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_195E9AAA_2A5F_894D_41A2_F9C0F6BEAD3E"},"class":"AdjacentPanorama","backwardYaw":91.27},{"panorama":"this.panorama_202D62FF_29D8_9EC3_419B_FF98C0CDD432","distance":7.7,"yaw":90.07,"select":"this.overlay_199622C5_2A59_7EC7_4193_CB88105C2D92.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_199622C5_2A59_7EC7_4193_CB88105C2D92"},"class":"AdjacentPanorama","backwardYaw":-94.13},{"panorama":"this.panorama_202E6165_29DB_7BC7_41AA_01916FC4AA48","distance":100,"yaw":108.75,"select":"this.overlay_139F9AC5_2A29_8EC7_41AE_F5BC73113C02.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_139F9AC5_2A29_8EC7_41AE_F5BC73113C02"},"class":"AdjacentPanorama","backwardYaw":58.22},{"panorama":"this.panorama_202E6165_29DB_7BC7_41AA_01916FC4AA48","distance":95.66,"yaw":109.73,"select":"this.overlay_6E66279B_5EF1_280E_41CA_EB8CB822B188.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_6E66279B_5EF1_280E_41CA_EB8CB822B188"},"class":"AdjacentPanorama","backwardYaw":58.22},{"panorama":"this.panorama_202276C0_29D8_F93D_4187_7BB88CBDB314","distance":100,"yaw":114.51,"select":"this.overlay_0506C64D_2A69_F9C7_41A4_1690498E695F.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_0506C64D_2A69_F9C7_41A4_1690498E695F"},"class":"AdjacentPanorama","backwardYaw":-61.52},{"panorama":"this.panorama_202276C0_29D8_F93D_4187_7BB88CBDB314","distance":100,"yaw":113.13,"select":"this.overlay_713F16B9_5EF7_280A_41D4_E8409DD7FF00.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_713F16B9_5EF7_280A_41D4_E8409DD7FF00"},"class":"AdjacentPanorama","backwardYaw":-61.52},{"panorama":"this.panorama_202A8A29_29D8_894F_41C0_6C9391436A5C","distance":3.75,"yaw":177.87,"select":"this.overlay_1D1EEA06_2A27_8945_41BF_BB81C8CE9340.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_1D1EEA06_2A27_8945_41BF_BB81C8CE9340"},"class":"AdjacentPanorama","backwardYaw":178.23}],"hfovMax":130,"vfov":180,"hfov":360,"frames":[{"class":"CubicPanoramaFrame","overlays":["this.overlay_0506C64D_2A69_F9C7_41A4_1690498E695F","this.overlay_195E9AAA_2A5F_894D_41A2_F9C0F6BEAD3E","this.overlay_199622C5_2A59_7EC7_4193_CB88105C2D92","this.overlay_1D1EEA06_2A27_8945_41BF_BB81C8CE9340","this.overlay_139F9AC5_2A29_8EC7_41AE_F5BC73113C02","this.overlay_713F16B9_5EF7_280A_41D4_E8409DD7FF00","this.overlay_6E66279B_5EF1_280E_41CA_EB8CB822B188"],"cube":{"levels":[{"class":"TiledImageResourceLevel","tags":"ondemand","height":2048,"url":"media/panorama_202CDBD0_29D8_8EDD_41A9_0571E7060E7D_0/{face}/0/{row}_{column}.jpg","rowCount":4,"colCount":24,"width":12288},{"class":"TiledImageResourceLevel","tags":"ondemand","height":1024,"url":"media/panorama_202CDBD0_29D8_8EDD_41A9_0571E7060E7D_0/{face}/1/{row}_{column}.jpg","rowCount":2,"colCount":12,"width":6144},{"class":"TiledImageResourceLevel","tags":["ondemand","preload"],"height":512,"url":"media/panorama_202CDBD0_29D8_8EDD_41A9_0571E7060E7D_0/{face}/2/{row}_{column}.jpg","rowCount":1,"colCount":6,"width":3072},{"class":"TiledImageResourceLevel","tags":"mobilevr","height":1536,"url":"media/panorama_202CDBD0_29D8_8EDD_41A9_0571E7060E7D_0/{face}/vr/0.jpg","rowCount":1,"colCount":6,"width":9216},{"class":"TiledImageResourceLevel","tags":"mobilevr2gen","height":2048,"url":"media/panorama_202CDBD0_29D8_8EDD_41A9_0571E7060E7D_0/{face}/vr2gen/0.jpg","rowCount":1,"colCount":6,"width":12288}],"class":"ImageResource"},"thumbnailUrl":"media/panorama_202CDBD0_29D8_8EDD_41A9_0571E7060E7D_t.jpg"}],"partial":false,"thumbnailUrl":"media/panorama_202CDBD0_29D8_8EDD_41A9_0571E7060E7D_t.jpg"},{"height":"30%","class":"IconButton","propagateClick":false,"visible":false,"transparencyActive":false,"paddingLeft":0,"pressedRollOverIconURL":"skin/IconButton_415E1887_5E2F_1806_41B7_D5ADDDEC1234.png","cursor":"hand","toolTipHorizontalAlign":"center","paddingRight":0,"iconURL":"skin/IconButton_415E1887_5E2F_1806_41B7_D5ADDDEC1234.png","width":"20%","id":"IconButton_415E1887_5E2F_1806_41B7_D5ADDDEC1234","minHeight":0,"paddingTop":0,"paddingBottom":0,"minWidth":0,"shadow":false,"mode":"push","borderSize":0,"borderRadius":0,"verticalAlign":"middle","right":"26%","top":"2.98%","horizontalAlign":"center","backgroundOpacity":0,"data":{"name":"up"}},{"class":"IconButton","propagateClick":false,"paddingLeft":0,"transparencyActive":true,"toolTipHorizontalAlign":"center","pressedRollOverIconURL":"skin/IconButton_40A2991B_5E13_180E_41B0_7DB28CCA7720.png","cursor":"hand","paddingRight":0,"iconURL":"skin/IconButton_40A2991B_5E13_180E_41B0_7DB28CCA7720_pressed_rollover.png","width":"20%","click":"this.set('mute', false); var invisibleFunc = function(component) { this.setComponentVisibility(component, false, 0, null, 'hideEffect', false)}.bind(this); invisibleFunc(this.IconButton_40CEF98D_5E10_F80A_41B8_FD93074438EA); var visibleFunc = function(component) { this.setComponentVisibility(component, true, 0, null, 'showEffect', false)}.bind(this); visibleFunc(this.IconButton_40A2991B_5E13_180E_41B0_7DB28CCA7720)","paddingTop":0,"id":"IconButton_40CEF98D_5E10_F80A_41B8_FD93074438EA","minHeight":0,"paddingBottom":0,"minWidth":0,"shadow":false,"mode":"push","borderSize":0,"left":"25%","borderRadius":0,"verticalAlign":"middle","bottom":"15%","data":{"name":"mute"},"horizontalAlign":"center","backgroundOpacity":0,"height":"30%"},{"class":"Panorama","data":{"label":"IMG_20211103_154303_00_159processed"},"id":"panorama_202CEC51_29D9_89DF_41A3_307457074843","pitch":0,"mapLocations":[{"x":785.86,"angle":183.37,"y":502.43,"map":"this.map_4B782B47_5904_89D6_4186_B4E68524C061","class":"PanoramaMapLocation"}],"label":trans('panorama_202CEC51_29D9_89DF_41A3_307457074843.label'),"adjacentPanoramas":[{"panorama":"this.panorama_2020451D_29D9_9B47_41C4_C6214239C92F","distance":2.19,"yaw":-140.84,"select":"this.overlay_3C526415_2A28_9947_41B2_F44D2EB1A3F6.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_3C526415_2A28_9947_41B2_F44D2EB1A3F6"},"class":"AdjacentPanorama","backwardYaw":-2.32},{"panorama":"this.panorama_202F03A6_29D9_BF45_4190_464DA2BBFA9C","distance":2.19,"yaw":116.16,"select":"this.overlay_3C0286D5_2A2B_86C7_41C3_EE703D4ADAFE.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_3C0286D5_2A2B_86C7_41C3_EE703D4ADAFE"},"class":"AdjacentPanorama","backwardYaw":1.82}],"hfovMax":130,"vfov":180,"hfov":360,"frames":[{"class":"CubicPanoramaFrame","overlays":["this.overlay_3C526415_2A28_9947_41B2_F44D2EB1A3F6","this.overlay_3C0286D5_2A2B_86C7_41C3_EE703D4ADAFE"],"cube":{"levels":[{"class":"TiledImageResourceLevel","tags":"ondemand","height":2048,"url":"media/panorama_202CEC51_29D9_89DF_41A3_307457074843_0/{face}/0/{row}_{column}.jpg","rowCount":4,"colCount":24,"width":12288},{"class":"TiledImageResourceLevel","tags":"ondemand","height":1024,"url":"media/panorama_202CEC51_29D9_89DF_41A3_307457074843_0/{face}/1/{row}_{column}.jpg","rowCount":2,"colCount":12,"width":6144},{"class":"TiledImageResourceLevel","tags":["ondemand","preload"],"height":512,"url":"media/panorama_202CEC51_29D9_89DF_41A3_307457074843_0/{face}/2/{row}_{column}.jpg","rowCount":1,"colCount":6,"width":3072},{"class":"TiledImageResourceLevel","tags":"mobilevr","height":1536,"url":"media/panorama_202CEC51_29D9_89DF_41A3_307457074843_0/{face}/vr/0.jpg","rowCount":1,"colCount":6,"width":9216},{"class":"TiledImageResourceLevel","tags":"mobilevr2gen","height":2048,"url":"media/panorama_202CEC51_29D9_89DF_41A3_307457074843_0/{face}/vr2gen/0.jpg","rowCount":1,"colCount":6,"width":12288}],"class":"ImageResource"},"thumbnailUrl":"media/panorama_202CEC51_29D9_89DF_41A3_307457074843_t.jpg"}],"partial":false,"thumbnailUrl":"media/panorama_202CEC51_29D9_89DF_41A3_307457074843_t.jpg"},{"loop":false,"audio":"this.AudioResource_3472CA50_2009_3D53_4192_4DF9C2B263FA","autoplay":true,"id":"audio_7A2C87F0_591F_B8CA_41CE_13BF6A5A3503","class":"MediaAudio","data":{"label":"audio_21C9BED5_2CCB_5BC8_41C0_9F6C87591187"}},{"class":"Panorama","data":{"label":"IMG_20211103_155946_00_173processed"},"id":"panorama_20202402_29D9_793D_41B4_E5905566B405","pitch":0,"mapLocations":[{"x":989.54,"angle":97.82,"y":412.26,"map":"this.map_4B6C3E3E_5DEF_1806_41AA_B58F00220546","class":"PanoramaMapLocation"}],"label":trans('panorama_20202402_29D9_793D_41B4_E5905566B405.label'),"adjacentPanoramas":[{"panorama":"this.panorama_2022BCA8_29D9_894D_41B9_2D78FFF09147","distance":3.3,"yaw":-7.03,"select":"this.overlay_0B89BCC1_2A5F_893F_41C3_534DD478B5EB.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_0B89BCC1_2A5F_893F_41C3_534DD478B5EB"},"class":"AdjacentPanorama","backwardYaw":-179.81},{"panorama":"this.panorama_20216B4C_29D8_8FC5_41AA_EEB1350DCA73","distance":3.69,"yaw":173.68,"select":"this.overlay_0BA78E4D_2A58_89C7_4195_3923FCF839AA.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_0BA78E4D_2A58_89C7_4195_3923FCF839AA"},"class":"AdjacentPanorama","backwardYaw":169.19}],"hfovMax":130,"vfov":180,"hfov":360,"frames":[{"class":"CubicPanoramaFrame","overlays":["this.overlay_0B89BCC1_2A5F_893F_41C3_534DD478B5EB","this.overlay_0BA78E4D_2A58_89C7_4195_3923FCF839AA","this.overlay_3C21B4B3_2EFC_E8E3_4181_F7D143DFFE7D"],"cube":{"levels":[{"class":"TiledImageResourceLevel","tags":"ondemand","height":2048,"url":"media/panorama_20202402_29D9_793D_41B4_E5905566B405_0/{face}/0/{row}_{column}.jpg","rowCount":4,"colCount":24,"width":12288},{"class":"TiledImageResourceLevel","tags":"ondemand","height":1024,"url":"media/panorama_20202402_29D9_793D_41B4_E5905566B405_0/{face}/1/{row}_{column}.jpg","rowCount":2,"colCount":12,"width":6144},{"class":"TiledImageResourceLevel","tags":["ondemand","preload"],"height":512,"url":"media/panorama_20202402_29D9_793D_41B4_E5905566B405_0/{face}/2/{row}_{column}.jpg","rowCount":1,"colCount":6,"width":3072},{"class":"TiledImageResourceLevel","tags":"mobilevr","height":1536,"url":"media/panorama_20202402_29D9_793D_41B4_E5905566B405_0/{face}/vr/0.jpg","rowCount":1,"colCount":6,"width":9216},{"class":"TiledImageResourceLevel","tags":"mobilevr2gen","height":2048,"url":"media/panorama_20202402_29D9_793D_41B4_E5905566B405_0/{face}/vr2gen/0.jpg","rowCount":1,"colCount":6,"width":12288}],"class":"ImageResource"},"thumbnailUrl":"media/panorama_20202402_29D9_793D_41B4_E5905566B405_t.jpg"}],"partial":false,"thumbnailUrl":"media/panorama_20202402_29D9_793D_41B4_E5905566B405_t.jpg"},{"surfaceSelectionEnabled":false,"buttonMoveUp":"this.IconButton_415E1887_5E2F_1806_41B7_D5ADDDEC1234","zoomEnabled":true,"displayPlaybackBar":true,"mouseControlMode":"drag_acceleration","touchControlMode":"drag_rotation","gyroscopeVerticalDraggingEnabled":true,"class":"PanoramaPlayer","buttonMoveRight":["this.IconButton_7F3EC92F_5E31_1806_41D0_615AC7C1F239","this.IconButton_7E3928C0_5E33_187A_41D0_ED7493497789"],"buttonMoveDown":"this.IconButton_40D2D95F_5E31_3805_41AE_B1D43541E337","gyroscopeEnabled":true,"buttonMoveLeft":"this.IconButton_418A9FB2_5E31_181E_41A0_8FC89561017E","aaEnabled":true,"id":"MainViewerPanoramaPlayer","viewerArea":"this.MainViewer","arrowKeysAction":"translate"},{"hoverFactor":0,"initialPosition":{"yaw":0,"class":"PanoramaCameraPosition","pitch":0},"id":"panorama_20210439_29D8_B94F_41AF_70333BFB7555_camera","class":"PanoramaCamera","initialSequence":{"class":"PanoramaCameraSequence","restartMovementOnUserInteraction":false,"movements":[{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_in"},{"yawDelta":323,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"linear"},{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_out"}]},"automaticZoomSpeed":10},{"class":"Panorama","data":{"label":"IMG_20211103_162607_00_191processed"},"id":"panorama_202E6165_29DB_7BC7_41AA_01916FC4AA48","pitch":0,"mapLocations":[{"x":1347.74,"angle":97.39,"y":424.67,"map":"this.map_4B2C3E51_5DEF_381A_41AB_851A3856D5FC","class":"PanoramaMapLocation"}],"label":trans('panorama_202E6165_29DB_7BC7_41AA_01916FC4AA48.label'),"adjacentPanoramas":[{"panorama":"this.panorama_202CDBD0_29D8_8EDD_41A9_0571E7060E7D","distance":100,"yaw":58.22,"select":"this.overlay_1C5CCCEB_2A2B_8AC3_419D_96AAD9236B9A.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_1C5CCCEB_2A2B_8AC3_419D_96AAD9236B9A"},"class":"AdjacentPanorama","backwardYaw":108.75},{"panorama":"this.panorama_202CDBD0_29D8_8EDD_41A9_0571E7060E7D","distance":100,"yaw":58.27,"select":"this.overlay_6B82D9DA_5E17_1803_41D5_7D273540E3E4.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_6B82D9DA_5E17_1803_41D5_7D273540E3E4"},"class":"AdjacentPanorama","backwardYaw":108.75},{"panorama":"this.panorama_202FD8AE_29DB_8945_41C1_7B025F391FB8","distance":2.96,"yaw":176.04,"select":"this.overlay_13983080_2A2F_993D_41A1_FDF5BA91D1AC.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_13983080_2A2F_993D_41A1_FDF5BA91D1AC"},"class":"AdjacentPanorama","backwardYaw":-3.21}],"hfovMax":130,"vfov":180,"hfov":360,"frames":[{"class":"CubicPanoramaFrame","overlays":["this.overlay_1C5CCCEB_2A2B_8AC3_419D_96AAD9236B9A","this.overlay_13983080_2A2F_993D_41A1_FDF5BA91D1AC","this.overlay_3D0BBC32_2EFC_3FFD_41C6_EB1354FE0B56","this.overlay_38919DE3_2EFC_F863_41C7_14A485A7C8DB","this.overlay_6B82D9DA_5E17_1803_41D5_7D273540E3E4"],"cube":{"levels":[{"class":"TiledImageResourceLevel","tags":"ondemand","height":2048,"url":"media/panorama_202E6165_29DB_7BC7_41AA_01916FC4AA48_0/{face}/0/{row}_{column}.jpg","rowCount":4,"colCount":24,"width":12288},{"class":"TiledImageResourceLevel","tags":"ondemand","height":1024,"url":"media/panorama_202E6165_29DB_7BC7_41AA_01916FC4AA48_0/{face}/1/{row}_{column}.jpg","rowCount":2,"colCount":12,"width":6144},{"class":"TiledImageResourceLevel","tags":["ondemand","preload"],"height":512,"url":"media/panorama_202E6165_29DB_7BC7_41AA_01916FC4AA48_0/{face}/2/{row}_{column}.jpg","rowCount":1,"colCount":6,"width":3072},{"class":"TiledImageResourceLevel","tags":"mobilevr","height":1536,"url":"media/panorama_202E6165_29DB_7BC7_41AA_01916FC4AA48_0/{face}/vr/0.jpg","rowCount":1,"colCount":6,"width":9216},{"class":"TiledImageResourceLevel","tags":"mobilevr2gen","height":2048,"url":"media/panorama_202E6165_29DB_7BC7_41AA_01916FC4AA48_0/{face}/vr2gen/0.jpg","rowCount":1,"colCount":6,"width":12288}],"class":"ImageResource"},"thumbnailUrl":"media/panorama_202E6165_29DB_7BC7_41AA_01916FC4AA48_t.jpg"}],"partial":false,"thumbnailUrl":"media/panorama_202E6165_29DB_7BC7_41AA_01916FC4AA48_t.jpg"},{"class":"Container","propagateClick":false,"paddingLeft":0,"toolTipHorizontalAlign":"center","scrollBarWidth":10,"paddingRight":0,"contentOpaque":false,"scrollBarColor":"#000000","scrollBarVisible":"rollOver","layout":"absolute","overflow":"scroll","width":"33.33%","creationPolicy":"inAdvance","scrollBarMargin":2,"paddingTop":0,"id":"Container_486F8534_590C_B94A_41CC_5D6D1FC84734","gap":10,"minHeight":1,"paddingBottom":0,"minWidth":1,"shadow":false,"borderSize":0,"scrollBarOpacity":0.5,"verticalAlign":"top","data":{"name":"C_4"},"borderRadius":0,"horizontalAlign":"left","backgroundOpacity":0,"height":"100%"},{"shadowHorizontalLength":2,"class":"HTMLText","propagateClick":false,"paddingLeft":40,"visible":false,"backgroundColorDirection":"vertical","toolTipHorizontalAlign":"center","shadowColor":"#000000","scrollBarWidth":10,"shadowSpread":1,"scrollBarOpacity":0.5,"paddingRight":62,"scrollBarColor":"#000000","scrollBarVisible":"rollOver","shadowVerticalLength":2,"backgroundColor":["#FFFFFF","#CCCCCC"],"scrollBarMargin":2,"paddingTop":20,"id":"HTMLText_37E5A838_2E8E_9743_41A4_19FEEB377C9E","minHeight":1,"paddingBottom":10,"minWidth":1,"shadow":true,"shadowBlurRadius":7,"borderSize":0,"backgroundColorRatios":[0.73,1],"html":trans('HTMLText_37E5A838_2E8E_9743_41A4_19FEEB377C9E.html'),"borderRadius":10,"top":"17.3%","left":"19.29%","bottom":"15.9%","right":"10.55%","shadowOpacity":0.19,"backgroundOpacity":0.91,"data":{"name":"TheatreText"}},{"popUpGap":0,"popUpBorderRadius":0,"class":"DropDown","propagateClick":false,"backgroundColorDirection":"vertical","paddingLeft":5,"height":"10.44%","visible":false,"popUpBackgroundOpacity":0.9,"toolTipHorizontalAlign":"center","popUpShadowBlurRadius":6,"fontSize":14,"popUpBackgroundColor":"#FFFFFF","fontFamily":"Arial","paddingRight":5,"fontStyle":"normal","popUpShadowColor":"#000000","fontColor":"#333333","arrowGap":5,"textDecoration":"none","popUpShadow":false,"popUpShadowSpread":1,"popUpShadowOpacity":0,"width":"100%","playList":"this.DropDown_4B2D0B49_591D_89DA_41CD_352EB9107322_playlist","backgroundColor":["#FFFFFF","#999999"],"selectedPopUpBackgroundColor":"#33CCFF","popUpFontColor":"#000000","arrowColor":"#8A8A8A","paddingTop":0,"id":"DropDown_4B2D0B49_591D_89DA_41CD_352EB9107322","gap":0,"minHeight":20,"paddingBottom":0,"minWidth":200,"shadow":false,"arrowBeforeLabel":false,"borderSize":0,"backgroundColorRatios":[0,1],"borderRadius":0,"arrowHeight":5,"left":"0%","data":{"name":"DropDown1204"},"top":"0%","backgroundOpacity":0.9,"fontWeight":"normal","arrowWidth":9,"rollOverPopUpBackgroundColor":"#CCCCCC"},{"class":"IconButton","propagateClick":false,"paddingLeft":0,"visible":false,"transparencyActive":true,"toolTipHorizontalAlign":"center","pressedRollOverIconURL":"skin/IconButton_36CEAA02_2E9B_8B47_41A6_73663A26602A_pressed.png","cursor":"hand","rollOverIconURL":"skin/IconButton_36CEAA02_2E9B_8B47_41A6_73663A26602A_rollover.png","paddingRight":0,"pressedIconURL":"skin/IconButton_36CEAA02_2E9B_8B47_41A6_73663A26602A_pressed.png","iconURL":"skin/IconButton_36CEAA02_2E9B_8B47_41A6_73663A26602A.png","click":"var invisibleFunc = function(component) { this.setComponentVisibility(component, false, 0, null, 'hideEffect', false)}.bind(this); invisibleFunc(this.IconButton_6BD1CDF9_5EF1_780A_41C5_6F21E3A04D36); invisibleFunc(this.Image_3838397D_2E9F_89BD_41BF_1956977297A3); invisibleFunc(this.HTMLText_3974A175_2E9D_99CD_4189_3A794AA96B9D)","id":"IconButton_6BD1CDF9_5EF1_780A_41C5_6F21E3A04D36","minHeight":0,"paddingTop":0,"paddingBottom":0,"minWidth":0,"shadow":false,"mode":"push","borderSize":0,"left":"20.7%","borderRadius":0,"top":"57.06%","verticalAlign":"middle","bottom":"29.17%","right":"69.33%","horizontalAlign":"center","backgroundOpacity":0,"data":{"name":"\u5b78\u751f\u6703\u95dc\u9589"}},{"class":"IconButton","propagateClick":false,"paddingLeft":0,"visible":false,"transparencyActive":true,"cursor":"hand","pressedRollOverIconURL":"skin/IconButton_36CEAA02_2E9B_8B47_41A6_73663A26602A_pressed.png","rollOverIconURL":"skin/IconButton_36CEAA02_2E9B_8B47_41A6_73663A26602A_rollover.png","toolTipHorizontalAlign":"center","paddingRight":0,"pressedIconURL":"skin/IconButton_36CEAA02_2E9B_8B47_41A6_73663A26602A_pressed.png","iconURL":"skin/IconButton_36CEAA02_2E9B_8B47_41A6_73663A26602A.png","click":"var invisibleFunc = function(component) { this.setComponentVisibility(component, false, 0, null, 'hideEffect', false)}.bind(this); invisibleFunc(this.IconButton_3FEF8B75_2EE4_7867_41C0_1424C6D7EF7F); invisibleFunc(this.HTMLText_3E794611_2EEB_EBBF_41C1_776CA1CFD3F7)","id":"IconButton_3FEF8B75_2EE4_7867_41C0_1424C6D7EF7F","minHeight":0,"paddingTop":0,"paddingBottom":0,"minWidth":0,"shadow":false,"mode":"push","borderSize":0,"left":"71.27%","borderRadius":0,"top":"37.55%","verticalAlign":"middle","bottom":"58.24%","right":"25.17%","horizontalAlign":"center","backgroundOpacity":0,"data":{"name":"FloorBtn"}},{"class":"Panorama","data":{"label":"IMG_20211103_154142_00_157processed"},"id":"panorama_2022DDE3_29D9_8AC3_4198_7C1670E7A4F0","pitch":0,"mapLocations":[{"x":1089.22,"angle":362.26,"y":522.71,"map":"this.map_4B782B47_5904_89D6_4186_B4E68524C061","class":"PanoramaMapLocation"}],"label":trans('panorama_2022DDE3_29D9_8AC3_4198_7C1670E7A4F0.label'),"adjacentPanoramas":[{"panorama":"this.panorama_202CF657_29D9_79C3_41C2_1EDBA136C06F","distance":4.47,"yaw":91.36,"select":"this.overlay_3DF0E257_29D9_99C3_41C1_EAEA8E3E4AF7.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_3DF0E257_29D9_99C3_41C1_EAEA8E3E4AF7"},"class":"AdjacentPanorama","backwardYaw":49.61},{"panorama":"this.panorama_2020451D_29D9_9B47_41C4_C6214239C92F","distance":5.26,"yaw":-94.67,"select":"this.overlay_3D49C01E_29D9_9945_41C2_080372024F52.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_3D49C01E_29D9_9945_41C2_080372024F52"},"class":"AdjacentPanorama","backwardYaw":176.95}],"hfovMax":130,"vfov":180,"hfov":360,"frames":[{"class":"CubicPanoramaFrame","overlays":["this.overlay_3DF0E257_29D9_99C3_41C1_EAEA8E3E4AF7","this.overlay_3D49C01E_29D9_9945_41C2_080372024F52"],"cube":{"levels":[{"class":"TiledImageResourceLevel","tags":"ondemand","height":2048,"url":"media/panorama_2022DDE3_29D9_8AC3_4198_7C1670E7A4F0_0/{face}/0/{row}_{column}.jpg","rowCount":4,"colCount":24,"width":12288},{"class":"TiledImageResourceLevel","tags":"ondemand","height":1024,"url":"media/panorama_2022DDE3_29D9_8AC3_4198_7C1670E7A4F0_0/{face}/1/{row}_{column}.jpg","rowCount":2,"colCount":12,"width":6144},{"class":"TiledImageResourceLevel","tags":["ondemand","preload"],"height":512,"url":"media/panorama_2022DDE3_29D9_8AC3_4198_7C1670E7A4F0_0/{face}/2/{row}_{column}.jpg","rowCount":1,"colCount":6,"width":3072},{"class":"TiledImageResourceLevel","tags":"mobilevr","height":1536,"url":"media/panorama_2022DDE3_29D9_8AC3_4198_7C1670E7A4F0_0/{face}/vr/0.jpg","rowCount":1,"colCount":6,"width":9216},{"class":"TiledImageResourceLevel","tags":"mobilevr2gen","height":2048,"url":"media/panorama_2022DDE3_29D9_8AC3_4198_7C1670E7A4F0_0/{face}/vr2gen/0.jpg","rowCount":1,"colCount":6,"width":12288}],"class":"ImageResource"},"thumbnailUrl":"media/panorama_2022DDE3_29D9_8AC3_4198_7C1670E7A4F0_t.jpg"}],"partial":false,"thumbnailUrl":"media/panorama_2022DDE3_29D9_8AC3_4198_7C1670E7A4F0_t.jpg"},{"class":"Panorama","data":{"label":"IMG_20211103_155237_00_167processed"},"id":"panorama_202CE7AB_29D9_8743_41A5_D2FD9474A935","pitch":0,"mapLocations":[{"x":1662.03,"angle":195.39,"y":328.82,"map":"this.map_4B4049FE_5904_88B6_41C6_D1650E659B9B","class":"PanoramaMapLocation"}],"label":trans('panorama_202CE7AB_29D9_8743_41A5_D2FD9474A935.label'),"adjacentPanoramas":[{"panorama":"this.panorama_202EA06E_29D9_99C5_41AF_609FB7C01D8B","distance":3.54,"yaw":83.52,"select":"this.overlay_33D4A1B7_2A38_9B43_4198_FECFC716794B.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_33D4A1B7_2A38_9B43_4198_FECFC716794B"},"class":"AdjacentPanorama","backwardYaw":-15.85},{"panorama":"this.panorama_233E06B5_29D8_9947_41C1_E6C3B0F12258","distance":25.02,"yaw":-135.9,"select":"this.overlay_3AD87920_29E9_8B7D_416B_6214F8C96058.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_3AD87920_29E9_8B7D_416B_6214F8C96058"},"class":"AdjacentPanorama","backwardYaw":136.9},{"panorama":"this.panorama_233E06B5_29D8_9947_41C1_E6C3B0F12258","distance":25.87,"yaw":-135.98,"select":"this.overlay_74E095E9_5E13_280A_41C3_72850E52C838.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_74E095E9_5E13_280A_41C3_72850E52C838"},"class":"AdjacentPanorama","backwardYaw":136.9},{"panorama":"this.panorama_202CBEF2_29D9_86DD_41C1_0233C02AE27F","distance":29.57,"yaw":-144.93,"select":"this.overlay_15594A86_2A38_8945_41A6_0801C264F993.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_15594A86_2A38_8945_41A6_0801C264F993"},"class":"AdjacentPanorama","backwardYaw":-64.79},{"panorama":"this.panorama_202CBEF2_29D9_86DD_41C1_0233C02AE27F","distance":30.93,"yaw":-144.98,"select":"this.overlay_779418CC_5E11_180A_41C4_BABA04368841.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_779418CC_5E11_180A_41C4_BABA04368841"},"class":"AdjacentPanorama","backwardYaw":-64.79}],"hfovMax":130,"vfov":180,"hfov":360,"frames":[{"class":"CubicPanoramaFrame","overlays":["this.overlay_3AD87920_29E9_8B7D_416B_6214F8C96058","this.overlay_33D4A1B7_2A38_9B43_4198_FECFC716794B","this.overlay_15594A86_2A38_8945_41A6_0801C264F993","this.overlay_74E095E9_5E13_280A_41C3_72850E52C838","this.overlay_779418CC_5E11_180A_41C4_BABA04368841"],"cube":{"levels":[{"class":"TiledImageResourceLevel","tags":"ondemand","height":2048,"url":"media/panorama_202CE7AB_29D9_8743_41A5_D2FD9474A935_0/{face}/0/{row}_{column}.jpg","rowCount":4,"colCount":24,"width":12288},{"class":"TiledImageResourceLevel","tags":"ondemand","height":1024,"url":"media/panorama_202CE7AB_29D9_8743_41A5_D2FD9474A935_0/{face}/1/{row}_{column}.jpg","rowCount":2,"colCount":12,"width":6144},{"class":"TiledImageResourceLevel","tags":["ondemand","preload"],"height":512,"url":"media/panorama_202CE7AB_29D9_8743_41A5_D2FD9474A935_0/{face}/2/{row}_{column}.jpg","rowCount":1,"colCount":6,"width":3072},{"class":"TiledImageResourceLevel","tags":"mobilevr","height":1536,"url":"media/panorama_202CE7AB_29D9_8743_41A5_D2FD9474A935_0/{face}/vr/0.jpg","rowCount":1,"colCount":6,"width":9216},{"class":"TiledImageResourceLevel","tags":"mobilevr2gen","height":2048,"url":"media/panorama_202CE7AB_29D9_8743_41A5_D2FD9474A935_0/{face}/vr2gen/0.jpg","rowCount":1,"colCount":6,"width":12288}],"class":"ImageResource"},"thumbnailUrl":"media/panorama_202CE7AB_29D9_8743_41A5_D2FD9474A935_t.jpg"}],"partial":false,"thumbnailUrl":"media/panorama_202CE7AB_29D9_8743_41A5_D2FD9474A935_t.jpg"},{"hoverFactor":0,"initialPosition":{"yaw":0,"class":"PanoramaCameraPosition","pitch":0},"id":"panorama_202F3D69_29D9_8BCF_41C1_8E365DC5CBD9_camera","class":"PanoramaCamera","initialSequence":{"class":"PanoramaCameraSequence","restartMovementOnUserInteraction":false,"movements":[{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_in"},{"yawDelta":323,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"linear"},{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_out"}]},"automaticZoomSpeed":10},{"class":"Container","propagateClick":false,"paddingLeft":0,"toolTipHorizontalAlign":"center","scrollBarWidth":10,"paddingRight":0,"contentOpaque":false,"scrollBarColor":"#000000","scrollBarVisible":"rollOver","layout":"absolute","overflow":"scroll","width":"33.33%","creationPolicy":"inAdvance","children":["this.IconButton_40CEF98D_5E10_F80A_41B8_FD93074438EA","this.IconButton_40A2991B_5E13_180E_41B0_7DB28CCA7720","this.IconButton_40BAC6BA_5E2F_680E_41BC_98BECF5360B6","this.IconButton_7F3EC92F_5E31_1806_41D0_615AC7C1F239"],"scrollBarMargin":2,"paddingTop":0,"id":"Container_48AC22CF_590C_B8D5_41D2_32E37F5C9C3F","gap":10,"minHeight":1,"paddingBottom":0,"minWidth":1,"shadow":false,"borderSize":0,"scrollBarOpacity":0.5,"verticalAlign":"top","data":{"name":"C_3"},"borderRadius":0,"horizontalAlign":"left","backgroundOpacity":0,"height":"100%"},{"id":"mainPlayList","class":"PlayList","items":[{"media":"this.panorama_483BA813_5901_37DF_41BD_AAE689B1AFB7","camera":"this.panorama_483BA813_5901_37DF_41BD_AAE689B1AFB7_camera","begin":"this.setEndToItemIndex(this.mainPlayList, 0, 1)","player":"this.MainViewerPanoramaPlayer","class":"PanoramaPlayListItem","start":"this._initItemWithComps(this.mainPlayList, 0, [this.Image_4B648EBA_5903_88BE_41C2_AFDB2F1F576C,this.IconButton_415E1887_5E2F_1806_41B7_D5ADDDEC1234,this.IconButton_7E3928C0_5E33_187A_41D0_ED7493497789,this.IconButton_40D2D95F_5E31_3805_41AE_B1D43541E337,this.IconButton_418A9FB2_5E31_181E_41A0_8FC89561017E], 'begin', false, null, 0, 0); this._initItemWithComps(this.mainPlayList, 0, [this.IconButton_415E1887_5E2F_1806_41B7_D5ADDDEC1234,this.IconButton_7E3928C0_5E33_187A_41D0_ED7493497789,this.IconButton_40D2D95F_5E31_3805_41AE_B1D43541E337,this.IconButton_418A9FB2_5E31_181E_41A0_8FC89561017E], 'end', true, null, 0, 0)"},"this.PanoramaPlayListItem_2EE8EBFE_20E6_4877_4169_F28F667EAFC3","this.PanoramaPlayListItem_2EE97BFF_20E6_4875_41A3_9D703338C253","this.PanoramaPlayListItem_2EE91BFF_20E6_4875_41B1_B0E65B287A69","this.PanoramaPlayListItem_2EE9ABFF_20E6_4875_41B4_E4D322AFFC16","this.PanoramaPlayListItem_2EEA4BFF_20E6_4875_41BA_A7B50B966EE3","this.PanoramaPlayListItem_2EEA0C00_20E6_4F8B_41B7_D235A7173D30","this.PanoramaPlayListItem_2EEABC00_20E6_4F8B_41BB_A1203A9D89F8","this.PanoramaPlayListItem_2EEB4C00_20E6_4F8B_41AB_12D0FA3880D0","this.PanoramaPlayListItem_2EEBEC00_20E6_4F8B_41AA_FD5E1B65E230","this.PanoramaPlayListItem_2EEB8C01_20E6_4F8D_41B1_EDF917220295","this.PanoramaPlayListItem_2EEC3C01_20E6_4F8D_41B6_047B21BE59D1","this.PanoramaPlayListItem_2EECEC02_20E6_4F8F_41B9_6427C04D58A8","this.PanoramaPlayListItem_2EECAC02_20E6_4F8F_41B1_BF0A2A65B6F2","this.PanoramaPlayListItem_2EED3C02_20E6_4F8F_41BB_5F0B9E1F4DCD","this.PanoramaPlayListItem_2EEDDC03_20E6_4F8D_41B6_97BDAE63BC8B","this.PanoramaPlayListItem_2EED8C03_20E6_4F8D_41B8_6091B5957CAE","this.PanoramaPlayListItem_2EEE3C03_20E6_4F8D_41B0_132030ECF438","this.PanoramaPlayListItem_2EEEEC03_20E6_4F8D_41A9_9936EEEF57F1","this.PanoramaPlayListItem_2EEE8C04_20E6_4F8B_41AF_5750F2E87840","this.PanoramaPlayListItem_2EEF4C04_20E6_4F8B_41BA_83142961E5D1","this.PanoramaPlayListItem_2EEFEC04_20E6_4F8B_41AA_C04E91FA6AF4","this.PanoramaPlayListItem_2EEF8C04_20E6_4F8B_41A9_343D315DCD43","this.PanoramaPlayListItem_2EF03C04_20E6_4F8B_41A3_2211E4A898A7","this.PanoramaPlayListItem_2EF0CC05_20E6_4F95_41BF_BC3B0B9B293E","this.PanoramaPlayListItem_2EF16C05_20E6_4F95_41BE_7973529D7707","this.PanoramaPlayListItem_2EF11C05_20E6_4F95_41C0_5F633D9F27BD","this.PanoramaPlayListItem_2EF1CC05_20E6_4F95_41BB_A33B09B5B146","this.PanoramaPlayListItem_2EF00C06_20E6_4F97_41BF_5F93F03AC60B","this.PanoramaPlayListItem_2EF0AC06_20E6_4F97_41BF_4A3AB5B9B85D","this.PanoramaPlayListItem_2EF13C06_20E6_4F97_419C_1D33E4947E38","this.PanoramaPlayListItem_2EF1DC06_20E6_4F97_41A2_9811C4BBAD99","this.PanoramaPlayListItem_2EF27C06_20E6_4F97_4154_64B715894A7A","this.PanoramaPlayListItem_2EF21C07_20E6_4F95_41B7_CAF21D4A403D","this.PanoramaPlayListItem_2EF2CC07_20E6_4F95_41AC_462C576054F8",{"media":"this.panorama_202A8A29_29D8_894F_41C0_6C9391436A5C","camera":"this.panorama_202A8A29_29D8_894F_41C0_6C9391436A5C_camera","begin":"this.setEndToItemIndex(this.mainPlayList, 35, 36)","player":"this.MainViewerPanoramaPlayer","class":"PanoramaPlayListItem","start":"this._initItemWithComps(this.mainPlayList, 35, [this.Image_4B648EBA_5903_88BE_41C2_AFDB2F1F576C], 'begin', false, null, 0, 0); this._initItemWithComps(this.mainPlayList, 35, [this.IconButton_415E1887_5E2F_1806_41B7_D5ADDDEC1234,this.IconButton_7E3928C0_5E33_187A_41D0_ED7493497789,this.IconButton_40D2D95F_5E31_3805_41AE_B1D43541E337,this.IconButton_418A9FB2_5E31_181E_41A0_8FC89561017E], 'begin', true, null, 0, 0)"},"this.PanoramaPlayListItem_2EF3FC07_20E6_4F95_41B0_D06E7896B75E","this.PanoramaPlayListItem_2EF3AC08_20E6_4F9B_41B5_F55C7BA3BAC9","this.PanoramaPlayListItem_2EF44C08_20E6_4F9B_41B9_4B53D0C6AB54","this.PanoramaPlayListItem_2EF4FC08_20E6_4F9B_41A9_8E90012A503B",{"media":"this.video_33E20C66_2019_557F_41AC_4E5BA821B0AB","begin":"this.fixTogglePlayPauseButton(this.MainViewerVideoPlayer); this.setEndToItemIndex(this.mainPlayList, 40, 41)","player":"this.MainViewerVideoPlayer","class":"VideoPlayListItem","start":"this.MainViewerVideoPlayer.set('displayPlaybackBar', true); this.MainViewerVideoPlayer.set('displayPlayOverlay', true); this.MainViewerVideoPlayer.set('clickAction', 'play_pause'); this.changeBackgroundWhilePlay(this.mainPlayList, 40, '#000000'); this.changeOpacityWhilePlay(this.mainPlayList, 40, '0'); this.pauseGlobalAudiosWhilePlayItem(this.mainPlayList, 40)"},{"media":"this.video_3BA1D05B_203F_4D55_41A7_288175E53C63","begin":"this.fixTogglePlayPauseButton(this.MainViewerVideoPlayer); this.setEndToItemIndex(this.mainPlayList, 41, 42)","player":"this.MainViewerVideoPlayer","class":"VideoPlayListItem","start":"this.MainViewerVideoPlayer.set('displayPlaybackBar', true); this.MainViewerVideoPlayer.set('displayPlayOverlay', true); this.MainViewerVideoPlayer.set('clickAction', 'play_pause'); this.changeBackgroundWhilePlay(this.mainPlayList, 41, '#000000'); this.changeOpacityWhilePlay(this.mainPlayList, 41, '0'); this.pauseGlobalAudiosWhilePlayItem(this.mainPlayList, 41)"},{"media":"this.video_3A08B8D9_201B_5D55_41B5_629BACF28A9B","begin":"this.fixTogglePlayPauseButton(this.MainViewerVideoPlayer); this.setEndToItemIndex(this.mainPlayList, 42, 43)","player":"this.MainViewerVideoPlayer","class":"VideoPlayListItem","start":"this.MainViewerVideoPlayer.set('displayPlaybackBar', true); this.MainViewerVideoPlayer.set('displayPlayOverlay', true); this.MainViewerVideoPlayer.set('clickAction', 'play_pause'); this.changeBackgroundWhilePlay(this.mainPlayList, 42, '#000000'); this.changeOpacityWhilePlay(this.mainPlayList, 42, '0'); this.pauseGlobalAudiosWhilePlayItem(this.mainPlayList, 42)"},{"media":"this.video_3C810D04_2079_54B3_41BF_11237A845FD0","begin":"this.fixTogglePlayPauseButton(this.MainViewerVideoPlayer); this.setEndToItemIndex(this.mainPlayList, 43, 0)","player":"this.MainViewerVideoPlayer","class":"VideoPlayListItem","end":"this.trigger('tourEnded')","start":"this.MainViewerVideoPlayer.set('displayPlaybackBar', true); this.MainViewerVideoPlayer.set('displayPlayOverlay', true); this.MainViewerVideoPlayer.set('clickAction', 'play_pause'); this.changeBackgroundWhilePlay(this.mainPlayList, 43, '#000000'); this.changeOpacityWhilePlay(this.mainPlayList, 43, '0'); this.pauseGlobalAudiosWhilePlayItem(this.mainPlayList, 43)"}]},{"class":"Panorama","data":{"label":"IMG_20211103_154103_00_156processed"},"id":"panorama_202CF657_29D9_79C3_41C2_1EDBA136C06F","pitch":0,"mapLocations":[{"x":1353.89,"angle":3.48,"y":484.01,"map":"this.map_4B782B47_5904_89D6_4186_B4E68524C061","class":"PanoramaMapLocation"}],"label":trans('panorama_202CF657_29D9_79C3_41C2_1EDBA136C06F.label'),"adjacentPanoramas":[{"panorama":"this.panorama_20303F0B_29D8_8743_41B0_0880E967F034","distance":4.08,"yaw":-94.67,"select":"this.overlay_3A4B80EA_29D8_9ACD_41B2_BE2456328EC4.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_3A4B80EA_29D8_9ACD_41B2_BE2456328EC4"},"class":"AdjacentPanorama","backwardYaw":90.19},{"panorama":"this.panorama_2022DDE3_29D9_8AC3_4198_7C1670E7A4F0","distance":4.56,"yaw":49.61,"select":"this.overlay_3CF0AA0A_29D9_894D_4171_3A9C1525A01E.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_3CF0AA0A_29D9_894D_4171_3A9C1525A01E"},"class":"AdjacentPanorama","backwardYaw":91.36}],"hfovMax":130,"vfov":180,"hfov":360,"frames":[{"class":"CubicPanoramaFrame","overlays":["this.overlay_3A4B80EA_29D8_9ACD_41B2_BE2456328EC4","this.overlay_3CF0AA0A_29D9_894D_4171_3A9C1525A01E"],"cube":{"levels":[{"class":"TiledImageResourceLevel","tags":"ondemand","height":2048,"url":"media/panorama_202CF657_29D9_79C3_41C2_1EDBA136C06F_0/{face}/0/{row}_{column}.jpg","rowCount":4,"colCount":24,"width":12288},{"class":"TiledImageResourceLevel","tags":"ondemand","height":1024,"url":"media/panorama_202CF657_29D9_79C3_41C2_1EDBA136C06F_0/{face}/1/{row}_{column}.jpg","rowCount":2,"colCount":12,"width":6144},{"class":"TiledImageResourceLevel","tags":["ondemand","preload"],"height":512,"url":"media/panorama_202CF657_29D9_79C3_41C2_1EDBA136C06F_0/{face}/2/{row}_{column}.jpg","rowCount":1,"colCount":6,"width":3072},{"class":"TiledImageResourceLevel","tags":"mobilevr","height":1536,"url":"media/panorama_202CF657_29D9_79C3_41C2_1EDBA136C06F_0/{face}/vr/0.jpg","rowCount":1,"colCount":6,"width":9216},{"class":"TiledImageResourceLevel","tags":"mobilevr2gen","height":2048,"url":"media/panorama_202CF657_29D9_79C3_41C2_1EDBA136C06F_0/{face}/vr2gen/0.jpg","rowCount":1,"colCount":6,"width":12288}],"class":"ImageResource"},"thumbnailUrl":"media/panorama_202CF657_29D9_79C3_41C2_1EDBA136C06F_t.jpg"}],"partial":false,"thumbnailUrl":"media/panorama_202CF657_29D9_79C3_41C2_1EDBA136C06F_t.jpg"},{"height":"29.832%","class":"IconButton","propagateClick":false,"visible":false,"transparencyActive":false,"paddingLeft":0,"pressedRollOverIconURL":"skin/IconButton_7E3928C0_5E33_187A_41D0_ED7493497789.png","cursor":"hand","toolTipHorizontalAlign":"center","paddingRight":0,"iconURL":"skin/IconButton_7E3928C0_5E33_187A_41D0_ED7493497789.png","width":"20.104%","id":"IconButton_7E3928C0_5E33_187A_41D0_ED7493497789","minHeight":0,"paddingTop":0,"paddingBottom":0,"minWidth":0,"shadow":false,"mode":"push","borderSize":0,"borderRadius":0,"verticalAlign":"middle","right":"12%","top":"30%","horizontalAlign":"center","backgroundOpacity":0,"data":{"name":"right"}},{"hoverFactor":0,"initialPosition":{"yaw":0,"class":"PanoramaCameraPosition","pitch":0},"id":"panorama_202FB5A2_29D8_9B7D_41AC_C366F8212260_camera","class":"PanoramaCamera","initialSequence":{"class":"PanoramaCameraSequence","restartMovementOnUserInteraction":false,"movements":[{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_in"},{"yawDelta":323,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"linear"},{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_out"}]},"automaticZoomSpeed":10},{"hoverFactor":0,"initialPosition":{"yaw":0,"class":"PanoramaCameraPosition","pitch":0},"id":"panorama_20227F14_29D8_8745_41C2_B785C0176E46_camera","class":"PanoramaCamera","initialSequence":{"class":"PanoramaCameraSequence","restartMovementOnUserInteraction":false,"movements":[{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_in"},{"yawDelta":323,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"linear"},{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_out"}]},"automaticZoomSpeed":10},{"hoverFactor":0,"initialPosition":{"yaw":0,"class":"PanoramaCameraPosition","pitch":0},"id":"panorama_2025FB58_29D9_8FCD_419E_2FF7CC682393_camera","class":"PanoramaCamera","initialSequence":{"class":"PanoramaCameraSequence","restartMovementOnUserInteraction":false,"movements":[{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_in"},{"yawDelta":323,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"linear"},{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_out"}]},"automaticZoomSpeed":10},{"class":"Panorama","data":{"label":"IMG_20211103_154409_00_160processed"},"id":"panorama_202F03A6_29D9_BF45_4190_464DA2BBFA9C","pitch":0,"mapLocations":[{"x":428.89,"angle":90.06,"y":521.05,"map":"this.map_4B782B47_5904_89D6_4186_B4E68524C061","class":"PanoramaMapLocation"}],"label":trans('panorama_202F03A6_29D9_BF45_4190_464DA2BBFA9C.label'),"adjacentPanoramas":[{"panorama":"this.panorama_202EC2BB_29D9_9943_4191_623B23A1A8B5","distance":100,"yaw":118.04,"select":"this.overlay_3CFBA05C_2A28_99C5_41BA_E13CE5FCB61B.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_3CFBA05C_2A28_99C5_41BA_E13CE5FCB61B"},"class":"AdjacentPanorama","backwardYaw":88.23},{"panorama":"this.panorama_202EC2BB_29D9_9943_4191_623B23A1A8B5","distance":100,"yaw":118.82,"select":"this.overlay_77262D05_5E1F_1805_41C3_EA17EF2E4A92.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_77262D05_5E1F_1805_41C3_EA17EF2E4A92"},"class":"AdjacentPanorama","backwardYaw":88.23},{"panorama":"this.panorama_202CEC51_29D9_89DF_41A3_307457074843","distance":1.58,"yaw":1.82,"select":"this.overlay_3FFB2776_2A28_87C5_41C1_DD7E8A4CA7ED.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_3FFB2776_2A28_87C5_41C1_DD7E8A4CA7ED"},"class":"AdjacentPanorama","backwardYaw":116.16},{"panorama":"this.panorama_2025FB58_29D9_8FCD_419E_2FF7CC682393","distance":2.19,"yaw":-179.98,"select":"this.overlay_3C724CFF_2A28_8AC3_41BD_4FD0057B6615.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_3C724CFF_2A28_8AC3_41BD_4FD0057B6615"},"class":"AdjacentPanorama","backwardYaw":92.32}],"hfovMax":130,"vfov":180,"hfov":360,"frames":[{"class":"CubicPanoramaFrame","overlays":["this.overlay_3FFB2776_2A28_87C5_41C1_DD7E8A4CA7ED","this.overlay_3C724CFF_2A28_8AC3_41BD_4FD0057B6615","this.overlay_3CFBA05C_2A28_99C5_41BA_E13CE5FCB61B","this.overlay_77262D05_5E1F_1805_41C3_EA17EF2E4A92"],"cube":{"levels":[{"class":"TiledImageResourceLevel","tags":"ondemand","height":2048,"url":"media/panorama_202F03A6_29D9_BF45_4190_464DA2BBFA9C_0/{face}/0/{row}_{column}.jpg","rowCount":4,"colCount":24,"width":12288},{"class":"TiledImageResourceLevel","tags":"ondemand","height":1024,"url":"media/panorama_202F03A6_29D9_BF45_4190_464DA2BBFA9C_0/{face}/1/{row}_{column}.jpg","rowCount":2,"colCount":12,"width":6144},{"class":"TiledImageResourceLevel","tags":["ondemand","preload"],"height":512,"url":"media/panorama_202F03A6_29D9_BF45_4190_464DA2BBFA9C_0/{face}/2/{row}_{column}.jpg","rowCount":1,"colCount":6,"width":3072},{"class":"TiledImageResourceLevel","tags":"mobilevr","height":1536,"url":"media/panorama_202F03A6_29D9_BF45_4190_464DA2BBFA9C_0/{face}/vr/0.jpg","rowCount":1,"colCount":6,"width":9216},{"class":"TiledImageResourceLevel","tags":"mobilevr2gen","height":2048,"url":"media/panorama_202F03A6_29D9_BF45_4190_464DA2BBFA9C_0/{face}/vr2gen/0.jpg","rowCount":1,"colCount":6,"width":12288}],"class":"ImageResource"},"thumbnailUrl":"media/panorama_202F03A6_29D9_BF45_4190_464DA2BBFA9C_t.jpg"}],"partial":false,"thumbnailUrl":"media/panorama_202F03A6_29D9_BF45_4190_464DA2BBFA9C_t.jpg"},{"class":"Panorama","data":{"label":"IMG_20211103_155603_00_169processed"},"id":"panorama_202E762D_29D9_B947_41B9_73BF2ED44020","pitch":0,"mapLocations":[{"x":1543.52,"angle":0,"y":498.89,"map":"this.map_4B6C3E3E_5DEF_1806_41AA_B58F00220546","class":"PanoramaMapLocation"}],"label":trans('panorama_202E762D_29D9_B947_41B9_73BF2ED44020.label'),"adjacentPanoramas":[{"panorama":"this.panorama_202CBEF2_29D9_86DD_41C1_0233C02AE27F","distance":3.87,"yaw":89.47,"select":"this.overlay_308B1445_2A2B_B9C7_41AA_608848695760.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_308B1445_2A2B_B9C7_41AA_608848695760"},"class":"AdjacentPanorama","backwardYaw":49.61},{"panorama":"this.panorama_202F3D69_29D9_8BCF_41C1_8E365DC5CBD9","distance":3.56,"yaw":-94.49,"select":"this.overlay_3110BE98_2A28_894D_41B5_865A2E445F3D.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_3110BE98_2A28_894D_41B5_865A2E445F3D"},"class":"AdjacentPanorama","backwardYaw":-36.95}],"hfovMax":130,"vfov":180,"hfov":360,"frames":[{"class":"CubicPanoramaFrame","overlays":["this.overlay_308B1445_2A2B_B9C7_41AA_608848695760","this.overlay_3110BE98_2A28_894D_41B5_865A2E445F3D"],"cube":{"levels":[{"class":"TiledImageResourceLevel","tags":"ondemand","height":2048,"url":"media/panorama_202E762D_29D9_B947_41B9_73BF2ED44020_0/{face}/0/{row}_{column}.jpg","rowCount":4,"colCount":24,"width":12288},{"class":"TiledImageResourceLevel","tags":"ondemand","height":1024,"url":"media/panorama_202E762D_29D9_B947_41B9_73BF2ED44020_0/{face}/1/{row}_{column}.jpg","rowCount":2,"colCount":12,"width":6144},{"class":"TiledImageResourceLevel","tags":["ondemand","preload"],"height":512,"url":"media/panorama_202E762D_29D9_B947_41B9_73BF2ED44020_0/{face}/2/{row}_{column}.jpg","rowCount":1,"colCount":6,"width":3072},{"class":"TiledImageResourceLevel","tags":"mobilevr","height":1536,"url":"media/panorama_202E762D_29D9_B947_41B9_73BF2ED44020_0/{face}/vr/0.jpg","rowCount":1,"colCount":6,"width":9216},{"class":"TiledImageResourceLevel","tags":"mobilevr2gen","height":2048,"url":"media/panorama_202E762D_29D9_B947_41B9_73BF2ED44020_0/{face}/vr2gen/0.jpg","rowCount":1,"colCount":6,"width":12288}],"class":"ImageResource"},"thumbnailUrl":"media/panorama_202E762D_29D9_B947_41B9_73BF2ED44020_t.jpg"}],"partial":false,"thumbnailUrl":"media/panorama_202E762D_29D9_B947_41B9_73BF2ED44020_t.jpg"},{"height":"33.33%","class":"Container","propagateClick":false,"paddingLeft":0,"scrollBarWidth":10,"contentOpaque":false,"toolTipHorizontalAlign":"center","scrollBarOpacity":0.5,"scrollBarColor":"#000000","scrollBarVisible":"rollOver","paddingRight":0,"layout":"horizontal","overflow":"scroll","width":"100%","creationPolicy":"inAdvance","children":["this.Container_483C6647_5904_7BD6_41C3_CDC83A70D5FD","this.Container_487BC3C1_5904_98CA_41C7_A58FCCF93A56","this.Container_4809DD04_5904_894A_41D0_84FAEC8319C6"],"scrollBarMargin":2,"id":"Container_49F1CA6D_5905_8BDA_41D4_9A8606EC43BD","gap":10,"minHeight":1,"paddingTop":0,"paddingBottom":0,"minWidth":1,"shadow":false,"borderSize":0,"borderRadius":0,"verticalAlign":"middle","right":"0%","top":"0.07%","horizontalAlign":"center","backgroundOpacity":0,"data":{"name":"C_up"}},{"class":"Panorama","data":{"label":"IMG_20211103_162310_00_189processed"},"id":"panorama_202D62FF_29D8_9EC3_419B_FF98C0CDD432","pitch":0,"mapLocations":[{"x":1475.92,"angle":21.76,"y":528.72,"map":"this.map_4BB5D5CC_5904_F8DA_41D4_A5D5721CAB56","class":"PanoramaMapLocation"}],"label":trans('panorama_202D62FF_29D8_9EC3_419B_FF98C0CDD432.label'),"adjacentPanoramas":[{"panorama":"this.panorama_202CBCE5_29D8_8AC7_41A9_B64BA0E8A51D","distance":6.84,"yaw":91.09,"select":"this.overlay_1E7B6D2B_2A58_8B43_419E_2F385E6B7F67.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_1E7B6D2B_2A58_8B43_419E_2F385E6B7F67"},"class":"AdjacentPanorama"},{"panorama":"this.panorama_202E6165_29DB_7BC7_41AA_01916FC4AA48","distance":100,"yaw":-98.17,"select":"this.overlay_1C1ACAAD_2A28_8947_419E_149E92909E7C.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_1C1ACAAD_2A28_8947_419E_149E92909E7C"},"class":"AdjacentPanorama"},{"panorama":"this.panorama_202E6165_29DB_7BC7_41AA_01916FC4AA48","distance":100,"yaw":-98.07,"select":"this.overlay_71835A72_5EF3_381E_41C2_33F138A15BC4.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_71835A72_5EF3_381E_41C2_33F138A15BC4"},"class":"AdjacentPanorama"},{"panorama":"this.panorama_202CDBD0_29D8_8EDD_41A9_0571E7060E7D","distance":8.69,"yaw":-94.13,"select":"this.overlay_1F284AA3_2A5B_8943_4172_24B631D69E1B.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_1F284AA3_2A5B_8943_4172_24B631D69E1B"},"class":"AdjacentPanorama","backwardYaw":90.07},{"panorama":"this.panorama_202276C0_29D8_F93D_4187_7BB88CBDB314","distance":100,"yaw":-90.34,"select":"this.overlay_1EC63338_2A58_9F4D_41B0_6841B5613153.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_1EC63338_2A58_9F4D_41B0_6841B5613153"},"class":"AdjacentPanorama"},{"panorama":"this.panorama_202276C0_29D8_F93D_4187_7BB88CBDB314","distance":100,"yaw":-90.24,"select":"this.overlay_6E157C53_5EF3_181E_41D2_D573E466A160.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_6E157C53_5EF3_181E_41D2_D573E466A160"},"class":"AdjacentPanorama"}],"hfovMax":130,"vfov":180,"hfov":360,"frames":[{"class":"CubicPanoramaFrame","overlays":["this.overlay_1E7B6D2B_2A58_8B43_419E_2F385E6B7F67","this.overlay_1F284AA3_2A5B_8943_4172_24B631D69E1B","this.overlay_1EC63338_2A58_9F4D_41B0_6841B5613153","this.overlay_1C1ACAAD_2A28_8947_419E_149E92909E7C","this.overlay_6E157C53_5EF3_181E_41D2_D573E466A160","this.overlay_71835A72_5EF3_381E_41C2_33F138A15BC4"],"cube":{"levels":[{"class":"TiledImageResourceLevel","tags":"ondemand","height":2048,"url":"media/panorama_202D62FF_29D8_9EC3_419B_FF98C0CDD432_0/{face}/0/{row}_{column}.jpg","rowCount":4,"colCount":24,"width":12288},{"class":"TiledImageResourceLevel","tags":"ondemand","height":1024,"url":"media/panorama_202D62FF_29D8_9EC3_419B_FF98C0CDD432_0/{face}/1/{row}_{column}.jpg","rowCount":2,"colCount":12,"width":6144},{"class":"TiledImageResourceLevel","tags":["ondemand","preload"],"height":512,"url":"media/panorama_202D62FF_29D8_9EC3_419B_FF98C0CDD432_0/{face}/2/{row}_{column}.jpg","rowCount":1,"colCount":6,"width":3072},{"class":"TiledImageResourceLevel","tags":"mobilevr","height":1536,"url":"media/panorama_202D62FF_29D8_9EC3_419B_FF98C0CDD432_0/{face}/vr/0.jpg","rowCount":1,"colCount":6,"width":9216},{"class":"TiledImageResourceLevel","tags":"mobilevr2gen","height":2048,"url":"media/panorama_202D62FF_29D8_9EC3_419B_FF98C0CDD432_0/{face}/vr2gen/0.jpg","rowCount":1,"colCount":6,"width":12288}],"class":"ImageResource"},"thumbnailUrl":"media/panorama_202D62FF_29D8_9EC3_419B_FF98C0CDD432_t.jpg"}],"partial":false,"thumbnailUrl":"media/panorama_202D62FF_29D8_9EC3_419B_FF98C0CDD432_t.jpg"},{"hoverFactor":0,"initialPosition":{"yaw":0,"class":"PanoramaCameraPosition","pitch":0},"id":"panorama_202D62FF_29D8_9EC3_419B_FF98C0CDD432_camera","class":"PanoramaCamera","initialSequence":{"class":"PanoramaCameraSequence","restartMovementOnUserInteraction":false,"movements":[{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_in"},{"yawDelta":323,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"linear"},{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_out"}]},"automaticZoomSpeed":10},{"height":"44.809%","class":"HTMLText","propagateClick":false,"visible":false,"backgroundColorDirection":"vertical","paddingLeft":20,"shadowColor":"#000000","scrollBarWidth":10,"toolTipHorizontalAlign":"center","shadowSpread":1,"scrollBarOpacity":0.5,"paddingRight":20,"scrollBarColor":"#000000","scrollBarVisible":"rollOver","shadowVerticalLength":2,"width":"58.33%","backgroundColor":["#FFFFFF","#CCCCCC"],"scrollBarMargin":2,"paddingTop":20,"id":"HTMLText_78F6BF05_5E2F_19FA_41CB_A058FD171CA8","minHeight":1,"paddingBottom":10,"minWidth":1,"shadow":true,"shadowBlurRadius":7,"borderSize":0,"backgroundColorRatios":[0.73,1],"html":trans('HTMLText_78F6BF05_5E2F_19FA_41CB_A058FD171CA8.html'),"borderRadius":10,"right":"18.08%","top":"22.8%","shadowOpacity":0.19,"backgroundOpacity":0.91,"shadowHorizontalLength":2,"data":{"name":"\u8aee\u5e2b\u4e2d\u5fc3"}},{"class":"Image","propagateClick":false,"paddingLeft":0,"visible":false,"toolTipHorizontalAlign":"center","paddingRight":0,"scaleMode":"fit_inside","maxHeight":679,"maxWidth":866,"url":trans('Image_385D3952_2E8E_89C7_41C2_00C0BB21C465.url'),"paddingTop":0,"id":"Image_385D3952_2E8E_89C7_41C2_00C0BB21C465","minHeight":1,"paddingBottom":0,"minWidth":1,"shadow":false,"borderSize":0,"left":"61.52%","borderRadius":0,"top":"57.7%","verticalAlign":"middle","bottom":"18.91%","right":"7.4%","horizontalAlign":"center","backgroundOpacity":0,"data":{"name":"TheatreImage"}},{"class":"Panorama","data":{"label":"IMG_20211103_155853_00_172processed"},"id":"panorama_2022BCA8_29D9_894D_41B9_2D78FFF09147","pitch":0,"mapLocations":[{"x":1172.05,"angle":87.99,"y":413.05,"map":"this.map_4B6C3E3E_5DEF_1806_41AA_B58F00220546","class":"PanoramaMapLocation"}],"label":trans('panorama_2022BCA8_29D9_894D_41B9_2D78FFF09147.label'),"adjacentPanoramas":[{"panorama":"this.panorama_202524FC_29D9_9AC5_41C2_4C8E3048D390","distance":3.94,"yaw":0.56,"select":"this.overlay_0A80081A_2A58_894D_41B9_1F4A920A164E.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_0A80081A_2A58_894D_41B9_1F4A920A164E"},"class":"AdjacentPanorama","backwardYaw":-60.04},{"panorama":"this.panorama_20202402_29D9_793D_41B4_E5905566B405","distance":3.94,"yaw":-179.81,"select":"this.overlay_0995E734_2A59_8745_41B9_0FF31D75666C.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_0995E734_2A59_8745_41B9_0FF31D75666C"},"class":"AdjacentPanorama","backwardYaw":-7.03}],"hfovMax":130,"vfov":180,"hfov":360,"frames":[{"class":"CubicPanoramaFrame","overlays":["this.overlay_0A80081A_2A58_894D_41B9_1F4A920A164E","this.overlay_0995E734_2A59_8745_41B9_0FF31D75666C","this.overlay_3C6052B6_2EFC_28E5_4176_520C4940B4FE"],"cube":{"levels":[{"class":"TiledImageResourceLevel","tags":"ondemand","height":2048,"url":"media/panorama_2022BCA8_29D9_894D_41B9_2D78FFF09147_0/{face}/0/{row}_{column}.jpg","rowCount":4,"colCount":24,"width":12288},{"class":"TiledImageResourceLevel","tags":"ondemand","height":1024,"url":"media/panorama_2022BCA8_29D9_894D_41B9_2D78FFF09147_0/{face}/1/{row}_{column}.jpg","rowCount":2,"colCount":12,"width":6144},{"class":"TiledImageResourceLevel","tags":["ondemand","preload"],"height":512,"url":"media/panorama_2022BCA8_29D9_894D_41B9_2D78FFF09147_0/{face}/2/{row}_{column}.jpg","rowCount":1,"colCount":6,"width":3072},{"class":"TiledImageResourceLevel","tags":"mobilevr","height":1536,"url":"media/panorama_2022BCA8_29D9_894D_41B9_2D78FFF09147_0/{face}/vr/0.jpg","rowCount":1,"colCount":6,"width":9216},{"class":"TiledImageResourceLevel","tags":"mobilevr2gen","height":2048,"url":"media/panorama_2022BCA8_29D9_894D_41B9_2D78FFF09147_0/{face}/vr2gen/0.jpg","rowCount":1,"colCount":6,"width":12288}],"class":"ImageResource"},"thumbnailUrl":"media/panorama_2022BCA8_29D9_894D_41B9_2D78FFF09147_t.jpg"}],"partial":false,"thumbnailUrl":"media/panorama_2022BCA8_29D9_894D_41B9_2D78FFF09147_t.jpg"},{"fieldOfViewOverlayInsideColor":"#666666","scaleMode":"fit_inside","fieldOfViewOverlayInsideOpacity":0.4,"label":trans('map_4AA52A9C_5DEF_380A_41BB_5296AF738C1B.label'),"minimumZoomFactor":0.5,"fieldOfViewOverlayRadiusScale":0.08,"image":{"levels":["this.imlevel_2D23A844_20E6_578B_41B7_1A68E6658589","this.imlevel_2D238844_20E6_578B_419D_6931943A1D37","this.imlevel_2D247844_20E6_578B_41AA_0CDCB5FAE6DD"],"class":"ImageResource"},"maximumZoomFactor":1.2,"width":1828,"fieldOfViewOverlayOutsideOpacity":0,"class":"Map","height":1046,"initialZoomFactor":1,"fieldOfViewOverlayOutsideColor":"#000000","id":"map_4AA52A9C_5DEF_380A_41BB_5296AF738C1B","overlays":["this.overlay_4AA53A9C_5DEF_380A_41C4_FA168E6F8F86","this.overlay_4AA50A9C_5DEF_380A_4195_2F65E681FE1E","this.overlay_4AA56A9C_5DEF_380A_41B5_F1D9D74CB998","this.overlay_4AA57A9C_5DEF_380A_41B9_527A04CA7925","this.overlay_4AA54A9C_5DEF_380A_41D2_84BD6692896D","this.overlay_4AA55A9C_5DEF_380A_41B5_52EEE91E0E0B"],"data":{"label":"\u6d3b\u52d5\u4e2d\u5fc32\u6a13"},"thumbnailUrl":"media/map_4AA52A9C_5DEF_380A_41BB_5296AF738C1B_t.png"},{"hoverFactor":0,"initialPosition":{"yaw":-173.94,"class":"PanoramaCameraPosition","pitch":0.12},"id":"panorama_202CBCE5_29D8_8AC7_41A9_B64BA0E8A51D_camera","class":"PanoramaCamera","initialSequence":{"class":"PanoramaCameraSequence","restartMovementOnUserInteraction":false,"movements":[{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_in"},{"yawDelta":323,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"linear"},{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_out"}]},"automaticZoomSpeed":10},{"class":"Image","propagateClick":false,"paddingLeft":0,"visible":false,"toolTipHorizontalAlign":"center","paddingRight":0,"scaleMode":"fit_inside","maxHeight":352,"maxWidth":470,"url":trans('Image_20D03045_2EE4_27A7_41C3_9FD46DBF60A8.url'),"paddingTop":0,"id":"Image_20D03045_2EE4_27A7_41C3_9FD46DBF60A8","minHeight":1,"paddingBottom":0,"minWidth":1,"shadow":false,"borderSize":0,"left":"10.8%","borderRadius":0,"top":"42.78%","verticalAlign":"middle","bottom":"27.48%","right":"58.95%","horizontalAlign":"center","backgroundOpacity":0,"data":{"name":"PoolTableImage"}},{"class":"Panorama","data":{"label":"IMG_20211103_160212_00_175processed"},"id":"panorama_202322BF_29D8_9943_41C3_4B52BEAC8871","pitch":0,"mapLocations":[{"x":460.59,"angle":268.57,"y":416.92,"map":"this.map_4B6C3E3E_5DEF_1806_41AA_B58F00220546","class":"PanoramaMapLocation"}],"label":trans('panorama_202322BF_29D8_9943_41C3_4B52BEAC8871.label'),"adjacentPanoramas":[{"panorama":"this.panorama_202EC2BB_29D9_9943_4191_623B23A1A8B5","distance":100,"yaw":-48.32,"select":"this.overlay_0E7AA248_2A58_99CD_41A7_DD8FB173BBD5.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_0E7AA248_2A58_99CD_41A7_DD8FB173BBD5"},"class":"AdjacentPanorama","backwardYaw":107.51},{"panorama":"this.panorama_202EC2BB_29D9_9943_4191_623B23A1A8B5","distance":100,"yaw":-48.39,"select":"this.overlay_75C320E8_5E11_280A_41BE_F50AFED338F9.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_75C320E8_5E11_280A_41BE_F50AFED338F9"},"class":"AdjacentPanorama","backwardYaw":107.51},{"panorama":"this.panorama_20216B4C_29D8_8FC5_41AA_EEB1350DCA73","distance":4.65,"yaw":-178.54,"select":"this.overlay_09A57E83_2A58_8943_41C3_660336A5FA19.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_09A57E83_2A58_8943_41C3_660336A5FA19"},"class":"AdjacentPanorama","backwardYaw":-11.16},{"panorama":"this.panorama_2023FA54_29D8_89C5_41C4_B0221AD9623E","distance":100,"yaw":-36.85,"select":"this.overlay_0EB6984A_2A68_89CD_4194_98C9AD76FF2B.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_0EB6984A_2A68_89CD_4194_98C9AD76FF2B"},"class":"AdjacentPanorama","backwardYaw":77.17},{"panorama":"this.panorama_2023FA54_29D8_89C5_41C4_B0221AD9623E","distance":100,"yaw":-36.8,"select":"this.overlay_72F68011_5E17_681A_41D0_C590E1ABB33B.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_72F68011_5E17_681A_41D0_C590E1ABB33B"},"class":"AdjacentPanorama","backwardYaw":77.17}],"hfovMax":130,"vfov":180,"hfov":360,"frames":[{"class":"CubicPanoramaFrame","overlays":["this.overlay_09A57E83_2A58_8943_41C3_660336A5FA19","this.overlay_0E7AA248_2A58_99CD_41A7_DD8FB173BBD5","this.overlay_0EB6984A_2A68_89CD_4194_98C9AD76FF2B","this.overlay_3B7515D0_2EF5_78C3_41B8_B906BFC19A8C","this.overlay_72F68011_5E17_681A_41D0_C590E1ABB33B","this.overlay_75C320E8_5E11_280A_41BE_F50AFED338F9"],"cube":{"levels":[{"class":"TiledImageResourceLevel","tags":"ondemand","height":2048,"url":"media/panorama_202322BF_29D8_9943_41C3_4B52BEAC8871_0/{face}/0/{row}_{column}.jpg","rowCount":4,"colCount":24,"width":12288},{"class":"TiledImageResourceLevel","tags":"ondemand","height":1024,"url":"media/panorama_202322BF_29D8_9943_41C3_4B52BEAC8871_0/{face}/1/{row}_{column}.jpg","rowCount":2,"colCount":12,"width":6144},{"class":"TiledImageResourceLevel","tags":["ondemand","preload"],"height":512,"url":"media/panorama_202322BF_29D8_9943_41C3_4B52BEAC8871_0/{face}/2/{row}_{column}.jpg","rowCount":1,"colCount":6,"width":3072},{"class":"TiledImageResourceLevel","tags":"mobilevr","height":1536,"url":"media/panorama_202322BF_29D8_9943_41C3_4B52BEAC8871_0/{face}/vr/0.jpg","rowCount":1,"colCount":6,"width":9216},{"class":"TiledImageResourceLevel","tags":"mobilevr2gen","height":2048,"url":"media/panorama_202322BF_29D8_9943_41C3_4B52BEAC8871_0/{face}/vr2gen/0.jpg","rowCount":1,"colCount":6,"width":12288}],"class":"ImageResource"},"thumbnailUrl":"media/panorama_202322BF_29D8_9943_41C3_4B52BEAC8871_t.jpg"}],"partial":false,"thumbnailUrl":"media/panorama_202322BF_29D8_9943_41C3_4B52BEAC8871_t.jpg"},{"fieldOfViewOverlayInsideColor":"#999999","scaleMode":"fit_inside","fieldOfViewOverlayInsideOpacity":0.4,"label":trans('map_4B4049FE_5904_88B6_41C6_D1650E659B9B.label'),"minimumZoomFactor":0.5,"fieldOfViewOverlayRadiusScale":0.08,"image":{"levels":["this.imlevel_2D26E879_20E6_487D_41A9_B854DFBF503F","this.imlevel_2D26B879_20E6_487D_41BB_7AE79353738B","this.imlevel_2D269879_20E6_487D_41AC_724C4057D6E9"],"class":"ImageResource"},"maximumZoomFactor":1.2,"width":1848,"fieldOfViewOverlayOutsideOpacity":0,"class":"Map","height":634,"initialZoomFactor":1,"fieldOfViewOverlayOutsideColor":"#000000","id":"map_4B4049FE_5904_88B6_41C6_D1650E659B9B","overlays":["this.overlay_50C66C61_5DF1_183A_41C9_48C71C32CEC5","this.overlay_5053509C_5DF0_E80A_4184_926E28FE800A","this.overlay_502F5B1B_5DF3_380E_417F_6E2D4327F58C","this.overlay_50CCF619_5DF3_680A_41BB_84D32C222FCF","this.overlay_5086A45E_5DF3_2806_41C4_199502D3654C","this.overlay_516EA0FA_5DF3_E80E_41D6_B0F066AF07E9"],"data":{"label":"\u6d3b\u52d5\u4e2d\u5fc34\u6a13"},"thumbnailUrl":"media/map_4B4049FE_5904_88B6_41C6_D1650E659B9B_t.png"},{"hoverFactor":0,"initialPosition":{"yaw":0,"class":"PanoramaCameraPosition","pitch":0},"id":"panorama_202322BF_29D8_9943_41C3_4B52BEAC8871_camera","class":"PanoramaCamera","initialSequence":{"class":"PanoramaCameraSequence","restartMovementOnUserInteraction":false,"movements":[{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_in"},{"yawDelta":323,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"linear"},{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_out"}]},"automaticZoomSpeed":10},{"hoverFactor":0,"initialPosition":{"yaw":0,"class":"PanoramaCameraPosition","pitch":0},"id":"panorama_202CF657_29D9_79C3_41C2_1EDBA136C06F_camera","class":"PanoramaCamera","initialSequence":{"class":"PanoramaCameraSequence","restartMovementOnUserInteraction":false,"movements":[{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_in"},{"yawDelta":323,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"linear"},{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_out"}]},"automaticZoomSpeed":10},{"hoverFactor":0,"initialPosition":{"yaw":0,"class":"PanoramaCameraPosition","pitch":0},"id":"panorama_202ED90E_29D9_8B45_41BA_7FFB77E63CF1_camera","class":"PanoramaCamera","initialSequence":{"class":"PanoramaCameraSequence","restartMovementOnUserInteraction":false,"movements":[{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_in"},{"yawDelta":323,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"linear"},{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_out"}]},"automaticZoomSpeed":10},{"height":"71.46%","class":"Container","propagateClick":false,"backgroundColorDirection":"vertical","visible":false,"paddingLeft":0,"scrollBarWidth":10,"contentOpaque":false,"toolTipHorizontalAlign":"center","scrollBarOpacity":0.5,"paddingRight":0,"scrollBarColor":"#000000","scrollBarVisible":"rollOver","layout":"absolute","overflow":"scroll","width":"80.354%","creationPolicy":"inAdvance","backgroundColor":["#FFFFFF","#FFFFFF"],"children":["this.DropDown_4B2D0B49_591D_89DA_41CD_352EB9107322","this.MapViewer"],"scrollBarMargin":2,"paddingTop":0,"id":"Container_4A1385DB_591C_B8FE_41D5_517C20FF8FE0","gap":10,"minHeight":1,"paddingBottom":0,"minWidth":1,"shadow":false,"click":"var visibleFunc = function(component) { this.setComponentVisibility(component, true, 0, null, 'showEffect', false)}.bind(this); var invisibleFunc = function(component) { this.setComponentVisibility(component, false, 0, null, 'hideEffect', false)}.bind(this); if(!this.MapViewer.get('visible')){ visibleFunc(this.MapViewer) } else { invisibleFunc(this.MapViewer) }; if(!this.DropDown_4B2D0B49_591D_89DA_41CD_352EB9107322.get('visible')){ visibleFunc(this.DropDown_4B2D0B49_591D_89DA_41CD_352EB9107322) } else { invisibleFunc(this.DropDown_4B2D0B49_591D_89DA_41CD_352EB9107322) }; if(!this.Container_4A1385DB_591C_B8FE_41D5_517C20FF8FE0.get('visible')){ visibleFunc(this.Container_4A1385DB_591C_B8FE_41D5_517C20FF8FE0) } else { invisibleFunc(this.Container_4A1385DB_591C_B8FE_41D5_517C20FF8FE0) }","borderSize":0,"backgroundColorRatios":[0,1],"borderRadius":0,"verticalAlign":"top","bottom":"13.92%","right":"9.25%","horizontalAlign":"left","backgroundOpacity":0.3,"data":{"name":"Container14640"}},{"shadowHorizontalLength":2,"class":"HTMLText","propagateClick":false,"paddingLeft":40,"visible":false,"backgroundColorDirection":"vertical","toolTipHorizontalAlign":"center","shadowColor":"#000000","scrollBarWidth":10,"shadowSpread":1,"scrollBarOpacity":0.5,"paddingRight":62,"scrollBarColor":"#000000","scrollBarVisible":"rollOver","shadowVerticalLength":2,"backgroundColor":["#FFFFFF","#CCCCCC"],"scrollBarMargin":2,"paddingTop":20,"id":"HTMLText_3FA772FA_2EEC_E86D_4197_36F3A016CF80","minHeight":1,"paddingBottom":10,"minWidth":1,"shadow":true,"shadowBlurRadius":7,"borderSize":0,"backgroundColorRatios":[0.73,1],"html":trans('HTMLText_3FA772FA_2EEC_E86D_4197_36F3A016CF80.html'),"borderRadius":10,"top":"35.03%","left":"19.91%","bottom":"30.4%","right":"18.97%","shadowOpacity":0.19,"backgroundOpacity":0.91,"data":{"name":"DanceText"}},{"fieldOfViewOverlayInsideColor":"#999999","scaleMode":"fit_inside","fieldOfViewOverlayInsideOpacity":0.4,"label":trans('map_4BB5D5CC_5904_F8DA_41D4_A5D5721CAB56.label'),"minimumZoomFactor":0.5,"fieldOfViewOverlayRadiusScale":0.08,"image":{"levels":["this.imlevel_2D221823_20E6_578D_4183_646D0EF3A499","this.imlevel_2D22F823_20E6_578D_41A6_8076F3EADEDE","this.imlevel_2D22D823_20E6_578D_41BA_4124714F4709"],"class":"ImageResource"},"maximumZoomFactor":1.2,"width":1850,"fieldOfViewOverlayOutsideOpacity":0,"class":"Map","height":1066,"initialZoomFactor":1,"fieldOfViewOverlayOutsideColor":"#000000","id":"map_4BB5D5CC_5904_F8DA_41D4_A5D5721CAB56","overlays":["this.overlay_4DED4905_590D_894A_41D6_463FCF1DDD5C","this.overlay_4DF5D92D_590C_895A_41AF_08EA63BEDA27","this.overlay_4C4FA0D7_590C_B8F6_41D0_A758DF0A39BE","this.overlay_4DBB8738_5903_99BA_41C1_EACA6F3E9C0F","this.overlay_4DCD9B1C_5903_897A_41C1_CDCD8FE5808F","this.overlay_4DE7FE6A_5903_8BDE_41D3_DBCDEEF14D13"],"data":{"label":"\u6d3b\u52d5\u4e2d\u5fc31\u6a13"},"thumbnailUrl":"media/map_4BB5D5CC_5904_F8DA_41D4_A5D5721CAB56_t.png"},{"class":"Image","propagateClick":false,"paddingLeft":0,"visible":false,"toolTipHorizontalAlign":"center","paddingRight":0,"scaleMode":"fit_inside","maxHeight":539,"maxWidth":539,"url":trans('Image_38948EA8_2EF5_8B43_4189_ED0D81F9FCD9.url'),"id":"Image_38948EA8_2EF5_8B43_4189_ED0D81F9FCD9","minHeight":1,"paddingTop":0,"paddingBottom":0,"minWidth":1,"shadow":false,"borderSize":0,"left":"51.22%","borderRadius":0,"top":"43.22%","verticalAlign":"middle","bottom":"29.54%","right":"23.18%","horizontalAlign":"center","backgroundOpacity":0,"data":{"name":"BookStoreImage"}},{"clickAction":"play_pause","class":"VideoPlayer","displayPlaybackBar":true,"id":"MainViewerVideoPlayer","displayPlayOverlay":true,"viewerArea":"this.MainViewer"},{"hoverFactor":0,"initialPosition":{"yaw":0,"class":"PanoramaCameraPosition","pitch":0},"id":"panorama_202387AB_29DB_8743_41A2_CF521E3C9E86_camera","class":"PanoramaCamera","initialSequence":{"class":"PanoramaCameraSequence","restartMovementOnUserInteraction":false,"movements":[{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_in"},{"yawDelta":323,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"linear"},{"yawDelta":18.5,"yawSpeed":7.96,"class":"DistancePanoramaCameraMovement","easing":"cubic_out"}]},"automaticZoomSpeed":10},{"class":"Panorama","data":{"label":"IMG_20211103_160102_00_174processed"},"id":"panorama_20216B4C_29D8_8FC5_41AA_EEB1350DCA73","pitch":0,"mapLocations":[{"x":790.44,"angle":270,"y":415.43,"map":"this.map_4B6C3E3E_5DEF_1806_41AA_B58F00220546","class":"PanoramaMapLocation"}],"label":trans('panorama_20216B4C_29D8_8FC5_41AA_EEB1350DCA73.label'),"adjacentPanoramas":[{"panorama":"this.panorama_20202402_29D9_793D_41B4_E5905566B405","distance":4.01,"yaw":169.19,"select":"this.overlay_08077D7F_2A59_8BC3_41C1_64EBE6F7E2B2.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_08077D7F_2A59_8BC3_41C1_64EBE6F7E2B2"},"class":"AdjacentPanorama","backwardYaw":173.68},{"panorama":"this.panorama_202322BF_29D8_9943_41C3_4B52BEAC8871","distance":3.81,"yaw":-11.16,"select":"this.overlay_09B6B575_2A59_9BC7_41B8_DDDED157B048.get('areas').forEach(function(a){ a.trigger('click') })","data":{"overlayID":"overlay_09B6B575_2A59_9BC7_41B8_DDDED157B048"},"class":"AdjacentPanorama","backwardYaw":-178.54}],"hfovMax":130,"vfov":180,"hfov":360,"frames":[{"class":"CubicPanoramaFrame","overlays":["this.overlay_08077D7F_2A59_8BC3_41C1_64EBE6F7E2B2","this.overlay_09B6B575_2A59_9BC7_41B8_DDDED157B048"],"cube":{"levels":[{"class":"TiledImageResourceLevel","tags":"ondemand","height":2048,"url":"media/panorama_20216B4C_29D8_8FC5_41AA_EEB1350DCA73_0/{face}/0/{row}_{column}.jpg","rowCount":4,"colCount":24,"width":12288},{"class":"TiledImageResourceLevel","tags":"ondemand","height":1024,"url":"media/panorama_20216B4C_29D8_8FC5_41AA_EEB1350DCA73_0/{face}/1/{row}_{column}.jpg","rowCount":2,"colCount":12,"width":6144},{"class":"TiledImageResourceLevel","tags":["ondemand","preload"],"height":512,"url":"media/panorama_20216B4C_29D8_8FC5_41AA_EEB1350DCA73_0/{face}/2/{row}_{column}.jpg","rowCount":1,"colCount":6,"width":3072},{"class":"TiledImageResourceLevel","tags":"mobilevr","height":1536,"url":"media/panorama_20216B4C_29D8_8FC5_41AA_EEB1350DCA73_0/{face}/vr/0.jpg","rowCount":1,"colCount":6,"width":9216},{"class":"TiledImageResourceLevel","tags":"mobilevr2gen","height":2048,"url":"media/panorama_20216B4C_29D8_8FC5_41AA_EEB1350DCA73_0/{face}/vr2gen/0.jpg","rowCount":1,"colCount":6,"width":12288}],"class":"ImageResource"},"thumbnailUrl":"media/panorama_20216B4C_29D8_8FC5_41AA_EEB1350DCA73_t.jpg"}],"partial":false,"thumbnailUrl":"media/panorama_20216B4C_29D8_8FC5_41AA_EEB1350DCA73_t.jpg"},{"class":"IconButton","propagateClick":false,"paddingLeft":0,"visible":false,"transparencyActive":true,"toolTipHorizontalAlign":"center","pressedRollOverIconURL":"skin/IconButton_36CEAA02_2E9B_8B47_41A6_73663A26602A_pressed.png","cursor":"hand","rollOverIconURL":"skin/IconButton_36CEAA02_2E9B_8B47_41A6_73663A26602A_rollover.png","paddingRight":0,"pressedIconURL":"skin/IconButton_36CEAA02_2E9B_8B47_41A6_73663A26602A_pressed.png","iconURL":"skin/IconButton_36CEAA02_2E9B_8B47_41A6_73663A26602A.png","click":"var invisibleFunc = function(component) { this.setComponentVisibility(component, false, 0, null, 'hideEffect', false)}.bind(this); invisibleFunc(this.IconButton_76F571A3_5E17_E83E_41CA_AF62808BE066); invisibleFunc(this.HTMLText_39528314_2E9D_9943_41B5_4B7D1359A276)","id":"IconButton_76F571A3_5E17_E83E_41CA_AF62808BE066","minHeight":0,"paddingTop":0,"paddingBottom":0,"minWidth":0,"shadow":false,"mode":"push","borderSize":0,"left":"16.61%","borderRadius":0,"top":"88.36%","verticalAlign":"middle","bottom":"0%","right":"68.93%","horizontalAlign":"center","backgroundOpacity":0,"data":{"name":"\u7406\u9aee\u5ef3CloseBtn"}},{"maps":[],"enabledInCardboard":true,"items":[{"distance":50,"yaw":88.23,"image":{"class":"ImageResource","levels":[{"width":343,"class":"ImageResourceLevel","height":725,"url":"media/panorama_202EC2BB_29D9_9943_4191_623B23A1A8B5_HS_bh9dxief.png"}]},"data":{"label":"Polygon"},"vfov":41.11,"class":"HotspotPanoramaOverlayImage","hfov":20.13,"pitch":1.82}],"areas":["this.HotspotPanoramaOverlayArea_33246AAF_2017_DDCD_41B3_4475722391F4"],"id":"overlay_3D70FB1D_2A27_8F47_41A5_21BEDD6AEEBE","class":"HotspotPanoramaOverlay","data":{"label":"Polygon"},"useHandCursor":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":100,"yaw":1.09,"image":"this.AnimatedImageResource_2D12FB4E_20E6_4997_4187_ECCA23BF4D74","data":{"label":"Circle Arrow 01a"},"vfov":10.95,"class":"HotspotPanoramaOverlayImage","hfov":14.68,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-35.59,"horizontalAlign":"center"}],"data":{"hasPanoramaAction":true,"label":"Circle Arrow 01a"},"areas":["this.HotspotPanoramaOverlayArea_3325BAAF_2017_DDCD_4193_4E07E128C463"],"id":"overlay_3DEC56CE_2A38_86C5_41C2_D63D4D275D12","class":"HotspotPanoramaOverlay","useHandCursor":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":50,"yaw":107.51,"image":{"class":"ImageResource","levels":[{"width":345,"class":"ImageResourceLevel","height":730,"url":"media/panorama_202EC2BB_29D9_9943_4191_623B23A1A8B5_HS_5ex0pe7z.png"}]},"data":{"label":"Polygon"},"vfov":41.36,"class":"HotspotPanoramaOverlayImage","hfov":20.23,"pitch":1.76}],"areas":["this.HotspotPanoramaOverlayArea_33250AAF_2017_DDCD_41BA_F62D023DAA16"],"id":"overlay_0F0A2941_2A58_8B3F_41C4_8CCE3365E73D","class":"HotspotPanoramaOverlay","data":{"label":"Polygon"},"useHandCursor":true},{"id":"overlay_775A6BE6_5E1F_1806_41B5_2E642E4A9664","areas":["this.HotspotPanoramaOverlayArea_33255AAF_2017_DDCD_4190_479C1696762B"],"class":"HotspotPanoramaOverlay","useHandCursor":true,"enabledInCardboard":true,"data":{"label":"Image"},"maps":[],"items":[{"distance":50,"yaw":108.43,"image":"this.res_3312E513_200F_34D5_41AE_06FF2D0568B6","vfov":24.49,"class":"HotspotPanoramaOverlayImage","hfov":14.58,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":1.56,"data":{"label":"Image"},"horizontalAlign":"center"}],"rollOverDisplay":true},{"id":"overlay_7787D91E_5E11_1806_41BA_70E7DFA6D597","areas":["this.HotspotPanoramaOverlayArea_3326AAAF_2017_DDCD_41B7_A13AB268E568"],"class":"HotspotPanoramaOverlay","useHandCursor":true,"enabledInCardboard":true,"data":{"label":"Image"},"maps":[],"items":[{"distance":50,"yaw":87.85,"image":"this.res_3312C513_200F_34D5_41B7_3408AB524AB9","vfov":24.76,"class":"HotspotPanoramaOverlayImage","hfov":11.37,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":1.29,"data":{"label":"Image"},"horizontalAlign":"center"}],"rollOverDisplay":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":100,"yaw":-89.08,"image":"this.AnimatedImageResource_2D15FB51_20E6_498D_41B4_127B9DA221C4","data":{"label":"Circle Arrow 01a"},"vfov":10.95,"class":"HotspotPanoramaOverlayImage","hfov":17.65,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-12.14,"horizontalAlign":"center"}],"data":{"hasPanoramaAction":true,"label":"Circle Arrow 01a"},"areas":["this.HotspotPanoramaOverlayArea_33D0EAB8_2017_DDD3_41B9_5A146E40FAD2","this.HotspotPanoramaOverlayArea_33D02AB8_2017_DDD3_41B7_C691AE4292A5"],"id":"overlay_345F5CE5_2A27_8AC7_41A2_63541C75D1B8","class":"HotspotPanoramaOverlay","useHandCursor":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":100,"yaw":-177.81,"image":"this.AnimatedImageResource_2D15BB51_20E6_498D_41B9_0481CF365EAF","data":{"label":"Circle Arrow 01a"},"vfov":10.95,"class":"HotspotPanoramaOverlayImage","hfov":17.5,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-14.3,"horizontalAlign":"center"}],"data":{"hasPanoramaAction":true,"label":"Circle Arrow 01a"},"areas":["this.HotspotPanoramaOverlayArea_33D07AB8_2017_DDD3_41AB_8779B994A900","this.HotspotPanoramaOverlayArea_33D1AAB8_2017_DDD3_41B8_1B43E41E4070"],"id":"overlay_0AA1C422_2A59_797D_41AF_3BD74E0897D5","class":"HotspotPanoramaOverlay","useHandCursor":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":50,"yaw":-60.04,"image":"this.AnimatedImageResource_2D158B51_20E6_498D_4194_112382573020","data":{"label":"Circle Arrow 01a Right-Up"},"vfov":10.95,"class":"HotspotPanoramaOverlayImage","hfov":17.13,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-18.45,"horizontalAlign":"center"}],"data":{"hasPanoramaAction":true,"label":"Circle Arrow 01a Right-Up"},"areas":["this.HotspotPanoramaOverlayArea_33D1FAB9_2017_DDD5_41B7_646F98BAC954"],"id":"overlay_0A568FB0_2A5B_875D_41BD_6FB1F5A5638C","class":"HotspotPanoramaOverlay","useHandCursor":true},{"maps":[],"items":[{"distance":50,"yaw":102.34,"image":"this.res_33126516_200F_34DF_41BF_AECD6BB16B11","vfov":10.81,"class":"HotspotPanoramaOverlayImage","hfov":10.68,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-8.91,"data":{"label":"Image"},"horizontalAlign":"center"}],"areas":["this.HotspotPanoramaOverlayArea_33D14AB9_2017_DDD5_419A_780BFCA94C96","this.HotspotPanoramaOverlayArea_33D28AB9_2017_DDD5_4171_0CC167C31DD0","this.HotspotPanoramaOverlayArea_33D2CAB9_2017_DDD5_41A2_EF15026DE04B"],"id":"overlay_3AC3E9A9_2EE7_F8EF_41B2_B14BAEE3B698","class":"HotspotPanoramaOverlay","data":{"label":"Image"},"useHandCursor":true},{"id":"videores_3BA86E0B_200B_34B5_41BC_1B309D41F45F","class":"VideoResource","levels":["this.videolevel_2D5C578A_20E6_589F_41B1_9DE35E643E83"],"height":720,"width":488},{"width":2048,"id":"imlevel_2D25485E_20E6_57B7_41B6_C6237A8BABBE","class":"ImageResourceLevel","height":1157,"url":trans('imlevel_2D25485E_20E6_57B7_41B6_C6237A8BABBE.url')},{"width":1024,"id":"imlevel_2D25385E_20E6_57B7_41BA_638E9F202360","class":"ImageResourceLevel","height":578,"url":trans('imlevel_2D25385E_20E6_57B7_41BA_638E9F202360.url')},{"width":512,"id":"imlevel_2D25185E_20E6_57B7_41B6_D1F25986DE9A","class":"ImageResourceLevel","height":289,"url":trans('imlevel_2D25185E_20E6_57B7_41B6_D1F25986DE9A.url')},{"data":{"label":"Image"},"image":{"x":460.59,"offsetY":31.44,"image":"this.res_332F751F_200F_34CD_41B4_4926AB37FAA5","data":{"label":"Image"},"horizontalAlign":"center","class":"HotspotMapOverlayImage","offsetX":27.42,"verticalAlign":"middle","y":416.92,"scaleMode":"fit_inside","height":62.88,"width":54.85},"areas":["this.HotspotMapOverlayArea_33E55ADA_2017_DD57_41AB_8C895886D274","this.HotspotMapOverlayArea_33E6AADA_2017_DD57_41A6_365993A4F892","this.HotspotMapOverlayArea_33E6DADA_2017_DD57_41BB_DD516A32AAD1","this.HotspotMapOverlayArea_33E62ADA_2017_DD57_41A7_0A0D4B74AB3F","this.HotspotMapOverlayArea_33E65ADA_2017_DD57_41AC_D61AB4759719","this.HotspotMapOverlayArea_33E79ADA_2017_DD57_41A9_D0C456DEAA9C","this.HotspotMapOverlayArea_33E7CADA_2017_DD57_4151_C6C63D48765F","this.HotspotMapOverlayArea_33E70ADA_2017_DD57_41B5_1A9E7F80B324","this.HotspotMapOverlayArea_33E74ADB_2017_DD55_41AE_6466E5F7FEC0"],"useHandCursor":true,"id":"overlay_4B6C2E3E_5DEF_1806_41B9_F1D57119CC5F","class":"AreaHotspotMapOverlay"},{"data":{"label":"Image"},"image":{"x":790.44,"offsetY":31.44,"image":"this.res_332F751F_200F_34CD_41B4_4926AB37FAA5","data":{"label":"Image"},"horizontalAlign":"center","class":"HotspotMapOverlayImage","offsetX":27.42,"verticalAlign":"middle","y":415.43,"scaleMode":"fit_inside","height":62.88,"width":54.85},"areas":["this.HotspotMapOverlayArea_33E77ADB_2017_DD55_41BC_F21FC99B080D","this.HotspotMapOverlayArea_33E8CADB_2017_DD55_41B9_DB991045E61A","this.HotspotMapOverlayArea_33E8FADB_2017_DD55_41BF_BBC135E972FB","this.HotspotMapOverlayArea_33E83ADB_2017_DD55_41A4_02990F66AB55","this.HotspotMapOverlayArea_33E86ADB_2017_DD55_4191_018BCF379A59","this.HotspotMapOverlayArea_33E9AADB_2017_DD55_4136_26F7929120D8","this.HotspotMapOverlayArea_33E9FADB_2017_DD55_41B7_8BCDA79B2A2C","this.HotspotMapOverlayArea_33E93ADB_2017_DD55_41B3_28646A9421DD","this.HotspotMapOverlayArea_33EA8ADB_2017_DD55_4195_A97E572B23C3","this.HotspotMapOverlayArea_33EABADC_2017_DD53_41BC_2737C6E35B32"],"useHandCursor":true,"id":"overlay_4B6C1E3E_5DEF_1806_41CC_30AC828565B3","class":"AreaHotspotMapOverlay"},{"data":{"label":"Image"},"image":{"x":989.54,"offsetY":31.44,"image":"this.res_332F751F_200F_34CD_41B4_4926AB37FAA5","data":{"label":"Image"},"horizontalAlign":"center","class":"HotspotMapOverlayImage","offsetX":27.42,"verticalAlign":"middle","y":412.26,"scaleMode":"fit_inside","height":62.88,"width":54.85},"areas":["this.HotspotMapOverlayArea_33EA0ADC_2017_DD53_416F_CEB01C4459BB","this.HotspotMapOverlayArea_33EA4ADC_2017_DD53_41B9_4E94F0BBC434","this.HotspotMapOverlayArea_33EB9ADC_2017_DD53_41BC_C6914A3CD279","this.HotspotMapOverlayArea_33E94ADC_2017_DD53_41BE_103E49A3008F","this.HotspotMapOverlayArea_33EA8ADC_2017_DD53_41BB_6469C662FF11","this.HotspotMapOverlayArea_33EACADC_2017_DD53_4180_A9CFB72EE419","this.HotspotMapOverlayArea_33EAFADD_2017_DD4D_41B7_AC809F7BCB14","this.HotspotMapOverlayArea_33EA3ADD_2017_DD4D_41B4_2FEEDA6FEE73","this.HotspotMapOverlayArea_33EA7ADD_2017_DD4D_41AF_5115A1F33270","this.HotspotMapOverlayArea_33EBBADD_2017_DD4D_41B8_EEE70D522B00","this.HotspotMapOverlayArea_33EBFADD_2017_DD4D_4142_454C2909C98A"],"useHandCursor":true,"id":"overlay_4B6C0E3E_5DEF_1806_41C0_B6E803D76DC8","class":"AreaHotspotMapOverlay"},{"data":{"label":"Image"},"image":{"x":1172.05,"offsetY":31.44,"image":"this.res_332F751F_200F_34CD_41B4_4926AB37FAA5","data":{"label":"Image"},"horizontalAlign":"center","class":"HotspotMapOverlayImage","offsetX":27.42,"verticalAlign":"middle","y":413.05,"scaleMode":"fit_inside","height":62.88,"width":54.85},"areas":["this.HotspotMapOverlayArea_33EB2ADD_2017_DD4D_41B2_6B583AA19507","this.HotspotMapOverlayArea_33EB6ADD_2017_DD4D_41AE_B31F427FCB31","this.HotspotMapOverlayArea_33EC9ADE_2017_DD4F_41B0_304D25C19E9A","this.HotspotMapOverlayArea_33ECEADE_2017_DD4F_41AD_5F8FAA154A57","this.HotspotMapOverlayArea_33EC1ADE_2017_DD4F_4196_F17729FF5FF4","this.HotspotMapOverlayArea_33EC6ADE_2017_DD4F_41A9_D7FBA353A6FE","this.HotspotMapOverlayArea_33EDAADE_2017_DD4F_41B5_04E21412A809","this.HotspotMapOverlayArea_33EDEADE_2017_DD4F_41AB_41123071D86E","this.HotspotMapOverlayArea_33ED2ADE_2017_DD4F_417A_6C3FD71EB0EB","this.HotspotMapOverlayArea_33ED6ADE_2017_DD4F_41BF_247F6549B184","this.HotspotMapOverlayArea_33EEAADE_2017_DD4F_4198_424A2D306B65","this.HotspotMapOverlayArea_33EEDADE_2017_DD4F_41BF_90EEF94B2833"],"useHandCursor":true,"id":"overlay_4B6C7E3E_5DEF_1806_4161_E2F709BED05D","class":"AreaHotspotMapOverlay"},{"data":{"label":"Image"},"image":{"x":1326.04,"offsetY":31.44,"image":"this.res_332F751F_200F_34CD_41B4_4926AB37FAA5","data":{"label":"Image"},"horizontalAlign":"center","class":"HotspotMapOverlayImage","offsetX":27.42,"verticalAlign":"middle","y":379.97,"scaleMode":"fit_inside","height":62.88,"width":54.85},"areas":["this.HotspotMapOverlayArea_33EE1ADF_2017_DD4D_41BD_49C5D3C58347","this.HotspotMapOverlayArea_33EE5ADF_2017_DD4D_41B0_F2E2E49B8B07","this.HotspotMapOverlayArea_33EF8ADF_2017_DD4D_41AE_4D491B6A3C3C","this.HotspotMapOverlayArea_33ED4ADF_2017_DD4D_4182_BB793646D2FA","this.HotspotMapOverlayArea_33ED7ADF_2017_DD4D_41BC_2C2733BF112E","this.HotspotMapOverlayArea_33EEBADF_2017_DD4D_41B4_C4E8411D159D","this.HotspotMapOverlayArea_33EEFADF_2017_DD4D_41A0_16BADD7E290C","this.HotspotMapOverlayArea_33EE4ADF_2017_DD4D_41B5_291CC21CB0DC","this.HotspotMapOverlayArea_33EF8ADF_2017_DD4D_41A2_B7CDC442560D","this.HotspotMapOverlayArea_33EFCADF_2017_DD4D_418C_13EED425668C","this.HotspotMapOverlayArea_33EF0AE0_2017_DD73_41B2_FA8E89708627","this.HotspotMapOverlayArea_33EF3AE0_2017_DD73_41B7_F74341B16826","this.HotspotMapOverlayArea_33EF7AE0_2017_DD73_41B8_2ECAC3981627"],"useHandCursor":true,"id":"overlay_4B6C6E3E_5DEF_1806_41C9_CD15FB5CDE50","class":"AreaHotspotMapOverlay"},{"data":{"label":"Image"},"image":{"x":1327.14,"offsetY":31.44,"image":"this.res_332F751F_200F_34CD_41B4_4926AB37FAA5","data":{"label":"Image"},"horizontalAlign":"center","class":"HotspotMapOverlayImage","offsetX":27.42,"verticalAlign":"middle","y":516.08,"scaleMode":"fit_inside","height":62.88,"width":54.85},"areas":["this.HotspotMapOverlayArea_3390AAE0_2017_DD73_41B1_DA44DD2B67C4","this.HotspotMapOverlayArea_3390EAE0_2017_DD73_41AA_9F2F75CD8274","this.HotspotMapOverlayArea_33902AE0_2017_DD73_4180_79571B6CC604","this.HotspotMapOverlayArea_33906AE0_2017_DD73_41A5_18C42350C830","this.HotspotMapOverlayArea_3391AAE0_2017_DD73_419D_446EB1EA05AC","this.HotspotMapOverlayArea_3391FAE0_2017_DD73_41BC_5E4B3327D987","this.HotspotMapOverlayArea_33913AE1_2017_DD75_419D_DA5B73D6C8BB","this.HotspotMapOverlayArea_33917AE1_2017_DD75_41A6_1469423B4910","this.HotspotMapOverlayArea_3392CAE1_2017_DD75_416C_0BA0A06B70C6","this.HotspotMapOverlayArea_33920AE1_2017_DD75_417E_71A1064C9DAE","this.HotspotMapOverlayArea_33924AE1_2017_DD75_41B7_EBA835BFCDBC","this.HotspotMapOverlayArea_33938AE1_2017_DD75_4164_154530CE1D1F","this.HotspotMapOverlayArea_3393BAE1_2017_DD75_41AC_099873E9E229","this.HotspotMapOverlayArea_33930AE1_2017_DD75_41BF_0E75EB105909"],"useHandCursor":true,"id":"overlay_4B6C5E3E_5DEF_1806_41D2_A091AFA02EA4","class":"AreaHotspotMapOverlay"},{"data":{"label":"Image"},"image":{"x":1543.52,"offsetY":31.44,"image":"this.res_332F751F_200F_34CD_41B4_4926AB37FAA5","data":{"label":"Image"},"horizontalAlign":"center","class":"HotspotMapOverlayImage","offsetX":27.42,"verticalAlign":"middle","y":498.89,"scaleMode":"fit_inside","height":62.88,"width":54.85},"areas":["this.HotspotMapOverlayArea_33933AE1_2017_DD75_41A2_97A873C56BA1","this.HotspotMapOverlayArea_33937AE1_2017_DD75_41AF_8247C078A66B","this.HotspotMapOverlayArea_3394BAE2_2017_DD77_41A8_F24A28DCA791","this.HotspotMapOverlayArea_3394EAE2_2017_DD77_41BE_DB10BA66F7FE","this.HotspotMapOverlayArea_33943AE2_2017_DD77_41A4_6060FC334A04","this.HotspotMapOverlayArea_33946AE2_2017_DD77_41BD_B3431DBEBDD3","this.HotspotMapOverlayArea_3395BAE2_2017_DD77_41B5_AB96400AD3A9","this.HotspotMapOverlayArea_33935AE2_2017_DD77_41B1_EFC159B0CA5B","this.HotspotMapOverlayArea_33949AE2_2017_DD77_418F_2076E9F2AE01","this.HotspotMapOverlayArea_3394DAE2_2017_DD77_41A9_1A6E3F7A8EF7","this.HotspotMapOverlayArea_33941AE2_2017_DD77_4171_75AEAB7DDBAC","this.HotspotMapOverlayArea_33945AE2_2017_DD77_41BE_1B94C6F81158","this.HotspotMapOverlayArea_3395AAE3_2017_DD75_41BC_1A7119AF24B5","this.HotspotMapOverlayArea_3395EAE3_2017_DD75_41BC_EBC9343EFE42","this.HotspotMapOverlayArea_33951AE3_2017_DD75_4199_E51DF9BD6FE0"],"useHandCursor":true,"id":"overlay_4B6BBE3E_5DEF_1806_41C4_8468A399C7BD","class":"AreaHotspotMapOverlay"},{"data":{"label":"Image"},"image":{"x":1651.52,"offsetY":31.44,"image":"this.res_332F751F_200F_34CD_41B4_4926AB37FAA5","data":{"label":"Image"},"horizontalAlign":"center","class":"HotspotMapOverlayImage","offsetX":27.42,"verticalAlign":"middle","y":419.21,"scaleMode":"fit_inside","height":62.88,"width":54.85},"areas":["this.HotspotMapOverlayArea_33955AE3_2017_DD75_4167_E0F3F88F7CBA","this.HotspotMapOverlayArea_3396AAE3_2017_DD75_41BE_07A175EAEFC5","this.HotspotMapOverlayArea_3396DAE3_2017_DD75_41B0_82964E4F8227","this.HotspotMapOverlayArea_33962AE3_2017_DD75_41AD_1803F11656C2","this.HotspotMapOverlayArea_33965AE3_2017_DD75_4145_716344419B5E","this.HotspotMapOverlayArea_33979AE3_2017_DD75_41BC_FD8865ABCC8D","this.HotspotMapOverlayArea_3397CAE3_2017_DD75_41B1_4C0DEEE8A317","this.HotspotMapOverlayArea_33970AE4_2017_DD73_41B4_3D197DA8F62C","this.HotspotMapOverlayArea_33974AE4_2017_DD73_41B6_9340B3EE4CCB","this.HotspotMapOverlayArea_33977AE4_2017_DD73_41AE_2B0CE9C046F5","this.HotspotMapOverlayArea_3398CAE4_2017_DD73_4175_9342E27AB99E","this.HotspotMapOverlayArea_3398FAE4_2017_DD73_41BF_4590396AF874","this.HotspotMapOverlayArea_33983AE4_2017_DD73_41A4_824AEA3771A6","this.HotspotMapOverlayArea_33987AE4_2017_DD73_41BB_89AAFD1F116D","this.HotspotMapOverlayArea_3399CAE4_2017_DD73_41BD_0D5E9DFF0957","this.HotspotMapOverlayArea_33991AE4_2017_DD73_41A2_690994EC8EF3"],"useHandCursor":true,"id":"overlay_4B6BAE3F_5DEF_1806_41C7_A1704EAC6B6A","class":"AreaHotspotMapOverlay"},{"maps":[],"enabledInCardboard":true,"items":[{"distance":50,"yaw":-64.79,"image":{"class":"ImageResource","levels":[{"width":44,"class":"ImageResourceLevel","height":303,"url":"media/panorama_202CBEF2_29D9_86DD_41C1_0233C02AE27F_HS_6dn7ne3j.png"}]},"data":{"label":"Polygon"},"vfov":17.85,"class":"HotspotPanoramaOverlayImage","hfov":2.61,"pitch":-0.54}],"data":{"hasPanoramaAction":true,"label":"Polygon"},"areas":["this.HotspotPanoramaOverlayArea_332B0AB5_2017_DDDD_41B8_AE220C102CC9"],"id":"overlay_368CB5B4_2A27_7B45_41C2_A5746374F940","class":"HotspotPanoramaOverlay","useHandCursor":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":50,"yaw":-66.49,"image":{"class":"ImageResource","levels":[{"width":64,"class":"ImageResourceLevel","height":279,"url":"media/panorama_202CBEF2_29D9_86DD_41C1_0233C02AE27F_HS_z1aoqe7g.png"}]},"data":{"label":"Polygon"},"vfov":16.43,"class":"HotspotPanoramaOverlayImage","hfov":3.84,"pitch":-0.52}],"data":{"hasPanoramaAction":true,"label":"Polygon"},"areas":["this.HotspotPanoramaOverlayArea_332B5AB5_2017_DDDD_4183_95AF5670A560"],"id":"overlay_00F10860_2A78_89FD_41A7_3A3ED4A8DD24","class":"HotspotPanoramaOverlay","useHandCursor":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":50,"yaw":49.61,"image":"this.AnimatedImageResource_2D146B50_20E6_498B_41A6_085A2F7BC794","data":{"label":"Circle Arrow 01a Right-Up"},"vfov":10.95,"class":"HotspotPanoramaOverlayImage","hfov":16.6,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-23.14,"horizontalAlign":"center"}],"data":{"hasPanoramaAction":true,"label":"Circle Arrow 01a Right-Up"},"areas":["this.HotspotPanoramaOverlayArea_332CAAB5_2017_DDDD_41B7_A6CCFAE94D97"],"id":"overlay_146BDF83_2A38_8743_41BF_5FAFFB525857","class":"HotspotPanoramaOverlay","useHandCursor":true},{"id":"overlay_6B0B1A8A_5E37_380E_41B6_7DC821AD0726","areas":["this.HotspotPanoramaOverlayArea_332CFAB5_2017_DDDD_41BA_BFD2467D82A0"],"class":"HotspotPanoramaOverlay","useHandCursor":true,"enabledInCardboard":true,"data":{"hasPanoramaAction":true,"label":"Image"},"maps":[],"items":[{"distance":50,"yaw":-64.87,"image":"this.res_33104510_200F_34D3_419B_15A6E35032FE","vfov":11.07,"class":"HotspotPanoramaOverlayImage","hfov":1.66,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-0.87,"data":{"label":"Image"},"horizontalAlign":"center"}],"rollOverDisplay":true},{"id":"overlay_691801F9_5E31_280A_41D4_7F87D79FA79D","areas":["this.HotspotPanoramaOverlayArea_332C4AB5_2017_DDDD_41BE_E0D4BE3629F1"],"class":"HotspotPanoramaOverlay","useHandCursor":true,"enabledInCardboard":true,"data":{"hasPanoramaAction":true,"label":"Image"},"maps":[],"items":[{"distance":50,"yaw":-67.19,"image":"this.res_3312F515_200F_34DD_4198_1A223D97B36A","vfov":10.04,"class":"HotspotPanoramaOverlayImage","hfov":1.74,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-1.03,"data":{"label":"Image"},"horizontalAlign":"center"}],"rollOverDisplay":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":100,"yaw":178.23,"image":"this.AnimatedImageResource_2D1EFB5A_20E6_49BF_41BD_088F0C8C3F21","data":{"label":"Circle Arrow 01a"},"vfov":10.95,"class":"HotspotPanoramaOverlayImage","hfov":16.49,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-24.04,"horizontalAlign":"center"}],"data":{"hasPanoramaAction":true,"label":"Circle Arrow 01a"},"areas":["this.HotspotPanoramaOverlayArea_33CA4ACB_2017_DDB5_4180_B754BADD208B","this.HotspotPanoramaOverlayArea_33CB8ACB_2017_DDB5_41BE_2A7DB7FC609F"],"id":"overlay_1F28953B_2A28_9B43_41C4_49EE22C98C33","class":"HotspotPanoramaOverlay","useHandCursor":true},{"maps":[],"items":[{"distance":50,"yaw":-0.59,"image":"this.res_33126516_200F_34DF_41BF_AECD6BB16B11","vfov":7.05,"class":"HotspotPanoramaOverlayImage","hfov":7.05,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-0.18,"data":{"label":"Image"},"horizontalAlign":"center"}],"areas":["this.HotspotPanoramaOverlayArea_33CBDACB_2017_DDB5_41A3_D2907D280F0B"],"id":"overlay_3BAFAE8F_2E8B_8B5D_41C0_37AD871F3A21","class":"HotspotPanoramaOverlay","data":{"label":"Image"},"useHandCursor":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":100,"yaw":176.95,"image":"this.AnimatedImageResource_2D10BB4D_20E6_4995_41AF_917DA0082C69","data":{"label":"Circle Arrow 01a"},"vfov":10.95,"class":"HotspotPanoramaOverlayImage","hfov":17.58,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-13.22,"horizontalAlign":"center"}],"data":{"hasPanoramaAction":true,"label":"Circle Arrow 01a"},"areas":["this.HotspotPanoramaOverlayArea_3480BA8C_2017_DDB3_41A9_8746424D3E0C","this.HotspotPanoramaOverlayArea_3480EA8C_2017_DDB3_41A6_3794890E741A"],"id":"overlay_3D512D96_29D8_8B45_41BC_C34BE819E451","class":"HotspotPanoramaOverlay","useHandCursor":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":100,"yaw":-2.32,"image":"this.AnimatedImageResource_2D109B4D_20E6_4995_41AF_128B48060D51","data":{"label":"Circle Arrow 01a"},"vfov":10.95,"class":"HotspotPanoramaOverlayImage","hfov":14.85,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-34.69,"horizontalAlign":"center"}],"data":{"hasPanoramaAction":true,"label":"Circle Arrow 01a"},"areas":["this.HotspotPanoramaOverlayArea_3320BAAB_2017_DDF5_4196_800B13F3173C","this.HotspotPanoramaOverlayArea_3320EAAB_2017_DDF5_41AD_CE4E8802FD37","this.HotspotPanoramaOverlayArea_33201AAB_2017_DDF5_41AC_A3789455C5E9"],"id":"overlay_311B57D9_29D8_86CF_41AF_17A8F82FF87F","class":"HotspotPanoramaOverlay","useHandCursor":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":50,"yaw":-36.95,"image":"this.AnimatedImageResource_2D14AB50_20E6_498B_41A7_87726598BE4C","data":{"label":"Circle Arrow 01a Right-Up"},"vfov":10.95,"class":"HotspotPanoramaOverlayImage","hfov":17.3,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-16.65,"horizontalAlign":"center"}],"data":{"hasPanoramaAction":true,"label":"Circle Arrow 01a Right-Up"},"areas":["this.HotspotPanoramaOverlayArea_332E4AB7_2017_DDDD_41B6_A26DFD58DEF6"],"id":"overlay_362EA032_2A28_B95D_41BD_37D4A3035455","class":"HotspotPanoramaOverlay","useHandCursor":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":100,"yaw":-97.73,"image":"this.AnimatedImageResource_2D148B51_20E6_498D_41A0_9B648A90C0DA","data":{"label":"Circle Arrow 01a"},"vfov":10.95,"class":"HotspotPanoramaOverlayImage","hfov":17.38,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-15.75,"horizontalAlign":"center"}],"data":{"hasPanoramaAction":true,"label":"Circle Arrow 01a"},"areas":["this.HotspotPanoramaOverlayArea_332F8AB7_2017_DDDD_41BD_9648FB31066D","this.HotspotPanoramaOverlayArea_332FCAB7_2017_DDDD_41B8_1FD9DBE8F48D"],"id":"overlay_36A0BE33_2A2F_8943_41C2_060E38736615","class":"HotspotPanoramaOverlay","useHandCursor":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":50,"yaw":-174.78,"image":{"class":"ImageResource","levels":[{"width":168,"class":"ImageResourceLevel","height":300,"url":"media/panorama_202F3D69_29D9_8BCF_41C1_8E365DC5CBD9_HS_2kygwm53.png"}]},"data":{"label":"Polygon"},"vfov":17.67,"class":"HotspotPanoramaOverlayImage","hfov":9.93,"pitch":-11.2}],"data":{"hasPanoramaAction":true,"label":"Polygon"},"areas":["this.HotspotPanoramaOverlayArea_332F1AB7_2017_DDDD_4191_76E7EA39BC32"],"id":"overlay_37F9754E_2A2B_FBC5_4191_2855AF8179EE","class":"HotspotPanoramaOverlay","useHandCursor":true},{"id":"overlay_6F5626C6_5EF1_E806_41D7_48F8A39553D6","areas":["this.HotspotPanoramaOverlayArea_332F6AB7_2017_DDDD_41BF_97128C5A9D9A"],"class":"HotspotPanoramaOverlay","useHandCursor":true,"enabledInCardboard":true,"data":{"hasPanoramaAction":true,"label":"Image"},"maps":[],"items":[{"distance":50,"yaw":-174.54,"image":"this.res_3312F515_200F_34DD_4198_1A223D97B36A","vfov":12.04,"class":"HotspotPanoramaOverlayImage","hfov":6.83,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-11.48,"data":{"label":"Image"},"horizontalAlign":"center"}],"rollOverDisplay":true},{"width":2048,"id":"imlevel_2D278897_20E6_48B5_41BA_FD08F9D807CF","class":"ImageResourceLevel","height":816,"url":trans('imlevel_2D278897_20E6_48B5_41BA_FD08F9D807CF.url')},{"width":1024,"id":"imlevel_2D285898_20E6_48BB_4195_A576EF3252B8","class":"ImageResourceLevel","height":408,"url":trans('imlevel_2D285898_20E6_48BB_4195_A576EF3252B8.url')},{"width":512,"id":"imlevel_2D283898_20E6_48BB_41B9_86DF7E50A572","class":"ImageResourceLevel","height":204,"url":trans('imlevel_2D283898_20E6_48BB_41B9_86DF7E50A572.url')},{"data":{"label":"Image"},"image":{"x":330.81,"offsetY":24.2,"image":"this.res_332F751F_200F_34CD_41B4_4926AB37FAA5","data":{"label":"Image"},"horizontalAlign":"center","class":"HotspotMapOverlayImage","offsetX":37.99,"verticalAlign":"middle","y":519.19,"scaleMode":"fit_inside","height":48.4,"width":75.99},"areas":["this.HotspotMapOverlayArea_339DCAE8_2017_DD73_41B9_B8F9A4AF34EC"],"useHandCursor":true,"id":"overlay_4CB6D6A2_5DF1_683E_41D5_DF1A5BA34999","class":"AreaHotspotMapOverlay"},{"data":{"label":"Image"},"image":{"x":428.89,"offsetY":24.2,"image":"this.res_332F751F_200F_34CD_41B4_4926AB37FAA5","data":{"label":"Image"},"horizontalAlign":"center","class":"HotspotMapOverlayImage","offsetX":37.99,"verticalAlign":"middle","y":521.05,"scaleMode":"fit_inside","height":48.4,"width":75.99},"areas":["this.HotspotMapOverlayArea_339D0AE8_2017_DD73_41A2_F7BE88C5692D","this.HotspotMapOverlayArea_339D3AE8_2017_DD73_41BA_4EA970E60F74"],"useHandCursor":true,"id":"overlay_4CF8B200_5DF0_EBFA_4194_1D3FD9BF4B00","class":"AreaHotspotMapOverlay"},{"data":{"label":"Image"},"image":{"x":785.86,"offsetY":24.2,"image":"this.res_332F751F_200F_34CD_41B4_4926AB37FAA5","data":{"label":"Image"},"horizontalAlign":"center","class":"HotspotMapOverlayImage","offsetX":37.99,"verticalAlign":"middle","y":502.43,"scaleMode":"fit_inside","height":48.4,"width":75.99},"areas":["this.HotspotMapOverlayArea_339E8AE8_2017_DD73_41B2_DD2653A5F07E","this.HotspotMapOverlayArea_339ECAE8_2017_DD73_417E_996685B68422","this.HotspotMapOverlayArea_339E0AE8_2017_DD73_41AA_72A9CD399DD3"],"useHandCursor":true,"id":"overlay_4CB06655_5DF0_E81A_41CA_18723D883931","class":"AreaHotspotMapOverlay"},{"data":{"label":"Image"},"image":{"x":961.75,"offsetY":24.2,"image":"this.res_332F751F_200F_34CD_41B4_4926AB37FAA5","data":{"label":"Image"},"horizontalAlign":"center","class":"HotspotMapOverlayImage","offsetX":37.99,"verticalAlign":"middle","y":524.57,"scaleMode":"fit_inside","height":48.4,"width":75.99},"areas":["this.HotspotMapOverlayArea_339E4AE8_2017_DD73_41B6_49F8C946EBC9","this.HotspotMapOverlayArea_339E7AE8_2017_DD73_41AF_F519CA6DD233","this.HotspotMapOverlayArea_339FCAE8_2017_DD73_4191_26041F4B12ED","this.HotspotMapOverlayArea_339F0AE8_2017_DD73_41A0_FF86366839FC"],"useHandCursor":true,"id":"overlay_4C704C22_5DF3_383E_41D3_49CD609D8A00","class":"AreaHotspotMapOverlay"},{"data":{"label":"Image"},"image":{"x":1089.22,"offsetY":24.2,"image":"this.res_332F751F_200F_34CD_41B4_4926AB37FAA5","data":{"label":"Image"},"horizontalAlign":"center","class":"HotspotMapOverlayImage","offsetX":37.99,"verticalAlign":"middle","y":522.71,"scaleMode":"fit_inside","height":48.4,"width":75.99},"areas":["this.HotspotMapOverlayArea_339F4AE9_2017_DD75_41A5_82CF26BEA3A4","this.HotspotMapOverlayArea_33808AE9_2017_DD75_4185_6305DC71CBB4","this.HotspotMapOverlayArea_3380CAE9_2017_DD75_41A5_F0C4EDB1FA32","this.HotspotMapOverlayArea_33800AE9_2017_DD75_41B1_7E5C1D546B5A","this.HotspotMapOverlayArea_33803AE9_2017_DD75_41B1_69D16CCD4118"],"useHandCursor":true,"id":"overlay_4C40C9E6_5DF3_1806_41CD_5305B8EB52D9","class":"AreaHotspotMapOverlay"},{"data":{"label":"Image"},"image":{"x":1353.89,"offsetY":24.2,"image":"this.res_332F751F_200F_34CD_41B4_4926AB37FAA5","data":{"label":"Image"},"horizontalAlign":"center","class":"HotspotMapOverlayImage","offsetX":37.99,"verticalAlign":"middle","y":484.01,"scaleMode":"fit_inside","height":48.4,"width":75.99},"areas":["this.HotspotMapOverlayArea_33818AE9_2017_DD75_41A0_31370F3A45DE","this.HotspotMapOverlayArea_3381BAE9_2017_DD75_41BC_75ABAC7D6E01","this.HotspotMapOverlayArea_3381FAE9_2017_DD75_417E_B2A478BEC0A6","this.HotspotMapOverlayArea_33814AE9_2017_DD75_41AC_7A89696E74F9","this.HotspotMapOverlayArea_33817AEA_2017_DD77_41A2_004664C6494E","this.HotspotMapOverlayArea_3382BAEA_2017_DD77_41A6_9CE1F45A4946"],"useHandCursor":true,"id":"overlay_4D26C927_5DF3_7806_41BD_613193EDADC4","class":"AreaHotspotMapOverlay"},{"data":{"label":"Image"},"image":{"x":1564.14,"offsetY":24.2,"image":"this.res_332F751F_200F_34CD_41B4_4926AB37FAA5","data":{"label":"Image"},"horizontalAlign":"center","class":"HotspotMapOverlayImage","offsetX":37.99,"verticalAlign":"middle","y":497.67,"scaleMode":"fit_inside","height":48.4,"width":75.99},"areas":["this.HotspotMapOverlayArea_3382FAEA_2017_DD77_414F_C6DE446A56C8","this.HotspotMapOverlayArea_33824AEA_2017_DD77_41A9_91BE10A0282B","this.HotspotMapOverlayArea_33827AEA_2017_DD77_41B3_94BCCD7DF0DE","this.HotspotMapOverlayArea_3383BAEA_2017_DD77_41AA_9994268545E2","this.HotspotMapOverlayArea_33830AEA_2017_DD77_419A_8804BD6D27D7","this.HotspotMapOverlayArea_3382AAEA_2017_DD77_41B3_E12B80CCE201","this.HotspotMapOverlayArea_3382FAEA_2017_DD77_418F_3DE1ABA07B45"],"useHandCursor":true,"id":"overlay_4CFE0A91_5DF3_181A_41A4_5BD10DE6D63E","class":"AreaHotspotMapOverlay"},{"data":{"label":"Image"},"image":{"x":1691.41,"offsetY":24.2,"image":"this.res_332F751F_200F_34CD_41B4_4926AB37FAA5","data":{"label":"Image"},"horizontalAlign":"center","class":"HotspotMapOverlayImage","offsetX":37.99,"verticalAlign":"middle","y":472.84,"scaleMode":"fit_inside","height":48.4,"width":75.99},"areas":["this.HotspotMapOverlayArea_33822AEA_2017_DD77_41B4_76EB7045DF80","this.HotspotMapOverlayArea_33826AEB_2017_DD75_41B5_C431011D026C","this.HotspotMapOverlayArea_3383AAEB_2017_DD75_41B9_29FD962F1505","this.HotspotMapOverlayArea_3383EAEB_2017_DD75_41B8_5C09F48C270C","this.HotspotMapOverlayArea_33832AEB_2017_DD75_41B5_D4AAD71E4639","this.HotspotMapOverlayArea_33835AEB_2017_DD75_41AA_E5F8B51F1026","this.HotspotMapOverlayArea_33849AEB_2017_DD75_41A4_9375F48B5DC2","this.HotspotMapOverlayArea_3384CAEB_2017_DD75_41A7_F20E19B179C9"],"useHandCursor":true,"id":"overlay_4CC74B5D_5DF3_380A_41D0_206C5ECECC07","class":"AreaHotspotMapOverlay"},{"maps":[],"enabledInCardboard":true,"items":[{"distance":50,"yaw":96.32,"image":"this.AnimatedImageResource_2D0ECB4A_20E6_499F_41A8_F18F201066B1","data":{"label":"Circle Arrow 01a Left"},"vfov":10.95,"class":"HotspotPanoramaOverlayImage","hfov":17.64,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-12.32,"horizontalAlign":"center"}],"data":{"hasPanoramaAction":true,"label":"Circle Arrow 01a Left"},"areas":["this.HotspotPanoramaOverlayArea_349ADA89_2017_DDB5_41B3_63C3E880074E"],"id":"overlay_1B89A7A8_2A69_874D_41B3_43C076B3A129","class":"HotspotPanoramaOverlay","useHandCursor":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":50,"yaw":-84.57,"image":"this.AnimatedImageResource_2D0EAB4A_20E6_499F_41A8_00E4488252CB","data":{"label":"Circle Arrow 01a Right"},"vfov":10.95,"class":"HotspotPanoramaOverlayImage","hfov":17.59,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-13.04,"horizontalAlign":"center"}],"data":{"hasPanoramaAction":true,"label":"Circle Arrow 01a Right"},"areas":["this.HotspotPanoramaOverlayArea_349A2A89_2017_DDB5_41BF_40A4946A75DF"],"id":"overlay_181C1588_2A67_7B4D_419C_A5269EA95054","class":"HotspotPanoramaOverlay","useHandCursor":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":50,"yaw":-174.58,"image":"this.res_3310A510_200F_34D3_41B6_945B219BD439","vfov":39.93,"class":"HotspotPanoramaOverlayImage","hfov":73.43,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-5.57,"data":{"label":"Image"},"horizontalAlign":"center"}],"areas":["this.HotspotPanoramaOverlayArea_349B8A8A_2017_DDB7_41A8_3A6049E80E71"],"id":"overlay_3ECE29F7_31C1_196C_41B4_6DF3B50B5700","class":"HotspotPanoramaOverlay","data":{"label":"Image"},"useHandCursor":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":50,"yaw":88.14,"image":{"class":"ImageResource","levels":[{"width":430,"class":"ImageResourceLevel","height":851,"url":"media/panorama_202387AB_29DB_8743_41A2_CF521E3C9E86_HS_gzikf0yn.png"}]},"data":{"label":"Polygon"},"vfov":47.51,"class":"HotspotPanoramaOverlayImage","hfov":25.07,"pitch":0.27}],"areas":["this.HotspotPanoramaOverlayArea_33F2DACF_2017_DD4D_4182_09EF6E466EA1"],"id":"overlay_01155406_2A69_F945_41BA_060D3ADE20F9","class":"HotspotPanoramaOverlay","data":{"label":"Polygon"},"useHandCursor":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":50,"yaw":135.31,"image":{"class":"ImageResource","levels":[{"width":372,"class":"ImageResourceLevel","height":1013,"url":"media/panorama_202387AB_29DB_8743_41A2_CF521E3C9E86_HS_zv63qjvx.png"}]},"data":{"label":"Polygon"},"vfov":55.3,"class":"HotspotPanoramaOverlayImage","hfov":21.79,"pitch":0.09}],"data":{"hasPanoramaAction":true,"label":"Polygon"},"areas":["this.HotspotPanoramaOverlayArea_33F22ACF_2017_DD4D_41AD_E9082F4C84B9"],"id":"overlay_0069BC19_2A68_894F_41AF_CFB34A2AD360","class":"HotspotPanoramaOverlay","useHandCursor":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":50,"yaw":-137.39,"image":{"class":"ImageResource","levels":[{"width":365,"class":"ImageResourceLevel","height":974,"url":"media/panorama_202387AB_29DB_8743_41A2_CF521E3C9E86_HS_o7y3hz98.png"}]},"data":{"label":"Polygon"},"vfov":53.47,"class":"HotspotPanoramaOverlayImage","hfov":21.41,"pitch":1.05}],"areas":["this.HotspotPanoramaOverlayArea_33F27ACF_2017_DD4D_4190_ECFB8F23BFCE"],"id":"overlay_01764FCC_2A67_86C5_41BD_2893542A325F","class":"HotspotPanoramaOverlay","data":{"label":"Polygon"},"useHandCursor":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":100,"yaw":-2.49,"image":"this.AnimatedImageResource_2EE08B5C_20E6_49BB_4183_4737B389DDAE","data":{"label":"Circle Arrow 01a"},"vfov":10.95,"class":"HotspotPanoramaOverlayImage","hfov":17,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-19.72,"horizontalAlign":"center"}],"data":{"hasPanoramaAction":true,"label":"Circle Arrow 01a"},"areas":["this.HotspotPanoramaOverlayArea_33F3CAD0_2017_DD53_419C_7902473C9FAC","this.HotspotPanoramaOverlayArea_33F3FAD0_2017_DD53_4181_FC83A14D4F04"],"id":"overlay_108F68B2_2A28_895D_41BC_56C13CECFCC8","class":"HotspotPanoramaOverlay","useHandCursor":true},{"id":"overlay_680F4CF1_5E31_181A_41CB_17CF7DAD71FF","areas":["this.HotspotPanoramaOverlayArea_33F34AD0_2017_DD53_41A2_80716BF0AAA5"],"class":"HotspotPanoramaOverlay","useHandCursor":true,"enabledInCardboard":true,"data":{"label":"Image"},"maps":[],"items":[{"distance":50,"yaw":-137.22,"image":"this.res_33134518_200F_34D3_419D_37E27655A40E","vfov":30.77,"class":"HotspotPanoramaOverlayImage","hfov":17.96,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":0.27,"data":{"label":"Image"},"horizontalAlign":"center"}],"rollOverDisplay":true},{"id":"overlay_69B76EAE_5E3F_1806_41D6_8BFBD8D03832","areas":["this.HotspotPanoramaOverlayArea_33F49AD0_2017_DD53_41B2_714B2C234A3D","this.HotspotPanoramaOverlayArea_33F4FAD0_2017_DD53_41A3_DEBDFCDF2486"],"class":"HotspotPanoramaOverlay","useHandCursor":true,"enabledInCardboard":true,"data":{"label":"Image"},"maps":[],"items":[{"distance":50,"yaw":88.27,"image":"this.res_33134518_200F_34D3_419D_37E27655A40E","vfov":30.77,"class":"HotspotPanoramaOverlayImage","hfov":17.95,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":1.23,"data":{"label":"Image"},"horizontalAlign":"center"}],"rollOverDisplay":true},{"id":"overlay_6954A9F5_5E3F_181A_41D2_411B15A1F092","areas":["this.HotspotPanoramaOverlayArea_33F44AD0_2017_DD53_41BF_AEA8617D2C51","this.HotspotPanoramaOverlayArea_33F58AD0_2017_DD53_41B7_7B3A8426F9A0","this.HotspotPanoramaOverlayArea_33F5CAD0_2017_DD53_41A2_030DCC9136B2"],"class":"HotspotPanoramaOverlay","useHandCursor":true,"enabledInCardboard":true,"data":{"label":"Image"},"maps":[],"items":[{"distance":50,"yaw":135.05,"image":"this.res_33134518_200F_34D3_419D_37E27655A40E","vfov":30.77,"class":"HotspotPanoramaOverlayImage","hfov":17.95,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":0.88,"data":{"label":"Image"},"horizontalAlign":"center"}],"rollOverDisplay":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":50,"yaw":-7.82,"image":{"class":"ImageResource","levels":[{"width":377,"class":"ImageResourceLevel","height":788,"url":"media/panorama_202141BD_29D8_BB47_41B4_A578A47A6466_HS_0gg6k2a7.png"}]},"data":{"label":"Polygon"},"vfov":44.32,"class":"HotspotPanoramaOverlayImage","hfov":22.06,"pitch":1.57}],"areas":["this.HotspotPanoramaOverlayArea_33DA8ABF_2017_DDCD_419E_447210B92103"],"id":"overlay_0CC1C830_2A68_895D_41C4_FE7416291774","class":"HotspotPanoramaOverlay","data":{"label":"Polygon"},"useHandCursor":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":50,"yaw":15.38,"image":{"class":"ImageResource","levels":[{"width":388,"class":"ImageResourceLevel","height":787,"url":"media/panorama_202141BD_29D8_BB47_41B4_A578A47A6466_HS_0ur93887.png"}]},"data":{"label":"Polygon"},"vfov":44.27,"class":"HotspotPanoramaOverlayImage","hfov":22.71,"pitch":1.25}],"areas":["this.HotspotPanoramaOverlayArea_33DAEAC0_2017_DDB3_41C0_18C294D0E37E"],"id":"overlay_02F7E2CF_2A6F_9EC3_41A1_04B83E6F58AB","class":"HotspotPanoramaOverlay","data":{"label":"Polygon"},"useHandCursor":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":100,"yaw":97.05,"image":"this.AnimatedImageResource_2D194B54_20E6_498B_4195_D5A228CB2806","data":{"label":"Circle Arrow 01a"},"vfov":10.95,"class":"HotspotPanoramaOverlayImage","hfov":14.14,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-38.47,"horizontalAlign":"center"}],"data":{"hasPanoramaAction":true,"label":"Circle Arrow 01a"},"areas":["this.HotspotPanoramaOverlayArea_33D9AAC0_2017_DDB3_41B4_0D23E43FBF58","this.HotspotPanoramaOverlayArea_33D9EAC0_2017_DDB3_4154_2B4A975593A0"],"id":"overlay_02BBC931_2A68_8B5F_41B0_D6071E8E9213","class":"HotspotPanoramaOverlay","useHandCursor":true},{"id":"overlay_72B79D39_5E11_780A_41B9_E052CC8C322A","areas":["this.HotspotPanoramaOverlayArea_33D92AC1_2017_DDB5_418E_66350A9D3F1F"],"class":"HotspotPanoramaOverlay","useHandCursor":true,"enabledInCardboard":true,"data":{"label":"Image"},"maps":[],"items":[{"distance":50,"yaw":15.32,"image":"this.res_33130519_200F_34D5_41B8_4C97DD84F7A0","vfov":29.7,"class":"HotspotPanoramaOverlayImage","hfov":18.49,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":1.39,"data":{"label":"Image"},"horizontalAlign":"center"}],"rollOverDisplay":true},{"id":"overlay_7167F90F_5EEF_1806_41D5_F529CBE25DA6","areas":["this.HotspotPanoramaOverlayArea_33DA8AC1_2017_DDB5_41B6_7043DA5F6266"],"class":"HotspotPanoramaOverlay","useHandCursor":true,"enabledInCardboard":true,"data":{"label":"Image"},"maps":[],"items":[{"distance":50,"yaw":-8.14,"image":"this.res_3312F515_200F_34DD_4198_1A223D97B36A","vfov":25.89,"class":"HotspotPanoramaOverlayImage","hfov":15.91,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":1.76,"data":{"label":"Image"},"horizontalAlign":"center"}],"rollOverDisplay":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":100,"yaw":-3.93,"image":"this.AnimatedImageResource_2EE02B5B_20E6_49BD_41B2_63023D62707B","data":{"label":"Circle Arrow 01a"},"vfov":10.95,"class":"HotspotPanoramaOverlayImage","hfov":17.04,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-19.35,"horizontalAlign":"center"}],"data":{"hasPanoramaAction":true,"label":"Circle Arrow 01a"},"areas":["this.HotspotPanoramaOverlayArea_33F2DACE_2017_DD4F_419B_29C605C2EE65","this.HotspotPanoramaOverlayArea_33F23ACE_2017_DD4C_4189_CB2CCC591B14"],"id":"overlay_10A0958C_2A2B_9B45_41B6_F505F5546D8A","class":"HotspotPanoramaOverlay","useHandCursor":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":100,"yaw":175.34,"image":"this.AnimatedImageResource_2EE00B5C_20E6_49BB_41B6_D5AE3034C319","data":{"label":"Circle Arrow 01a"},"vfov":10.95,"class":"HotspotPanoramaOverlayImage","hfov":15.89,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-28.37,"horizontalAlign":"center"}],"data":{"hasPanoramaAction":true,"label":"Circle Arrow 01a"},"areas":["this.HotspotPanoramaOverlayArea_33F38ACF_2017_DD4D_41B9_4ECF345F2A03","this.HotspotPanoramaOverlayArea_33F3CACF_2017_DD4D_41B1_C3B076D2F543"],"id":"overlay_16BED399_2A2B_BF4F_41B4_E89CFA213787","class":"HotspotPanoramaOverlay","useHandCursor":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":50,"yaw":-65.81,"image":"this.AnimatedImageResource_2D0F5B4A_20E6_499F_41BC_1589668F6D99","data":{"label":"Circle Arrow 01a Right-Up"},"vfov":10.95,"class":"HotspotPanoramaOverlayImage","hfov":17.23,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-17.37,"horizontalAlign":"center"}],"data":{"hasPanoramaAction":true,"label":"Circle Arrow 01a Right-Up"},"areas":["this.HotspotPanoramaOverlayArea_349B0A8A_2017_DDB7_41A6_D246217C7D43"],"id":"overlay_27D9F1CD_29E9_9AC7_41BB_EFBF985FBB01","class":"HotspotPanoramaOverlay","useHandCursor":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":50,"yaw":136.9,"image":{"class":"ImageResource","levels":[{"width":439,"class":"ImageResourceLevel","height":1378,"url":"media/panorama_233E06B5_29D8_9947_41C1_E6C3B0F12258_HS_ry2ui9mc.png"}]},"data":{"label":"Polygon"},"vfov":70.94,"class":"HotspotPanoramaOverlayImage","hfov":25.58,"pitch":3.57}],"areas":["this.HotspotPanoramaOverlayArea_34713A50_2009_3D53_4175_FBC4D14632A8","this.HotspotPanoramaOverlayArea_349C9A8A_2017_DDB7_41AD_62C25AFBC9FE"],"id":"overlay_26CBEA86_29E8_8945_41AB_74FDEEB68CA2","class":"HotspotPanoramaOverlay","data":{"label":"Polygon"},"useHandCursor":true},{"id":"overlay_764CBD31_5E11_181A_41D2_640D70C9A753","areas":["this.HotspotPanoramaOverlayArea_349CFA8A_2017_DDB7_41A6_116B1F5794FA"],"class":"HotspotPanoramaOverlay","useHandCursor":true,"enabledInCardboard":true,"data":{"label":"Image"},"maps":[],"items":[{"distance":50,"yaw":136.43,"image":"this.res_33104510_200F_34D3_419B_15A6E35032FE","vfov":60.68,"class":"HotspotPanoramaOverlayImage","hfov":12.27,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":3.66,"data":{"label":"Image"},"horizontalAlign":"center"}],"rollOverDisplay":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":50,"yaw":-173.12,"image":"this.AnimatedImageResource_2D14FB4F_20E6_4995_41A3_39C36AB8540C","data":{"label":"Circle Arrow 01a Right-Up"},"vfov":10.95,"class":"HotspotPanoramaOverlayImage","hfov":16.56,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-23.5,"horizontalAlign":"center"}],"data":{"hasPanoramaAction":true,"label":"Circle Arrow 01a Right-Up"},"areas":["this.HotspotPanoramaOverlayArea_332ABAB2_2017_DDD7_419C_28FF40A46285"],"id":"overlay_32E641D5_2A38_9AC7_41C0_743BFE99AF50","class":"HotspotPanoramaOverlay","useHandCursor":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":50,"yaw":-15.85,"image":"this.AnimatedImageResource_2D136B4F_20E6_4995_41BE_161D7284EB16","data":{"label":"Circle Arrow 01a Right-Up"},"vfov":10.95,"class":"HotspotPanoramaOverlayImage","hfov":17.3,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-16.65,"horizontalAlign":"center"}],"data":{"hasPanoramaAction":true,"label":"Circle Arrow 01a Right-Up"},"areas":["this.HotspotPanoramaOverlayArea_332A0AB3_2017_DDD5_41B1_DECB805E808E","this.HotspotPanoramaOverlayArea_332A4AB3_2017_DDD5_41A2_211EC2AAEC6F"],"id":"overlay_33D96CF9_2A39_8ACF_41C4_E48A8D4DEB08","class":"HotspotPanoramaOverlay","useHandCursor":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":100,"yaw":176.36,"image":"this.AnimatedImageResource_2D1DDB57_20E6_49B5_4187_929A495A37F4","data":{"label":"Circle Arrow 01a"},"vfov":10.95,"class":"HotspotPanoramaOverlayImage","hfov":15.26,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-32.31,"horizontalAlign":"center"}],"data":{"hasPanoramaAction":true,"label":"Circle Arrow 01a"},"areas":["this.HotspotPanoramaOverlayArea_33C5CAC7_2017_DDBD_41A3_456E592ED60F","this.HotspotPanoramaOverlayArea_33C5FAC7_2017_DDBD_4184_D52F2E21E2F0"],"id":"overlay_1BA0211D_2A68_9B47_41C3_A2E15C09A3F4","class":"HotspotPanoramaOverlay","useHandCursor":true},{"maps":[],"items":[{"distance":50,"yaw":-4.14,"image":"this.res_33126516_200F_34DF_41BF_AECD6BB16B11","vfov":10.81,"class":"HotspotPanoramaOverlayImage","hfov":10.44,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-14.84,"data":{"label":"Image"},"horizontalAlign":"center"}],"areas":["this.HotspotPanoramaOverlayArea_33C54AC7_2017_DDBD_418C_18EFE67BF00E"],"id":"overlay_3C11C900_2EE7_F99D_41B0_0D004ACA9A8A","class":"HotspotPanoramaOverlay","data":{"label":"Image"},"useHandCursor":true},{"cues":[],"loop":false,"useHandCursor":true,"class":"VideoPanoramaOverlay","enabledInCardboard":true,"click":"if(this.overlay_3A116033_2019_CCD5_41AF_D7399FAEF88E.get('state') != 'playing'){ this.overlay_3A116033_2019_CCD5_41AF_D7399FAEF88E.play(); } else { this.overlay_3A116033_2019_CCD5_41AF_D7399FAEF88E.pause(); }","chromaColor":"#B102FC","id":"overlay_3A116033_2019_CCD5_41AF_D7399FAEF88E","chromaSmoothing":0.17,"distance":50,"yaw":20.98,"pitch":-6.69,"image":"this.res_3B5A2D33_2017_34D5_419B_AC78496DE120","autoplay":false,"chromaThreshold":0.24,"vfov":44.58,"stateChange":"if(this.overlay_3A116033_2019_CCD5_41AF_D7399FAEF88E.get('state') == 'playing'){ this.pauseGlobalAudios([this.overlay_3A116033_2019_CCD5_41AF_D7399FAEF88E], true); } else { this.resumeGlobalAudios(); }","videoVisibleOnStop":false,"hfov":30.74,"video":"this.videores_3BA86E0B_200B_34B5_41BC_1B309D41F45F","data":{"label":"Video"}},{"maps":[],"enabledInCardboard":true,"items":[{"distance":50,"yaw":19.56,"image":"this.res_3B5AED31_2017_34D5_41BB_091E24341AD7","vfov":4.83,"class":"HotspotPanoramaOverlayImage","hfov":4.84,"roll":-89.97,"horizontalAlign":"center","verticalAlign":"middle","pitch":13.03,"data":{"label":"right"},"scaleMode":"fit_inside"}],"areas":["this.HotspotPanoramaOverlayArea_394B9FEB_201E_D375_41B2_9ACF418FCB34"],"id":"overlay_3A839ECC_201E_D5B3_41BF_6A95E832AF27","class":"HotspotPanoramaOverlay","data":{"label":"right"},"useHandCursor":true},{"id":"videores_3AD5BA4C_203B_7CB3_41BD_AD17E341CCA5","class":"VideoResource","levels":["this.videolevel_2D585720_20E6_598B_41BC_46C513A85B7C"],"height":790,"width":1380},{"maps":[],"enabledInCardboard":true,"items":[{"distance":50,"yaw":121.76,"image":"this.AnimatedImageResource_2D135B4E_20E6_4997_415E_8BBD476B4878","data":{"label":"Circle Arrow 01a Left-UP"},"vfov":10.95,"class":"HotspotPanoramaOverlayImage","hfov":15.13,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-33.06,"horizontalAlign":"center"}],"data":{"hasPanoramaAction":true,"label":"Circle Arrow 01a Left-UP"},"areas":["this.HotspotPanoramaOverlayArea_33262AB0_2017_DDD3_41A1_7ABDC2266CA2"],"id":"overlay_3DF0AEE5_2A39_86C7_41C2_6471BC377292","class":"HotspotPanoramaOverlay","useHandCursor":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":50,"yaw":-138.13,"image":"this.AnimatedImageResource_2D133B4E_20E6_4997_416F_8B985FE18746","data":{"label":"Circle Arrow 01a Right-Up"},"vfov":10.95,"class":"HotspotPanoramaOverlayImage","hfov":14.85,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-34.69,"horizontalAlign":"center"}],"data":{"hasPanoramaAction":true,"label":"Circle Arrow 01a Right-Up"},"areas":["this.HotspotPanoramaOverlayArea_33267AB0_2017_DDD3_41B2_A1F82F706D51"],"id":"overlay_320BC311_2A39_7F5F_41C1_0430830E45E3","class":"HotspotPanoramaOverlay","useHandCursor":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":100,"yaw":92.32,"image":"this.AnimatedImageResource_2D125B4D_20E6_4995_41B4_EBDED1CB1EFE","data":{"label":"Circle Arrow 01a"},"vfov":10.95,"class":"HotspotPanoramaOverlayImage","hfov":13,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-43.94,"horizontalAlign":"center"}],"data":{"hasPanoramaAction":true,"label":"Circle Arrow 01a"},"areas":["this.HotspotPanoramaOverlayArea_3324AAAE_2017_DDCF_4195_B920C101C3EC"],"id":"overlay_3D48971A_2A29_874D_4194_568CD40E5731","class":"HotspotPanoramaOverlay","useHandCursor":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":50,"yaw":104.62,"image":"this.AnimatedImageResource_2D1ABB55_20E6_49B5_41B5_DD3729C5426D","data":{"label":"Circle Arrow 01a Right"},"vfov":10.95,"class":"HotspotPanoramaOverlayImage","hfov":17.7,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-11.42,"horizontalAlign":"center"}],"data":{"hasPanoramaAction":true,"label":"Circle Arrow 01a Right"},"areas":["this.HotspotPanoramaOverlayArea_33C0AAC3_2017_DDB5_41A6_8F448E33A22B"],"id":"overlay_07625230_2A79_795D_41A5_09E49FCB06A6","class":"HotspotPanoramaOverlay","useHandCursor":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":50,"yaw":90.22,"image":{"class":"ImageResource","levels":[{"width":92,"class":"ImageResourceLevel","height":177,"url":"media/panorama_20227F14_29D8_8745_41C2_B785C0176E46_HS_9i0r10ze.png"}]},"data":{"label":"Polygon"},"vfov":10.47,"class":"HotspotPanoramaOverlayImage","hfov":5.45,"pitch":-0.76}],"data":{"hasPanoramaAction":true,"label":"Polygon"},"areas":["this.HotspotPanoramaOverlayArea_33C00AC3_2017_DDB5_41B5_4E243C6C9BE3"],"id":"overlay_07C1C874_2A79_89C5_41C3_2D3AA8FA099E","class":"HotspotPanoramaOverlay","useHandCursor":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":100,"yaw":-82.93,"image":"this.AnimatedImageResource_2D1A8B55_20E6_49B5_417F_9FB2B5567231","data":{"label":"Circle Arrow 01a"},"vfov":10.95,"class":"HotspotPanoramaOverlayImage","hfov":17.04,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-19.35,"horizontalAlign":"center"}],"data":{"hasPanoramaAction":true,"label":"Circle Arrow 01a"},"areas":["this.HotspotPanoramaOverlayArea_33C05AC3_2017_DDB5_41A3_75BB7EA07142","this.HotspotPanoramaOverlayArea_33C19AC4_2017_DDB3_41BA_16AC8A1063E3"],"id":"overlay_0405D8AB_2A78_8943_41B2_DF90C28BD696","class":"HotspotPanoramaOverlay","useHandCursor":true},{"maps":[],"items":[{"distance":50,"yaw":2.85,"image":"this.res_33126516_200F_34DF_41BF_AECD6BB16B11","vfov":10.81,"class":"HotspotPanoramaOverlayImage","hfov":10.64,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-10.21,"data":{"label":"Image"},"horizontalAlign":"center"}],"areas":["this.HotspotPanoramaOverlayArea_33C1EAC4_2017_DDB3_41AF_A7B2A4B9B6BB"],"id":"overlay_3C9565F2_2EE4_687D_4199_2B5DC1D36E10","class":"HotspotPanoramaOverlay","data":{"label":"Image"},"useHandCursor":true},{"id":"overlay_6AE312D3_5E31_281E_414C_85CAD6CDE50F","areas":["this.HotspotPanoramaOverlayArea_33C13AC4_2017_DDB3_41A7_049EE7776073"],"class":"HotspotPanoramaOverlay","useHandCursor":true,"enabledInCardboard":true,"data":{"hasPanoramaAction":true,"label":"Image"},"maps":[],"items":[{"distance":50,"yaw":90.18,"image":"this.res_3312E513_200F_34D5_41AE_06FF2D0568B6","vfov":8.34,"class":"HotspotPanoramaOverlayImage","hfov":3.75,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-0.8,"data":{"label":"Image"},"horizontalAlign":"center"}],"rollOverDisplay":true},{"cues":[],"loop":false,"useHandCursor":true,"class":"VideoPanoramaOverlay","enabledInCardboard":true,"chromaColor":"#B100FC","id":"overlay_3A99F903_2039_3CB5_41BF_D9147B2B482E","chromaSmoothing":0,"distance":50,"yaw":59.86,"pitch":-2.85,"image":"this.res_395D70E2_203B_4D77_41A8_CE348040901B","autoplay":true,"chromaThreshold":0.34,"vfov":52.73,"stateChange":"if(this.overlay_3A99F903_2039_3CB5_41BF_D9147B2B482E.get('state') == 'playing'){ this.pauseGlobalAudios([this.overlay_3A99F903_2039_3CB5_41BF_D9147B2B482E], true); } else { this.resumeGlobalAudios(); }","videoVisibleOnStop":false,"hfov":86.47,"video":"this.videores_3AD5BA4C_203B_7CB3_41BD_AD17E341CCA5","data":{"label":"Video"}},{"maps":[],"enabledInCardboard":true,"items":[{"distance":50,"yaw":77.17,"image":{"class":"ImageResource","levels":[{"width":355,"class":"ImageResourceLevel","height":715,"url":"media/panorama_2023FA54_29D8_89C5_41C4_B0221AD9623E_HS_16f4yk0f.png"}]},"data":{"label":"Polygon"},"vfov":40.57,"class":"HotspotPanoramaOverlayImage","hfov":20.81,"pitch":0.25}],"areas":["this.HotspotPanoramaOverlayArea_33D81ABE_2017_DDCF_41BA_08A4C70C4079"],"id":"overlay_0F6987CA_2A69_86CD_41BE_8D4E12EEA16F","class":"HotspotPanoramaOverlay","data":{"label":"Polygon"},"useHandCursor":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":50,"yaw":98.26,"image":{"class":"ImageResource","levels":[{"width":348,"class":"ImageResourceLevel","height":712,"url":"media/panorama_2023FA54_29D8_89C5_41C4_B0221AD9623E_HS_l4f8exxp.png"}]},"data":{"label":"Polygon"},"vfov":40.44,"class":"HotspotPanoramaOverlayImage","hfov":20.42,"pitch":0.03}],"areas":["this.HotspotPanoramaOverlayArea_33D86ABF_2017_DDCD_41AE_3DEEF20A6E2D"],"id":"overlay_0FF3F5E5_2A6B_9AC7_41B9_FC4C3FFBC2D1","class":"HotspotPanoramaOverlay","data":{"label":"Polygon"},"useHandCursor":true},{"id":"overlay_7228114A_5E13_280E_41CF_B9C9C8B5E43A","areas":["this.HotspotPanoramaOverlayArea_33D9BABF_2017_DDCD_41BB_37651FE3A62F"],"class":"HotspotPanoramaOverlay","useHandCursor":true,"enabledInCardboard":true,"data":{"label":"Image"},"maps":[],"items":[{"distance":50,"yaw":77.31,"image":"this.res_3312E513_200F_34D5_41AE_06FF2D0568B6","vfov":28.15,"class":"HotspotPanoramaOverlayImage","hfov":19.49,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":0.05,"data":{"label":"Image"},"horizontalAlign":"center"}],"rollOverDisplay":true},{"id":"overlay_73C61E0D_5E13_380A_41A8_F14C2F6D02A6","areas":["this.HotspotPanoramaOverlayArea_33D90ABF_2017_DDCD_417C_A017FDF656D6"],"class":"HotspotPanoramaOverlay","useHandCursor":true,"enabledInCardboard":true,"data":{"hasPanoramaAction":true,"label":"Image"},"maps":[],"items":[{"distance":50,"yaw":98.24,"image":"this.res_33134518_200F_34D3_419D_37E27655A40E","vfov":28.19,"class":"HotspotPanoramaOverlayImage","hfov":19.94,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-0.56,"data":{"label":"Image"},"horizontalAlign":"center"}],"rollOverDisplay":true},{"id":"videores_3DBCFB91_207B_33D5_41A2_08D43EF89E23","class":"VideoResource","levels":["this.videolevel_2D2037ED_20E6_5895_41A5_38D2EAF548D0"],"height":1014,"width":642},{"maps":[],"enabledInCardboard":true,"items":[{"distance":50,"yaw":-89.98,"image":"this.AnimatedImageResource_2D1C0B57_20E6_49B5_41AC_E9EE819D3E09","data":{"label":"Circle Arrow 01a Right"},"vfov":10.95,"class":"HotspotPanoramaOverlayImage","hfov":17.43,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-15.21,"horizontalAlign":"center"}],"data":{"hasPanoramaAction":true,"label":"Circle Arrow 01a Right"},"areas":["this.HotspotPanoramaOverlayArea_33C6DAC8_2017_DDB3_415F_5DE5F1C3789C"],"id":"overlay_188548D8_2A58_8ACD_41A9_E02DAD9E5C4E","class":"HotspotPanoramaOverlay","useHandCursor":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":50,"yaw":91.27,"image":"this.AnimatedImageResource_2D1CEB57_20E6_49B5_418F_E803C587E937","data":{"label":"Circle Arrow 01a Left"},"vfov":10.95,"class":"HotspotPanoramaOverlayImage","hfov":17.78,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-10.16,"horizontalAlign":"center"}],"data":{"hasPanoramaAction":true,"label":"Circle Arrow 01a Left"},"areas":["this.HotspotPanoramaOverlayArea_33C62AC8_2017_DDB3_41BD_098D4AA58F6B"],"id":"overlay_193F2C2A_2A59_894D_41C4_7B740E88E10A","class":"HotspotPanoramaOverlay","useHandCursor":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":100,"yaw":87.32,"image":"this.AnimatedImageResource_2D1C9B57_20E6_49B5_41A7_F5A70FB65F4D","data":{"label":"Circle Arrow 01a"},"vfov":10.95,"class":"HotspotPanoramaOverlayImage","hfov":16.44,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-24.4,"horizontalAlign":"center"}],"data":{"hasPanoramaAction":true,"label":"Circle Arrow 01a"},"areas":["this.HotspotPanoramaOverlayArea_33C30AC6_2017_DDBF_4193_0E2388A310AE","this.HotspotPanoramaOverlayArea_33C35AC6_2017_DDBF_4182_01A63A56F8EB"],"id":"overlay_1A75ADDC_2A68_8AC5_41C0_C4FCCDAFBFDC","class":"HotspotPanoramaOverlay","useHandCursor":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":100,"yaw":-91.22,"image":"this.AnimatedImageResource_2D1D5B57_20E6_49B5_41B1_F9093C66BFA1","data":{"label":"Circle Arrow 01a"},"vfov":10.95,"class":"HotspotPanoramaOverlayImage","hfov":16.71,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-22.24,"horizontalAlign":"center"}],"data":{"hasPanoramaAction":true,"label":"Circle Arrow 01a"},"areas":["this.HotspotPanoramaOverlayArea_33C49AC6_2017_DDBF_41BD_D0CF4F862141","this.HotspotPanoramaOverlayArea_33C4DAC6_2017_DDBF_41AC_19B4C8D81ED8"],"id":"overlay_1B8960AF_2A68_9943_41B6_FFAD1F822A70","class":"HotspotPanoramaOverlay","useHandCursor":true},{"maps":[],"items":[{"distance":50,"yaw":-158.54,"image":"this.res_33126516_200F_34DF_41BF_AECD6BB16B11","vfov":10.81,"class":"HotspotPanoramaOverlayImage","hfov":10.63,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-10.36,"data":{"label":"Image"},"horizontalAlign":"center"}],"areas":["this.HotspotPanoramaOverlayArea_33C42AC7_2017_DDBD_4151_867F4E1213B8"],"id":"overlay_3C9FBCD1_2EE4_78BF_41BF_D29D7212F148","class":"HotspotPanoramaOverlay","data":{"label":"Image"},"useHandCursor":true},{"cues":[],"loop":false,"useHandCursor":true,"class":"VideoPanoramaOverlay","enabledInCardboard":true,"click":"if(this.overlay_3507DB0E_2017_3CCF_41A8_CF1B0D2E3B23.get('state') != 'playing'){ this.overlay_3507DB0E_2017_3CCF_41A8_CF1B0D2E3B23.play(); } else { this.overlay_3507DB0E_2017_3CCF_41A8_CF1B0D2E3B23.pause(); }","chromaColor":"#B201FD","id":"overlay_3507DB0E_2017_3CCF_41A8_CF1B0D2E3B23","chromaSmoothing":0.08,"distance":50,"yaw":-124.32,"pitch":-3.26,"image":"this.res_36071C9C_2009_75D3_41B0_966306DCDFC8","autoplay":false,"chromaThreshold":0.33,"vfov":43.01,"stateChange":"if(this.overlay_3507DB0E_2017_3CCF_41A8_CF1B0D2E3B23.get('state') == 'playing'){ this.pauseGlobalAudios([this.overlay_3507DB0E_2017_3CCF_41A8_CF1B0D2E3B23], true); } else { this.resumeGlobalAudios(); }","videoVisibleOnStop":false,"hfov":34.92,"video":"this.videores_34C775B7_201B_D7DD_41BA_E37E1C8467EE","data":{"label":"Video"}},{"maps":[],"enabledInCardboard":true,"items":[{"distance":50,"yaw":-124.28,"image":"this.res_3B5AED31_2017_34D5_41BB_091E24341AD7","vfov":3,"class":"HotspotPanoramaOverlayImage","hfov":3.41,"roll":-87.94,"horizontalAlign":"center","verticalAlign":"middle","pitch":10.61,"data":{"label":"right"},"scaleMode":"fit_inside"}],"areas":["this.HotspotPanoramaOverlayArea_390C674F_200A_F34D_41B0_937B10752D27"],"id":"overlay_3B2CB653_200A_F555_41BA_E97E5FFD2E5A","class":"HotspotPanoramaOverlay","data":{"label":"right"},"useHandCursor":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":100,"yaw":-3.21,"image":"this.AnimatedImageResource_2D1FEB5B_20E6_49BD_41BE_52744D1FC58B","data":{"label":"Circle Arrow 01a"},"vfov":10.95,"class":"HotspotPanoramaOverlayImage","hfov":17.07,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-18.99,"horizontalAlign":"center"}],"data":{"hasPanoramaAction":true,"label":"Circle Arrow 01a"},"areas":["this.HotspotPanoramaOverlayArea_33CE3ACD_2017_DD4D_41BD_0B680AE21D1C","this.HotspotPanoramaOverlayArea_33CE7ACD_2017_DD4D_41B1_64A060CAFF0A"],"id":"overlay_1D70E2AE_2A29_7945_41C1_F623434F0D8A","class":"HotspotPanoramaOverlay","useHandCursor":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":100,"yaw":176.78,"image":"this.AnimatedImageResource_2D1FAB5B_20E6_49BD_4191_EEBF7910C3C8","data":{"label":"Circle Arrow 01a"},"vfov":10.95,"class":"HotspotPanoramaOverlayImage","hfov":15.89,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-28.37,"horizontalAlign":"center"}],"data":{"hasPanoramaAction":true,"label":"Circle Arrow 01a"},"areas":["this.HotspotPanoramaOverlayArea_33CFCACD_2017_DD4D_41A2_A9A4D3FFB013","this.HotspotPanoramaOverlayArea_33CF0ACD_2017_DD4D_41BD_B6BBF6467BBC"],"id":"overlay_13256440_2A29_793D_4196_EC5D00CB878C","class":"HotspotPanoramaOverlay","useHandCursor":true},{"maps":[],"items":[{"distance":50,"yaw":-107.38,"image":"this.res_33126516_200F_34DF_41BF_AECD6BB16B11","vfov":10.81,"class":"HotspotPanoramaOverlayImage","hfov":10.81,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":0.81,"data":{"label":"Image"},"horizontalAlign":"center"}],"areas":["this.HotspotPanoramaOverlayArea_33CF6ACD_2017_DD4D_41BC_E1E9B51E701B","this.HotspotPanoramaOverlayArea_33F0AACD_2017_DD4D_41AD_1B64A5316BA1"],"id":"overlay_3D97D715_2EFC_69A7_41A5_EEE14287D84C","class":"HotspotPanoramaOverlay","data":{"label":"Image"},"useHandCursor":true},{"maps":[],"items":[{"distance":50,"yaw":98.38,"image":"this.res_33126516_200F_34DF_41BF_AECD6BB16B11","vfov":10.81,"class":"HotspotPanoramaOverlayImage","hfov":10.81,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-0.26,"data":{"label":"Image"},"horizontalAlign":"center"}],"areas":["this.HotspotPanoramaOverlayArea_33F00ACE_2017_DD4F_41BA_EB97A8F7D63F","this.HotspotPanoramaOverlayArea_33F03ACE_2017_DD4F_41BE_39C7AC8D93A9","this.HotspotPanoramaOverlayArea_33F07ACE_2017_DD4F_4193_B9E876231C52"],"id":"overlay_3A4D92A9_2EE4_28EF_41B5_B4854C0FEA51","class":"HotspotPanoramaOverlay","data":{"label":"Image"},"useHandCursor":true},{"maps":[],"items":[{"distance":50,"yaw":-73.14,"image":"this.res_33126516_200F_34DF_41BF_AECD6BB16B11","vfov":10.81,"class":"HotspotPanoramaOverlayImage","hfov":10.39,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-16.12,"data":{"label":"Image"},"horizontalAlign":"center"}],"areas":["this.HotspotPanoramaOverlayArea_33F1CACE_2017_DD4F_413B_21DCA29B8D78","this.HotspotPanoramaOverlayArea_33F10ACE_2017_DD4F_41B1_D9D3F66C1DFB","this.HotspotPanoramaOverlayArea_33F15ACE_2017_DD4F_416F_866961B3F20A"],"id":"overlay_3DA8248B_2EE4_28A3_417F_7BCF3418D5F5","class":"HotspotPanoramaOverlay","data":{"label":"Image"},"useHandCursor":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":50,"yaw":54.84,"image":"this.AnimatedImageResource_2D1A3B55_20E6_49B5_41BD_5BA2C266E5BB","data":{"label":"Circle Arrow 01a Right-Up"},"vfov":10.95,"class":"HotspotPanoramaOverlayImage","hfov":16.92,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-20.44,"horizontalAlign":"center"}],"data":{"hasPanoramaAction":true,"label":"Circle Arrow 01a Right-Up"},"areas":["this.HotspotPanoramaOverlayArea_33DC4AC3_2017_DDB5_4195_CD1222CFEEB8"],"id":"overlay_06C40BE2_2A78_8EFD_41B4_7E36FAF3C2A7","class":"HotspotPanoramaOverlay","useHandCursor":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":50,"yaw":-69.6,"image":"this.AnimatedImageResource_2D1A1B55_20E6_49B5_41A3_BAFDBF30BA93","data":{"label":"Circle Arrow 01a Left-UP"},"vfov":10.95,"class":"HotspotPanoramaOverlayImage","hfov":17.07,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-18.99,"horizontalAlign":"center"}],"data":{"hasPanoramaAction":true,"label":"Circle Arrow 01a Left-UP"},"areas":["this.HotspotPanoramaOverlayArea_33DF0AC3_2017_DDB5_41A6_B964A554AF90"],"id":"overlay_06C88717_2A78_8743_41B2_6080E4AF39FC","class":"HotspotPanoramaOverlay","useHandCursor":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":100,"yaw":0.73,"image":"this.AnimatedImageResource_2D19DB54_20E6_498B_41AD_F91D168F1EA1","data":{"label":"Circle Arrow 01a"},"vfov":10.95,"class":"HotspotPanoramaOverlayImage","hfov":15.92,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-28.17,"horizontalAlign":"center"}],"data":{"hasPanoramaAction":true,"label":"Circle Arrow 01a"},"areas":["this.HotspotPanoramaOverlayArea_33DA1AC1_2017_DDB5_41B5_2A104DEE4C05","this.HotspotPanoramaOverlayArea_33DA5AC1_2017_DDB5_41BF_197E95E6FD29"],"id":"overlay_003DC12B_2A6B_7B43_41C4_C6042CA7AA90","class":"HotspotPanoramaOverlay","useHandCursor":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":50,"yaw":-44.99,"image":{"class":"ImageResource","levels":[{"width":282,"class":"ImageResourceLevel","height":292,"url":"media/panorama_202ED919_29D8_8B4F_41C1_C815AD35F6D1_HS_3kn33h26.png"}]},"data":{"label":"Polygon"},"vfov":17.2,"class":"HotspotPanoramaOverlayImage","hfov":16.62,"pitch":-18}],"data":{"hasPanoramaAction":true,"label":"Polygon"},"areas":["this.HotspotPanoramaOverlayArea_33DB9AC2_2017_DDB7_41B5_E94C1493CE3A"],"id":"overlay_00074A47_2A69_89C3_4177_BE551C5F3988","class":"HotspotPanoramaOverlay","useHandCursor":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":50,"yaw":48.95,"image":{"class":"ImageResource","levels":[{"width":307,"class":"ImageResourceLevel","height":291,"url":"media/panorama_202ED919_29D8_8B4F_41C1_C815AD35F6D1_HS_kzatcf1c.png"}]},"data":{"label":"Polygon"},"vfov":17.16,"class":"HotspotPanoramaOverlayImage","hfov":18.06,"pitch":-18.39}],"data":{"hasPanoramaAction":true,"label":"Polygon"},"areas":["this.HotspotPanoramaOverlayArea_33DBEAC2_2017_DDB7_41B7_6D529B7E578A"],"id":"overlay_001EBFF0_2A68_86DD_41B5_54E51D02D374","class":"HotspotPanoramaOverlay","useHandCursor":true},{"id":"overlay_72BD1C1C_5EF1_180A_41D4_5A4E43F7146E","areas":["this.HotspotPanoramaOverlayArea_33DB3AC2_2017_DDB7_419C_BDE37D9FD253"],"class":"HotspotPanoramaOverlay","useHandCursor":true,"enabledInCardboard":true,"data":{"hasPanoramaAction":true,"label":"Image"},"maps":[],"items":[{"distance":50,"yaw":49,"image":"this.res_332CB519_200F_34D5_41BE_AD99406F2258","vfov":3.29,"class":"HotspotPanoramaOverlayImage","hfov":17.16,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-17.49,"data":{"label":"Image"},"horizontalAlign":"center"}],"rollOverDisplay":true},{"id":"overlay_73ABCA9E_5EF1_1806_41BF_3D48AA947F47","areas":["this.HotspotPanoramaOverlayArea_33DC8AC2_2017_DDB7_4183_878A69535D6E","this.HotspotPanoramaOverlayArea_33DCCAC2_2017_DDB7_41B7_A96071C10C7C"],"class":"HotspotPanoramaOverlay","useHandCursor":true,"enabledInCardboard":true,"data":{"hasPanoramaAction":true,"label":"Image"},"maps":[],"items":[{"distance":50,"yaw":-45.06,"image":"this.res_332CB519_200F_34D5_41BE_AD99406F2258","vfov":4.75,"class":"HotspotPanoramaOverlayImage","hfov":14.44,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-18.12,"data":{"label":"Image"},"horizontalAlign":"center"}],"rollOverDisplay":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":50,"yaw":-52.91,"image":{"class":"ImageResource","levels":[{"width":143,"class":"ImageResourceLevel","height":194,"url":"media/panorama_202276C0_29D8_F93D_4187_7BB88CBDB314_HS_zgbly0h5.png"}]},"data":{"label":"Polygon"},"vfov":11.45,"class":"HotspotPanoramaOverlayImage","hfov":8.46,"pitch":-7.15}],"data":{"hasPanoramaAction":true,"label":"Polygon"},"areas":["this.HotspotPanoramaOverlayArea_33C2DAC4_2017_DDB3_41BA_73CFEADCA4B3"],"id":"overlay_37509D4C_2A29_8BC5_417D_6C12926D8A0E","class":"HotspotPanoramaOverlay","useHandCursor":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":50,"yaw":111.29,"image":"this.AnimatedImageResource_2D1BDB56_20E6_49B7_41B7_60CC96D45766","data":{"label":"Circle Arrow 01a Right"},"vfov":10.95,"class":"HotspotPanoramaOverlayImage","hfov":17.58,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-13.22,"horizontalAlign":"center"}],"data":{"hasPanoramaAction":true,"label":"Circle Arrow 01a Right"},"areas":["this.HotspotPanoramaOverlayArea_33C21AC5_2017_DDBD_418F_286DF67B60F9"],"id":"overlay_0414AEB2_2A68_895D_4179_1B90BF05DA50","class":"HotspotPanoramaOverlay","useHandCursor":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":50,"yaw":-101.88,"image":"this.AnimatedImageResource_2D1BAB56_20E6_49B7_41B7_CA8FD79D83F8","data":{"label":"Circle Arrow 01a Left"},"vfov":10.95,"class":"HotspotPanoramaOverlayImage","hfov":17.7,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-11.42,"horizontalAlign":"center"}],"data":{"hasPanoramaAction":true,"label":"Circle Arrow 01a Left"},"areas":["this.HotspotPanoramaOverlayArea_33C38AC5_2017_DDBD_41BD_4BED07C61377"],"id":"overlay_04BC7CAA_2A69_894D_41C0_E25BD8522090","class":"HotspotPanoramaOverlay","useHandCursor":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":50,"yaw":-61.52,"image":{"class":"ImageResource","levels":[{"width":85,"class":"ImageResourceLevel","height":171,"url":"media/panorama_202276C0_29D8_F93D_4187_7BB88CBDB314_HS_wtruzxks.png"}]},"data":{"label":"Polygon"},"vfov":10.11,"class":"HotspotPanoramaOverlayImage","hfov":5.04,"pitch":-5.53}],"data":{"hasPanoramaAction":true,"label":"Polygon"},"areas":["this.HotspotPanoramaOverlayArea_33C3DAC5_2017_DDBD_41AE_7C6F5D189791"],"id":"overlay_1BF370C6_2A68_9AC5_41A3_B68A79F0BD61","class":"HotspotPanoramaOverlay","useHandCursor":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":100,"yaw":2.55,"image":"this.AnimatedImageResource_2D1C4B56_20E6_49B7_41A5_C1402CF12C23","data":{"label":"Circle Arrow 01a"},"vfov":10.95,"class":"HotspotPanoramaOverlayImage","hfov":16.96,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-20.08,"horizontalAlign":"center"}],"data":{"hasPanoramaAction":true,"label":"Circle Arrow 01a"},"areas":["this.HotspotPanoramaOverlayArea_33C32AC5_2017_DDBD_41BF_5098F833F8A5","this.HotspotPanoramaOverlayArea_33C36AC5_2017_DDBD_41B4_A316FEEA56CB"],"id":"overlay_0550E681_2A68_993F_4183_A5CF5B7B6FCD","class":"HotspotPanoramaOverlay","useHandCursor":true},{"id":"overlay_7393DA7D_5EF3_180A_41C2_D7614B96BD91","areas":["this.HotspotPanoramaOverlayArea_33C4AAC5_2017_DDBD_41B2_A550F82879BF"],"class":"HotspotPanoramaOverlay","useHandCursor":true,"enabledInCardboard":true,"data":{"hasPanoramaAction":true,"label":"Image"},"maps":[],"items":[{"distance":50,"yaw":-54.19,"image":"this.res_3312E513_200F_34D5_41AE_06FF2D0568B6","vfov":8.06,"class":"HotspotPanoramaOverlayImage","hfov":3.64,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-6.74,"data":{"label":"Image"},"horizontalAlign":"center"}],"rollOverDisplay":true},{"id":"overlay_708F4074_5EF1_E81A_41C9_89B49257DC1B","areas":["this.HotspotPanoramaOverlayArea_33C40AC6_2017_DDBF_41A3_14380513D03C"],"class":"HotspotPanoramaOverlay","useHandCursor":true,"enabledInCardboard":true,"data":{"hasPanoramaAction":true,"label":"Image"},"maps":[],"items":[{"distance":50,"yaw":-61.71,"image":"this.res_33134518_200F_34D3_419D_37E27655A40E","vfov":6.53,"class":"HotspotPanoramaOverlayImage","hfov":2.62,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-5.56,"data":{"label":"Image"},"horizontalAlign":"center"}],"rollOverDisplay":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":50,"yaw":159.55,"image":"this.res_3B5AED31_2017_34D5_41BB_091E24341AD7","vfov":4.88,"class":"HotspotPanoramaOverlayImage","hfov":6.07,"roll":-87.24,"horizontalAlign":"center","verticalAlign":"middle","pitch":15.62,"data":{"label":"right"},"scaleMode":"fit_inside"}],"areas":["this.HotspotPanoramaOverlayArea_397B708D_201B_4DCD_41A4_875F4FCCB062"],"id":"overlay_3A722F91_201B_73D5_4149_10BFEEC098A1","class":"HotspotPanoramaOverlay","data":{"label":"right"},"useHandCursor":true},{"cues":[],"loop":false,"useHandCursor":true,"class":"VideoPanoramaOverlay","enabledInCardboard":true,"click":"if(this.overlay_3B9B3D3A_207B_54D7_41B9_A1EEA477AE90.get('state') != 'playing'){ this.overlay_3B9B3D3A_207B_54D7_41B9_A1EEA477AE90.play(); } else { this.overlay_3B9B3D3A_207B_54D7_41B9_A1EEA477AE90.pause(); }","chromaColor":"#B201FD","id":"overlay_3B9B3D3A_207B_54D7_41B9_A1EEA477AE90","chromaSmoothing":0,"distance":50,"yaw":160.82,"pitch":-8.21,"image":"this.res_3C2EC3E1_207B_3375_41B7_51C1A33F47ED","autoplay":false,"chromaThreshold":0.39,"vfov":71.81,"stateChange":"if(this.overlay_3B9B3D3A_207B_54D7_41B9_A1EEA477AE90.get('state') == 'playing'){ this.pauseGlobalAudios([this.overlay_3B9B3D3A_207B_54D7_41B9_A1EEA477AE90], true); } else { this.resumeGlobalAudios(); }","videoVisibleOnStop":false,"hfov":52.83,"video":"this.videores_3DBCFB91_207B_33D5_41A2_08D43EF89E23","data":{"label":"Video"}},{"width":2048,"id":"imlevel_2D20A805_20E6_5794_4193_9842CCCD234D","class":"ImageResourceLevel","height":1151,"url":trans('imlevel_2D20A805_20E6_5794_4193_9842CCCD234D.url')},{"width":1024,"id":"imlevel_2D209806_20E6_5797_419F_D4111E8C200E","class":"ImageResourceLevel","height":575,"url":trans('imlevel_2D209806_20E6_5797_419F_D4111E8C200E.url')},{"width":512,"id":"imlevel_2D217806_20E6_5797_41BC_7FEA54F31E2E","class":"ImageResourceLevel","height":287,"url":trans('imlevel_2D217806_20E6_5797_41BC_7FEA54F31E2E.url')},{"data":{"label":"Image"},"image":{"x":398.74,"offsetY":45.57,"image":"this.res_332F751F_200F_34CD_41B4_4926AB37FAA5","data":{"label":"Image"},"horizontalAlign":"center","class":"HotspotMapOverlayImage","offsetX":39.83,"verticalAlign":"middle","y":393.16,"scaleMode":"fit_inside","height":91.14,"width":79.67},"areas":["this.HotspotMapOverlayArea_33F89AD1_2017_DD55_41BC_D9FE6B02F590"],"useHandCursor":true,"id":"overlay_4B2C0E51_5DEF_381A_41B9_32429FD0EB26","class":"AreaHotspotMapOverlay"},{"data":{"label":"Image"},"image":{"x":677.16,"offsetY":45.57,"image":"this.res_332F751F_200F_34CD_41B4_4926AB37FAA5","data":{"label":"Image"},"horizontalAlign":"center","class":"HotspotMapOverlayImage","offsetX":39.83,"verticalAlign":"middle","y":394.62,"scaleMode":"fit_inside","height":91.14,"width":79.67},"areas":["this.HotspotMapOverlayArea_33F8DAD2_2017_DD57_41BA_AA4B3136F90E","this.HotspotMapOverlayArea_33F81AD2_2017_DD57_41B8_6286DA938C55"],"useHandCursor":true,"id":"overlay_4B2C7E51_5DEF_381A_418B_25E41AE373F3","class":"AreaHotspotMapOverlay"},{"data":{"label":"Image"},"image":{"x":1186.19,"offsetY":45.57,"image":"this.res_332F751F_200F_34CD_41B4_4926AB37FAA5","data":{"label":"Image"},"horizontalAlign":"center","class":"HotspotMapOverlayImage","offsetX":39.83,"verticalAlign":"middle","y":399.5,"scaleMode":"fit_inside","height":91.14,"width":79.67},"areas":["this.HotspotMapOverlayArea_33F86AD2_2017_DD57_418B_30B18D86729F","this.HotspotMapOverlayArea_33F9AAD2_2017_DD57_4191_901290990EDF"],"useHandCursor":true,"id":"overlay_4B2C4E51_5DEF_381A_41AD_6BFD4E16F7BA","class":"AreaHotspotMapOverlay"},{"data":{"label":"Image"},"image":{"x":1347.74,"offsetY":45.57,"image":"this.res_332F751F_200F_34CD_41B4_4926AB37FAA5","data":{"label":"Image"},"horizontalAlign":"center","class":"HotspotMapOverlayImage","offsetX":39.83,"verticalAlign":"middle","y":424.67,"scaleMode":"fit_inside","height":91.14,"width":79.67},"areas":["this.HotspotMapOverlayArea_33F9DAD2_2017_DD57_41A0_DA40B6D451A0","this.HotspotMapOverlayArea_33F91AD2_2017_DD57_4199_BC517AF73F04","this.HotspotMapOverlayArea_33F94AD2_2017_DD57_4150_FAB8F293D3F0"],"useHandCursor":true,"id":"overlay_4B2C5E51_5DEF_381A_4182_1BEC88E6B669","class":"AreaHotspotMapOverlay"},{"maps":[],"enabledInCardboard":true,"items":[{"distance":100,"yaw":-106.75,"image":"this.AnimatedImageResource_2D0FEB4B_20E6_499D_41B5_3DB838C80E95","data":{"label":"Circle Arrow 01a"},"vfov":10.95,"class":"HotspotPanoramaOverlayImage","hfov":16.63,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-22.96,"horizontalAlign":"center"}],"data":{"hasPanoramaAction":true,"label":"Circle Arrow 01a"},"areas":["this.HotspotPanoramaOverlayArea_349D9A8B_2017_DDB5_4198_548CE6CE609C"],"id":"overlay_3A55FE3B_29E8_8943_41C2_1DC547F76F7F","class":"HotspotPanoramaOverlay","useHandCursor":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":100,"yaw":90.19,"image":"this.AnimatedImageResource_2D0FCB4B_20E6_499D_4193_574E6E4DED2F","data":{"label":"Circle Arrow 01a"},"vfov":10.95,"class":"HotspotPanoramaOverlayImage","hfov":16.76,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-21.88,"horizontalAlign":"center"}],"data":{"hasPanoramaAction":true,"label":"Circle Arrow 01a"},"areas":["this.HotspotPanoramaOverlayArea_349DFA8B_2017_DDB5_4192_9C4B48D788B4"],"id":"overlay_3A636A88_29E9_894D_41BB_EDC3BAF0CCCE","class":"HotspotPanoramaOverlay","useHandCursor":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":50,"yaw":-47.91,"image":{"class":"ImageResource","levels":[{"width":172,"class":"ImageResourceLevel","height":130,"url":"media/panorama_483BA813_5901_37DF_41BD_AAE689B1AFB7_HS_ygbor7x6.png"}]},"data":{"label":"Polygon"},"vfov":11.39,"class":"HotspotPanoramaOverlayImage","hfov":15.09,"pitch":-11.35}],"data":{"hasPanoramaAction":true,"label":"Polygon"},"areas":["this.HotspotPanoramaOverlayArea_349A7A89_2017_DDB5_4183_C8CAFDD0FE1A"],"id":"overlay_56FE1372_5904_99CE_41D1_AFC8B2DD0736","class":"HotspotPanoramaOverlay","useHandCursor":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":50,"yaw":-41.84,"image":"this.res_3317E50F_200F_34CD_41B6_23325106BF20","vfov":5.52,"class":"HotspotPanoramaOverlayImage","hfov":12.91,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-6.06,"data":{"label":"Image"},"horizontalAlign":"center"}],"data":{"hasPanoramaAction":true,"label":"Image"},"areas":["this.HotspotPanoramaOverlayArea_34993A89_2017_DDB5_41B5_1423B1332D3A"],"id":"overlay_569E1C1E_5907_8F76_41C3_FFE06820FBFE","class":"HotspotPanoramaOverlay","useHandCursor":true},{"id":"videores_34C775B7_201B_D7DD_41BA_E37E1C8467EE","class":"VideoResource","levels":["this.videolevel_2D5446A9_20E6_589D_41A0_8D2DECAD94DE"],"height":978,"width":762},{"maps":[],"enabledInCardboard":true,"items":[{"distance":100,"yaw":179.65,"image":"this.AnimatedImageResource_2D13FB4E_20E6_4997_4179_CDCDB66E0F36","data":{"label":"Circle Arrow 01a"},"vfov":10.95,"class":"HotspotPanoramaOverlayImage","hfov":13.78,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-40.28,"horizontalAlign":"center"}],"data":{"hasPanoramaAction":true,"label":"Circle Arrow 01a"},"areas":["this.HotspotPanoramaOverlayArea_33271AB1_2017_DDD5_41B2_74F3D4AB2AA4","this.HotspotPanoramaOverlayArea_33275AB1_2017_DDD5_41AF_C9207C9409F2"],"id":"overlay_325C2847_2A38_89C3_41BB_4E2F2ACA6194","class":"HotspotPanoramaOverlay","useHandCursor":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":100,"yaw":-1.78,"image":"this.AnimatedImageResource_2D13DB4E_20E6_4997_41A7_66FAD1AD4813","data":{"label":"Circle Arrow 01a"},"vfov":10.95,"class":"HotspotPanoramaOverlayImage","hfov":16.71,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-22.24,"horizontalAlign":"center"}],"data":{"hasPanoramaAction":true,"label":"Circle Arrow 01a"},"areas":["this.HotspotPanoramaOverlayArea_33289AB1_2017_DDD5_41B6_4DA9E0874556","this.HotspotPanoramaOverlayArea_3328DAB1_2017_DDD5_41B8_59FE75FB1203"],"id":"overlay_3383A3A6_2A3B_FF45_41AF_5E0825CE0C9D","class":"HotspotPanoramaOverlay","useHandCursor":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":100,"yaw":-179.98,"image":"this.AnimatedImageResource_2D147B4F_20E6_4995_41AE_8879BABBCACF","data":{"label":"Circle Arrow 01a"},"vfov":10.95,"class":"HotspotPanoramaOverlayImage","hfov":16.63,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-22.96,"horizontalAlign":"center"}],"data":{"hasPanoramaAction":true,"label":"Circle Arrow 01a"},"areas":["this.HotspotPanoramaOverlayArea_33287AB1_2017_DDD5_41BF_75F358848E8B","this.HotspotPanoramaOverlayArea_3329AAB2_2017_DDD7_4191_EFB71A43EDEE"],"id":"overlay_310DF576_2A39_BBC5_41BD_B74D27EDEF21","class":"HotspotPanoramaOverlay","useHandCursor":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":100,"yaw":0.01,"image":"this.AnimatedImageResource_2D143B4F_20E6_4995_41BA_91C1876DFD91","data":{"label":"Circle Arrow 01a"},"vfov":10.95,"class":"HotspotPanoramaOverlayImage","hfov":16,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-27.65,"horizontalAlign":"center"}],"data":{"hasPanoramaAction":true,"label":"Circle Arrow 01a"},"areas":["this.HotspotPanoramaOverlayArea_3329FAB2_2017_DDD7_41B1_B4894022AE23","this.HotspotPanoramaOverlayArea_33293AB2_2017_DDD7_41BE_CE4677EAA6D3"],"id":"overlay_3360C620_2A38_997D_41C2_10A96313300C","class":"HotspotPanoramaOverlay","useHandCursor":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":50,"yaw":114.51,"image":{"class":"ImageResource","levels":[{"width":111,"class":"ImageResourceLevel","height":431,"url":"media/panorama_202CDBD0_29D8_8EDD_41A9_0571E7060E7D_HS_tlrn2l4s.png"}]},"data":{"label":"Polygon"},"vfov":25.14,"class":"HotspotPanoramaOverlayImage","hfov":6.58,"pitch":-0.17}],"data":{"hasPanoramaAction":true,"label":"Polygon"},"areas":["this.HotspotPanoramaOverlayArea_33C7AAC8_2017_DDB3_41A2_2F61FAC3A902"],"id":"overlay_0506C64D_2A69_F9C7_41A4_1690498E695F","class":"HotspotPanoramaOverlay","useHandCursor":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":50,"yaw":-92.86,"image":"this.AnimatedImageResource_2D1C9B58_20E6_49BB_41BF_CDC5581E2829","data":{"label":"Circle Arrow 01a Right"},"vfov":10.95,"class":"HotspotPanoramaOverlayImage","hfov":17.65,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-12.14,"horizontalAlign":"center"}],"data":{"hasPanoramaAction":true,"label":"Circle Arrow 01a Right"},"areas":["this.HotspotPanoramaOverlayArea_33C70AC8_2017_DDB3_4194_E6429F4F66D2"],"id":"overlay_195E9AAA_2A5F_894D_41A2_F9C0F6BEAD3E","class":"HotspotPanoramaOverlay","useHandCursor":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":50,"yaw":90.07,"image":"this.AnimatedImageResource_2D1D7B58_20E6_49BB_41B5_9F0C71802FB3","data":{"label":"Circle Arrow 01b Left"},"vfov":10.82,"class":"HotspotPanoramaOverlayImage","hfov":24.79,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-12.43,"horizontalAlign":"center"}],"data":{"hasPanoramaAction":true,"label":"Circle Arrow 01b Left"},"areas":["this.HotspotPanoramaOverlayArea_33C75AC8_2017_DDB3_4182_3AC0E993F68D"],"id":"overlay_199622C5_2A59_7EC7_4193_CB88105C2D92","class":"HotspotPanoramaOverlay","useHandCursor":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":100,"yaw":177.87,"image":"this.AnimatedImageResource_2D1D5B58_20E6_49BB_41B2_B611A2FACC2C","data":{"label":"Circle Arrow 01a"},"vfov":10.95,"class":"HotspotPanoramaOverlayImage","hfov":16.44,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-24.4,"horizontalAlign":"center"}],"data":{"hasPanoramaAction":true,"label":"Circle Arrow 01a"},"areas":["this.HotspotPanoramaOverlayArea_33C8AAC9_2017_DDB5_41B9_B4639D0DCC9F","this.HotspotPanoramaOverlayArea_33C8DAC9_2017_DDB5_41BC_24F8F48A2307"],"id":"overlay_1D1EEA06_2A27_8945_41BF_BB81C8CE9340","class":"HotspotPanoramaOverlay","useHandCursor":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":50,"yaw":108.75,"image":{"class":"ImageResource","levels":[{"width":85,"class":"ImageResourceLevel","height":379,"url":"media/panorama_202CDBD0_29D8_8EDD_41A9_0571E7060E7D_HS_3op44bqj.png"}]},"data":{"label":"Polygon"},"vfov":22.19,"class":"HotspotPanoramaOverlayImage","hfov":5.08,"pitch":-0.59}],"data":{"hasPanoramaAction":true,"label":"Polygon"},"areas":["this.HotspotPanoramaOverlayArea_33C82AC9_2017_DDB5_41B9_C2341F94704C"],"id":"overlay_139F9AC5_2A29_8EC7_41AE_F5BC73113C02","class":"HotspotPanoramaOverlay","useHandCursor":true},{"id":"overlay_713F16B9_5EF7_280A_41D4_E8409DD7FF00","areas":["this.HotspotPanoramaOverlayArea_33C87AC9_2017_DDB5_4183_0800A60EC13F"],"class":"HotspotPanoramaOverlay","useHandCursor":true,"enabledInCardboard":true,"data":{"hasPanoramaAction":true,"label":"Image"},"maps":[],"items":[{"distance":50,"yaw":113.13,"image":"this.res_3312F515_200F_34DD_4198_1A223D97B36A","vfov":18.3,"class":"HotspotPanoramaOverlayImage","hfov":2.36,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-0.79,"data":{"label":"Image"},"horizontalAlign":"center"}],"rollOverDisplay":true},{"id":"overlay_6E66279B_5EF1_280E_41CA_EB8CB822B188","areas":["this.HotspotPanoramaOverlayArea_33C9EAC9_2017_DDB5_41A0_62AF584663C2"],"class":"HotspotPanoramaOverlay","useHandCursor":true,"enabledInCardboard":true,"data":{"hasPanoramaAction":true,"label":"Image"},"maps":[],"items":[{"distance":50,"yaw":109.73,"image":"this.res_33130519_200F_34D5_41B8_4C97DD84F7A0","vfov":7.73,"class":"HotspotPanoramaOverlayImage","hfov":2.99,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-1.01,"data":{"label":"Image"},"horizontalAlign":"center"}],"rollOverDisplay":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":50,"yaw":-140.84,"image":"this.AnimatedImageResource_2D115B4D_20E6_4995_41B1_2BD0DEBECBC4","data":{"label":"Circle Arrow 01a Right-Up"},"vfov":10.95,"class":"HotspotPanoramaOverlayImage","hfov":14.28,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-37.75,"horizontalAlign":"center"}],"data":{"hasPanoramaAction":true,"label":"Circle Arrow 01a Right-Up"},"areas":["this.HotspotPanoramaOverlayArea_33220AAC_2017_DDF3_41BD_B7F5BA4362A5"],"id":"overlay_3C526415_2A28_9947_41B2_F44D2EB1A3F6","class":"HotspotPanoramaOverlay","useHandCursor":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":50,"yaw":116.16,"image":"this.AnimatedImageResource_2D112B4D_20E6_4995_41BC_AB2CD3EF123D","data":{"label":"Circle Arrow 01a Left-UP"},"vfov":10.95,"class":"HotspotPanoramaOverlayImage","hfov":14.28,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-37.75,"horizontalAlign":"center"}],"data":{"hasPanoramaAction":true,"label":"Circle Arrow 01a Left-UP"},"areas":["this.HotspotPanoramaOverlayArea_33224AAC_2017_DDF3_4189_15C99343497E"],"id":"overlay_3C0286D5_2A2B_86C7_41C3_EE703D4ADAFE","class":"HotspotPanoramaOverlay","useHandCursor":true},{"id":"AudioResource_3472CA50_2009_3D53_4192_4DF9C2B263FA","mp3Url":trans('AudioResource_3472CA50_2009_3D53_4192_4DF9C2B263FA.mp3Url'),"class":"AudioResource"},{"maps":[],"enabledInCardboard":true,"items":[{"distance":100,"yaw":-7.03,"image":"this.AnimatedImageResource_2D16BB52_20E6_498F_416F_0F70FC3558A7","data":{"label":"Circle Arrow 01a"},"vfov":10.95,"class":"HotspotPanoramaOverlayImage","hfov":16.05,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-27.28,"horizontalAlign":"center"}],"data":{"hasPanoramaAction":true,"label":"Circle Arrow 01a"},"areas":["this.HotspotPanoramaOverlayArea_33D3BABB_2017_DDD5_41B6_B4C7CF9CA0C3","this.HotspotPanoramaOverlayArea_33D3FABB_2017_DDD5_418E_FA1350243EBA"],"id":"overlay_0B89BCC1_2A5F_893F_41C3_534DD478B5EB","class":"HotspotPanoramaOverlay","useHandCursor":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":100,"yaw":173.68,"image":"this.AnimatedImageResource_2D169B52_20E6_498F_41B1_E988A4E477ED","data":{"label":"Circle Arrow 01a"},"vfov":10.95,"class":"HotspotPanoramaOverlayImage","hfov":16.4,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-24.75,"horizontalAlign":"center"}],"data":{"hasPanoramaAction":true,"label":"Circle Arrow 01a"},"areas":["this.HotspotPanoramaOverlayArea_33D34ABB_2017_DDD5_41B8_4A8330032CA8","this.HotspotPanoramaOverlayArea_33D37ABB_2017_DDD5_418F_FFD06192EB96"],"id":"overlay_0BA78E4D_2A58_89C7_4195_3923FCF839AA","class":"HotspotPanoramaOverlay","useHandCursor":true},{"maps":[],"items":[{"distance":50,"yaw":-5.76,"image":"this.res_33126516_200F_34DF_41BF_AECD6BB16B11","vfov":10.81,"class":"HotspotPanoramaOverlayImage","hfov":10.63,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-10.35,"data":{"label":"Image"},"horizontalAlign":"center"}],"areas":["this.HotspotPanoramaOverlayArea_33D4CABB_2017_DDD5_4185_FF82AF166F16"],"id":"overlay_3C21B4B3_2EFC_E8E3_4181_F7D143DFFE7D","class":"HotspotPanoramaOverlay","data":{"label":"Image"},"useHandCursor":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":50,"yaw":58.22,"image":{"class":"ImageResource","levels":[{"width":130,"class":"ImageResourceLevel","height":351,"url":"media/panorama_202E6165_29DB_7BC7_41AA_01916FC4AA48_HS_ac6lj263.png"}]},"data":{"label":"Polygon"},"vfov":20.61,"class":"HotspotPanoramaOverlayImage","hfov":7.74,"pitch":-0.24}],"data":{"hasPanoramaAction":true,"label":"Polygon"},"areas":["this.HotspotPanoramaOverlayArea_33CB6ACB_2017_DDB5_41B5_A027B7D21876"],"id":"overlay_1C5CCCEB_2A2B_8AC3_419D_96AAD9236B9A","class":"HotspotPanoramaOverlay","useHandCursor":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":100,"yaw":176.04,"image":"this.AnimatedImageResource_2D1E8B5A_20E6_49BF_41B1_A08B92513D88","data":{"label":"Circle Arrow 01a"},"vfov":10.95,"class":"HotspotPanoramaOverlayImage","hfov":15.66,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-29.89,"horizontalAlign":"center"}],"data":{"hasPanoramaAction":true,"label":"Circle Arrow 01a"},"areas":["this.HotspotPanoramaOverlayArea_33CCBACC_2017_DDB3_4180_EC34BF0E13F3","this.HotspotPanoramaOverlayArea_33CCEACC_2017_DDB3_4192_6C7359B2A98E"],"id":"overlay_13983080_2A2F_993D_41A1_FDF5BA91D1AC","class":"HotspotPanoramaOverlay","useHandCursor":true},{"maps":[],"items":[{"distance":50,"yaw":1.44,"image":"this.res_33126516_200F_34DF_41BF_AECD6BB16B11","vfov":10.81,"class":"HotspotPanoramaOverlayImage","hfov":10.81,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":0.45,"data":{"label":"Image"},"horizontalAlign":"center"}],"areas":["this.HotspotPanoramaOverlayArea_33CC3ACC_2017_DDB3_41B6_44305C8912F4","this.HotspotPanoramaOverlayArea_33CC7ACC_2017_DDB3_41BC_FB310BA428B8"],"id":"overlay_3D0BBC32_2EFC_3FFD_41C6_EB1354FE0B56","class":"HotspotPanoramaOverlay","data":{"label":"Image"},"useHandCursor":true},{"maps":[],"items":[{"distance":50,"yaw":-14.4,"image":"this.res_33126516_200F_34DF_41BF_AECD6BB16B11","vfov":10.81,"class":"HotspotPanoramaOverlayImage","hfov":10.81,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":0.45,"data":{"label":"Image"},"horizontalAlign":"center"}],"areas":["this.HotspotPanoramaOverlayArea_33CDCACC_2017_DDB3_41BC_88FA237BFEBA","this.HotspotPanoramaOverlayArea_33CD1ACC_2017_DDB3_41B5_FD39BC1924E0","this.HotspotPanoramaOverlayArea_33CD5ACC_2017_DDB3_41BA_CFA371E5A6D9"],"id":"overlay_38919DE3_2EFC_F863_41C7_14A485A7C8DB","class":"HotspotPanoramaOverlay","data":{"label":"Image"},"useHandCursor":true},{"id":"overlay_6B82D9DA_5E17_1803_41D5_7D273540E3E4","areas":["this.HotspotPanoramaOverlayArea_33CEBACC_2017_DDB3_419E_E84E87B87F7F"],"class":"HotspotPanoramaOverlay","useHandCursor":true,"enabledInCardboard":true,"data":{"hasPanoramaAction":true,"label":"Image"},"maps":[],"items":[{"distance":50,"yaw":58.27,"image":"this.res_33134518_200F_34D3_419D_37E27655A40E","vfov":10.25,"class":"HotspotPanoramaOverlayImage","hfov":6.5,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-0.14,"data":{"label":"Image"},"horizontalAlign":"center"}],"rollOverDisplay":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":100,"yaw":91.36,"image":"this.AnimatedImageResource_2D101B4C_20E6_499B_4169_21A678C59721","data":{"label":"Circle Arrow 01a"},"vfov":12.4,"class":"HotspotPanoramaOverlayImage","hfov":20.08,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-20.8,"horizontalAlign":"center"}],"data":{"hasPanoramaAction":true,"label":"Circle Arrow 01a"},"areas":["this.HotspotPanoramaOverlayArea_349F9A8B_2017_DDB5_41A0_4300593C6F78"],"id":"overlay_3DF0E257_29D9_99C3_41C1_EAEA8E3E4AF7","class":"HotspotPanoramaOverlay","useHandCursor":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":100,"yaw":-94.67,"image":"this.AnimatedImageResource_2D10FB4C_20E6_499B_41B4_2D3A27FB83A9","data":{"label":"Circle Arrow 01a"},"vfov":10.95,"class":"HotspotPanoramaOverlayImage","hfov":17.18,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-17.91,"horizontalAlign":"center"}],"data":{"hasPanoramaAction":true,"label":"Circle Arrow 01a"},"areas":["this.HotspotPanoramaOverlayArea_349FEA8C_2017_DDB3_41B9_F8A92769DA85","this.HotspotPanoramaOverlayArea_349F2A8C_2017_DDB3_41B5_0018D42EFA53"],"id":"overlay_3D49C01E_29D9_9945_41C2_080372024F52","class":"HotspotPanoramaOverlay","useHandCursor":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":50,"yaw":-135.9,"image":{"class":"ImageResource","levels":[{"width":165,"class":"ImageResourceLevel","height":975,"url":"media/panorama_202CE7AB_29D9_8743_41A5_D2FD9474A935_HS_pffjqsaq.png"}]},"data":{"label":"Polygon"},"vfov":53.51,"class":"HotspotPanoramaOverlayImage","hfov":9.78,"pitch":-3.88}],"data":{"hasPanoramaAction":true,"label":"Polygon"},"areas":["this.HotspotPanoramaOverlayArea_332BDAB3_2017_DDD5_4190_F0DE1D795540"],"id":"overlay_3AD87920_29E9_8B7D_416B_6214F8C96058","class":"HotspotPanoramaOverlay","useHandCursor":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":100,"yaw":83.52,"image":"this.AnimatedImageResource_2D131B4F_20E6_4995_4191_C21CA8FFA5A9","data":{"label":"Circle Arrow 01a"},"vfov":10.95,"class":"HotspotPanoramaOverlayImage","hfov":16.28,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-25.67,"horizontalAlign":"center"}],"data":{"hasPanoramaAction":true,"label":"Circle Arrow 01a"},"areas":["this.HotspotPanoramaOverlayArea_332B1AB3_2017_DDD5_41B8_5AD22452917A"],"id":"overlay_33D4A1B7_2A38_9B43_4198_FECFC716794B","class":"HotspotPanoramaOverlay","useHandCursor":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":50,"yaw":-144.93,"image":{"class":"ImageResource","levels":[{"width":150,"class":"ImageResourceLevel","height":828,"url":"media/panorama_202CE7AB_29D9_8743_41A5_D2FD9474A935_HS_nl81a1x0.png"}]},"data":{"label":"Polygon"},"vfov":46.35,"class":"HotspotPanoramaOverlayImage","hfov":8.87,"pitch":-3.28}],"data":{"hasPanoramaAction":true,"label":"Polygon"},"areas":["this.HotspotPanoramaOverlayArea_332B6AB4_2017_DDD3_41B0_49C8692CE808"],"id":"overlay_15594A86_2A38_8945_41A6_0801C264F993","class":"HotspotPanoramaOverlay","useHandCursor":true},{"id":"overlay_74E095E9_5E13_280A_41C3_72850E52C838","areas":["this.HotspotPanoramaOverlayArea_332CBAB4_2017_DDD3_41B6_A84E8066DDE7"],"class":"HotspotPanoramaOverlay","useHandCursor":true,"enabledInCardboard":true,"data":{"hasPanoramaAction":true,"label":"Image"},"maps":[],"items":[{"distance":50,"yaw":-135.98,"image":"this.res_3312C513_200F_34D5_41B7_3408AB524AB9","vfov":31.92,"class":"HotspotPanoramaOverlayImage","hfov":6.76,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-3.75,"data":{"label":"Image"},"horizontalAlign":"center"}],"rollOverDisplay":true},{"id":"overlay_779418CC_5E11_180A_41C4_BABA04368841","areas":["this.HotspotPanoramaOverlayArea_332C0AB4_2017_DDD3_41A3_6761E47F8AFA"],"class":"HotspotPanoramaOverlay","useHandCursor":true,"enabledInCardboard":true,"data":{"hasPanoramaAction":true,"label":"Image"},"maps":[],"items":[{"distance":50,"yaw":-144.98,"image":"this.res_3312E513_200F_34D5_41AE_06FF2D0568B6","vfov":30.4,"class":"HotspotPanoramaOverlayImage","hfov":6.27,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-3.14,"data":{"label":"Image"},"horizontalAlign":"center"}],"rollOverDisplay":true},{"media":"this.panorama_202CBCE5_29D8_8AC7_41A9_B64BA0E8A51D","player":"this.MainViewerPanoramaPlayer","camera":"this.panorama_202CBCE5_29D8_8AC7_41A9_B64BA0E8A51D_camera","begin":"this.setMapLocation(this.PanoramaPlayListItem_2EE8EBFE_20E6_4877_4169_F28F667EAFC3, this.MapViewerMapPlayer); this.setEndToItemIndex(this.mainPlayList, 1, 2)","id":"PanoramaPlayListItem_2EE8EBFE_20E6_4877_4169_F28F667EAFC3","class":"PanoramaPlayListItem","start":"this._initItemWithComps(this.mainPlayList, 1, [this.Image_4B648EBA_5903_88BE_41C2_AFDB2F1F576C,this.IconButton_415E1887_5E2F_1806_41B7_D5ADDDEC1234,this.IconButton_7E3928C0_5E33_187A_41D0_ED7493497789,this.IconButton_40D2D95F_5E31_3805_41AE_B1D43541E337,this.IconButton_418A9FB2_5E31_181E_41A0_8FC89561017E], 'begin', true, null, 0, 0)"},{"media":"this.panorama_233E06B5_29D8_9947_41C1_E6C3B0F12258","player":"this.MainViewerPanoramaPlayer","camera":"this.panorama_233E06B5_29D8_9947_41C1_E6C3B0F12258_camera","begin":"this.setMapLocation(this.PanoramaPlayListItem_2EE97BFF_20E6_4875_41A3_9D703338C253, this.MapViewerMapPlayer); this.setEndToItemIndex(this.mainPlayList, 2, 3)","id":"PanoramaPlayListItem_2EE97BFF_20E6_4875_41A3_9D703338C253","class":"PanoramaPlayListItem","start":"this._initItemWithComps(this.mainPlayList, 2, [this.Image_4B648EBA_5903_88BE_41C2_AFDB2F1F576C], 'begin', false, null, 0, 0); this._initItemWithComps(this.mainPlayList, 2, [this.IconButton_415E1887_5E2F_1806_41B7_D5ADDDEC1234,this.IconButton_7E3928C0_5E33_187A_41D0_ED7493497789,this.IconButton_40D2D95F_5E31_3805_41AE_B1D43541E337,this.IconButton_418A9FB2_5E31_181E_41A0_8FC89561017E], 'begin', true, null, 0, 0)"},{"media":"this.panorama_20303F0B_29D8_8743_41B0_0880E967F034","player":"this.MainViewerPanoramaPlayer","camera":"this.panorama_20303F0B_29D8_8743_41B0_0880E967F034_camera","begin":"this.setMapLocation(this.PanoramaPlayListItem_2EE91BFF_20E6_4875_41B1_B0E65B287A69, this.MapViewerMapPlayer); this.setEndToItemIndex(this.mainPlayList, 3, 4)","id":"PanoramaPlayListItem_2EE91BFF_20E6_4875_41B1_B0E65B287A69","class":"PanoramaPlayListItem","start":"this._initItemWithComps(this.mainPlayList, 3, [this.Image_4B648EBA_5903_88BE_41C2_AFDB2F1F576C], 'begin', false, null, 0, 0); this._initItemWithComps(this.mainPlayList, 3, [this.IconButton_415E1887_5E2F_1806_41B7_D5ADDDEC1234,this.IconButton_7E3928C0_5E33_187A_41D0_ED7493497789,this.IconButton_40D2D95F_5E31_3805_41AE_B1D43541E337,this.IconButton_418A9FB2_5E31_181E_41A0_8FC89561017E], 'begin', true, null, 0, 0)"},{"media":"this.panorama_202CF657_29D9_79C3_41C2_1EDBA136C06F","player":"this.MainViewerPanoramaPlayer","camera":"this.panorama_202CF657_29D9_79C3_41C2_1EDBA136C06F_camera","begin":"this.setMapLocation(this.PanoramaPlayListItem_2EE9ABFF_20E6_4875_41B4_E4D322AFFC16, this.MapViewerMapPlayer); this.setEndToItemIndex(this.mainPlayList, 4, 5)","id":"PanoramaPlayListItem_2EE9ABFF_20E6_4875_41B4_E4D322AFFC16","class":"PanoramaPlayListItem","start":"this._initItemWithComps(this.mainPlayList, 4, [this.Image_4B648EBA_5903_88BE_41C2_AFDB2F1F576C], 'begin', false, null, 0, 0); this._initItemWithComps(this.mainPlayList, 4, [this.IconButton_415E1887_5E2F_1806_41B7_D5ADDDEC1234,this.IconButton_7E3928C0_5E33_187A_41D0_ED7493497789,this.IconButton_40D2D95F_5E31_3805_41AE_B1D43541E337,this.IconButton_418A9FB2_5E31_181E_41A0_8FC89561017E], 'begin', true, null, 0, 0)"},{"media":"this.panorama_2022DDE3_29D9_8AC3_4198_7C1670E7A4F0","player":"this.MainViewerPanoramaPlayer","camera":"this.panorama_2022DDE3_29D9_8AC3_4198_7C1670E7A4F0_camera","begin":"this.setMapLocation(this.PanoramaPlayListItem_2EEA4BFF_20E6_4875_41BA_A7B50B966EE3, this.MapViewerMapPlayer); this.setEndToItemIndex(this.mainPlayList, 5, 6)","id":"PanoramaPlayListItem_2EEA4BFF_20E6_4875_41BA_A7B50B966EE3","class":"PanoramaPlayListItem","start":"this._initItemWithComps(this.mainPlayList, 5, [this.Image_4B648EBA_5903_88BE_41C2_AFDB2F1F576C], 'begin', false, null, 0, 0); this._initItemWithComps(this.mainPlayList, 5, [this.IconButton_415E1887_5E2F_1806_41B7_D5ADDDEC1234,this.IconButton_7E3928C0_5E33_187A_41D0_ED7493497789,this.IconButton_40D2D95F_5E31_3805_41AE_B1D43541E337,this.IconButton_418A9FB2_5E31_181E_41A0_8FC89561017E], 'begin', true, null, 0, 0)"},{"media":"this.panorama_2020451D_29D9_9B47_41C4_C6214239C92F","player":"this.MainViewerPanoramaPlayer","camera":"this.panorama_2020451D_29D9_9B47_41C4_C6214239C92F_camera","begin":"this.setMapLocation(this.PanoramaPlayListItem_2EEA0C00_20E6_4F8B_41B7_D235A7173D30, this.MapViewerMapPlayer); this.setEndToItemIndex(this.mainPlayList, 6, 7)","id":"PanoramaPlayListItem_2EEA0C00_20E6_4F8B_41B7_D235A7173D30","class":"PanoramaPlayListItem","start":"this._initItemWithComps(this.mainPlayList, 6, [this.Image_4B648EBA_5903_88BE_41C2_AFDB2F1F576C], 'begin', false, null, 0, 0); this._initItemWithComps(this.mainPlayList, 6, [this.IconButton_415E1887_5E2F_1806_41B7_D5ADDDEC1234,this.IconButton_7E3928C0_5E33_187A_41D0_ED7493497789,this.IconButton_40D2D95F_5E31_3805_41AE_B1D43541E337,this.IconButton_418A9FB2_5E31_181E_41A0_8FC89561017E], 'begin', true, null, 0, 0)"},{"media":"this.panorama_202CEC51_29D9_89DF_41A3_307457074843","player":"this.MainViewerPanoramaPlayer","camera":"this.panorama_202CEC51_29D9_89DF_41A3_307457074843_camera","begin":"this.setMapLocation(this.PanoramaPlayListItem_2EEABC00_20E6_4F8B_41BB_A1203A9D89F8, this.MapViewerMapPlayer); this.setEndToItemIndex(this.mainPlayList, 7, 8)","id":"PanoramaPlayListItem_2EEABC00_20E6_4F8B_41BB_A1203A9D89F8","class":"PanoramaPlayListItem","start":"this._initItemWithComps(this.mainPlayList, 7, [this.Image_4B648EBA_5903_88BE_41C2_AFDB2F1F576C], 'begin', false, null, 0, 0); this._initItemWithComps(this.mainPlayList, 7, [this.IconButton_415E1887_5E2F_1806_41B7_D5ADDDEC1234,this.IconButton_7E3928C0_5E33_187A_41D0_ED7493497789,this.IconButton_40D2D95F_5E31_3805_41AE_B1D43541E337,this.IconButton_418A9FB2_5E31_181E_41A0_8FC89561017E], 'begin', true, null, 0, 0)"},{"media":"this.panorama_202F03A6_29D9_BF45_4190_464DA2BBFA9C","player":"this.MainViewerPanoramaPlayer","camera":"this.panorama_202F03A6_29D9_BF45_4190_464DA2BBFA9C_camera","begin":"this.setMapLocation(this.PanoramaPlayListItem_2EEB4C00_20E6_4F8B_41AB_12D0FA3880D0, this.MapViewerMapPlayer); this.setEndToItemIndex(this.mainPlayList, 8, 9)","id":"PanoramaPlayListItem_2EEB4C00_20E6_4F8B_41AB_12D0FA3880D0","class":"PanoramaPlayListItem","start":"this._initItemWithComps(this.mainPlayList, 8, [this.Image_4B648EBA_5903_88BE_41C2_AFDB2F1F576C], 'begin', false, null, 0, 0); this._initItemWithComps(this.mainPlayList, 8, [this.IconButton_415E1887_5E2F_1806_41B7_D5ADDDEC1234,this.IconButton_7E3928C0_5E33_187A_41D0_ED7493497789,this.IconButton_40D2D95F_5E31_3805_41AE_B1D43541E337,this.IconButton_418A9FB2_5E31_181E_41A0_8FC89561017E], 'begin', true, null, 0, 0)"},{"media":"this.panorama_2025FB58_29D9_8FCD_419E_2FF7CC682393","player":"this.MainViewerPanoramaPlayer","camera":"this.panorama_2025FB58_29D9_8FCD_419E_2FF7CC682393_camera","begin":"this.setMapLocation(this.PanoramaPlayListItem_2EEBEC00_20E6_4F8B_41AA_FD5E1B65E230, this.MapViewerMapPlayer); this.setEndToItemIndex(this.mainPlayList, 9, 10)","id":"PanoramaPlayListItem_2EEBEC00_20E6_4F8B_41AA_FD5E1B65E230","class":"PanoramaPlayListItem","start":"this._initItemWithComps(this.mainPlayList, 9, [this.Image_4B648EBA_5903_88BE_41C2_AFDB2F1F576C], 'begin', false, null, 0, 0); this._initItemWithComps(this.mainPlayList, 9, [this.IconButton_415E1887_5E2F_1806_41B7_D5ADDDEC1234,this.IconButton_7E3928C0_5E33_187A_41D0_ED7493497789,this.IconButton_40D2D95F_5E31_3805_41AE_B1D43541E337,this.IconButton_418A9FB2_5E31_181E_41A0_8FC89561017E], 'begin', true, null, 0, 0)"},{"media":"this.panorama_202EC2BB_29D9_9943_4191_623B23A1A8B5","player":"this.MainViewerPanoramaPlayer","camera":"this.panorama_202EC2BB_29D9_9943_4191_623B23A1A8B5_camera","begin":"this.setMapLocation(this.PanoramaPlayListItem_2EEB8C01_20E6_4F8D_41B1_EDF917220295, this.MapViewerMapPlayer); this.setEndToItemIndex(this.mainPlayList, 10, 11)","id":"PanoramaPlayListItem_2EEB8C01_20E6_4F8D_41B1_EDF917220295","class":"PanoramaPlayListItem","start":"this._initItemWithComps(this.mainPlayList, 10, [this.Image_4B648EBA_5903_88BE_41C2_AFDB2F1F576C], 'begin', false, null, 0, 0); this._initItemWithComps(this.mainPlayList, 10, [this.IconButton_415E1887_5E2F_1806_41B7_D5ADDDEC1234,this.IconButton_7E3928C0_5E33_187A_41D0_ED7493497789,this.IconButton_40D2D95F_5E31_3805_41AE_B1D43541E337,this.IconButton_418A9FB2_5E31_181E_41A0_8FC89561017E], 'begin', true, null, 0, 0)"},{"media":"this.panorama_20226A53_29D9_89C3_41BD_A01EDB26CA21","player":"this.MainViewerPanoramaPlayer","camera":"this.panorama_20226A53_29D9_89C3_41BD_A01EDB26CA21_camera","begin":"this.setMapLocation(this.PanoramaPlayListItem_2EEC3C01_20E6_4F8D_41B6_047B21BE59D1, this.MapViewerMapPlayer); this.setEndToItemIndex(this.mainPlayList, 11, 12)","id":"PanoramaPlayListItem_2EEC3C01_20E6_4F8D_41B6_047B21BE59D1","class":"PanoramaPlayListItem","start":"this._initItemWithComps(this.mainPlayList, 11, [this.Image_4B648EBA_5903_88BE_41C2_AFDB2F1F576C], 'begin', false, null, 0, 0); this._initItemWithComps(this.mainPlayList, 11, [this.IconButton_415E1887_5E2F_1806_41B7_D5ADDDEC1234,this.IconButton_7E3928C0_5E33_187A_41D0_ED7493497789,this.IconButton_40D2D95F_5E31_3805_41AE_B1D43541E337,this.IconButton_418A9FB2_5E31_181E_41A0_8FC89561017E], 'begin', true, null, 0, 0)"},{"media":"this.panorama_202EC1A7_29D9_FB43_41C2_07B28FE4441E","player":"this.MainViewerPanoramaPlayer","camera":"this.panorama_202EC1A7_29D9_FB43_41C2_07B28FE4441E_camera","begin":"this.setMapLocation(this.PanoramaPlayListItem_2EECEC02_20E6_4F8F_41B9_6427C04D58A8, this.MapViewerMapPlayer); this.setEndToItemIndex(this.mainPlayList, 12, 13)","id":"PanoramaPlayListItem_2EECEC02_20E6_4F8F_41B9_6427C04D58A8","class":"PanoramaPlayListItem","start":"this._initItemWithComps(this.mainPlayList, 12, [this.Image_4B648EBA_5903_88BE_41C2_AFDB2F1F576C], 'begin', false, null, 0, 0); this._initItemWithComps(this.mainPlayList, 12, [this.IconButton_415E1887_5E2F_1806_41B7_D5ADDDEC1234,this.IconButton_7E3928C0_5E33_187A_41D0_ED7493497789,this.IconButton_40D2D95F_5E31_3805_41AE_B1D43541E337,this.IconButton_418A9FB2_5E31_181E_41A0_8FC89561017E], 'begin', true, null, 0, 0)"},{"media":"this.panorama_202ED90E_29D9_8B45_41BA_7FFB77E63CF1","player":"this.MainViewerPanoramaPlayer","camera":"this.panorama_202ED90E_29D9_8B45_41BA_7FFB77E63CF1_camera","begin":"this.setMapLocation(this.PanoramaPlayListItem_2EECAC02_20E6_4F8F_41B1_BF0A2A65B6F2, this.MapViewerMapPlayer); this.setEndToItemIndex(this.mainPlayList, 13, 14)","id":"PanoramaPlayListItem_2EECAC02_20E6_4F8F_41B1_BF0A2A65B6F2","class":"PanoramaPlayListItem","start":"this._initItemWithComps(this.mainPlayList, 13, [this.Image_4B648EBA_5903_88BE_41C2_AFDB2F1F576C], 'begin', false, null, 0, 0); this._initItemWithComps(this.mainPlayList, 13, [this.IconButton_415E1887_5E2F_1806_41B7_D5ADDDEC1234,this.IconButton_7E3928C0_5E33_187A_41D0_ED7493497789,this.IconButton_40D2D95F_5E31_3805_41AE_B1D43541E337,this.IconButton_418A9FB2_5E31_181E_41A0_8FC89561017E], 'begin', true, null, 0, 0)"},{"media":"this.panorama_202EA06E_29D9_99C5_41AF_609FB7C01D8B","player":"this.MainViewerPanoramaPlayer","camera":"this.panorama_202EA06E_29D9_99C5_41AF_609FB7C01D8B_camera","begin":"this.setMapLocation(this.PanoramaPlayListItem_2EED3C02_20E6_4F8F_41BB_5F0B9E1F4DCD, this.MapViewerMapPlayer); this.setEndToItemIndex(this.mainPlayList, 14, 15)","id":"PanoramaPlayListItem_2EED3C02_20E6_4F8F_41BB_5F0B9E1F4DCD","class":"PanoramaPlayListItem","start":"this._initItemWithComps(this.mainPlayList, 14, [this.Image_4B648EBA_5903_88BE_41C2_AFDB2F1F576C], 'begin', false, null, 0, 0); this._initItemWithComps(this.mainPlayList, 14, [this.IconButton_415E1887_5E2F_1806_41B7_D5ADDDEC1234,this.IconButton_7E3928C0_5E33_187A_41D0_ED7493497789,this.IconButton_40D2D95F_5E31_3805_41AE_B1D43541E337,this.IconButton_418A9FB2_5E31_181E_41A0_8FC89561017E], 'begin', true, null, 0, 0)"},{"media":"this.panorama_202CE7AB_29D9_8743_41A5_D2FD9474A935","player":"this.MainViewerPanoramaPlayer","camera":"this.panorama_202CE7AB_29D9_8743_41A5_D2FD9474A935_camera","begin":"this.setMapLocation(this.PanoramaPlayListItem_2EEDDC03_20E6_4F8D_41B6_97BDAE63BC8B, this.MapViewerMapPlayer); this.setEndToItemIndex(this.mainPlayList, 15, 16)","id":"PanoramaPlayListItem_2EEDDC03_20E6_4F8D_41B6_97BDAE63BC8B","class":"PanoramaPlayListItem","start":"this._initItemWithComps(this.mainPlayList, 15, [this.Image_4B648EBA_5903_88BE_41C2_AFDB2F1F576C], 'begin', false, null, 0, 0); this._initItemWithComps(this.mainPlayList, 15, [this.IconButton_415E1887_5E2F_1806_41B7_D5ADDDEC1234,this.IconButton_7E3928C0_5E33_187A_41D0_ED7493497789,this.IconButton_40D2D95F_5E31_3805_41AE_B1D43541E337,this.IconButton_418A9FB2_5E31_181E_41A0_8FC89561017E], 'begin', true, null, 0, 0)"},{"media":"this.panorama_202CBEF2_29D9_86DD_41C1_0233C02AE27F","player":"this.MainViewerPanoramaPlayer","camera":"this.panorama_202CBEF2_29D9_86DD_41C1_0233C02AE27F_camera","begin":"this.setMapLocation(this.PanoramaPlayListItem_2EED8C03_20E6_4F8D_41B8_6091B5957CAE, this.MapViewerMapPlayer); this.setEndToItemIndex(this.mainPlayList, 16, 17)","id":"PanoramaPlayListItem_2EED8C03_20E6_4F8D_41B8_6091B5957CAE","class":"PanoramaPlayListItem","start":"this._initItemWithComps(this.mainPlayList, 16, [this.Image_4B648EBA_5903_88BE_41C2_AFDB2F1F576C], 'begin', false, null, 0, 0); this._initItemWithComps(this.mainPlayList, 16, [this.IconButton_415E1887_5E2F_1806_41B7_D5ADDDEC1234,this.IconButton_7E3928C0_5E33_187A_41D0_ED7493497789,this.IconButton_40D2D95F_5E31_3805_41AE_B1D43541E337,this.IconButton_418A9FB2_5E31_181E_41A0_8FC89561017E], 'begin', true, null, 0, 0)"},{"media":"this.panorama_202E762D_29D9_B947_41B9_73BF2ED44020","player":"this.MainViewerPanoramaPlayer","camera":"this.panorama_202E762D_29D9_B947_41B9_73BF2ED44020_camera","begin":"this.setMapLocation(this.PanoramaPlayListItem_2EEE3C03_20E6_4F8D_41B0_132030ECF438, this.MapViewerMapPlayer); this.setEndToItemIndex(this.mainPlayList, 17, 18)","id":"PanoramaPlayListItem_2EEE3C03_20E6_4F8D_41B0_132030ECF438","class":"PanoramaPlayListItem","start":"this._initItemWithComps(this.mainPlayList, 17, [this.Image_4B648EBA_5903_88BE_41C2_AFDB2F1F576C], 'begin', false, null, 0, 0); this._initItemWithComps(this.mainPlayList, 17, [this.IconButton_415E1887_5E2F_1806_41B7_D5ADDDEC1234,this.IconButton_7E3928C0_5E33_187A_41D0_ED7493497789,this.IconButton_40D2D95F_5E31_3805_41AE_B1D43541E337,this.IconButton_418A9FB2_5E31_181E_41A0_8FC89561017E], 'begin', true, null, 0, 0)"},{"media":"this.panorama_202F3D69_29D9_8BCF_41C1_8E365DC5CBD9","player":"this.MainViewerPanoramaPlayer","camera":"this.panorama_202F3D69_29D9_8BCF_41C1_8E365DC5CBD9_camera","begin":"this.setMapLocation(this.PanoramaPlayListItem_2EEEEC03_20E6_4F8D_41A9_9936EEEF57F1, this.MapViewerMapPlayer); this.setEndToItemIndex(this.mainPlayList, 18, 19)","id":"PanoramaPlayListItem_2EEEEC03_20E6_4F8D_41A9_9936EEEF57F1","class":"PanoramaPlayListItem","start":"this._initItemWithComps(this.mainPlayList, 18, [this.Image_4B648EBA_5903_88BE_41C2_AFDB2F1F576C], 'begin', false, null, 0, 0); this._initItemWithComps(this.mainPlayList, 18, [this.IconButton_415E1887_5E2F_1806_41B7_D5ADDDEC1234,this.IconButton_7E3928C0_5E33_187A_41D0_ED7493497789,this.IconButton_40D2D95F_5E31_3805_41AE_B1D43541E337,this.IconButton_418A9FB2_5E31_181E_41A0_8FC89561017E], 'begin', true, null, 0, 0)"},{"media":"this.panorama_202524FC_29D9_9AC5_41C2_4C8E3048D390","player":"this.MainViewerPanoramaPlayer","camera":"this.panorama_202524FC_29D9_9AC5_41C2_4C8E3048D390_camera","begin":"this.setMapLocation(this.PanoramaPlayListItem_2EEE8C04_20E6_4F8B_41AF_5750F2E87840, this.MapViewerMapPlayer); this.setEndToItemIndex(this.mainPlayList, 19, 20)","id":"PanoramaPlayListItem_2EEE8C04_20E6_4F8B_41AF_5750F2E87840","class":"PanoramaPlayListItem","start":"this._initItemWithComps(this.mainPlayList, 19, [this.Image_4B648EBA_5903_88BE_41C2_AFDB2F1F576C], 'begin', false, null, 0, 0); this._initItemWithComps(this.mainPlayList, 19, [this.IconButton_415E1887_5E2F_1806_41B7_D5ADDDEC1234,this.IconButton_7E3928C0_5E33_187A_41D0_ED7493497789,this.IconButton_40D2D95F_5E31_3805_41AE_B1D43541E337,this.IconButton_418A9FB2_5E31_181E_41A0_8FC89561017E], 'begin', true, null, 0, 0)"},{"media":"this.panorama_2022BCA8_29D9_894D_41B9_2D78FFF09147","player":"this.MainViewerPanoramaPlayer","camera":"this.panorama_2022BCA8_29D9_894D_41B9_2D78FFF09147_camera","begin":"this.setMapLocation(this.PanoramaPlayListItem_2EEF4C04_20E6_4F8B_41BA_83142961E5D1, this.MapViewerMapPlayer); this.setEndToItemIndex(this.mainPlayList, 20, 21)","id":"PanoramaPlayListItem_2EEF4C04_20E6_4F8B_41BA_83142961E5D1","class":"PanoramaPlayListItem","start":"this._initItemWithComps(this.mainPlayList, 20, [this.Image_4B648EBA_5903_88BE_41C2_AFDB2F1F576C], 'begin', false, null, 0, 0); this._initItemWithComps(this.mainPlayList, 20, [this.IconButton_415E1887_5E2F_1806_41B7_D5ADDDEC1234,this.IconButton_7E3928C0_5E33_187A_41D0_ED7493497789,this.IconButton_40D2D95F_5E31_3805_41AE_B1D43541E337,this.IconButton_418A9FB2_5E31_181E_41A0_8FC89561017E], 'begin', true, null, 0, 0)"},{"media":"this.panorama_20202402_29D9_793D_41B4_E5905566B405","player":"this.MainViewerPanoramaPlayer","camera":"this.panorama_20202402_29D9_793D_41B4_E5905566B405_camera","begin":"this.setMapLocation(this.PanoramaPlayListItem_2EEFEC04_20E6_4F8B_41AA_C04E91FA6AF4, this.MapViewerMapPlayer); this.setEndToItemIndex(this.mainPlayList, 21, 22)","id":"PanoramaPlayListItem_2EEFEC04_20E6_4F8B_41AA_C04E91FA6AF4","class":"PanoramaPlayListItem","start":"this._initItemWithComps(this.mainPlayList, 21, [this.Image_4B648EBA_5903_88BE_41C2_AFDB2F1F576C], 'begin', false, null, 0, 0); this._initItemWithComps(this.mainPlayList, 21, [this.IconButton_415E1887_5E2F_1806_41B7_D5ADDDEC1234,this.IconButton_7E3928C0_5E33_187A_41D0_ED7493497789,this.IconButton_40D2D95F_5E31_3805_41AE_B1D43541E337,this.IconButton_418A9FB2_5E31_181E_41A0_8FC89561017E], 'begin', true, null, 0, 0)"},{"media":"this.panorama_20216B4C_29D8_8FC5_41AA_EEB1350DCA73","player":"this.MainViewerPanoramaPlayer","camera":"this.panorama_20216B4C_29D8_8FC5_41AA_EEB1350DCA73_camera","begin":"this.setMapLocation(this.PanoramaPlayListItem_2EEF8C04_20E6_4F8B_41A9_343D315DCD43, this.MapViewerMapPlayer); this.setEndToItemIndex(this.mainPlayList, 22, 23)","id":"PanoramaPlayListItem_2EEF8C04_20E6_4F8B_41A9_343D315DCD43","class":"PanoramaPlayListItem","start":"this._initItemWithComps(this.mainPlayList, 22, [this.Image_4B648EBA_5903_88BE_41C2_AFDB2F1F576C], 'begin', false, null, 0, 0); this._initItemWithComps(this.mainPlayList, 22, [this.IconButton_415E1887_5E2F_1806_41B7_D5ADDDEC1234,this.IconButton_7E3928C0_5E33_187A_41D0_ED7493497789,this.IconButton_40D2D95F_5E31_3805_41AE_B1D43541E337,this.IconButton_418A9FB2_5E31_181E_41A0_8FC89561017E], 'begin', true, null, 0, 0)"},{"media":"this.panorama_202322BF_29D8_9943_41C3_4B52BEAC8871","player":"this.MainViewerPanoramaPlayer","camera":"this.panorama_202322BF_29D8_9943_41C3_4B52BEAC8871_camera","begin":"this.setMapLocation(this.PanoramaPlayListItem_2EF03C04_20E6_4F8B_41A3_2211E4A898A7, this.MapViewerMapPlayer); this.setEndToItemIndex(this.mainPlayList, 23, 24)","id":"PanoramaPlayListItem_2EF03C04_20E6_4F8B_41A3_2211E4A898A7","class":"PanoramaPlayListItem","start":"this._initItemWithComps(this.mainPlayList, 23, [this.Image_4B648EBA_5903_88BE_41C2_AFDB2F1F576C], 'begin', false, null, 0, 0); this._initItemWithComps(this.mainPlayList, 23, [this.IconButton_415E1887_5E2F_1806_41B7_D5ADDDEC1234,this.IconButton_7E3928C0_5E33_187A_41D0_ED7493497789,this.IconButton_40D2D95F_5E31_3805_41AE_B1D43541E337,this.IconButton_418A9FB2_5E31_181E_41A0_8FC89561017E], 'begin', true, null, 0, 0)"},{"media":"this.panorama_2023FA54_29D8_89C5_41C4_B0221AD9623E","player":"this.MainViewerPanoramaPlayer","camera":"this.panorama_2023FA54_29D8_89C5_41C4_B0221AD9623E_camera","begin":"this.setMapLocation(this.PanoramaPlayListItem_2EF0CC05_20E6_4F95_41BF_BC3B0B9B293E, this.MapViewerMapPlayer); this.setEndToItemIndex(this.mainPlayList, 24, 25)","id":"PanoramaPlayListItem_2EF0CC05_20E6_4F95_41BF_BC3B0B9B293E","class":"PanoramaPlayListItem","start":"this._initItemWithComps(this.mainPlayList, 24, [this.Image_4B648EBA_5903_88BE_41C2_AFDB2F1F576C], 'begin', false, null, 0, 0); this._initItemWithComps(this.mainPlayList, 24, [this.IconButton_415E1887_5E2F_1806_41B7_D5ADDDEC1234,this.IconButton_40D2D95F_5E31_3805_41AE_B1D43541E337,this.IconButton_418A9FB2_5E31_181E_41A0_8FC89561017E], 'begin', true, this.effect_34751AA4_2009_3DF3_41B2_7217E6A7F5EF, 0, 0); this._initItemWithComps(this.mainPlayList, 24, [this.IconButton_7E3928C0_5E33_187A_41D0_ED7493497789], 'begin', true, null, 0, 0)"},{"media":"this.panorama_202141BD_29D8_BB47_41B4_A578A47A6466","player":"this.MainViewerPanoramaPlayer","camera":"this.panorama_202141BD_29D8_BB47_41B4_A578A47A6466_camera","begin":"this.setMapLocation(this.PanoramaPlayListItem_2EF16C05_20E6_4F95_41BE_7973529D7707, this.MapViewerMapPlayer); this.setEndToItemIndex(this.mainPlayList, 25, 26)","id":"PanoramaPlayListItem_2EF16C05_20E6_4F95_41BE_7973529D7707","class":"PanoramaPlayListItem","start":"this._initItemWithComps(this.mainPlayList, 25, [this.Image_4B648EBA_5903_88BE_41C2_AFDB2F1F576C], 'begin', false, null, 0, 0); this._initItemWithComps(this.mainPlayList, 25, [this.IconButton_415E1887_5E2F_1806_41B7_D5ADDDEC1234,this.IconButton_7E3928C0_5E33_187A_41D0_ED7493497789,this.IconButton_40D2D95F_5E31_3805_41AE_B1D43541E337,this.IconButton_418A9FB2_5E31_181E_41A0_8FC89561017E], 'begin', true, null, 0, 0)"},{"media":"this.panorama_202ED919_29D8_8B4F_41C1_C815AD35F6D1","player":"this.MainViewerPanoramaPlayer","camera":"this.panorama_202ED919_29D8_8B4F_41C1_C815AD35F6D1_camera","begin":"this.setMapLocation(this.PanoramaPlayListItem_2EF11C05_20E6_4F95_41C0_5F633D9F27BD, this.MapViewerMapPlayer); this.setEndToItemIndex(this.mainPlayList, 26, 27)","id":"PanoramaPlayListItem_2EF11C05_20E6_4F95_41C0_5F633D9F27BD","class":"PanoramaPlayListItem","start":"this._initItemWithComps(this.mainPlayList, 26, [this.Image_4B648EBA_5903_88BE_41C2_AFDB2F1F576C], 'begin', false, null, 0, 0); this._initItemWithComps(this.mainPlayList, 26, [this.IconButton_415E1887_5E2F_1806_41B7_D5ADDDEC1234,this.IconButton_7E3928C0_5E33_187A_41D0_ED7493497789,this.IconButton_40D2D95F_5E31_3805_41AE_B1D43541E337,this.IconButton_418A9FB2_5E31_181E_41A0_8FC89561017E], 'begin', true, null, 0, 0)"},{"media":"this.panorama_202D4031_29D8_995F_4180_F7D352C8832C","player":"this.MainViewerPanoramaPlayer","camera":"this.panorama_202D4031_29D8_995F_4180_F7D352C8832C_camera","begin":"this.setMapLocation(this.PanoramaPlayListItem_2EF1CC05_20E6_4F95_41BB_A33B09B5B146, this.MapViewerMapPlayer); this.setEndToItemIndex(this.mainPlayList, 27, 28)","id":"PanoramaPlayListItem_2EF1CC05_20E6_4F95_41BB_A33B09B5B146","class":"PanoramaPlayListItem","start":"this._initItemWithComps(this.mainPlayList, 27, [this.Image_4B648EBA_5903_88BE_41C2_AFDB2F1F576C], 'begin', false, null, 0, 0); this._initItemWithComps(this.mainPlayList, 27, [this.IconButton_415E1887_5E2F_1806_41B7_D5ADDDEC1234,this.IconButton_7E3928C0_5E33_187A_41D0_ED7493497789,this.IconButton_40D2D95F_5E31_3805_41AE_B1D43541E337,this.IconButton_418A9FB2_5E31_181E_41A0_8FC89561017E], 'begin', true, null, 0, 0)"},{"media":"this.panorama_20227F14_29D8_8745_41C2_B785C0176E46","player":"this.MainViewerPanoramaPlayer","camera":"this.panorama_20227F14_29D8_8745_41C2_B785C0176E46_camera","begin":"this.setMapLocation(this.PanoramaPlayListItem_2EF00C06_20E6_4F97_41BF_5F93F03AC60B, this.MapViewerMapPlayer); this.setEndToItemIndex(this.mainPlayList, 28, 29)","id":"PanoramaPlayListItem_2EF00C06_20E6_4F97_41BF_5F93F03AC60B","class":"PanoramaPlayListItem","start":"this._initItemWithComps(this.mainPlayList, 28, [this.Image_4B648EBA_5903_88BE_41C2_AFDB2F1F576C], 'begin', false, null, 0, 0); this._initItemWithComps(this.mainPlayList, 28, [this.IconButton_415E1887_5E2F_1806_41B7_D5ADDDEC1234,this.IconButton_7E3928C0_5E33_187A_41D0_ED7493497789,this.IconButton_40D2D95F_5E31_3805_41AE_B1D43541E337,this.IconButton_418A9FB2_5E31_181E_41A0_8FC89561017E], 'begin', true, null, 0, 0)"},{"media":"this.panorama_202276C0_29D8_F93D_4187_7BB88CBDB314","player":"this.MainViewerPanoramaPlayer","camera":"this.panorama_202276C0_29D8_F93D_4187_7BB88CBDB314_camera","begin":"this.setMapLocation(this.PanoramaPlayListItem_2EF0AC06_20E6_4F97_41BF_4A3AB5B9B85D, this.MapViewerMapPlayer); this.setEndToItemIndex(this.mainPlayList, 29, 30)","id":"PanoramaPlayListItem_2EF0AC06_20E6_4F97_41BF_4A3AB5B9B85D","class":"PanoramaPlayListItem","start":"this._initItemWithComps(this.mainPlayList, 29, [this.Image_4B648EBA_5903_88BE_41C2_AFDB2F1F576C], 'begin', false, null, 0, 0); this._initItemWithComps(this.mainPlayList, 29, [this.IconButton_415E1887_5E2F_1806_41B7_D5ADDDEC1234,this.IconButton_7E3928C0_5E33_187A_41D0_ED7493497789,this.IconButton_40D2D95F_5E31_3805_41AE_B1D43541E337,this.IconButton_418A9FB2_5E31_181E_41A0_8FC89561017E], 'begin', true, null, 0, 0)"},{"media":"this.panorama_2020DE6B_29D8_89C3_41B0_E88CD4F5C3A7","player":"this.MainViewerPanoramaPlayer","camera":"this.panorama_2020DE6B_29D8_89C3_41B0_E88CD4F5C3A7_camera","begin":"this.setMapLocation(this.PanoramaPlayListItem_2EF13C06_20E6_4F97_419C_1D33E4947E38, this.MapViewerMapPlayer); this.setEndToItemIndex(this.mainPlayList, 30, 31)","id":"PanoramaPlayListItem_2EF13C06_20E6_4F97_419C_1D33E4947E38","class":"PanoramaPlayListItem","start":"this._initItemWithComps(this.mainPlayList, 30, [this.Image_4B648EBA_5903_88BE_41C2_AFDB2F1F576C], 'begin', false, null, 0, 0); this._initItemWithComps(this.mainPlayList, 30, [this.IconButton_415E1887_5E2F_1806_41B7_D5ADDDEC1234,this.IconButton_7E3928C0_5E33_187A_41D0_ED7493497789,this.IconButton_40D2D95F_5E31_3805_41AE_B1D43541E337,this.IconButton_418A9FB2_5E31_181E_41A0_8FC89561017E], 'begin', true, null, 0, 0)"},{"media":"this.panorama_202FB5A2_29D8_9B7D_41AC_C366F8212260","player":"this.MainViewerPanoramaPlayer","camera":"this.panorama_202FB5A2_29D8_9B7D_41AC_C366F8212260_camera","begin":"this.setMapLocation(this.PanoramaPlayListItem_2EF1DC06_20E6_4F97_41A2_9811C4BBAD99, this.MapViewerMapPlayer); this.setEndToItemIndex(this.mainPlayList, 31, 32)","id":"PanoramaPlayListItem_2EF1DC06_20E6_4F97_41A2_9811C4BBAD99","class":"PanoramaPlayListItem","start":"this._initItemWithComps(this.mainPlayList, 31, [this.Image_4B648EBA_5903_88BE_41C2_AFDB2F1F576C], 'begin', false, null, 0, 0); this._initItemWithComps(this.mainPlayList, 31, [this.IconButton_415E1887_5E2F_1806_41B7_D5ADDDEC1234,this.IconButton_7E3928C0_5E33_187A_41D0_ED7493497789,this.IconButton_40D2D95F_5E31_3805_41AE_B1D43541E337,this.IconButton_418A9FB2_5E31_181E_41A0_8FC89561017E], 'begin', true, null, 0, 0)"},{"media":"this.panorama_20210439_29D8_B94F_41AF_70333BFB7555","player":"this.MainViewerPanoramaPlayer","camera":"this.panorama_20210439_29D8_B94F_41AF_70333BFB7555_camera","begin":"this.setMapLocation(this.PanoramaPlayListItem_2EF27C06_20E6_4F97_4154_64B715894A7A, this.MapViewerMapPlayer); this.setEndToItemIndex(this.mainPlayList, 32, 33)","id":"PanoramaPlayListItem_2EF27C06_20E6_4F97_4154_64B715894A7A","class":"PanoramaPlayListItem","start":"this._initItemWithComps(this.mainPlayList, 32, [this.Image_4B648EBA_5903_88BE_41C2_AFDB2F1F576C], 'begin', false, null, 0, 0); this._initItemWithComps(this.mainPlayList, 32, [this.IconButton_415E1887_5E2F_1806_41B7_D5ADDDEC1234,this.IconButton_7E3928C0_5E33_187A_41D0_ED7493497789,this.IconButton_40D2D95F_5E31_3805_41AE_B1D43541E337,this.IconButton_418A9FB2_5E31_181E_41A0_8FC89561017E], 'begin', true, null, 0, 0)"},{"media":"this.panorama_202CDBD0_29D8_8EDD_41A9_0571E7060E7D","player":"this.MainViewerPanoramaPlayer","camera":"this.panorama_202CDBD0_29D8_8EDD_41A9_0571E7060E7D_camera","begin":"this.setMapLocation(this.PanoramaPlayListItem_2EF21C07_20E6_4F95_41B7_CAF21D4A403D, this.MapViewerMapPlayer); this.setEndToItemIndex(this.mainPlayList, 33, 34)","id":"PanoramaPlayListItem_2EF21C07_20E6_4F95_41B7_CAF21D4A403D","class":"PanoramaPlayListItem","start":"this._initItemWithComps(this.mainPlayList, 33, [this.Image_4B648EBA_5903_88BE_41C2_AFDB2F1F576C], 'begin', false, null, 0, 0); this._initItemWithComps(this.mainPlayList, 33, [this.IconButton_415E1887_5E2F_1806_41B7_D5ADDDEC1234,this.IconButton_7E3928C0_5E33_187A_41D0_ED7493497789,this.IconButton_40D2D95F_5E31_3805_41AE_B1D43541E337,this.IconButton_418A9FB2_5E31_181E_41A0_8FC89561017E], 'begin', true, null, 0, 0)"},{"media":"this.panorama_202D62FF_29D8_9EC3_419B_FF98C0CDD432","player":"this.MainViewerPanoramaPlayer","camera":"this.panorama_202D62FF_29D8_9EC3_419B_FF98C0CDD432_camera","begin":"this.setMapLocation(this.PanoramaPlayListItem_2EF2CC07_20E6_4F95_41AC_462C576054F8, this.MapViewerMapPlayer); this.setEndToItemIndex(this.mainPlayList, 34, 35)","id":"PanoramaPlayListItem_2EF2CC07_20E6_4F95_41AC_462C576054F8","class":"PanoramaPlayListItem","start":"this._initItemWithComps(this.mainPlayList, 34, [this.Image_4B648EBA_5903_88BE_41C2_AFDB2F1F576C], 'begin', false, null, 0, 0); this._initItemWithComps(this.mainPlayList, 34, [this.IconButton_415E1887_5E2F_1806_41B7_D5ADDDEC1234,this.IconButton_7E3928C0_5E33_187A_41D0_ED7493497789,this.IconButton_40D2D95F_5E31_3805_41AE_B1D43541E337,this.IconButton_418A9FB2_5E31_181E_41A0_8FC89561017E], 'begin', true, null, 0, 0)"},{"media":"this.panorama_202E6165_29DB_7BC7_41AA_01916FC4AA48","player":"this.MainViewerPanoramaPlayer","camera":"this.panorama_202E6165_29DB_7BC7_41AA_01916FC4AA48_camera","begin":"this.setMapLocation(this.PanoramaPlayListItem_2EF3FC07_20E6_4F95_41B0_D06E7896B75E, this.MapViewerMapPlayer); this.setEndToItemIndex(this.mainPlayList, 36, 37)","id":"PanoramaPlayListItem_2EF3FC07_20E6_4F95_41B0_D06E7896B75E","class":"PanoramaPlayListItem","start":"this._initItemWithComps(this.mainPlayList, 36, [this.Image_4B648EBA_5903_88BE_41C2_AFDB2F1F576C], 'begin', false, null, 0, 0); this._initItemWithComps(this.mainPlayList, 36, [this.IconButton_415E1887_5E2F_1806_41B7_D5ADDDEC1234,this.IconButton_7E3928C0_5E33_187A_41D0_ED7493497789,this.IconButton_40D2D95F_5E31_3805_41AE_B1D43541E337,this.IconButton_418A9FB2_5E31_181E_41A0_8FC89561017E], 'begin', true, null, 0, 0)"},{"media":"this.panorama_202FD8AE_29DB_8945_41C1_7B025F391FB8","player":"this.MainViewerPanoramaPlayer","camera":"this.panorama_202FD8AE_29DB_8945_41C1_7B025F391FB8_camera","begin":"this.setMapLocation(this.PanoramaPlayListItem_2EF3AC08_20E6_4F9B_41B5_F55C7BA3BAC9, this.MapViewerMapPlayer); this.setEndToItemIndex(this.mainPlayList, 37, 38)","id":"PanoramaPlayListItem_2EF3AC08_20E6_4F9B_41B5_F55C7BA3BAC9","class":"PanoramaPlayListItem","start":"this._initItemWithComps(this.mainPlayList, 37, [this.Image_4B648EBA_5903_88BE_41C2_AFDB2F1F576C], 'begin', false, null, 0, 0); this._initItemWithComps(this.mainPlayList, 37, [this.IconButton_415E1887_5E2F_1806_41B7_D5ADDDEC1234,this.IconButton_7E3928C0_5E33_187A_41D0_ED7493497789,this.IconButton_40D2D95F_5E31_3805_41AE_B1D43541E337,this.IconButton_418A9FB2_5E31_181E_41A0_8FC89561017E], 'begin', true, null, 0, 0)"},{"media":"this.panorama_20215042_29DB_993D_41C2_2B8E16D6CCA7","player":"this.MainViewerPanoramaPlayer","camera":"this.panorama_20215042_29DB_993D_41C2_2B8E16D6CCA7_camera","begin":"this.setMapLocation(this.PanoramaPlayListItem_2EF44C08_20E6_4F9B_41B9_4B53D0C6AB54, this.MapViewerMapPlayer); this.setEndToItemIndex(this.mainPlayList, 38, 39)","id":"PanoramaPlayListItem_2EF44C08_20E6_4F9B_41B9_4B53D0C6AB54","class":"PanoramaPlayListItem","start":"this._initItemWithComps(this.mainPlayList, 38, [this.Image_4B648EBA_5903_88BE_41C2_AFDB2F1F576C], 'begin', false, null, 0, 0); this._initItemWithComps(this.mainPlayList, 38, [this.IconButton_415E1887_5E2F_1806_41B7_D5ADDDEC1234,this.IconButton_7E3928C0_5E33_187A_41D0_ED7493497789,this.IconButton_40D2D95F_5E31_3805_41AE_B1D43541E337,this.IconButton_418A9FB2_5E31_181E_41A0_8FC89561017E], 'begin', true, null, 0, 0)"},{"media":"this.panorama_202387AB_29DB_8743_41A2_CF521E3C9E86","player":"this.MainViewerPanoramaPlayer","camera":"this.panorama_202387AB_29DB_8743_41A2_CF521E3C9E86_camera","begin":"this.setMapLocation(this.PanoramaPlayListItem_2EF4FC08_20E6_4F9B_41A9_8E90012A503B, this.MapViewerMapPlayer); this.setEndToItemIndex(this.mainPlayList, 39, 40)","id":"PanoramaPlayListItem_2EF4FC08_20E6_4F9B_41A9_8E90012A503B","class":"PanoramaPlayListItem","start":"this._initItemWithComps(this.mainPlayList, 39, [this.Image_4B648EBA_5903_88BE_41C2_AFDB2F1F576C], 'begin', false, null, 0, 0); this._initItemWithComps(this.mainPlayList, 39, [this.IconButton_415E1887_5E2F_1806_41B7_D5ADDDEC1234,this.IconButton_7E3928C0_5E33_187A_41D0_ED7493497789,this.IconButton_40D2D95F_5E31_3805_41AE_B1D43541E337,this.IconButton_418A9FB2_5E31_181E_41A0_8FC89561017E], 'begin', true, null, 0, 0)"},{"maps":[],"enabledInCardboard":true,"items":[{"distance":100,"yaw":-94.67,"image":"this.AnimatedImageResource_2D0F8B4C_20E6_499B_4193_A9E958EAF7E6","data":{"label":"Circle Arrow 01a"},"vfov":10.95,"class":"HotspotPanoramaOverlayImage","hfov":16.67,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-22.6,"horizontalAlign":"center"}],"data":{"hasPanoramaAction":true,"label":"Circle Arrow 01a"},"areas":["this.HotspotPanoramaOverlayArea_349E9A8B_2017_DDB5_41BF_0ECEF25CB7C6"],"id":"overlay_3A4B80EA_29D8_9ACD_41B2_BE2456328EC4","class":"HotspotPanoramaOverlay","useHandCursor":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":50,"yaw":49.61,"image":"this.AnimatedImageResource_2D106B4C_20E6_499B_41A5_5E98993DCD02","data":{"label":"Circle Arrow 01a Right-Up"},"vfov":10.95,"class":"HotspotPanoramaOverlayImage","hfov":16.92,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-20.44,"horizontalAlign":"center"}],"data":{"hasPanoramaAction":true,"label":"Circle Arrow 01a Right-Up"},"areas":["this.HotspotPanoramaOverlayArea_349EFA8B_2017_DDB5_4187_280F9EA9DE72"],"id":"overlay_3CF0AA0A_29D9_894D_4171_3A9C1525A01E","class":"HotspotPanoramaOverlay","useHandCursor":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":100,"yaw":1.82,"image":"this.AnimatedImageResource_2D11FB4D_20E6_4995_41BB_633D09B5C060","data":{"label":"Circle Arrow 01a"},"vfov":10.95,"class":"HotspotPanoramaOverlayImage","hfov":12.28,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-47.13,"horizontalAlign":"center"}],"data":{"hasPanoramaAction":true,"label":"Circle Arrow 01a"},"areas":["this.HotspotPanoramaOverlayArea_3323BAAD_2017_DDCD_41BF_D268A9DEEDDC"],"id":"overlay_3FFB2776_2A28_87C5_41C1_DD7E8A4CA7ED","class":"HotspotPanoramaOverlay","useHandCursor":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":100,"yaw":-179.98,"image":"this.AnimatedImageResource_2D11BB4D_20E6_4995_41BA_0114BC4C7677","data":{"label":"Circle Arrow 01a"},"vfov":10.95,"class":"HotspotPanoramaOverlayImage","hfov":14.28,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-37.75,"horizontalAlign":"center"}],"data":{"hasPanoramaAction":true,"label":"Circle Arrow 01a"},"areas":["this.HotspotPanoramaOverlayArea_33230AAD_2017_DDCD_41B2_70DF29E7598E","this.HotspotPanoramaOverlayArea_33233AAD_2017_DDCD_41B9_C8A3AE63AF02"],"id":"overlay_3C724CFF_2A28_8AC3_41BD_4FD0057B6615","class":"HotspotPanoramaOverlay","useHandCursor":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":50,"yaw":118.04,"image":{"class":"ImageResource","levels":[{"width":643,"class":"ImageResourceLevel","height":784,"url":"media/panorama_202F03A6_29D9_BF45_4190_464DA2BBFA9C_HS_gwljinn5.png"}]},"data":{"label":"Polygon"},"vfov":44.14,"class":"HotspotPanoramaOverlayImage","hfov":36.76,"pitch":-0.27}],"data":{"hasPanoramaAction":true,"label":"Polygon"},"areas":["this.HotspotPanoramaOverlayArea_33221AAD_2017_DDCD_4186_5CCED918EAA9"],"id":"overlay_3CFBA05C_2A28_99C5_41BA_E13CE5FCB61B","class":"HotspotPanoramaOverlay","useHandCursor":true},{"id":"overlay_77262D05_5E1F_1805_41C3_EA17EF2E4A92","areas":["this.HotspotPanoramaOverlayArea_3323EAAE_2017_DDCF_41BD_4CDC4467886F"],"class":"HotspotPanoramaOverlay","useHandCursor":true,"enabledInCardboard":true,"data":{"hasPanoramaAction":true,"label":"Image"},"maps":[],"items":[{"distance":50,"yaw":118.82,"image":"this.res_33104510_200F_34D3_419B_15A6E35032FE","vfov":32.3,"class":"HotspotPanoramaOverlayImage","hfov":33.82,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-0.05,"data":{"label":"Image"},"horizontalAlign":"center"}],"rollOverDisplay":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":100,"yaw":89.47,"image":"this.AnimatedImageResource_2D140B50_20E6_498B_41B3_CBC27CA1CA09","data":{"label":"Circle Arrow 01a"},"vfov":10.95,"class":"HotspotPanoramaOverlayImage","hfov":16.54,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-23.68,"horizontalAlign":"center"}],"data":{"hasPanoramaAction":true,"label":"Circle Arrow 01a"},"areas":["this.HotspotPanoramaOverlayArea_332DEAB6_2017_DDDF_41A0_6BE93A0DDDD4","this.HotspotPanoramaOverlayArea_332D1AB6_2017_DDDF_41B7_CD48F8823782"],"id":"overlay_308B1445_2A2B_B9C7_41AA_608848695760","class":"HotspotPanoramaOverlay","useHandCursor":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":100,"yaw":-94.49,"image":"this.AnimatedImageResource_2D14EB50_20E6_498B_4193_2AE7D497C641","data":{"label":"Circle Arrow 01a"},"vfov":10.95,"class":"HotspotPanoramaOverlayImage","hfov":16.3,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-25.49,"horizontalAlign":"center"}],"data":{"hasPanoramaAction":true,"label":"Circle Arrow 01a"},"areas":["this.HotspotPanoramaOverlayArea_332D6AB6_2017_DDDF_41B6_3CE560B3CCAC","this.HotspotPanoramaOverlayArea_332EAAB6_2017_DDDF_4191_4AF38F01FE70"],"id":"overlay_3110BE98_2A28_894D_41B5_865A2E445F3D","class":"HotspotPanoramaOverlay","useHandCursor":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":50,"yaw":91.09,"image":"this.AnimatedImageResource_2D1DCB58_20E6_49BB_41A6_999B59C4C1B3","data":{"label":"Circle Arrow 01a Left"},"vfov":10.95,"class":"HotspotPanoramaOverlayImage","hfov":17.53,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-13.94,"horizontalAlign":"center"}],"data":{"hasPanoramaAction":true,"label":"Circle Arrow 01a Left"},"areas":["this.HotspotPanoramaOverlayArea_33CA8ACA_2017_DDB7_41B9_25B17ACA01B0"],"id":"overlay_1E7B6D2B_2A58_8B43_419E_2F385E6B7F67","class":"HotspotPanoramaOverlay","useHandCursor":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":50,"yaw":-94.13,"image":"this.AnimatedImageResource_2D1D9B58_20E6_49BB_41AA_4175C790614F","data":{"label":"Circle Arrow 01a Right"},"vfov":10.95,"class":"HotspotPanoramaOverlayImage","hfov":17.72,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-11.06,"horizontalAlign":"center"}],"data":{"hasPanoramaAction":true,"label":"Circle Arrow 01a Right"},"areas":["this.HotspotPanoramaOverlayArea_33CADACA_2017_DDB7_4188_544BD8A1BEB5"],"id":"overlay_1F284AA3_2A5B_8943_4172_24B631D69E1B","class":"HotspotPanoramaOverlay","useHandCursor":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":50,"yaw":-90.34,"image":{"class":"ImageResource","levels":[{"width":129,"class":"ImageResourceLevel","height":216,"url":"media/panorama_202D62FF_29D8_9EC3_419B_FF98C0CDD432_HS_9gckp0fl.png"}]},"data":{"label":"Polygon"},"vfov":12.79,"class":"HotspotPanoramaOverlayImage","hfov":7.68,"pitch":0.37}],"areas":["this.HotspotPanoramaOverlayArea_33CA1ACA_2017_DDB7_419B_BFA600320F02"],"id":"overlay_1EC63338_2A58_9F4D_41B0_6841B5613153","class":"HotspotPanoramaOverlay","data":{"label":"Polygon"},"useHandCursor":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":50,"yaw":-98.17,"image":{"class":"ImageResource","levels":[{"width":138,"class":"ImageResourceLevel","height":213,"url":"media/panorama_202D62FF_29D8_9EC3_419B_FF98C0CDD432_HS_18p7euo3.png"}]},"data":{"label":"Polygon"},"vfov":12.62,"class":"HotspotPanoramaOverlayImage","hfov":8.2,"pitch":0.22}],"areas":["this.HotspotPanoramaOverlayArea_33CA6ACA_2017_DDB7_41B9_EF222B7E7CBF"],"id":"overlay_1C1ACAAD_2A28_8947_419E_149E92909E7C","class":"HotspotPanoramaOverlay","data":{"label":"Polygon"},"useHandCursor":true},{"id":"overlay_6E157C53_5EF3_181E_41D2_D573E466A160","areas":["this.HotspotPanoramaOverlayArea_33C93ACA_2017_DDB7_4196_C11216F336E6"],"class":"HotspotPanoramaOverlay","useHandCursor":true,"enabledInCardboard":true,"data":{"label":"Image"},"maps":[],"items":[{"distance":50,"yaw":-90.24,"image":"this.res_3312F515_200F_34DD_4198_1A223D97B36A","vfov":9.25,"class":"HotspotPanoramaOverlayImage","hfov":5.61,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":0.37,"data":{"label":"Image"},"horizontalAlign":"center"}],"rollOverDisplay":true},{"id":"overlay_71835A72_5EF3_381E_41C2_33F138A15BC4","areas":["this.HotspotPanoramaOverlayArea_33CA9ACA_2017_DDB7_41A7_2EA4712ECCF5"],"class":"HotspotPanoramaOverlay","useHandCursor":true,"enabledInCardboard":true,"data":{"label":"Image"},"maps":[],"items":[{"distance":50,"yaw":-98.07,"image":"this.res_33130519_200F_34D5_41B8_4C97DD84F7A0","vfov":10.1,"class":"HotspotPanoramaOverlayImage","hfov":5.26,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":0.29,"data":{"label":"Image"},"horizontalAlign":"center"}],"rollOverDisplay":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":100,"yaw":0.56,"image":"this.AnimatedImageResource_2D163B51_20E6_498D_41A7_F5157C7A04F2","data":{"label":"Circle Arrow 01a"},"vfov":10.95,"class":"HotspotPanoramaOverlayImage","hfov":16.58,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-23.32,"horizontalAlign":"center"}],"data":{"hasPanoramaAction":true,"label":"Circle Arrow 01a"},"areas":["this.HotspotPanoramaOverlayArea_33D25AB9_2017_DDD5_41B5_E5BAC4EBCBC0","this.HotspotPanoramaOverlayArea_33D3AABA_2017_DDD7_41B5_16106CB3B4DB"],"id":"overlay_0A80081A_2A58_894D_41B9_1F4A920A164E","class":"HotspotPanoramaOverlay","useHandCursor":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":100,"yaw":-179.81,"image":"this.AnimatedImageResource_2D161B52_20E6_498F_4192_83AD2EBEA732","data":{"label":"Circle Arrow 01a"},"vfov":10.95,"class":"HotspotPanoramaOverlayImage","hfov":16.58,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-23.32,"horizontalAlign":"center"}],"data":{"hasPanoramaAction":true,"label":"Circle Arrow 01a"},"areas":["this.HotspotPanoramaOverlayArea_33D3EABA_2017_DDD7_41B2_0D576A46AA6B","this.HotspotPanoramaOverlayArea_33D32ABA_2017_DDD7_414D_92096835B3B2"],"id":"overlay_0995E734_2A59_8745_41B9_0FF31D75666C","class":"HotspotPanoramaOverlay","useHandCursor":true},{"maps":[],"items":[{"distance":50,"yaw":-179.45,"image":"this.res_33126516_200F_34DF_41BF_AECD6BB16B11","vfov":10.81,"class":"HotspotPanoramaOverlayImage","hfov":10.81,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":0.81,"data":{"label":"Image"},"horizontalAlign":"center"}],"areas":["this.HotspotPanoramaOverlayArea_33D37ABA_2017_DDD7_419D_5F7EFB1892BA","this.HotspotPanoramaOverlayArea_33D4BABA_2017_DDD7_41BE_41865C7C68A7"],"id":"overlay_3C6052B6_2EFC_28E5_4176_520C4940B4FE","class":"HotspotPanoramaOverlay","data":{"label":"Image"},"useHandCursor":true},{"width":2048,"id":"imlevel_2D23A844_20E6_578B_41B7_1A68E6658589","class":"ImageResourceLevel","height":1171,"url":trans('imlevel_2D23A844_20E6_578B_41B7_1A68E6658589.url')},{"width":1024,"id":"imlevel_2D238844_20E6_578B_419D_6931943A1D37","class":"ImageResourceLevel","height":585,"url":trans('imlevel_2D238844_20E6_578B_419D_6931943A1D37.url')},{"width":512,"id":"imlevel_2D247844_20E6_578B_41AA_0CDCB5FAE6DD","class":"ImageResourceLevel","height":292,"url":trans('imlevel_2D247844_20E6_578B_41AA_0CDCB5FAE6DD.url')},{"data":{"label":"Image"},"image":{"x":410.2,"offsetY":41.45,"image":"this.res_332F751F_200F_34CD_41B4_4926AB37FAA5","data":{"label":"Image"},"horizontalAlign":"center","class":"HotspotMapOverlayImage","offsetX":36.23,"verticalAlign":"middle","y":402.82,"scaleMode":"fit_inside","height":82.89,"width":72.47},"areas":["this.HotspotMapOverlayArea_33FE1AD5_2017_DD5D_41B6_3F5920F5F8EE","this.HotspotMapOverlayArea_33FE5AD5_2017_DD5D_41B0_31B228DFA6B3","this.HotspotMapOverlayArea_33FF9AD5_2017_DD5D_41BF_AA9AC2E3088D","this.HotspotMapOverlayArea_33FFDAD6_2017_DD5F_41BC_2576EB35681C"],"useHandCursor":true,"id":"overlay_4AA53A9C_5DEF_380A_41C4_FA168E6F8F86","class":"AreaHotspotMapOverlay"},{"data":{"label":"Image"},"image":{"x":1099.82,"offsetY":41.45,"image":"this.res_332F751F_200F_34CD_41B4_4926AB37FAA5","data":{"label":"Image"},"horizontalAlign":"center","class":"HotspotMapOverlayImage","offsetX":36.23,"verticalAlign":"middle","y":399.05,"scaleMode":"fit_inside","height":82.89,"width":72.47},"areas":["this.HotspotMapOverlayArea_33FF1AD6_2017_DD5F_41B1_F8CB688035AD","this.HotspotMapOverlayArea_33FF5AD6_2017_DD5F_41BD_B1469AA2D36B","this.HotspotMapOverlayArea_33E09AD6_2017_DD5F_4185_D94D51CCF99F","this.HotspotMapOverlayArea_33E0DAD6_2017_DD5F_4199_ADCB4BC2798B","this.HotspotMapOverlayArea_33E01AD6_2017_DD5F_4195_1ACE1D58F1FE"],"useHandCursor":true,"id":"overlay_4AA50A9C_5DEF_380A_4195_2F65E681FE1E","class":"AreaHotspotMapOverlay"},{"data":{"label":"Image"},"image":{"x":1326.53,"offsetY":41.45,"image":"this.res_332F751F_200F_34CD_41B4_4926AB37FAA5","data":{"label":"Image"},"horizontalAlign":"center","class":"HotspotMapOverlayImage","offsetX":36.23,"verticalAlign":"middle","y":400.71,"scaleMode":"fit_inside","height":82.89,"width":72.47},"areas":["this.HotspotMapOverlayArea_33E05AD6_2017_DD5F_41A7_68998D59DE51","this.HotspotMapOverlayArea_33E19AD6_2017_DD5F_41AB_BFF501D18276","this.HotspotMapOverlayArea_33FF3AD6_2017_DD5F_41A9_DF2A9B84484D","this.HotspotMapOverlayArea_33FF7AD7_2017_DD5D_41B5_3E6B4A0817B9","this.HotspotMapOverlayArea_33E0BAD7_2017_DD5D_41AE_54CBD5C6AD54","this.HotspotMapOverlayArea_33E0FAD7_2017_DD5D_4192_78E227DE7BD0"],"useHandCursor":true,"id":"overlay_4AA56A9C_5DEF_380A_41B5_F1D9D74CB998","class":"AreaHotspotMapOverlay"},{"data":{"label":"Image"},"image":{"x":1438.33,"offsetY":41.45,"image":"this.res_332F751F_200F_34CD_41B4_4926AB37FAA5","data":{"label":"Image"},"horizontalAlign":"center","class":"HotspotMapOverlayImage","offsetX":36.23,"verticalAlign":"middle","y":305.11,"scaleMode":"fit_inside","height":82.89,"width":72.47},"areas":["this.HotspotMapOverlayArea_33E02AD7_2017_DD5D_41A6_D63782A83B7F","this.HotspotMapOverlayArea_33E06AD7_2017_DD5D_41B8_86E0E81E5D2B","this.HotspotMapOverlayArea_33E1BAD7_2017_DD5D_41B9_CB350C86BEFA","this.HotspotMapOverlayArea_33E1FAD7_2017_DD5D_41AE_18623719D9C7","this.HotspotMapOverlayArea_33E13AD7_2017_DD5D_41AA_568CA8FB6ADD","this.HotspotMapOverlayArea_33E16AD7_2017_DD5D_41B8_3A56AF22FC23","this.HotspotMapOverlayArea_33E2AAD7_2017_DD5D_419B_AB5396887391"],"useHandCursor":true,"id":"overlay_4AA57A9C_5DEF_380A_41B9_527A04CA7925","class":"AreaHotspotMapOverlay"},{"data":{"label":"Image"},"image":{"x":1593.69,"offsetY":41.45,"image":"this.res_332F751F_200F_34CD_41B4_4926AB37FAA5","data":{"label":"Image"},"horizontalAlign":"center","class":"HotspotMapOverlayImage","offsetX":36.23,"verticalAlign":"middle","y":401.21,"scaleMode":"fit_inside","height":82.89,"width":72.47},"areas":["this.HotspotMapOverlayArea_33E2EAD8_2017_DD53_41B2_BCBC4E0C8DD8","this.HotspotMapOverlayArea_33E22AD8_2017_DD53_418D_8DA90CF84E1A","this.HotspotMapOverlayArea_33E27AD8_2017_DD53_41B6_932FC7729B2F","this.HotspotMapOverlayArea_33E3AAD8_2017_DD53_41AF_5ED934F606ED","this.HotspotMapOverlayArea_33E3EAD8_2017_DD53_41BD_0C1A8442B1F8","this.HotspotMapOverlayArea_33E31AD8_2017_DD53_418D_4577B544EF1C","this.HotspotMapOverlayArea_33E35AD8_2017_DD53_41A2_880D8B0F0449","this.HotspotMapOverlayArea_33E49AD8_2017_DD53_41B8_8F1D04B82B0E"],"useHandCursor":true,"id":"overlay_4AA54A9C_5DEF_380A_41D2_84BD6692896D","class":"AreaHotspotMapOverlay"},{"data":{"label":"Image"},"image":{"x":1443.44,"offsetY":41.45,"image":"this.res_332F751F_200F_34CD_41B4_4926AB37FAA5","data":{"label":"Image"},"horizontalAlign":"center","class":"HotspotMapOverlayImage","offsetX":36.23,"verticalAlign":"middle","y":509.35,"scaleMode":"fit_inside","height":82.89,"width":72.47},"areas":["this.HotspotMapOverlayArea_33E4EAD8_2017_DD53_41BF_08850FD9A64B","this.HotspotMapOverlayArea_33E43AD8_2017_DD53_41A4_73E3664043EE","this.HotspotMapOverlayArea_33E46AD8_2017_DD53_41A7_C94A2A45E4DA","this.HotspotMapOverlayArea_33E5AAD9_2017_DD55_41B8_A6B80F297DCF","this.HotspotMapOverlayArea_33E35AD9_2017_DD55_41BD_07E85D6330A1","this.HotspotMapOverlayArea_33E49AD9_2017_DD55_4191_4BA5293820C3","this.HotspotMapOverlayArea_33E4CAD9_2017_DD55_4176_D1BCC7E5D60C","this.HotspotMapOverlayArea_33E40AD9_2017_DD55_41B0_7C8F41488CCD","this.HotspotMapOverlayArea_33E44AD9_2017_DD55_4198_229636E45B91"],"useHandCursor":true,"id":"overlay_4AA55A9C_5DEF_380A_41B5_52EEE91E0E0B","class":"AreaHotspotMapOverlay"},{"maps":[],"enabledInCardboard":true,"items":[{"distance":100,"yaw":-178.54,"image":"this.AnimatedImageResource_2D17AB53_20E6_498D_41A2_742317129DFF","data":{"label":"Circle Arrow 01a"},"vfov":10.95,"class":"HotspotPanoramaOverlayImage","hfov":16.96,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-20.08,"horizontalAlign":"center"}],"data":{"hasPanoramaAction":true,"label":"Circle Arrow 01a"},"areas":["this.HotspotPanoramaOverlayArea_33D6AABD_2017_DDCD_4188_4CAD04A2B0F2","this.HotspotPanoramaOverlayArea_33D6EABD_2017_DDCD_41A7_A8DA0FB027AF"],"id":"overlay_09A57E83_2A58_8943_41C3_660336A5FA19","class":"HotspotPanoramaOverlay","useHandCursor":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":50,"yaw":-48.32,"image":{"class":"ImageResource","levels":[{"width":195,"class":"ImageResourceLevel","height":648,"url":"media/panorama_202322BF_29D8_9943_41C3_4B52BEAC8871_HS_ee5wwbq1.png"}]},"data":{"label":"Polygon"},"vfov":37.04,"class":"HotspotPanoramaOverlayImage","hfov":11.56,"pitch":0.26}],"areas":["this.HotspotPanoramaOverlayArea_33D63ABD_2017_DDCD_41B8_E28BF14A14E7"],"id":"overlay_0E7AA248_2A58_99CD_41A7_DD8FB173BBD5","class":"HotspotPanoramaOverlay","data":{"label":"Polygon"},"useHandCursor":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":50,"yaw":-36.85,"image":{"class":"ImageResource","levels":[{"width":195,"class":"ImageResourceLevel","height":555,"url":"media/panorama_202322BF_29D8_9943_41C3_4B52BEAC8871_HS_ek4z9378.png"}]},"data":{"label":"Polygon"},"vfov":32.05,"class":"HotspotPanoramaOverlayImage","hfov":11.55,"pitch":0.54}],"areas":["this.HotspotPanoramaOverlayArea_33D78ABD_2017_DDCD_41BF_AF8C2E921363"],"id":"overlay_0EB6984A_2A68_89CD_4194_98C9AD76FF2B","class":"HotspotPanoramaOverlay","data":{"label":"Polygon"},"useHandCursor":true},{"maps":[],"items":[{"distance":50,"yaw":2.34,"image":"this.res_33126516_200F_34DF_41BF_AECD6BB16B11","vfov":10.82,"class":"HotspotPanoramaOverlayImage","hfov":10.82,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-0.89,"data":{"label":"Image"},"horizontalAlign":"center"}],"areas":["this.HotspotPanoramaOverlayArea_33D7EABD_2017_DDCD_41A2_FDE1F1679410"],"id":"overlay_3B7515D0_2EF5_78C3_41B8_B906BFC19A8C","class":"HotspotPanoramaOverlay","data":{"label":"Image"},"useHandCursor":true},{"id":"overlay_72F68011_5E17_681A_41D0_C590E1ABB33B","areas":["this.HotspotPanoramaOverlayArea_33D72ABE_2017_DDCF_41AF_2BC3CF745D30"],"class":"HotspotPanoramaOverlay","useHandCursor":true,"enabledInCardboard":true,"data":{"label":"Image"},"maps":[],"items":[{"distance":50,"yaw":-36.8,"image":"this.res_3312F515_200F_34DD_4198_1A223D97B36A","vfov":17.02,"class":"HotspotPanoramaOverlayImage","hfov":10.82,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":0.36,"data":{"label":"Image"},"horizontalAlign":"center"}],"rollOverDisplay":true},{"id":"overlay_75C320E8_5E11_280A_41BE_F50AFED338F9","areas":["this.HotspotPanoramaOverlayArea_33D77ABE_2017_DDCF_418D_D6F90B5B795D"],"class":"HotspotPanoramaOverlay","useHandCursor":true,"enabledInCardboard":true,"data":{"label":"Image"},"maps":[],"items":[{"distance":50,"yaw":-48.39,"image":"this.res_33104510_200F_34D3_419B_15A6E35032FE","vfov":19.29,"class":"HotspotPanoramaOverlayImage","hfov":10.67,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":1.07,"data":{"label":"Image"},"horizontalAlign":"center"}],"rollOverDisplay":true},{"width":2048,"id":"imlevel_2D26E879_20E6_487D_41A9_B854DFBF503F","class":"ImageResourceLevel","height":702,"url":trans('imlevel_2D26E879_20E6_487D_41A9_B854DFBF503F.url')},{"width":1024,"id":"imlevel_2D26B879_20E6_487D_41BB_7AE79353738B","class":"ImageResourceLevel","height":351,"url":trans('imlevel_2D26B879_20E6_487D_41BB_7AE79353738B.url')},{"width":512,"id":"imlevel_2D269879_20E6_487D_41AC_724C4057D6E9","class":"ImageResourceLevel","height":175,"url":trans('imlevel_2D269879_20E6_487D_41AC_724C4057D6E9.url')},{"data":{"label":"Image"},"image":{"x":420.12,"offsetY":34.55,"image":"this.res_332F751F_200F_34CD_41B4_4926AB37FAA5","data":{"label":"Image"},"horizontalAlign":"center","class":"HotspotMapOverlayImage","offsetX":60.73,"verticalAlign":"middle","y":421.63,"scaleMode":"fit_inside","height":69.09,"width":121.46},"areas":["this.HotspotMapOverlayArea_3399AAE5_2017_DD7D_4191_64381C747381"],"useHandCursor":true,"id":"overlay_50C66C61_5DF1_183A_41C9_48C71C32CEC5","class":"AreaHotspotMapOverlay"},{"data":{"label":"Image"},"image":{"x":592.82,"offsetY":34.55,"image":"this.res_332F751F_200F_34CD_41B4_4926AB37FAA5","data":{"label":"Image"},"horizontalAlign":"center","class":"HotspotMapOverlayImage","offsetX":60.73,"verticalAlign":"middle","y":390.59,"scaleMode":"fit_inside","height":69.09,"width":121.46},"areas":["this.HotspotMapOverlayArea_3399EAE5_2017_DD7D_4190_B3B60F818012","this.HotspotMapOverlayArea_33991AE5_2017_DD7D_41B6_15290A71FA86"],"useHandCursor":true,"id":"overlay_5053509C_5DF0_E80A_4184_926E28FE800A","class":"AreaHotspotMapOverlay"},{"data":{"label":"Image"},"image":{"x":871.88,"offsetY":34.55,"image":"this.res_332F751F_200F_34CD_41B4_4926AB37FAA5","data":{"label":"Image"},"horizontalAlign":"center","class":"HotspotMapOverlayImage","offsetX":60.73,"verticalAlign":"middle","y":414.79,"scaleMode":"fit_inside","height":69.09,"width":121.46},"areas":["this.HotspotMapOverlayArea_33995AE5_2017_DD7D_41B3_BAF49E281F03","this.HotspotMapOverlayArea_339A8AE5_2017_DD7D_41B9_40895DACE786","this.HotspotMapOverlayArea_339ADAE6_2017_DD7F_41B2_ECB304AA9838"],"useHandCursor":true,"id":"overlay_502F5B1B_5DF3_380E_417F_6E2D4327F58C","class":"AreaHotspotMapOverlay"},{"data":{"label":"Image"},"image":{"x":1200.69,"offsetY":34.55,"image":"this.res_332F751F_200F_34CD_41B4_4926AB37FAA5","data":{"label":"Image"},"horizontalAlign":"center","class":"HotspotMapOverlayImage","offsetX":60.73,"verticalAlign":"middle","y":403.37,"scaleMode":"fit_inside","height":69.09,"width":121.46},"areas":["this.HotspotMapOverlayArea_339A0AE6_2017_DD7F_4198_C65426DE567B","this.HotspotMapOverlayArea_339A4AE6_2017_DD7F_4190_E1BCC7DBA87A","this.HotspotMapOverlayArea_339B8AE6_2017_DD7F_41AF_6B4D7A870933","this.HotspotMapOverlayArea_339BBAE6_2017_DD7F_4197_58D3F2CDA7E7"],"useHandCursor":true,"id":"overlay_50CCF619_5DF3_680A_41BB_84D32C222FCF","class":"AreaHotspotMapOverlay"},{"data":{"label":"Image"},"image":{"x":1333.83,"offsetY":34.55,"image":"this.res_332F751F_200F_34CD_41B4_4926AB37FAA5","data":{"label":"Image"},"horizontalAlign":"center","class":"HotspotMapOverlayImage","offsetX":60.73,"verticalAlign":"middle","y":400.18,"scaleMode":"fit_inside","height":69.09,"width":121.46},"areas":["this.HotspotMapOverlayArea_339B0AE6_2017_DD7F_41B2_B426E0DCB31F","this.HotspotMapOverlayArea_339B4AE6_2017_DD7F_41BF_B510F66A9659","this.HotspotMapOverlayArea_339C8AE6_2017_DD7F_41A3_B24E5B12F1AF","this.HotspotMapOverlayArea_339CCAE6_2017_DD7F_41B1_F599D8946B92","this.HotspotMapOverlayArea_339C0AE7_2017_DD7D_41A1_D11A8294131F"],"useHandCursor":true,"id":"overlay_5086A45E_5DF3_2806_41C4_199502D3654C","class":"AreaHotspotMapOverlay"},{"data":{"label":"Image"},"image":{"x":1662.03,"offsetY":34.55,"image":"this.res_332F751F_200F_34CD_41B4_4926AB37FAA5","data":{"label":"Image"},"horizontalAlign":"center","class":"HotspotMapOverlayImage","offsetX":60.73,"verticalAlign":"middle","y":328.82,"scaleMode":"fit_inside","height":69.09,"width":121.46},"areas":["this.HotspotMapOverlayArea_339C4AE7_2017_DD7D_41A0_80D664AF3469","this.HotspotMapOverlayArea_339C7AE7_2017_DD7D_41BC_E1DE69FB9148","this.HotspotMapOverlayArea_339DBAE7_2017_DD7D_41A7_D93ADE27EA23","this.HotspotMapOverlayArea_339D0AE7_2017_DD7D_41B8_185054E4DC7D","this.HotspotMapOverlayArea_339CBAE7_2017_DD7D_41B8_AFE8702D0C38"],"useHandCursor":true,"id":"overlay_516EA0FA_5DF3_E80E_41D6_B0F066AF07E9","class":"AreaHotspotMapOverlay"},{"width":2048,"id":"imlevel_2D221823_20E6_578D_4183_646D0EF3A499","class":"ImageResourceLevel","height":1180,"url":trans('imlevel_2D221823_20E6_578D_4183_646D0EF3A499.url')},{"width":1024,"id":"imlevel_2D22F823_20E6_578D_41A6_8076F3EADEDE","class":"ImageResourceLevel","height":590,"url":trans('imlevel_2D22F823_20E6_578D_41A6_8076F3EADEDE.url')},{"width":512,"id":"imlevel_2D22D823_20E6_578D_41BA_4124714F4709","class":"ImageResourceLevel","height":295,"url":trans('imlevel_2D22D823_20E6_578D_41BA_4124714F4709.url')},{"data":{"label":"Image"},"image":{"x":127.52,"offsetY":35.92,"image":"this.res_332F751F_200F_34CD_41B4_4926AB37FAA5","data":{"label":"Image"},"horizontalAlign":"center","class":"HotspotMapOverlayImage","offsetX":31.32,"verticalAlign":"middle","y":432.42,"scaleMode":"fit_inside","height":71.84,"width":62.64},"areas":["this.HotspotMapOverlayArea_33FA7AD3_2017_DD55_4197_7777D7A736D6"],"useHandCursor":true,"id":"overlay_4DED4905_590D_894A_41D6_463FCF1DDD5C","class":"AreaHotspotMapOverlay"},{"data":{"label":"Image"},"image":{"x":380.12,"offsetY":35.92,"image":"this.res_332F751F_200F_34CD_41B4_4926AB37FAA5","data":{"label":"Image"},"horizontalAlign":"center","class":"HotspotMapOverlayImage","offsetX":31.32,"verticalAlign":"middle","y":427.22,"scaleMode":"fit_inside","height":71.84,"width":62.64},"areas":["this.HotspotMapOverlayArea_33F91AD3_2017_DD55_4198_38FE3719323E","this.HotspotMapOverlayArea_33F96AD3_2017_DD55_41BD_E6E21CF1A5E8"],"useHandCursor":true,"id":"overlay_4DF5D92D_590C_895A_41AF_08EA63BEDA27","class":"AreaHotspotMapOverlay"},{"data":{"label":"Image"},"image":{"x":1324.02,"offsetY":35.92,"image":"this.res_332F751F_200F_34CD_41B4_4926AB37FAA5","data":{"label":"Image"},"horizontalAlign":"center","class":"HotspotMapOverlayImage","offsetX":31.32,"verticalAlign":"middle","y":423.42,"scaleMode":"fit_inside","height":71.84,"width":62.64},"areas":["this.HotspotMapOverlayArea_33FA9AD3_2017_DD55_41AA_AC175B7754E5","this.HotspotMapOverlayArea_33FADAD3_2017_DD55_41BE_D9968B9EE448","this.HotspotMapOverlayArea_33FA1AD3_2017_DD55_419B_EDC875B8D62F"],"useHandCursor":true,"id":"overlay_4C4FA0D7_590C_B8F6_41D0_A758DF0A39BE","class":"AreaHotspotMapOverlay"},{"data":{"label":"Image"},"image":{"x":1479.22,"offsetY":35.92,"image":"this.res_332F751F_200F_34CD_41B4_4926AB37FAA5","data":{"label":"Image"},"horizontalAlign":"center","class":"HotspotMapOverlayImage","offsetX":31.32,"verticalAlign":"middle","y":325.02,"scaleMode":"fit_inside","height":71.84,"width":62.64},"areas":["this.HotspotMapOverlayArea_33FA4AD3_2017_DD55_41BF_53AE2BED6901","this.HotspotMapOverlayArea_33FB8AD4_2017_DD53_4192_F93B2C5DD80B","this.HotspotMapOverlayArea_33FBBAD4_2017_DD53_41A1_14C5D8F61D00","this.HotspotMapOverlayArea_33FBFAD4_2017_DD53_418E_F54654B50430"],"useHandCursor":true,"id":"overlay_4DBB8738_5903_99BA_41C1_EACA6F3E9C0F","class":"AreaHotspotMapOverlay"},{"data":{"label":"Image"},"image":{"x":1596.12,"offsetY":35.92,"image":"this.res_332F751F_200F_34CD_41B4_4926AB37FAA5","data":{"label":"Image"},"horizontalAlign":"center","class":"HotspotMapOverlayImage","offsetX":31.32,"verticalAlign":"middle","y":430.72,"scaleMode":"fit_inside","height":71.84,"width":62.64},"areas":["this.HotspotMapOverlayArea_33FB4AD4_2017_DD53_4190_51D2999056ED","this.HotspotMapOverlayArea_33FC8AD4_2017_DD53_4198_2FE729CCBCAF","this.HotspotMapOverlayArea_33FCDAD4_2017_DD53_41B6_7A7DD00C7C3A","this.HotspotMapOverlayArea_33FC0AD4_2017_DD53_418D_E802438F347A"],"useHandCursor":true,"id":"overlay_4DCD9B1C_5903_897A_41C1_CDCD8FE5808F","class":"AreaHotspotMapOverlay"},{"data":{"label":"Image"},"image":{"x":1475.92,"offsetY":35.92,"image":"this.res_332F751F_200F_34CD_41B4_4926AB37FAA5","data":{"label":"Image"},"horizontalAlign":"center","class":"HotspotMapOverlayImage","offsetX":31.32,"verticalAlign":"middle","y":528.72,"scaleMode":"fit_inside","height":71.84,"width":62.64},"areas":["this.HotspotMapOverlayArea_33FC4AD4_2017_DD53_41B5_038E9B44913C","this.HotspotMapOverlayArea_33FD8AD4_2017_DD53_41BB_BB1FBC4A5F36","this.HotspotMapOverlayArea_33FDCAD4_2017_DD53_41B2_2A4964173F90","this.HotspotMapOverlayArea_33FDFAD5_2017_DD5D_414D_054361FD90AF"],"useHandCursor":true,"id":"overlay_4DE7FE6A_5903_8BDE_41D3_DBCDEEF14D13","class":"AreaHotspotMapOverlay"},{"maps":[],"enabledInCardboard":true,"items":[{"distance":100,"yaw":169.19,"image":"this.AnimatedImageResource_2D172B52_20E6_498F_41A6_01B9C5C3ADF6","data":{"label":"Circle Arrow 01a"},"vfov":10.95,"class":"HotspotPanoramaOverlayImage","hfov":16.63,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-22.96,"horizontalAlign":"center"}],"data":{"hasPanoramaAction":true,"label":"Circle Arrow 01a"},"areas":["this.HotspotPanoramaOverlayArea_33D45ABC_2017_DDD3_41B5_EF18062CCBAE","this.HotspotPanoramaOverlayArea_33D58ABC_2017_DDD3_416A_57B4C7BFB6CE"],"id":"overlay_08077D7F_2A59_8BC3_41C1_64EBE6F7E2B2","class":"HotspotPanoramaOverlay","useHandCursor":true},{"maps":[],"enabledInCardboard":true,"items":[{"distance":100,"yaw":-11.16,"image":"this.AnimatedImageResource_2D17FB53_20E6_498D_41AC_799402C87456","data":{"label":"Circle Arrow 01a"},"vfov":10.95,"class":"HotspotPanoramaOverlayImage","hfov":16.49,"scaleMode":"fit_inside","verticalAlign":"middle","pitch":-24.04,"horizontalAlign":"center"}],"data":{"hasPanoramaAction":true,"label":"Circle Arrow 01a"},"areas":["this.HotspotPanoramaOverlayArea_33D5DABC_2017_DDD3_41AB_70412705BD6A","this.HotspotPanoramaOverlayArea_33D51ABC_2017_DDD3_4195_1775DF68A38D"],"id":"overlay_09B6B575_2A59_9BC7_41B8_DDDED157B048","class":"HotspotPanoramaOverlay","useHandCursor":true},{"mapColor":"image","id":"HotspotPanoramaOverlayArea_33246AAF_2017_DDCD_41B3_4475722391F4","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 8)"},{"rowCount":1,"colCount":24,"frameCount":24,"id":"AnimatedImageResource_2D12FB4E_20E6_4997_4187_ECCA23BF4D74","class":"AnimatedImageResource","frameDuration":41,"levels":[{"width":7320,"class":"ImageResourceLevel","height":185,"url":"media/res_33102510_200F_34D3_41A8_4AFBC23440B6_0.png"}]},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_3325BAAF_2017_DDCD_4193_4E07E128C463","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 11)"},{"mapColor":"image","id":"HotspotPanoramaOverlayArea_33250AAF_2017_DDCD_41BA_F62D023DAA16","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 23)"},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_33255AAF_2017_DDCD_4190_479C1696762B","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 23)"},{"id":"res_3312E513_200F_34D5_41AE_06FF2D0568B6","class":"ImageResource","levels":[{"width":233,"class":"ImageResourceLevel","height":683,"url":"media/res_3312E513_200F_34D5_41AE_06FF2D0568B6_0.png"}]},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_3326AAAF_2017_DDCD_41B7_A13AB268E568","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 8)"},{"id":"res_3312C513_200F_34D5_41B7_3408AB524AB9","class":"ImageResource","levels":[{"width":204,"class":"ImageResourceLevel","height":598,"url":"media/res_3312C513_200F_34D5_41B7_3408AB524AB9_0.png"}]},{"rowCount":1,"colCount":24,"frameCount":24,"id":"AnimatedImageResource_2D15FB51_20E6_498D_41B4_127B9DA221C4","class":"AnimatedImageResource","frameDuration":41,"levels":[{"width":7320,"class":"ImageResourceLevel","height":185,"url":"media/res_33102510_200F_34D3_41A8_4AFBC23440B6_0.png"}]},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_33D0EAB8_2017_DDD3_41B9_5A146E40FAD2","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 18)"},{"id":"HotspotPanoramaOverlayArea_33D02AB8_2017_DDD3_41B7_C691AE4292A5","class":"HotspotPanoramaOverlayArea"},{"rowCount":1,"colCount":24,"frameCount":24,"id":"AnimatedImageResource_2D15BB51_20E6_498D_41B9_0481CF365EAF","class":"AnimatedImageResource","frameDuration":41,"levels":[{"width":7320,"class":"ImageResourceLevel","height":185,"url":"media/res_33102510_200F_34D3_41A8_4AFBC23440B6_0.png"}]},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_33D07AB8_2017_DDD3_41AB_8779B994A900","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 16)"},{"id":"HotspotPanoramaOverlayArea_33D1AAB8_2017_DDD3_41B8_1B43E41E4070","class":"HotspotPanoramaOverlayArea"},{"rowCount":1,"colCount":24,"frameCount":24,"id":"AnimatedImageResource_2D158B51_20E6_498D_4194_112382573020","class":"AnimatedImageResource","frameDuration":41,"levels":[{"width":7320,"class":"ImageResourceLevel","height":185,"url":"media/res_33108510_200F_34D3_4193_D164947B49B7_0.png"}]},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_33D1FAB9_2017_DDD5_41B7_646F98BAC954","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 20)"},{"id":"res_33126516_200F_34DF_41BF_AECD6BB16B11","class":"ImageResource","levels":[{"width":119,"class":"ImageResourceLevel","height":119,"url":"media/res_33126516_200F_34DF_41BF_AECD6BB16B11_0.png"}]},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_33D14AB9_2017_DDD5_419A_780BFCA94C96","class":"HotspotPanoramaOverlayArea","click":"var visibleFunc = function(component) { this.setComponentVisibility(component, true, 0, null, 'showEffect', false)}.bind(this); visibleFunc(this.IconButton_3E062EAE_2EEF_F8E5_41C4_C10658C1F3BB); visibleFunc(this.HTMLText_3FA772FA_2EEC_E86D_4197_36F3A016CF80)"},{"id":"HotspotPanoramaOverlayArea_33D28AB9_2017_DDD5_4171_0CC167C31DD0","class":"HotspotPanoramaOverlayArea"},{"id":"HotspotPanoramaOverlayArea_33D2CAB9_2017_DDD5_41A2_EF15026DE04B","class":"HotspotPanoramaOverlayArea"},{"bitrate":1206,"type":"video/mp4","height":720,"width":488,"posterURL":trans('videolevel_2D5C578A_20E6_589F_41B1_9DE35E643E83.posterURL'),"id":"videolevel_2D5C578A_20E6_589F_41B1_9DE35E643E83","class":"VideoResourceLevel","framerate":59.94,"url":trans('videolevel_2D5C578A_20E6_589F_41B1_9DE35E643E83.url')},{"id":"res_332F751F_200F_34CD_41B4_4926AB37FAA5","class":"ImageResource","levels":[{"width":80,"class":"ImageResourceLevel","height":80,"url":"media/res_332F751F_200F_34CD_41B4_4926AB37FAA5_0.png"}]},{"mapColor":"any","id":"HotspotMapOverlayArea_33E55ADA_2017_DD57_41AB_8C895886D274","class":"HotspotMapOverlayArea","click":"this.mainPlayList.set('selectedIndex', 23)"},{"id":"HotspotMapOverlayArea_33E6AADA_2017_DD57_41A6_365993A4F892","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33E6DADA_2017_DD57_41BB_DD516A32AAD1","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33E62ADA_2017_DD57_41A7_0A0D4B74AB3F","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33E65ADA_2017_DD57_41AC_D61AB4759719","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33E79ADA_2017_DD57_41A9_D0C456DEAA9C","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33E7CADA_2017_DD57_4151_C6C63D48765F","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33E70ADA_2017_DD57_41B5_1A9E7F80B324","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33E74ADB_2017_DD55_41AE_6466E5F7FEC0","class":"HotspotMapOverlayArea"},{"mapColor":"any","id":"HotspotMapOverlayArea_33E77ADB_2017_DD55_41BC_F21FC99B080D","class":"HotspotMapOverlayArea","click":"this.mainPlayList.set('selectedIndex', 22)"},{"id":"HotspotMapOverlayArea_33E8CADB_2017_DD55_41B9_DB991045E61A","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33E8FADB_2017_DD55_41BF_BBC135E972FB","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33E83ADB_2017_DD55_41A4_02990F66AB55","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33E86ADB_2017_DD55_4191_018BCF379A59","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33E9AADB_2017_DD55_4136_26F7929120D8","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33E9FADB_2017_DD55_41B7_8BCDA79B2A2C","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33E93ADB_2017_DD55_41B3_28646A9421DD","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33EA8ADB_2017_DD55_4195_A97E572B23C3","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33EABADC_2017_DD53_41BC_2737C6E35B32","class":"HotspotMapOverlayArea"},{"mapColor":"any","id":"HotspotMapOverlayArea_33EA0ADC_2017_DD53_416F_CEB01C4459BB","class":"HotspotMapOverlayArea","click":"this.mainPlayList.set('selectedIndex', 21)"},{"id":"HotspotMapOverlayArea_33EA4ADC_2017_DD53_41B9_4E94F0BBC434","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33EB9ADC_2017_DD53_41BC_C6914A3CD279","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33E94ADC_2017_DD53_41BE_103E49A3008F","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33EA8ADC_2017_DD53_41BB_6469C662FF11","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33EACADC_2017_DD53_4180_A9CFB72EE419","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33EAFADD_2017_DD4D_41B7_AC809F7BCB14","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33EA3ADD_2017_DD4D_41B4_2FEEDA6FEE73","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33EA7ADD_2017_DD4D_41AF_5115A1F33270","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33EBBADD_2017_DD4D_41B8_EEE70D522B00","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33EBFADD_2017_DD4D_4142_454C2909C98A","class":"HotspotMapOverlayArea"},{"mapColor":"any","id":"HotspotMapOverlayArea_33EB2ADD_2017_DD4D_41B2_6B583AA19507","class":"HotspotMapOverlayArea","click":"this.mainPlayList.set('selectedIndex', 20)"},{"id":"HotspotMapOverlayArea_33EB6ADD_2017_DD4D_41AE_B31F427FCB31","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33EC9ADE_2017_DD4F_41B0_304D25C19E9A","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33ECEADE_2017_DD4F_41AD_5F8FAA154A57","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33EC1ADE_2017_DD4F_4196_F17729FF5FF4","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33EC6ADE_2017_DD4F_41A9_D7FBA353A6FE","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33EDAADE_2017_DD4F_41B5_04E21412A809","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33EDEADE_2017_DD4F_41AB_41123071D86E","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33ED2ADE_2017_DD4F_417A_6C3FD71EB0EB","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33ED6ADE_2017_DD4F_41BF_247F6549B184","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33EEAADE_2017_DD4F_4198_424A2D306B65","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33EEDADE_2017_DD4F_41BF_90EEF94B2833","class":"HotspotMapOverlayArea"},{"mapColor":"any","id":"HotspotMapOverlayArea_33EE1ADF_2017_DD4D_41BD_49C5D3C58347","class":"HotspotMapOverlayArea","click":"this.mainPlayList.set('selectedIndex', 19)"},{"id":"HotspotMapOverlayArea_33EE5ADF_2017_DD4D_41B0_F2E2E49B8B07","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33EF8ADF_2017_DD4D_41AE_4D491B6A3C3C","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33ED4ADF_2017_DD4D_4182_BB793646D2FA","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33ED7ADF_2017_DD4D_41BC_2C2733BF112E","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33EEBADF_2017_DD4D_41B4_C4E8411D159D","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33EEFADF_2017_DD4D_41A0_16BADD7E290C","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33EE4ADF_2017_DD4D_41B5_291CC21CB0DC","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33EF8ADF_2017_DD4D_41A2_B7CDC442560D","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33EFCADF_2017_DD4D_418C_13EED425668C","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33EF0AE0_2017_DD73_41B2_FA8E89708627","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33EF3AE0_2017_DD73_41B7_F74341B16826","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33EF7AE0_2017_DD73_41B8_2ECAC3981627","class":"HotspotMapOverlayArea"},{"mapColor":"any","id":"HotspotMapOverlayArea_3390AAE0_2017_DD73_41B1_DA44DD2B67C4","class":"HotspotMapOverlayArea","click":"this.mainPlayList.set('selectedIndex', 18)"},{"id":"HotspotMapOverlayArea_3390EAE0_2017_DD73_41AA_9F2F75CD8274","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33902AE0_2017_DD73_4180_79571B6CC604","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33906AE0_2017_DD73_41A5_18C42350C830","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_3391AAE0_2017_DD73_419D_446EB1EA05AC","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_3391FAE0_2017_DD73_41BC_5E4B3327D987","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33913AE1_2017_DD75_419D_DA5B73D6C8BB","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33917AE1_2017_DD75_41A6_1469423B4910","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_3392CAE1_2017_DD75_416C_0BA0A06B70C6","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33920AE1_2017_DD75_417E_71A1064C9DAE","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33924AE1_2017_DD75_41B7_EBA835BFCDBC","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33938AE1_2017_DD75_4164_154530CE1D1F","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_3393BAE1_2017_DD75_41AC_099873E9E229","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33930AE1_2017_DD75_41BF_0E75EB105909","class":"HotspotMapOverlayArea"},{"mapColor":"any","id":"HotspotMapOverlayArea_33933AE1_2017_DD75_41A2_97A873C56BA1","class":"HotspotMapOverlayArea","click":"this.mainPlayList.set('selectedIndex', 17)"},{"id":"HotspotMapOverlayArea_33937AE1_2017_DD75_41AF_8247C078A66B","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_3394BAE2_2017_DD77_41A8_F24A28DCA791","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_3394EAE2_2017_DD77_41BE_DB10BA66F7FE","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33943AE2_2017_DD77_41A4_6060FC334A04","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33946AE2_2017_DD77_41BD_B3431DBEBDD3","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_3395BAE2_2017_DD77_41B5_AB96400AD3A9","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33935AE2_2017_DD77_41B1_EFC159B0CA5B","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33949AE2_2017_DD77_418F_2076E9F2AE01","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_3394DAE2_2017_DD77_41A9_1A6E3F7A8EF7","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33941AE2_2017_DD77_4171_75AEAB7DDBAC","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33945AE2_2017_DD77_41BE_1B94C6F81158","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_3395AAE3_2017_DD75_41BC_1A7119AF24B5","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_3395EAE3_2017_DD75_41BC_EBC9343EFE42","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33951AE3_2017_DD75_4199_E51DF9BD6FE0","class":"HotspotMapOverlayArea"},{"mapColor":"any","id":"HotspotMapOverlayArea_33955AE3_2017_DD75_4167_E0F3F88F7CBA","class":"HotspotMapOverlayArea","click":"this.mainPlayList.set('selectedIndex', 16)"},{"id":"HotspotMapOverlayArea_3396AAE3_2017_DD75_41BE_07A175EAEFC5","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_3396DAE3_2017_DD75_41B0_82964E4F8227","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33962AE3_2017_DD75_41AD_1803F11656C2","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33965AE3_2017_DD75_4145_716344419B5E","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33979AE3_2017_DD75_41BC_FD8865ABCC8D","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_3397CAE3_2017_DD75_41B1_4C0DEEE8A317","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33970AE4_2017_DD73_41B4_3D197DA8F62C","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33974AE4_2017_DD73_41B6_9340B3EE4CCB","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33977AE4_2017_DD73_41AE_2B0CE9C046F5","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_3398CAE4_2017_DD73_4175_9342E27AB99E","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_3398FAE4_2017_DD73_41BF_4590396AF874","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33983AE4_2017_DD73_41A4_824AEA3771A6","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33987AE4_2017_DD73_41BB_89AAFD1F116D","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_3399CAE4_2017_DD73_41BD_0D5E9DFF0957","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33991AE4_2017_DD73_41A2_690994EC8EF3","class":"HotspotMapOverlayArea"},{"mapColor":"image","id":"HotspotPanoramaOverlayArea_332B0AB5_2017_DDDD_41B8_AE220C102CC9","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 15)"},{"mapColor":"image","id":"HotspotPanoramaOverlayArea_332B5AB5_2017_DDDD_4183_95AF5670A560","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 28)"},{"rowCount":1,"colCount":24,"frameCount":24,"id":"AnimatedImageResource_2D146B50_20E6_498B_41A6_085A2F7BC794","class":"AnimatedImageResource","frameDuration":41,"levels":[{"width":7320,"class":"ImageResourceLevel","height":185,"url":"media/res_33108510_200F_34D3_4193_D164947B49B7_0.png"}]},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_332CAAB5_2017_DDDD_41B7_A6CCFAE94D97","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 17)"},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_332CFAB5_2017_DDDD_41BA_BFD2467D82A0","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 15)"},{"id":"res_33104510_200F_34D3_419B_15A6E35032FE","class":"ImageResource","levels":[{"width":293,"class":"ImageResourceLevel","height":861,"url":"media/res_33104510_200F_34D3_419B_15A6E35032FE_0.png"}]},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_332C4AB5_2017_DDDD_41BE_E0D4BE3629F1","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 28)"},{"id":"res_3312F515_200F_34DD_4198_1A223D97B36A","class":"ImageResource","levels":[{"width":213,"class":"ImageResourceLevel","height":627,"url":"media/res_3312F515_200F_34DD_4198_1A223D97B36A_0.png"}]},{"rowCount":1,"colCount":24,"frameCount":24,"id":"AnimatedImageResource_2D1EFB5A_20E6_49BF_41BD_088F0C8C3F21","class":"AnimatedImageResource","frameDuration":41,"levels":[{"width":7320,"class":"ImageResourceLevel","height":185,"url":"media/res_33102510_200F_34D3_41A8_4AFBC23440B6_0.png"}]},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_33CA4ACB_2017_DDB5_4180_B754BADD208B","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 33)"},{"id":"HotspotPanoramaOverlayArea_33CB8ACB_2017_DDB5_41BE_2A7DB7FC609F","class":"HotspotPanoramaOverlayArea"},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_33CBDACB_2017_DDB5_41A3_D2907D280F0B","class":"HotspotPanoramaOverlayArea","click":"var visibleFunc = function(component) { this.setComponentVisibility(component, true, 0, null, 'showEffect', false)}.bind(this); visibleFunc(this.IconButton_7731CB1A_5E2F_380E_41C7_B93B93A6054D); visibleFunc(this.Image_21EEADC6_2E8B_88CF_41C7_2CA640E44233); visibleFunc(this.HTMLText_771FCA4A_5E33_180E_41D3_41307F5927E4)"},{"rowCount":1,"colCount":24,"frameCount":24,"id":"AnimatedImageResource_2D10BB4D_20E6_4995_41AF_917DA0082C69","class":"AnimatedImageResource","frameDuration":41,"levels":[{"width":7320,"class":"ImageResourceLevel","height":185,"url":"media/res_33102510_200F_34D3_41A8_4AFBC23440B6_0.png"}]},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_3480BA8C_2017_DDB3_41A9_8746424D3E0C","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 5)"},{"id":"HotspotPanoramaOverlayArea_3480EA8C_2017_DDB3_41A6_3794890E741A","class":"HotspotPanoramaOverlayArea"},{"rowCount":1,"colCount":24,"frameCount":24,"id":"AnimatedImageResource_2D109B4D_20E6_4995_41AF_128B48060D51","class":"AnimatedImageResource","frameDuration":41,"levels":[{"width":7320,"class":"ImageResourceLevel","height":185,"url":"media/res_33102510_200F_34D3_41A8_4AFBC23440B6_0.png"}]},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_3320BAAB_2017_DDF5_4196_800B13F3173C","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 7)"},{"id":"HotspotPanoramaOverlayArea_3320EAAB_2017_DDF5_41AD_CE4E8802FD37","class":"HotspotPanoramaOverlayArea"},{"id":"HotspotPanoramaOverlayArea_33201AAB_2017_DDF5_41AC_A3789455C5E9","class":"HotspotPanoramaOverlayArea"},{"rowCount":1,"colCount":24,"frameCount":24,"id":"AnimatedImageResource_2D14AB50_20E6_498B_41A7_87726598BE4C","class":"AnimatedImageResource","frameDuration":41,"levels":[{"width":7320,"class":"ImageResourceLevel","height":185,"url":"media/res_33108510_200F_34D3_4193_D164947B49B7_0.png"}]},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_332E4AB7_2017_DDDD_41B6_A26DFD58DEF6","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 17)"},{"rowCount":1,"colCount":24,"frameCount":24,"id":"AnimatedImageResource_2D148B51_20E6_498D_41A0_9B648A90C0DA","class":"AnimatedImageResource","frameDuration":41,"levels":[{"width":7320,"class":"ImageResourceLevel","height":185,"url":"media/res_33102510_200F_34D3_41A8_4AFBC23440B6_0.png"}]},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_332F8AB7_2017_DDDD_41BD_9648FB31066D","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 19)"},{"id":"HotspotPanoramaOverlayArea_332FCAB7_2017_DDDD_41B8_1FD9DBE8F48D","class":"HotspotPanoramaOverlayArea"},{"mapColor":"image","id":"HotspotPanoramaOverlayArea_332F1AB7_2017_DDDD_4191_76E7EA39BC32","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 29)"},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_332F6AB7_2017_DDDD_41BF_97128C5A9D9A","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 29)"},{"mapColor":"any","id":"HotspotMapOverlayArea_339DCAE8_2017_DD73_41B9_B8F9A4AF34EC","class":"HotspotMapOverlayArea","click":"this.mainPlayList.set('selectedIndex', 9)"},{"mapColor":"any","id":"HotspotMapOverlayArea_339D0AE8_2017_DD73_41A2_F7BE88C5692D","class":"HotspotMapOverlayArea","click":"this.mainPlayList.set('selectedIndex', 8)"},{"id":"HotspotMapOverlayArea_339D3AE8_2017_DD73_41BA_4EA970E60F74","class":"HotspotMapOverlayArea"},{"mapColor":"any","id":"HotspotMapOverlayArea_339E8AE8_2017_DD73_41B2_DD2653A5F07E","class":"HotspotMapOverlayArea","click":"this.mainPlayList.set('selectedIndex', 7)"},{"id":"HotspotMapOverlayArea_339ECAE8_2017_DD73_417E_996685B68422","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_339E0AE8_2017_DD73_41AA_72A9CD399DD3","class":"HotspotMapOverlayArea"},{"mapColor":"any","id":"HotspotMapOverlayArea_339E4AE8_2017_DD73_41B6_49F8C946EBC9","class":"HotspotMapOverlayArea","click":"this.mainPlayList.set('selectedIndex', 6)"},{"id":"HotspotMapOverlayArea_339E7AE8_2017_DD73_41AF_F519CA6DD233","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_339FCAE8_2017_DD73_4191_26041F4B12ED","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_339F0AE8_2017_DD73_41A0_FF86366839FC","class":"HotspotMapOverlayArea"},{"mapColor":"any","id":"HotspotMapOverlayArea_339F4AE9_2017_DD75_41A5_82CF26BEA3A4","class":"HotspotMapOverlayArea","click":"this.mainPlayList.set('selectedIndex', 5)"},{"id":"HotspotMapOverlayArea_33808AE9_2017_DD75_4185_6305DC71CBB4","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_3380CAE9_2017_DD75_41A5_F0C4EDB1FA32","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33800AE9_2017_DD75_41B1_7E5C1D546B5A","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33803AE9_2017_DD75_41B1_69D16CCD4118","class":"HotspotMapOverlayArea"},{"mapColor":"any","id":"HotspotMapOverlayArea_33818AE9_2017_DD75_41A0_31370F3A45DE","class":"HotspotMapOverlayArea","click":"this.mainPlayList.set('selectedIndex', 4)"},{"id":"HotspotMapOverlayArea_3381BAE9_2017_DD75_41BC_75ABAC7D6E01","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_3381FAE9_2017_DD75_417E_B2A478BEC0A6","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33814AE9_2017_DD75_41AC_7A89696E74F9","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33817AEA_2017_DD77_41A2_004664C6494E","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_3382BAEA_2017_DD77_41A6_9CE1F45A4946","class":"HotspotMapOverlayArea"},{"mapColor":"any","id":"HotspotMapOverlayArea_3382FAEA_2017_DD77_414F_C6DE446A56C8","class":"HotspotMapOverlayArea","click":"this.mainPlayList.set('selectedIndex', 3)"},{"id":"HotspotMapOverlayArea_33824AEA_2017_DD77_41A9_91BE10A0282B","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33827AEA_2017_DD77_41B3_94BCCD7DF0DE","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_3383BAEA_2017_DD77_41AA_9994268545E2","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33830AEA_2017_DD77_419A_8804BD6D27D7","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_3382AAEA_2017_DD77_41B3_E12B80CCE201","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_3382FAEA_2017_DD77_418F_3DE1ABA07B45","class":"HotspotMapOverlayArea"},{"mapColor":"any","id":"HotspotMapOverlayArea_33822AEA_2017_DD77_41B4_76EB7045DF80","class":"HotspotMapOverlayArea","click":"this.mainPlayList.set('selectedIndex', 2)"},{"id":"HotspotMapOverlayArea_33826AEB_2017_DD75_41B5_C431011D026C","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_3383AAEB_2017_DD75_41B9_29FD962F1505","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_3383EAEB_2017_DD75_41B8_5C09F48C270C","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33832AEB_2017_DD75_41B5_D4AAD71E4639","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33835AEB_2017_DD75_41AA_E5F8B51F1026","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33849AEB_2017_DD75_41A4_9375F48B5DC2","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_3384CAEB_2017_DD75_41A7_F20E19B179C9","class":"HotspotMapOverlayArea"},{"rowCount":1,"colCount":24,"frameCount":24,"id":"AnimatedImageResource_2D0ECB4A_20E6_499F_41A8_F18F201066B1","class":"AnimatedImageResource","frameDuration":41,"levels":[{"width":7320,"class":"ImageResourceLevel","height":185,"url":"media/res_3317350F_200F_34CD_41BE_A78D60AA24FC_0.png"}]},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_349ADA89_2017_DDB5_41B3_63C3E880074E","class":"HotspotPanoramaOverlayArea","click":"this.setPanoramaCameraWithSpot(this.mainPlayList, this.PanoramaPlayListItem_2EF27C06_20E6_4F97_4154_64B715894A7A, 0, 0, NaN || TDV.Player.DEFAULT_PANORAMA_HFOV); this.mainPlayList.set('selectedIndex', 32)"},{"rowCount":1,"colCount":24,"frameCount":24,"id":"AnimatedImageResource_2D0EAB4A_20E6_499F_41A8_00E4488252CB","class":"AnimatedImageResource","frameDuration":41,"levels":[{"width":7320,"class":"ImageResourceLevel","height":185,"url":"media/res_3310D510_200F_34D3_41A9_54B77A7B8D13_0.png"}]},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_349A2A89_2017_DDB5_41BF_40A4946A75DF","class":"HotspotPanoramaOverlayArea","click":"this.setPanoramaCameraWithSpot(this.mainPlayList, this.PanoramaPlayListItem_2EF2CC07_20E6_4F95_41AC_462C576054F8, 0, 0, NaN || TDV.Player.DEFAULT_PANORAMA_HFOV); this.mainPlayList.set('selectedIndex', 34)"},{"id":"res_3310A510_200F_34D3_41B6_945B219BD439","class":"ImageResource","levels":[{"width":1760,"class":"ImageResourceLevel","height":990,"url":"media/res_3310A510_200F_34D3_41B6_945B219BD439_0.png"}]},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_349B8A8A_2017_DDB7_41A8_3A6049E80E71","class":"HotspotPanoramaOverlayArea"},{"mapColor":"image","id":"HotspotPanoramaOverlayArea_33F2DACF_2017_DD4D_4182_09EF6E466EA1","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 25)"},{"mapColor":"image","id":"HotspotPanoramaOverlayArea_33F22ACF_2017_DD4D_41AD_E9082F4C84B9","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 26)"},{"mapColor":"image","id":"HotspotPanoramaOverlayArea_33F27ACF_2017_DD4D_4190_ECFB8F23BFCE","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 26)"},{"rowCount":1,"colCount":24,"frameCount":24,"id":"AnimatedImageResource_2EE08B5C_20E6_49BB_4183_4737B389DDAE","class":"AnimatedImageResource","frameDuration":41,"levels":[{"width":7320,"class":"ImageResourceLevel","height":185,"url":"media/res_33102510_200F_34D3_41A8_4AFBC23440B6_0.png"}]},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_33F3CAD0_2017_DD53_419C_7902473C9FAC","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 38)"},{"id":"HotspotPanoramaOverlayArea_33F3FAD0_2017_DD53_4181_FC83A14D4F04","class":"HotspotPanoramaOverlayArea"},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_33F34AD0_2017_DD53_41A2_80716BF0AAA5","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 26)"},{"id":"res_33134518_200F_34D3_419D_37E27655A40E","class":"ImageResource","levels":[{"width":255,"class":"ImageResourceLevel","height":750,"url":"media/res_33134518_200F_34D3_419D_37E27655A40E_0.png"}]},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_33F49AD0_2017_DD53_41B2_714B2C234A3D","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 26)"},{"id":"HotspotPanoramaOverlayArea_33F4FAD0_2017_DD53_41A3_DEBDFCDF2486","class":"HotspotPanoramaOverlayArea"},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_33F44AD0_2017_DD53_41BF_AEA8617D2C51","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 26)"},{"id":"HotspotPanoramaOverlayArea_33F58AD0_2017_DD53_41B7_7B3A8426F9A0","class":"HotspotPanoramaOverlayArea"},{"id":"HotspotPanoramaOverlayArea_33F5CAD0_2017_DD53_41A2_030DCC9136B2","class":"HotspotPanoramaOverlayArea"},{"mapColor":"image","id":"HotspotPanoramaOverlayArea_33DA8ABF_2017_DDCD_419E_447210B92103","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 24)"},{"mapColor":"image","id":"HotspotPanoramaOverlayArea_33DAEAC0_2017_DDB3_41C0_18C294D0E37E","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 39)"},{"rowCount":1,"colCount":24,"frameCount":24,"id":"AnimatedImageResource_2D194B54_20E6_498B_4195_D5A228CB2806","class":"AnimatedImageResource","frameDuration":41,"levels":[{"width":7320,"class":"ImageResourceLevel","height":185,"url":"media/res_33102510_200F_34D3_41A8_4AFBC23440B6_0.png"}]},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_33D9AAC0_2017_DDB3_41B4_0D23E43FBF58","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 26)"},{"id":"HotspotPanoramaOverlayArea_33D9EAC0_2017_DDB3_4154_2B4A975593A0","class":"HotspotPanoramaOverlayArea"},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_33D92AC1_2017_DDB5_418E_66350A9D3F1F","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 39)"},{"id":"res_33130519_200F_34D5_41B8_4C97DD84F7A0","class":"ImageResource","levels":[{"width":197,"class":"ImageResourceLevel","height":723,"url":"media/res_33130519_200F_34D5_41B8_4C97DD84F7A0_0.png"}]},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_33DA8AC1_2017_DDB5_41B6_7043DA5F6266","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 24)"},{"rowCount":1,"colCount":24,"frameCount":24,"id":"AnimatedImageResource_2EE02B5B_20E6_49BD_41B2_63023D62707B","class":"AnimatedImageResource","frameDuration":41,"levels":[{"width":7320,"class":"ImageResourceLevel","height":185,"url":"media/res_33102510_200F_34D3_41A8_4AFBC23440B6_0.png"}]},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_33F2DACE_2017_DD4F_419B_29C605C2EE65","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 37)"},{"id":"HotspotPanoramaOverlayArea_33F23ACE_2017_DD4C_4189_CB2CCC591B14","class":"HotspotPanoramaOverlayArea"},{"rowCount":1,"colCount":24,"frameCount":24,"id":"AnimatedImageResource_2EE00B5C_20E6_49BB_41B6_D5AE3034C319","class":"AnimatedImageResource","frameDuration":41,"levels":[{"width":7320,"class":"ImageResourceLevel","height":185,"url":"media/res_33102510_200F_34D3_41A8_4AFBC23440B6_0.png"}]},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_33F38ACF_2017_DD4D_41B9_4ECF345F2A03","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 39)"},{"id":"HotspotPanoramaOverlayArea_33F3CACF_2017_DD4D_41B1_C3B076D2F543","class":"HotspotPanoramaOverlayArea"},{"rowCount":1,"colCount":24,"frameCount":24,"id":"AnimatedImageResource_2D0F5B4A_20E6_499F_41BC_1589668F6D99","class":"AnimatedImageResource","frameDuration":41,"levels":[{"width":7320,"class":"ImageResourceLevel","height":185,"url":"media/res_33108510_200F_34D3_4193_D164947B49B7_0.png"}]},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_349B0A8A_2017_DDB7_41A6_D246217C7D43","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 3)"},{"click":"this.mainPlayList.set('selectedIndex', 15)","toolTip":trans('HotspotPanoramaOverlayArea_34713A50_2009_3D53_4175_FBC4D14632A8.toolTip'),"mapColor":"image","id":"HotspotPanoramaOverlayArea_34713A50_2009_3D53_4175_FBC4D14632A8","class":"HotspotPanoramaOverlayArea"},{"id":"HotspotPanoramaOverlayArea_349C9A8A_2017_DDB7_41AD_62C25AFBC9FE","class":"HotspotPanoramaOverlayArea"},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_349CFA8A_2017_DDB7_41A6_116B1F5794FA","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 3)"},{"rowCount":1,"colCount":24,"frameCount":24,"id":"AnimatedImageResource_2D14FB4F_20E6_4995_41A3_39C36AB8540C","class":"AnimatedImageResource","frameDuration":41,"levels":[{"width":7320,"class":"ImageResourceLevel","height":185,"url":"media/res_33108510_200F_34D3_4193_D164947B49B7_0.png"}]},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_332ABAB2_2017_DDD7_419C_28FF40A46285","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 13)"},{"rowCount":1,"colCount":24,"frameCount":24,"id":"AnimatedImageResource_2D136B4F_20E6_4995_41BE_161D7284EB16","class":"AnimatedImageResource","frameDuration":41,"levels":[{"width":7320,"class":"ImageResourceLevel","height":185,"url":"media/res_33108510_200F_34D3_4193_D164947B49B7_0.png"}]},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_332A0AB3_2017_DDD5_41B1_DECB805E808E","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 15)"},{"id":"HotspotPanoramaOverlayArea_332A4AB3_2017_DDD5_41A2_211EC2AAEC6F","class":"HotspotPanoramaOverlayArea"},{"rowCount":1,"colCount":24,"frameCount":24,"id":"AnimatedImageResource_2D1DDB57_20E6_49B5_4187_929A495A37F4","class":"AnimatedImageResource","frameDuration":41,"levels":[{"width":7320,"class":"ImageResourceLevel","height":185,"url":"media/res_33102510_200F_34D3_41A8_4AFBC23440B6_0.png"}]},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_33C5CAC7_2017_DDBD_41A3_456E592ED60F","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 29)"},{"id":"HotspotPanoramaOverlayArea_33C5FAC7_2017_DDBD_4184_D52F2E21E2F0","class":"HotspotPanoramaOverlayArea"},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_33C54AC7_2017_DDBD_418C_18EFE67BF00E","class":"HotspotPanoramaOverlayArea","click":"var visibleFunc = function(component) { this.setComponentVisibility(component, true, 0, null, 'showEffect', false)}.bind(this); visibleFunc(this.IconButton_762F75B4_5E11_281A_41A1_0B1A345A0514); visibleFunc(this.HTMLText_78F6BF05_5E2F_19FA_41CB_A058FD171CA8)"},{"id":"res_3B5A2D33_2017_34D5_419B_AC78496DE120","class":"ImageResource","levels":[{"width":488,"class":"ImageResourceLevel","height":720,"url":"media/res_3B5A2D33_2017_34D5_419B_AC78496DE120_0.jpg"}]},{"id":"res_3B5AED31_2017_34D5_41BB_091E24341AD7","class":"ImageResource","levels":[{"width":116,"class":"ImageResourceLevel","height":116,"url":"media/res_3B5AED31_2017_34D5_41BB_091E24341AD7_0.png"}]},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_394B9FEB_201E_D375_41B2_9ACF418FCB34","class":"HotspotPanoramaOverlayArea"},{"bitrate":2365,"type":"video/mp4","height":790,"width":1380,"posterURL":trans('videolevel_2D585720_20E6_598B_41BC_46C513A85B7C.posterURL'),"id":"videolevel_2D585720_20E6_598B_41BC_46C513A85B7C","class":"VideoResourceLevel","framerate":59.94,"url":trans('videolevel_2D585720_20E6_598B_41BC_46C513A85B7C.url')},{"rowCount":1,"colCount":24,"frameCount":24,"id":"AnimatedImageResource_2D135B4E_20E6_4997_415E_8BBD476B4878","class":"AnimatedImageResource","frameDuration":41,"levels":[{"width":7320,"class":"ImageResourceLevel","height":185,"url":"media/res_33117512_200F_34D7_414C_3A81850A0912_0.png"}]},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_33262AB0_2017_DDD3_41A1_7ABDC2266CA2","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 10)"},{"rowCount":1,"colCount":24,"frameCount":24,"id":"AnimatedImageResource_2D133B4E_20E6_4997_416F_8B985FE18746","class":"AnimatedImageResource","frameDuration":41,"levels":[{"width":7320,"class":"ImageResourceLevel","height":185,"url":"media/res_33108510_200F_34D3_4193_D164947B49B7_0.png"}]},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_33267AB0_2017_DDD3_41B2_A1F82F706D51","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 12)"},{"rowCount":1,"colCount":24,"frameCount":24,"id":"AnimatedImageResource_2D125B4D_20E6_4995_41B4_EBDED1CB1EFE","class":"AnimatedImageResource","frameDuration":41,"levels":[{"width":7320,"class":"ImageResourceLevel","height":185,"url":"media/res_33102510_200F_34D3_41A8_4AFBC23440B6_0.png"}]},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_3324AAAE_2017_DDCF_4195_B920C101C3EC","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 8)"},{"rowCount":1,"colCount":24,"frameCount":24,"id":"AnimatedImageResource_2D1ABB55_20E6_49B5_41B5_DD3729C5426D","class":"AnimatedImageResource","frameDuration":41,"levels":[{"width":7320,"class":"ImageResourceLevel","height":185,"url":"media/res_3310D510_200F_34D3_41A9_54B77A7B8D13_0.png"}]},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_33C0AAC3_2017_DDB5_41A6_8F448E33A22B","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 27)"},{"mapColor":"image","id":"HotspotPanoramaOverlayArea_33C00AC3_2017_DDB5_41B5_4E243C6C9BE3","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 16)"},{"rowCount":1,"colCount":24,"frameCount":24,"id":"AnimatedImageResource_2D1A8B55_20E6_49B5_417F_9FB2B5567231","class":"AnimatedImageResource","frameDuration":41,"levels":[{"width":7320,"class":"ImageResourceLevel","height":185,"url":"media/res_33102510_200F_34D3_41A8_4AFBC23440B6_0.png"}]},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_33C05AC3_2017_DDB5_41A3_75BB7EA07142","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 29)"},{"id":"HotspotPanoramaOverlayArea_33C19AC4_2017_DDB3_41BA_16AC8A1063E3","class":"HotspotPanoramaOverlayArea"},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_33C1EAC4_2017_DDB3_41AF_A7B2A4B9B6BB","class":"HotspotPanoramaOverlayArea","click":"var visibleFunc = function(component) { this.setComponentVisibility(component, true, 0, null, 'showEffect', false)}.bind(this); visibleFunc(this.IconButton_39BB7C9F_2E8A_8F7D_41B0_3B04C265327D); visibleFunc(this.Image_38948EA8_2EF5_8B43_4189_ED0D81F9FCD9); visibleFunc(this.HTMLText_383600A1_2EF7_9744_41B0_AAB50135347D)"},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_33C13AC4_2017_DDB3_41A7_049EE7776073","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 16)"},{"id":"res_395D70E2_203B_4D77_41A8_CE348040901B","class":"ImageResource","levels":[{"width":1380,"class":"ImageResourceLevel","height":790,"url":"media/res_395D70E2_203B_4D77_41A8_CE348040901B_0.jpg"}]},{"mapColor":"image","id":"HotspotPanoramaOverlayArea_33D81ABE_2017_DDCF_41BA_08A4C70C4079","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 23)"},{"mapColor":"image","id":"HotspotPanoramaOverlayArea_33D86ABF_2017_DDCD_41AE_3DEEF20A6E2D","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 25)"},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_33D9BABF_2017_DDCD_41BB_37651FE3A62F","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 23)"},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_33D90ABF_2017_DDCD_417C_A017FDF656D6","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 25)"},{"bitrate":1490,"type":"video/mp4","height":1014,"width":642,"posterURL":trans('videolevel_2D2037ED_20E6_5895_41A5_38D2EAF548D0.posterURL'),"id":"videolevel_2D2037ED_20E6_5895_41A5_38D2EAF548D0","class":"VideoResourceLevel","framerate":59.94,"url":trans('videolevel_2D2037ED_20E6_5895_41A5_38D2EAF548D0.url')},{"rowCount":1,"colCount":24,"frameCount":24,"id":"AnimatedImageResource_2D1C0B57_20E6_49B5_41AC_E9EE819D3E09","class":"AnimatedImageResource","frameDuration":41,"levels":[{"width":7320,"class":"ImageResourceLevel","height":185,"url":"media/res_3310D510_200F_34D3_41A9_54B77A7B8D13_0.png"}]},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_33C6DAC8_2017_DDB3_415F_5DE5F1C3789C","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 1)"},{"rowCount":1,"colCount":24,"frameCount":24,"id":"AnimatedImageResource_2D1CEB57_20E6_49B5_418F_E803C587E937","class":"AnimatedImageResource","frameDuration":41,"levels":[{"width":7320,"class":"ImageResourceLevel","height":185,"url":"media/res_3317350F_200F_34CD_41BE_A78D60AA24FC_0.png"}]},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_33C62AC8_2017_DDB3_41BD_098D4AA58F6B","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 33)"},{"rowCount":1,"colCount":24,"frameCount":24,"id":"AnimatedImageResource_2D1C9B57_20E6_49B5_41A7_F5A70FB65F4D","class":"AnimatedImageResource","frameDuration":41,"levels":[{"width":7320,"class":"ImageResourceLevel","height":185,"url":"media/res_33102510_200F_34D3_41A8_4AFBC23440B6_0.png"}]},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_33C30AC6_2017_DDBF_4193_0E2388A310AE","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 27)"},{"id":"HotspotPanoramaOverlayArea_33C35AC6_2017_DDBF_4182_01A63A56F8EB","class":"HotspotPanoramaOverlayArea"},{"rowCount":1,"colCount":24,"frameCount":24,"id":"AnimatedImageResource_2D1D5B57_20E6_49B5_41B1_F9093C66BFA1","class":"AnimatedImageResource","frameDuration":41,"levels":[{"width":7320,"class":"ImageResourceLevel","height":185,"url":"media/res_33102510_200F_34D3_41A8_4AFBC23440B6_0.png"}]},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_33C49AC6_2017_DDBF_41BD_D0CF4F862141","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 29)"},{"id":"HotspotPanoramaOverlayArea_33C4DAC6_2017_DDBF_41AC_19B4C8D81ED8","class":"HotspotPanoramaOverlayArea"},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_33C42AC7_2017_DDBD_4151_867F4E1213B8","class":"HotspotPanoramaOverlayArea","click":"var visibleFunc = function(component) { this.setComponentVisibility(component, true, 0, null, 'showEffect', false)}.bind(this); visibleFunc(this.IconButton_3948B48C_2E8A_BF43_41A4_AB2E386C8674); visibleFunc(this.Image_385D3952_2E8E_89C7_41C2_00C0BB21C465); visibleFunc(this.HTMLText_37E5A838_2E8E_9743_41A4_19FEEB377C9E)"},{"id":"res_36071C9C_2009_75D3_41B0_966306DCDFC8","class":"ImageResource","levels":[{"width":762,"class":"ImageResourceLevel","height":978,"url":"media/res_36071C9C_2009_75D3_41B0_966306DCDFC8_0.jpg"}]},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_390C674F_200A_F34D_41B0_937B10752D27","class":"HotspotPanoramaOverlayArea"},{"rowCount":1,"colCount":24,"frameCount":24,"id":"AnimatedImageResource_2D1FEB5B_20E6_49BD_41BE_52744D1FC58B","class":"AnimatedImageResource","frameDuration":41,"levels":[{"width":7320,"class":"ImageResourceLevel","height":185,"url":"media/res_33102510_200F_34D3_41A8_4AFBC23440B6_0.png"}]},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_33CE3ACD_2017_DD4D_41BD_0B680AE21D1C","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 36)"},{"id":"HotspotPanoramaOverlayArea_33CE7ACD_2017_DD4D_41B1_64A060CAFF0A","class":"HotspotPanoramaOverlayArea"},{"rowCount":1,"colCount":24,"frameCount":24,"id":"AnimatedImageResource_2D1FAB5B_20E6_49BD_4191_EEBF7910C3C8","class":"AnimatedImageResource","frameDuration":41,"levels":[{"width":7320,"class":"ImageResourceLevel","height":185,"url":"media/res_33102510_200F_34D3_41A8_4AFBC23440B6_0.png"}]},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_33CFCACD_2017_DD4D_41A2_A9A4D3FFB013","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 38)"},{"id":"HotspotPanoramaOverlayArea_33CF0ACD_2017_DD4D_41BD_B6BBF6467BBC","class":"HotspotPanoramaOverlayArea"},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_33CF6ACD_2017_DD4D_41BC_E1E9B51E701B","class":"HotspotPanoramaOverlayArea","click":"var visibleFunc = function(component) { this.setComponentVisibility(component, true, 0, null, 'showEffect', false)}.bind(this); visibleFunc(this.IconButton_6BD1CDF9_5EF1_780A_41C5_6F21E3A04D36); visibleFunc(this.Image_3838397D_2E9F_89BD_41BF_1956977297A3); visibleFunc(this.HTMLText_3974A175_2E9D_99CD_4189_3A794AA96B9D)"},{"id":"HotspotPanoramaOverlayArea_33F0AACD_2017_DD4D_41AD_1B64A5316BA1","class":"HotspotPanoramaOverlayArea"},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_33F00ACE_2017_DD4F_41BA_EB97A8F7D63F","class":"HotspotPanoramaOverlayArea","click":"var visibleFunc = function(component) { this.setComponentVisibility(component, true, 0, null, 'showEffect', false)}.bind(this); visibleFunc(this.IconButton_6AFCBF1A_5E11_780E_41A1_5A85744A82B2); visibleFunc(this.Image_20D03045_2EE4_27A7_41C3_9FD46DBF60A8); visibleFunc(this.HTMLText_23469FD0_2EE4_38BD_418B_F4AC0BDEDE25)"},{"id":"HotspotPanoramaOverlayArea_33F03ACE_2017_DD4F_41BE_39C7AC8D93A9","class":"HotspotPanoramaOverlayArea"},{"id":"HotspotPanoramaOverlayArea_33F07ACE_2017_DD4F_4193_B9E876231C52","class":"HotspotPanoramaOverlayArea"},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_33F1CACE_2017_DD4F_413B_21DCA29B8D78","class":"HotspotPanoramaOverlayArea","click":"var visibleFunc = function(component) { this.setComponentVisibility(component, true, 0, null, 'showEffect', false)}.bind(this); visibleFunc(this.IconButton_3FEF8B75_2EE4_7867_41C0_1424C6D7EF7F); visibleFunc(this.HTMLText_3E794611_2EEB_EBBF_41C1_776CA1CFD3F7)"},{"id":"HotspotPanoramaOverlayArea_33F10ACE_2017_DD4F_41B1_D9D3F66C1DFB","class":"HotspotPanoramaOverlayArea"},{"id":"HotspotPanoramaOverlayArea_33F15ACE_2017_DD4F_416F_866961B3F20A","class":"HotspotPanoramaOverlayArea"},{"rowCount":1,"colCount":24,"frameCount":24,"id":"AnimatedImageResource_2D1A3B55_20E6_49B5_41BD_5BA2C266E5BB","class":"AnimatedImageResource","frameDuration":41,"levels":[{"width":7320,"class":"ImageResourceLevel","height":185,"url":"media/res_33108510_200F_34D3_4193_D164947B49B7_0.png"}]},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_33DC4AC3_2017_DDB5_4195_CD1222CFEEB8","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 30)"},{"rowCount":1,"colCount":24,"frameCount":24,"id":"AnimatedImageResource_2D1A1B55_20E6_49B5_41A3_BAFDBF30BA93","class":"AnimatedImageResource","frameDuration":41,"levels":[{"width":7320,"class":"ImageResourceLevel","height":185,"url":"media/res_33117512_200F_34D7_414C_3A81850A0912_0.png"}]},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_33DF0AC3_2017_DDB5_41A6_B964A554AF90","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 28)"},{"rowCount":1,"colCount":24,"frameCount":24,"id":"AnimatedImageResource_2D19DB54_20E6_498B_41AD_F91D168F1EA1","class":"AnimatedImageResource","frameDuration":41,"levels":[{"width":7320,"class":"ImageResourceLevel","height":185,"url":"media/res_33102510_200F_34D3_41A8_4AFBC23440B6_0.png"}]},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_33DA1AC1_2017_DDB5_41B5_2A104DEE4C05","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 25)"},{"id":"HotspotPanoramaOverlayArea_33DA5AC1_2017_DDB5_41BF_197E95E6FD29","class":"HotspotPanoramaOverlayArea"},{"mapColor":"image","id":"HotspotPanoramaOverlayArea_33DB9AC2_2017_DDB7_41B5_E94C1493CE3A","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 39)"},{"mapColor":"image","id":"HotspotPanoramaOverlayArea_33DBEAC2_2017_DDB7_41B7_6D529B7E578A","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 39)"},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_33DB3AC2_2017_DDB7_419C_BDE37D9FD253","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 39)"},{"id":"res_332CB519_200F_34D5_41BE_AD99406F2258","class":"ImageResource","levels":[{"width":345,"class":"ImageResourceLevel","height":93,"url":"media/res_332CB519_200F_34D5_41BE_AD99406F2258_0.png"}]},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_33DC8AC2_2017_DDB7_4183_878A69535D6E","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 39)"},{"id":"HotspotPanoramaOverlayArea_33DCCAC2_2017_DDB7_41B7_A96071C10C7C","class":"HotspotPanoramaOverlayArea"},{"mapColor":"image","id":"HotspotPanoramaOverlayArea_33C2DAC4_2017_DDB3_41BA_73CFEADCA4B3","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 18)"},{"rowCount":1,"colCount":24,"frameCount":24,"id":"AnimatedImageResource_2D1BDB56_20E6_49B7_41B7_60CC96D45766","class":"AnimatedImageResource","frameDuration":41,"levels":[{"width":7320,"class":"ImageResourceLevel","height":185,"url":"media/res_3310D510_200F_34D3_41A9_54B77A7B8D13_0.png"}]},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_33C21AC5_2017_DDBD_418F_286DF67B60F9","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 28)"},{"rowCount":1,"colCount":24,"frameCount":24,"id":"AnimatedImageResource_2D1BAB56_20E6_49B7_41B7_CA8FD79D83F8","class":"AnimatedImageResource","frameDuration":41,"levels":[{"width":7320,"class":"ImageResourceLevel","height":185,"url":"media/res_3317350F_200F_34CD_41BE_A78D60AA24FC_0.png"}]},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_33C38AC5_2017_DDBD_41BD_4BED07C61377","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 30)"},{"mapColor":"image","id":"HotspotPanoramaOverlayArea_33C3DAC5_2017_DDBD_41AE_7C6F5D189791","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 33)"},{"rowCount":1,"colCount":24,"frameCount":24,"id":"AnimatedImageResource_2D1C4B56_20E6_49B7_41A5_C1402CF12C23","class":"AnimatedImageResource","frameDuration":41,"levels":[{"width":7320,"class":"ImageResourceLevel","height":185,"url":"media/res_33102510_200F_34D3_41A8_4AFBC23440B6_0.png"}]},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_33C32AC5_2017_DDBD_41BF_5098F833F8A5","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 31)"},{"id":"HotspotPanoramaOverlayArea_33C36AC5_2017_DDBD_41B4_A316FEEA56CB","class":"HotspotPanoramaOverlayArea"},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_33C4AAC5_2017_DDBD_41B2_A550F82879BF","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 18)"},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_33C40AC6_2017_DDBF_41A3_14380513D03C","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 33)"},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_397B708D_201B_4DCD_41A4_875F4FCCB062","class":"HotspotPanoramaOverlayArea"},{"id":"res_3C2EC3E1_207B_3375_41B7_51C1A33F47ED","class":"ImageResource","levels":[{"width":642,"class":"ImageResourceLevel","height":1014,"url":"media/res_3C2EC3E1_207B_3375_41B7_51C1A33F47ED_0.jpg"}]},{"mapColor":"any","id":"HotspotMapOverlayArea_33F89AD1_2017_DD55_41BC_D9FE6B02F590","class":"HotspotMapOverlayArea","click":"this.mainPlayList.set('selectedIndex', 39)"},{"mapColor":"any","id":"HotspotMapOverlayArea_33F8DAD2_2017_DD57_41BA_AA4B3136F90E","class":"HotspotMapOverlayArea","click":"this.mainPlayList.set('selectedIndex', 38)"},{"id":"HotspotMapOverlayArea_33F81AD2_2017_DD57_41B8_6286DA938C55","class":"HotspotMapOverlayArea"},{"mapColor":"any","id":"HotspotMapOverlayArea_33F86AD2_2017_DD57_418B_30B18D86729F","class":"HotspotMapOverlayArea","click":"this.mainPlayList.set('selectedIndex', 37)"},{"id":"HotspotMapOverlayArea_33F9AAD2_2017_DD57_4191_901290990EDF","class":"HotspotMapOverlayArea"},{"mapColor":"any","id":"HotspotMapOverlayArea_33F9DAD2_2017_DD57_41A0_DA40B6D451A0","class":"HotspotMapOverlayArea","click":"this.mainPlayList.set('selectedIndex', 36)"},{"id":"HotspotMapOverlayArea_33F91AD2_2017_DD57_4199_BC517AF73F04","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33F94AD2_2017_DD57_4150_FAB8F293D3F0","class":"HotspotMapOverlayArea"},{"rowCount":1,"colCount":24,"frameCount":24,"id":"AnimatedImageResource_2D0FEB4B_20E6_499D_41B5_3DB838C80E95","class":"AnimatedImageResource","frameDuration":41,"levels":[{"width":7320,"class":"ImageResourceLevel","height":185,"url":"media/res_33102510_200F_34D3_41A8_4AFBC23440B6_0.png"}]},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_349D9A8B_2017_DDB5_4198_548CE6CE609C","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 2)"},{"rowCount":1,"colCount":24,"frameCount":24,"id":"AnimatedImageResource_2D0FCB4B_20E6_499D_4193_574E6E4DED2F","class":"AnimatedImageResource","frameDuration":41,"levels":[{"width":7320,"class":"ImageResourceLevel","height":185,"url":"media/res_33102510_200F_34D3_41A8_4AFBC23440B6_0.png"}]},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_349DFA8B_2017_DDB5_4192_9C4B48D788B4","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 4)"},{"mapColor":"image","id":"HotspotPanoramaOverlayArea_349A7A89_2017_DDB5_4183_C8CAFDD0FE1A","class":"HotspotPanoramaOverlayArea","click":"this.setPanoramaCameraWithSpot(this.mainPlayList, this.PanoramaPlayListItem_2EE8EBFE_20E6_4877_4169_F28F667EAFC3, 0, 0, NaN || TDV.Player.DEFAULT_PANORAMA_HFOV); this.mainPlayList.set('selectedIndex', 1)"},{"id":"res_3317E50F_200F_34CD_41B6_23325106BF20","class":"ImageResource","levels":[{"width":207,"class":"ImageResourceLevel","height":88,"url":"media/res_3317E50F_200F_34CD_41B6_23325106BF20_0.png"}]},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_34993A89_2017_DDB5_41B5_1423B1332D3A","class":"HotspotPanoramaOverlayArea","click":"this.setPanoramaCameraWithSpot(this.mainPlayList, this.PanoramaPlayListItem_2EE8EBFE_20E6_4877_4169_F28F667EAFC3, 0, 0, NaN || TDV.Player.DEFAULT_PANORAMA_HFOV); this.mainPlayList.set('selectedIndex', 1)"},{"bitrate":1675,"type":"video/mp4","height":978,"width":762,"posterURL":trans('videolevel_2D5446A9_20E6_589D_41A0_8D2DECAD94DE.posterURL'),"id":"videolevel_2D5446A9_20E6_589D_41A0_8D2DECAD94DE","class":"VideoResourceLevel","framerate":59.94,"url":trans('videolevel_2D5446A9_20E6_589D_41A0_8D2DECAD94DE.url')},{"rowCount":1,"colCount":24,"frameCount":24,"id":"AnimatedImageResource_2D13FB4E_20E6_4997_4179_CDCDB66E0F36","class":"AnimatedImageResource","frameDuration":41,"levels":[{"width":7320,"class":"ImageResourceLevel","height":185,"url":"media/res_33102510_200F_34D3_41A8_4AFBC23440B6_0.png"}]},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_33271AB1_2017_DDD5_41B2_74F3D4AB2AA4","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 11)"},{"id":"HotspotPanoramaOverlayArea_33275AB1_2017_DDD5_41AF_C9207C9409F2","class":"HotspotPanoramaOverlayArea"},{"rowCount":1,"colCount":24,"frameCount":24,"id":"AnimatedImageResource_2D13DB4E_20E6_4997_41A7_66FAD1AD4813","class":"AnimatedImageResource","frameDuration":41,"levels":[{"width":7320,"class":"ImageResourceLevel","height":185,"url":"media/res_33102510_200F_34D3_41A8_4AFBC23440B6_0.png"}]},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_33289AB1_2017_DDD5_41B6_4DA9E0874556","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 13)"},{"id":"HotspotPanoramaOverlayArea_3328DAB1_2017_DDD5_41B8_59FE75FB1203","class":"HotspotPanoramaOverlayArea"},{"rowCount":1,"colCount":24,"frameCount":24,"id":"AnimatedImageResource_2D147B4F_20E6_4995_41AE_8879BABBCACF","class":"AnimatedImageResource","frameDuration":41,"levels":[{"width":7320,"class":"ImageResourceLevel","height":185,"url":"media/res_33102510_200F_34D3_41A8_4AFBC23440B6_0.png"}]},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_33287AB1_2017_DDD5_41BF_75F358848E8B","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 12)"},{"id":"HotspotPanoramaOverlayArea_3329AAB2_2017_DDD7_4191_EFB71A43EDEE","class":"HotspotPanoramaOverlayArea"},{"rowCount":1,"colCount":24,"frameCount":24,"id":"AnimatedImageResource_2D143B4F_20E6_4995_41BA_91C1876DFD91","class":"AnimatedImageResource","frameDuration":41,"levels":[{"width":7320,"class":"ImageResourceLevel","height":185,"url":"media/res_33102510_200F_34D3_41A8_4AFBC23440B6_0.png"}]},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_3329FAB2_2017_DDD7_41B1_B4894022AE23","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 14)"},{"id":"HotspotPanoramaOverlayArea_33293AB2_2017_DDD7_41BE_CE4677EAA6D3","class":"HotspotPanoramaOverlayArea"},{"mapColor":"image","id":"HotspotPanoramaOverlayArea_33C7AAC8_2017_DDB3_41A2_2F61FAC3A902","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 29)"},{"rowCount":1,"colCount":24,"frameCount":24,"id":"AnimatedImageResource_2D1C9B58_20E6_49BB_41BF_CDC5581E2829","class":"AnimatedImageResource","frameDuration":41,"levels":[{"width":7320,"class":"ImageResourceLevel","height":185,"url":"media/res_3310D510_200F_34D3_41A9_54B77A7B8D13_0.png"}]},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_33C70AC8_2017_DDB3_4194_E6429F4F66D2","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 32)"},{"rowCount":1,"colCount":24,"frameCount":24,"id":"AnimatedImageResource_2D1D7B58_20E6_49BB_41B5_9F0C71802FB3","class":"AnimatedImageResource","frameDuration":41,"levels":[{"width":7320,"class":"ImageResourceLevel","height":130,"url":"media/res_332DB51C_200F_34D3_4189_EAC9E9B450ED_0.png"}]},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_33C75AC8_2017_DDB3_4182_3AC0E993F68D","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 34)"},{"rowCount":1,"colCount":24,"frameCount":24,"id":"AnimatedImageResource_2D1D5B58_20E6_49BB_41B2_B611A2FACC2C","class":"AnimatedImageResource","frameDuration":41,"levels":[{"width":7320,"class":"ImageResourceLevel","height":185,"url":"media/res_33102510_200F_34D3_41A8_4AFBC23440B6_0.png"}]},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_33C8AAC9_2017_DDB5_41B9_B4639D0DCC9F","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 35)"},{"id":"HotspotPanoramaOverlayArea_33C8DAC9_2017_DDB5_41BC_24F8F48A2307","class":"HotspotPanoramaOverlayArea"},{"mapColor":"image","id":"HotspotPanoramaOverlayArea_33C82AC9_2017_DDB5_41B9_C2341F94704C","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 36)"},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_33C87AC9_2017_DDB5_4183_0800A60EC13F","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 29)"},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_33C9EAC9_2017_DDB5_41A0_62AF584663C2","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 36)"},{"rowCount":1,"colCount":24,"frameCount":24,"id":"AnimatedImageResource_2D115B4D_20E6_4995_41B1_2BD0DEBECBC4","class":"AnimatedImageResource","frameDuration":41,"levels":[{"width":7320,"class":"ImageResourceLevel","height":185,"url":"media/res_33108510_200F_34D3_4193_D164947B49B7_0.png"}]},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_33220AAC_2017_DDF3_41BD_B7F5BA4362A5","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 6)"},{"rowCount":1,"colCount":24,"frameCount":24,"id":"AnimatedImageResource_2D112B4D_20E6_4995_41BC_AB2CD3EF123D","class":"AnimatedImageResource","frameDuration":41,"levels":[{"width":7320,"class":"ImageResourceLevel","height":185,"url":"media/res_33117512_200F_34D7_414C_3A81850A0912_0.png"}]},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_33224AAC_2017_DDF3_4189_15C99343497E","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 8)"},{"rowCount":1,"colCount":24,"frameCount":24,"id":"AnimatedImageResource_2D16BB52_20E6_498F_416F_0F70FC3558A7","class":"AnimatedImageResource","frameDuration":41,"levels":[{"width":7320,"class":"ImageResourceLevel","height":185,"url":"media/res_33102510_200F_34D3_41A8_4AFBC23440B6_0.png"}]},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_33D3BABB_2017_DDD5_41B6_B4C7CF9CA0C3","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 20)"},{"id":"HotspotPanoramaOverlayArea_33D3FABB_2017_DDD5_418E_FA1350243EBA","class":"HotspotPanoramaOverlayArea"},{"rowCount":1,"colCount":24,"frameCount":24,"id":"AnimatedImageResource_2D169B52_20E6_498F_41B1_E988A4E477ED","class":"AnimatedImageResource","frameDuration":41,"levels":[{"width":7320,"class":"ImageResourceLevel","height":185,"url":"media/res_33102510_200F_34D3_41A8_4AFBC23440B6_0.png"}]},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_33D34ABB_2017_DDD5_41B8_4A8330032CA8","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 22)"},{"id":"HotspotPanoramaOverlayArea_33D37ABB_2017_DDD5_418F_FFD06192EB96","class":"HotspotPanoramaOverlayArea"},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_33D4CABB_2017_DDD5_4185_FF82AF166F16","class":"HotspotPanoramaOverlayArea","click":"var visibleFunc = function(component) { this.setComponentVisibility(component, true, 0, null, 'showEffect', false)}.bind(this); visibleFunc(this.IconButton_36CEAA02_2E9B_8B47_41A6_73663A26602A); visibleFunc(this.HTMLText_37897A09_2E9A_8B45_41AB_7D7B8A32C91B)"},{"mapColor":"image","id":"HotspotPanoramaOverlayArea_33CB6ACB_2017_DDB5_41B5_A027B7D21876","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 33)"},{"rowCount":1,"colCount":24,"frameCount":24,"id":"AnimatedImageResource_2D1E8B5A_20E6_49BF_41B1_A08B92513D88","class":"AnimatedImageResource","frameDuration":41,"levels":[{"width":7320,"class":"ImageResourceLevel","height":185,"url":"media/res_33102510_200F_34D3_41A8_4AFBC23440B6_0.png"}]},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_33CCBACC_2017_DDB3_4180_EC34BF0E13F3","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 37)"},{"id":"HotspotPanoramaOverlayArea_33CCEACC_2017_DDB3_4192_6C7359B2A98E","class":"HotspotPanoramaOverlayArea"},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_33CC3ACC_2017_DDB3_41B6_44305C8912F4","class":"HotspotPanoramaOverlayArea","click":"var visibleFunc = function(component) { this.setComponentVisibility(component, true, 0, null, 'showEffect', false)}.bind(this); visibleFunc(this.IconButton_76F571A3_5E17_E83E_41CA_AF62808BE066); visibleFunc(this.HTMLText_39528314_2E9D_9943_41B5_4B7D1359A276)"},{"id":"HotspotPanoramaOverlayArea_33CC7ACC_2017_DDB3_41BC_FB310BA428B8","class":"HotspotPanoramaOverlayArea"},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_33CDCACC_2017_DDB3_41BC_88FA237BFEBA","class":"HotspotPanoramaOverlayArea","click":"var visibleFunc = function(component) { this.setComponentVisibility(component, true, 0, null, 'showEffect', false)}.bind(this); visibleFunc(this.IconButton_392462D6_2E96_B8CF_41C4_FEB361798A42); visibleFunc(this.HTMLText_39BCE106_2E9A_994C_41AB_765BC0EAC2B0)"},{"id":"HotspotPanoramaOverlayArea_33CD1ACC_2017_DDB3_41B5_FD39BC1924E0","class":"HotspotPanoramaOverlayArea"},{"id":"HotspotPanoramaOverlayArea_33CD5ACC_2017_DDB3_41BA_CFA371E5A6D9","class":"HotspotPanoramaOverlayArea"},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_33CEBACC_2017_DDB3_419E_E84E87B87F7F","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 33)"},{"rowCount":1,"colCount":24,"frameCount":24,"id":"AnimatedImageResource_2D101B4C_20E6_499B_4169_21A678C59721","class":"AnimatedImageResource","frameDuration":41,"levels":[{"width":7320,"class":"ImageResourceLevel","height":185,"url":"media/res_33102510_200F_34D3_41A8_4AFBC23440B6_0.png"}]},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_349F9A8B_2017_DDB5_41A0_4300593C6F78","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 4)"},{"rowCount":1,"colCount":24,"frameCount":24,"id":"AnimatedImageResource_2D10FB4C_20E6_499B_41B4_2D3A27FB83A9","class":"AnimatedImageResource","frameDuration":41,"levels":[{"width":7320,"class":"ImageResourceLevel","height":185,"url":"media/res_33102510_200F_34D3_41A8_4AFBC23440B6_0.png"}]},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_349FEA8C_2017_DDB3_41B9_F8A92769DA85","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 6)"},{"id":"HotspotPanoramaOverlayArea_349F2A8C_2017_DDB3_41B5_0018D42EFA53","class":"HotspotPanoramaOverlayArea"},{"mapColor":"image","id":"HotspotPanoramaOverlayArea_332BDAB3_2017_DDD5_4190_F0DE1D795540","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 2)"},{"rowCount":1,"colCount":24,"frameCount":24,"id":"AnimatedImageResource_2D131B4F_20E6_4995_4191_C21CA8FFA5A9","class":"AnimatedImageResource","frameDuration":41,"levels":[{"width":7320,"class":"ImageResourceLevel","height":185,"url":"media/res_33102510_200F_34D3_41A8_4AFBC23440B6_0.png"}]},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_332B1AB3_2017_DDD5_41B8_5AD22452917A","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 14)"},{"mapColor":"image","id":"HotspotPanoramaOverlayArea_332B6AB4_2017_DDD3_41B0_49C8692CE808","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 16)"},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_332CBAB4_2017_DDD3_41B6_A84E8066DDE7","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 2)"},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_332C0AB4_2017_DDD3_41A3_6761E47F8AFA","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 16)"},{"rowCount":1,"colCount":24,"frameCount":24,"id":"AnimatedImageResource_2D0F8B4C_20E6_499B_4193_A9E958EAF7E6","class":"AnimatedImageResource","frameDuration":41,"levels":[{"width":7320,"class":"ImageResourceLevel","height":185,"url":"media/res_33102510_200F_34D3_41A8_4AFBC23440B6_0.png"}]},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_349E9A8B_2017_DDB5_41BF_0ECEF25CB7C6","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 3)"},{"rowCount":1,"colCount":24,"frameCount":24,"id":"AnimatedImageResource_2D106B4C_20E6_499B_41A5_5E98993DCD02","class":"AnimatedImageResource","frameDuration":41,"levels":[{"width":7320,"class":"ImageResourceLevel","height":185,"url":"media/res_33108510_200F_34D3_4193_D164947B49B7_0.png"}]},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_349EFA8B_2017_DDB5_4187_280F9EA9DE72","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 5)"},{"rowCount":1,"colCount":24,"frameCount":24,"id":"AnimatedImageResource_2D11FB4D_20E6_4995_41BB_633D09B5C060","class":"AnimatedImageResource","frameDuration":41,"levels":[{"width":7320,"class":"ImageResourceLevel","height":185,"url":"media/res_33102510_200F_34D3_41A8_4AFBC23440B6_0.png"}]},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_3323BAAD_2017_DDCD_41BF_D268A9DEEDDC","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 7)"},{"rowCount":1,"colCount":24,"frameCount":24,"id":"AnimatedImageResource_2D11BB4D_20E6_4995_41BA_0114BC4C7677","class":"AnimatedImageResource","frameDuration":41,"levels":[{"width":7320,"class":"ImageResourceLevel","height":185,"url":"media/res_33102510_200F_34D3_41A8_4AFBC23440B6_0.png"}]},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_33230AAD_2017_DDCD_41B2_70DF29E7598E","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 9)"},{"id":"HotspotPanoramaOverlayArea_33233AAD_2017_DDCD_41B9_C8A3AE63AF02","class":"HotspotPanoramaOverlayArea"},{"mapColor":"image","id":"HotspotPanoramaOverlayArea_33221AAD_2017_DDCD_4186_5CCED918EAA9","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 10)"},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_3323EAAE_2017_DDCF_41BD_4CDC4467886F","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 10)"},{"rowCount":1,"colCount":24,"frameCount":24,"id":"AnimatedImageResource_2D140B50_20E6_498B_41B3_CBC27CA1CA09","class":"AnimatedImageResource","frameDuration":41,"levels":[{"width":7320,"class":"ImageResourceLevel","height":185,"url":"media/res_33102510_200F_34D3_41A8_4AFBC23440B6_0.png"}]},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_332DEAB6_2017_DDDF_41A0_6BE93A0DDDD4","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 16)"},{"id":"HotspotPanoramaOverlayArea_332D1AB6_2017_DDDF_41B7_CD48F8823782","class":"HotspotPanoramaOverlayArea"},{"rowCount":1,"colCount":24,"frameCount":24,"id":"AnimatedImageResource_2D14EB50_20E6_498B_4193_2AE7D497C641","class":"AnimatedImageResource","frameDuration":41,"levels":[{"width":7320,"class":"ImageResourceLevel","height":185,"url":"media/res_33102510_200F_34D3_41A8_4AFBC23440B6_0.png"}]},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_332D6AB6_2017_DDDF_41B6_3CE560B3CCAC","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 18)"},{"id":"HotspotPanoramaOverlayArea_332EAAB6_2017_DDDF_4191_4AF38F01FE70","class":"HotspotPanoramaOverlayArea"},{"rowCount":1,"colCount":24,"frameCount":24,"id":"AnimatedImageResource_2D1DCB58_20E6_49BB_41A6_999B59C4C1B3","class":"AnimatedImageResource","frameDuration":41,"levels":[{"width":7320,"class":"ImageResourceLevel","height":185,"url":"media/res_3317350F_200F_34CD_41BE_A78D60AA24FC_0.png"}]},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_33CA8ACA_2017_DDB7_41B9_25B17ACA01B0","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 1)"},{"rowCount":1,"colCount":24,"frameCount":24,"id":"AnimatedImageResource_2D1D9B58_20E6_49BB_41AA_4175C790614F","class":"AnimatedImageResource","frameDuration":41,"levels":[{"width":7320,"class":"ImageResourceLevel","height":185,"url":"media/res_3310D510_200F_34D3_41A9_54B77A7B8D13_0.png"}]},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_33CADACA_2017_DDB7_4188_544BD8A1BEB5","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 33)"},{"mapColor":"image","id":"HotspotPanoramaOverlayArea_33CA1ACA_2017_DDB7_419B_BFA600320F02","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 29)"},{"mapColor":"image","id":"HotspotPanoramaOverlayArea_33CA6ACA_2017_DDB7_41B9_EF222B7E7CBF","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 36)"},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_33C93ACA_2017_DDB7_4196_C11216F336E6","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 29)"},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_33CA9ACA_2017_DDB7_41A7_2EA4712ECCF5","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 36)"},{"rowCount":1,"colCount":24,"frameCount":24,"id":"AnimatedImageResource_2D163B51_20E6_498D_41A7_F5157C7A04F2","class":"AnimatedImageResource","frameDuration":41,"levels":[{"width":7320,"class":"ImageResourceLevel","height":185,"url":"media/res_33102510_200F_34D3_41A8_4AFBC23440B6_0.png"}]},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_33D25AB9_2017_DDD5_41B5_E5BAC4EBCBC0","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 19)"},{"id":"HotspotPanoramaOverlayArea_33D3AABA_2017_DDD7_41B5_16106CB3B4DB","class":"HotspotPanoramaOverlayArea"},{"rowCount":1,"colCount":24,"frameCount":24,"id":"AnimatedImageResource_2D161B52_20E6_498F_4192_83AD2EBEA732","class":"AnimatedImageResource","frameDuration":41,"levels":[{"width":7320,"class":"ImageResourceLevel","height":185,"url":"media/res_33102510_200F_34D3_41A8_4AFBC23440B6_0.png"}]},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_33D3EABA_2017_DDD7_41B2_0D576A46AA6B","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 21)"},{"id":"HotspotPanoramaOverlayArea_33D32ABA_2017_DDD7_414D_92096835B3B2","class":"HotspotPanoramaOverlayArea"},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_33D37ABA_2017_DDD7_419D_5F7EFB1892BA","class":"HotspotPanoramaOverlayArea","click":"var visibleFunc = function(component) { this.setComponentVisibility(component, true, 0, null, 'showEffect', false)}.bind(this); visibleFunc(this.IconButton_36CEAA02_2E9B_8B47_41A6_73663A26602A); visibleFunc(this.HTMLText_37897A09_2E9A_8B45_41AB_7D7B8A32C91B)"},{"id":"HotspotPanoramaOverlayArea_33D4BABA_2017_DDD7_41BE_41865C7C68A7","class":"HotspotPanoramaOverlayArea"},{"mapColor":"any","id":"HotspotMapOverlayArea_33FE1AD5_2017_DD5D_41B6_3F5920F5F8EE","class":"HotspotMapOverlayArea","click":"this.mainPlayList.set('selectedIndex', 24)"},{"id":"HotspotMapOverlayArea_33FE5AD5_2017_DD5D_41B0_31B228DFA6B3","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33FF9AD5_2017_DD5D_41BF_AA9AC2E3088D","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33FFDAD6_2017_DD5F_41BC_2576EB35681C","class":"HotspotMapOverlayArea"},{"mapColor":"any","id":"HotspotMapOverlayArea_33FF1AD6_2017_DD5F_41B1_F8CB688035AD","class":"HotspotMapOverlayArea","click":"this.mainPlayList.set('selectedIndex', 31)"},{"id":"HotspotMapOverlayArea_33FF5AD6_2017_DD5F_41BD_B1469AA2D36B","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33E09AD6_2017_DD5F_4185_D94D51CCF99F","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33E0DAD6_2017_DD5F_4199_ADCB4BC2798B","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33E01AD6_2017_DD5F_4195_1ACE1D58F1FE","class":"HotspotMapOverlayArea"},{"mapColor":"any","id":"HotspotMapOverlayArea_33E05AD6_2017_DD5F_41A7_68998D59DE51","class":"HotspotMapOverlayArea","click":"this.mainPlayList.set('selectedIndex', 29)"},{"id":"HotspotMapOverlayArea_33E19AD6_2017_DD5F_41AB_BFF501D18276","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33FF3AD6_2017_DD5F_41A9_DF2A9B84484D","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33FF7AD7_2017_DD5D_41B5_3E6B4A0817B9","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33E0BAD7_2017_DD5D_41AE_54CBD5C6AD54","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33E0FAD7_2017_DD5D_4192_78E227DE7BD0","class":"HotspotMapOverlayArea"},{"mapColor":"any","id":"HotspotMapOverlayArea_33E02AD7_2017_DD5D_41A6_D63782A83B7F","class":"HotspotMapOverlayArea","click":"this.mainPlayList.set('selectedIndex', 28)"},{"id":"HotspotMapOverlayArea_33E06AD7_2017_DD5D_41B8_86E0E81E5D2B","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33E1BAD7_2017_DD5D_41B9_CB350C86BEFA","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33E1FAD7_2017_DD5D_41AE_18623719D9C7","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33E13AD7_2017_DD5D_41AA_568CA8FB6ADD","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33E16AD7_2017_DD5D_41B8_3A56AF22FC23","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33E2AAD7_2017_DD5D_419B_AB5396887391","class":"HotspotMapOverlayArea"},{"mapColor":"any","id":"HotspotMapOverlayArea_33E2EAD8_2017_DD53_41B2_BCBC4E0C8DD8","class":"HotspotMapOverlayArea","click":"this.mainPlayList.set('selectedIndex', 27)"},{"id":"HotspotMapOverlayArea_33E22AD8_2017_DD53_418D_8DA90CF84E1A","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33E27AD8_2017_DD53_41B6_932FC7729B2F","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33E3AAD8_2017_DD53_41AF_5ED934F606ED","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33E3EAD8_2017_DD53_41BD_0C1A8442B1F8","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33E31AD8_2017_DD53_418D_4577B544EF1C","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33E35AD8_2017_DD53_41A2_880D8B0F0449","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33E49AD8_2017_DD53_41B8_8F1D04B82B0E","class":"HotspotMapOverlayArea"},{"mapColor":"any","id":"HotspotMapOverlayArea_33E4EAD8_2017_DD53_41BF_08850FD9A64B","class":"HotspotMapOverlayArea","click":"this.mainPlayList.set('selectedIndex', 30)"},{"id":"HotspotMapOverlayArea_33E43AD8_2017_DD53_41A4_73E3664043EE","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33E46AD8_2017_DD53_41A7_C94A2A45E4DA","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33E5AAD9_2017_DD55_41B8_A6B80F297DCF","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33E35AD9_2017_DD55_41BD_07E85D6330A1","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33E49AD9_2017_DD55_4191_4BA5293820C3","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33E4CAD9_2017_DD55_4176_D1BCC7E5D60C","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33E40AD9_2017_DD55_41B0_7C8F41488CCD","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33E44AD9_2017_DD55_4198_229636E45B91","class":"HotspotMapOverlayArea"},{"rowCount":1,"colCount":24,"frameCount":24,"id":"AnimatedImageResource_2D17AB53_20E6_498D_41A2_742317129DFF","class":"AnimatedImageResource","frameDuration":41,"levels":[{"width":7320,"class":"ImageResourceLevel","height":185,"url":"media/res_33102510_200F_34D3_41A8_4AFBC23440B6_0.png"}]},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_33D6AABD_2017_DDCD_4188_4CAD04A2B0F2","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 22)"},{"id":"HotspotPanoramaOverlayArea_33D6EABD_2017_DDCD_41A7_A8DA0FB027AF","class":"HotspotPanoramaOverlayArea"},{"mapColor":"image","id":"HotspotPanoramaOverlayArea_33D63ABD_2017_DDCD_41B8_E28BF14A14E7","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 10)"},{"mapColor":"image","id":"HotspotPanoramaOverlayArea_33D78ABD_2017_DDCD_41BF_AF8C2E921363","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 24)"},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_33D7EABD_2017_DDCD_41A2_FDE1F1679410","class":"HotspotPanoramaOverlayArea","click":"var visibleFunc = function(component) { this.setComponentVisibility(component, true, 0, null, 'showEffect', false)}.bind(this); visibleFunc(this.IconButton_762F75B4_5E11_281A_41A1_0B1A345A0514); visibleFunc(this.HTMLText_78F6BF05_5E2F_19FA_41CB_A058FD171CA8)"},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_33D72ABE_2017_DDCF_41AF_2BC3CF745D30","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 24)"},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_33D77ABE_2017_DDCF_418D_D6F90B5B795D","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 10)"},{"mapColor":"any","id":"HotspotMapOverlayArea_3399AAE5_2017_DD7D_4191_64381C747381","class":"HotspotMapOverlayArea","click":"this.mainPlayList.set('selectedIndex', 10)"},{"mapColor":"any","id":"HotspotMapOverlayArea_3399EAE5_2017_DD7D_4190_B3B60F818012","class":"HotspotMapOverlayArea","click":"this.mainPlayList.set('selectedIndex', 11)"},{"id":"HotspotMapOverlayArea_33991AE5_2017_DD7D_41B6_15290A71FA86","class":"HotspotMapOverlayArea"},{"mapColor":"any","id":"HotspotMapOverlayArea_33995AE5_2017_DD7D_41B3_BAF49E281F03","class":"HotspotMapOverlayArea","click":"this.mainPlayList.set('selectedIndex', 12)"},{"id":"HotspotMapOverlayArea_339A8AE5_2017_DD7D_41B9_40895DACE786","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_339ADAE6_2017_DD7F_41B2_ECB304AA9838","class":"HotspotMapOverlayArea"},{"mapColor":"any","id":"HotspotMapOverlayArea_339A0AE6_2017_DD7F_4198_C65426DE567B","class":"HotspotMapOverlayArea","click":"this.mainPlayList.set('selectedIndex', 13)"},{"id":"HotspotMapOverlayArea_339A4AE6_2017_DD7F_4190_E1BCC7DBA87A","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_339B8AE6_2017_DD7F_41AF_6B4D7A870933","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_339BBAE6_2017_DD7F_4197_58D3F2CDA7E7","class":"HotspotMapOverlayArea"},{"mapColor":"any","id":"HotspotMapOverlayArea_339B0AE6_2017_DD7F_41B2_B426E0DCB31F","class":"HotspotMapOverlayArea","click":"this.mainPlayList.set('selectedIndex', 14)"},{"id":"HotspotMapOverlayArea_339B4AE6_2017_DD7F_41BF_B510F66A9659","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_339C8AE6_2017_DD7F_41A3_B24E5B12F1AF","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_339CCAE6_2017_DD7F_41B1_F599D8946B92","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_339C0AE7_2017_DD7D_41A1_D11A8294131F","class":"HotspotMapOverlayArea"},{"mapColor":"any","id":"HotspotMapOverlayArea_339C4AE7_2017_DD7D_41A0_80D664AF3469","class":"HotspotMapOverlayArea","click":"this.mainPlayList.set('selectedIndex', 15)"},{"id":"HotspotMapOverlayArea_339C7AE7_2017_DD7D_41BC_E1DE69FB9148","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_339DBAE7_2017_DD7D_41A7_D93ADE27EA23","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_339D0AE7_2017_DD7D_41B8_185054E4DC7D","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_339CBAE7_2017_DD7D_41B8_AFE8702D0C38","class":"HotspotMapOverlayArea"},{"mapColor":"any","id":"HotspotMapOverlayArea_33FA7AD3_2017_DD55_4197_7777D7A736D6","class":"HotspotMapOverlayArea","click":"this.mainPlayList.set('selectedIndex', 26)"},{"mapColor":"any","id":"HotspotMapOverlayArea_33F91AD3_2017_DD55_4198_38FE3719323E","class":"HotspotMapOverlayArea","click":"this.mainPlayList.set('selectedIndex', 25)"},{"id":"HotspotMapOverlayArea_33F96AD3_2017_DD55_41BD_E6E21CF1A5E8","class":"HotspotMapOverlayArea"},{"mapColor":"any","id":"HotspotMapOverlayArea_33FA9AD3_2017_DD55_41AA_AC175B7754E5","class":"HotspotMapOverlayArea","click":"this.mainPlayList.set('selectedIndex', 33)"},{"id":"HotspotMapOverlayArea_33FADAD3_2017_DD55_41BE_D9968B9EE448","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33FA1AD3_2017_DD55_419B_EDC875B8D62F","class":"HotspotMapOverlayArea"},{"mapColor":"any","id":"HotspotMapOverlayArea_33FA4AD3_2017_DD55_41BF_53AE2BED6901","class":"HotspotMapOverlayArea","click":"this.mainPlayList.set('selectedIndex', 32)"},{"id":"HotspotMapOverlayArea_33FB8AD4_2017_DD53_4192_F93B2C5DD80B","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33FBBAD4_2017_DD53_41A1_14C5D8F61D00","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33FBFAD4_2017_DD53_418E_F54654B50430","class":"HotspotMapOverlayArea"},{"mapColor":"any","id":"HotspotMapOverlayArea_33FB4AD4_2017_DD53_4190_51D2999056ED","class":"HotspotMapOverlayArea","click":"this.mainPlayList.set('selectedIndex', 1)"},{"id":"HotspotMapOverlayArea_33FC8AD4_2017_DD53_4198_2FE729CCBCAF","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33FCDAD4_2017_DD53_41B6_7A7DD00C7C3A","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33FC0AD4_2017_DD53_418D_E802438F347A","class":"HotspotMapOverlayArea"},{"mapColor":"any","id":"HotspotMapOverlayArea_33FC4AD4_2017_DD53_41B5_038E9B44913C","class":"HotspotMapOverlayArea","click":"this.mainPlayList.set('selectedIndex', 34)"},{"id":"HotspotMapOverlayArea_33FD8AD4_2017_DD53_41BB_BB1FBC4A5F36","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33FDCAD4_2017_DD53_41B2_2A4964173F90","class":"HotspotMapOverlayArea"},{"id":"HotspotMapOverlayArea_33FDFAD5_2017_DD5D_414D_054361FD90AF","class":"HotspotMapOverlayArea"},{"rowCount":1,"colCount":24,"frameCount":24,"id":"AnimatedImageResource_2D172B52_20E6_498F_41A6_01B9C5C3ADF6","class":"AnimatedImageResource","frameDuration":41,"levels":[{"width":7320,"class":"ImageResourceLevel","height":185,"url":"media/res_33102510_200F_34D3_41A8_4AFBC23440B6_0.png"}]},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_33D45ABC_2017_DDD3_41B5_EF18062CCBAE","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 21)"},{"id":"HotspotPanoramaOverlayArea_33D58ABC_2017_DDD3_416A_57B4C7BFB6CE","class":"HotspotPanoramaOverlayArea"},{"rowCount":1,"colCount":24,"frameCount":24,"id":"AnimatedImageResource_2D17FB53_20E6_498D_41AC_799402C87456","class":"AnimatedImageResource","frameDuration":41,"levels":[{"width":7320,"class":"ImageResourceLevel","height":185,"url":"media/res_33102510_200F_34D3_41A8_4AFBC23440B6_0.png"}]},{"mapColor":"any","id":"HotspotPanoramaOverlayArea_33D5DABC_2017_DDD3_41AB_70412705BD6A","class":"HotspotPanoramaOverlayArea","click":"this.mainPlayList.set('selectedIndex', 23)"},{"id":"HotspotPanoramaOverlayArea_33D51ABC_2017_DDD3_4195_1775DF68A38D","class":"HotspotPanoramaOverlayArea"}],"paddingBottom":0,"minWidth":20,"shadow":false,"borderSize":0,"backgroundColorRatios":[0],"buttonEnterFullscreen":"this.IconButton_40BAC6BA_5E2F_680E_41BC_98BECF5360B6","borderRadius":0,"start":"this.playAudioList([this.audio_7A2C87F0_591F_B8CA_41CE_13BF6A5A3503], true); this.init(); this.syncPlaylists([this.mainPlayList,this.DropDown_4B2D0B49_591D_89DA_41CD_352EB9107322_playlist]); this.DropDown_4B2D0B49_591D_89DA_41CD_352EB9107322_playlist.set('selectedIndex', 0); if(!this.get('fullscreenAvailable')) { [this.IconButton_40BAC6BA_5E2F_680E_41BC_98BECF5360B6].forEach(function(component) { if(component.get('class') != 'ViewerArea') component.set('visible', false); }) }","verticalAlign":"top","height":"100%","horizontalAlign":"left","mobileMipmappingEnabled":false,"backgroundOpacity":1,"data":{"locales":{"zh":"locale/zh.txt"},"name":"Player445","defaultLocale":"zh","textToSpeechConfig":{"speechOnInfoWindow":false,"volume":1,"speechOnQuizQuestion":false,"stopBackgroundAudio":false,"speechOnTooltip":false,"pitch":1,"rate":1}}};
if (script['data'] == undefined)
script['data'] = {};
script['data']['translateObjs'] = translateObjs;
script['data']['history'] = {};
script['scripts']['createQuizConfig'] = createQuizConfig;
TDV['PlayerAPI']['defineScript'](script);
//# sourceMappingURL=script_device_v2022.1.5.js.map
})();
//Generated with v2022.1.5, Thu Jun 2 2022