<?xml version="1.0" encoding="UTF-8"?>
<krpano  version="1.20.11" 
        onstart="startaction"
        basedir="%FIRSTXML%"
        bgcolor="#ccc"
        idletime="0.5"
        strict="false"
        showerrors="true"
        logkey="true"
        debugmode="true"
        debugkeys="true"
        debugjsactions="true"
        debugjsplugins="true">
    
    <plugin name="gyro" url="plugins/gyro2.js" devices="ipad|iphone" keep="true" enabled="true"/>
            <include url="skin/vtourskin.xml" />
           <skin_settings maps="false" 
	               maps_type="custom"
	               maps_bing_api_key=""
	               maps_google_api_key=""
	               maps_zoombuttons="false"
	               maps_loadonfirstuse="true"
	               gyro="true"
	               gyro_keeplookingdirection="false"
	               webvr="true"
	               webvr_keeplookingdirection="true"
	               webvr_prev_next_hotspots="true"
	               littleplanetintro="false"
	               followmousecontrol="false"
	               title="true"
	               thumbs="true"
	               thumbs_width="120" thumbs_height="80" thumbs_padding="10" thumbs_crop="true"
	               thumbs_opened="false"
	               thumbs_text="true"
	               thumbs_dragging="true"
	               thumbs_onhoverscrolling="false"
	               thumbs_scrollbuttons="false"
	               thumbs_scrollindicator="false"
	               thumbs_loop="false"
	               tooltips_buttons="false"
	               tooltips_thumbs="false"
	               tooltips_hotspots="false"
	               tooltips_mapspots="false"
	               deeplinking="false"
	               loadscene_flags="MERGE"
	               loadscene_blend="OPENBLEND(0.5, 0.0, 0.75, 0.05, linear)"
	               loadscene_blend_prev="SLIDEBLEND(0.5, 180, 0.75, linear)"
	               loadscene_blend_next="SLIDEBLEND(0.5,   0, 0.75, linear)"
	               loadingtext="loading..."
	               layout_width="100%"
	               layout_maxwidth="814"
	               controlbar_width="-24"
	               controlbar_height="40"
	               controlbar_offset="0"
	               controlbar_offset_closed="-40"
	               controlbar_overlap.no-fractionalscaling="10"
	               controlbar_overlap.fractionalscaling="0"
	               design_skin_images="vtourskin.png"
	               design_bgcolor="0x304954"
	               design_bgalpha="0.7"
	               design_bgborder="0"
	               design_bgroundedge="1"
	               design_bgshadow="0 4 10 0x000000 0.3"
	               design_thumbborder_bgborder="3 0xFFFFFF 1.0"
	               design_thumbborder_padding="2"
	               design_thumbborder_bgroundedge="0"
	               design_text_css="color:#FFFFFF; font-family:Arial;"
	               design_text_shadow="1"
	               />

   
            
            <include url="plugins/combobox.xml" />
            
            <include url="plugins/showtext.xml" />

            <include url="plugins/loadinganimation.xml" />
            <include url="plugins/loadingpercenttext.xml" />
            <include url="plugins/loadingbar.xml" />

            <textstyle name="DEFAULT"
           origin="cursor"
           edge="bottom"
           xoffset="0"
           yoffset="-3"
           fadeintime="0.0"
           showtime="0.1"
           fadetime="0.0"
           font="Arial"
           fontsize="16.0"
           bold="true"
           italic="false"
           textcolor="0xFFFFFF"
           textalign="none"
           padding="5 10"
           css=""
           width=""
           height=""
           vcenter=""
           background="true"
           backgroundcolor="0x304954"
           backgroundalpha="0.7"
           border="false"
           bordercolor="0x000000"
           borderalpha="1.0"
           borderwidth="0"
           roundedge="1"
           shadow="0.0"
           shadowrange="4.0"
           shadowangle="10"
           shadowcolor="0x000000"
           shadowalpha="0.3"
           textshadow="0.0"
           textshadowrange="4.0"
           textshadowangle="45"
           textshadowcolor="0x000000"
           textshadowalpha="1.0"
           alpha="1.0"
           parent=""
           noclip="true"
           />
    <action name="startaction">
		hidepanospotsaction();
	</action>
    <action name="mainloadpano">
		closepanoobjects();
        layer[combobox].selectIdItem();
		loadscene(%1,NULL,NULL,BLEND(1));
	</action>

    <!--************** Pluginy i dane KRPano ******************************************************-->
    <plugin name="data" firstPanoHasBeenPlayed="false" introImageHasBeenPlayed="false" keep="true"/>
    <!--************** Otwórz pierwszą panoramę ***************************************************-->
<!--    <include url="build0.xml"/>-->
    <autorotate enabled="false"/>
    <!--************** Czcionki *******************************************************************-->
    <!--************** Obrazek startowy ***********************************************************-->
    <action name="fromlittleplanetintrotonormalview">
		tweennormalview();
		showpanospotsaction();
	</action>
    <action name="firstloadcompleteaction">
		if(plugin[data].firstPanoHasBeenPlayed==false,
            hidepanospotsaction();
            set(plugin[introimage].visible, true);
			setlittleplanet();
			set(plugin[data].firstPanoHasBeenPlayed,true);
			if (plugin[data].introImageHasBeenPlayed == true, startLittlePlanetIntroEffect(););
		);
	</action>
    <action name="startLittlePlanetIntroEffect">
		if(plugin[data].firstPanoHasBeenPlayed == true,
			delayedcall(1.0,
				fromlittleplanetintrotonormalview();
			);
		);
	</action>
    <action name="setlittleplanet">
		set(view.stereographic, true);
		set(view.fisheye      , 1.0);
		set(view.limitview    , lookat);
		set(view.vlookatmin   , -90);
		set(view.vlookatmax   , 90);
		set(view.fov          , 150);
		set(view.fovmax       , 150);
		set(view.hlookat      , 0);
		set(view.vlookat      , 90);
		set(display.flash10   , off);
		set(display.details   , 14);
	</action>
  
    <action name="hideintroimage">
		if(plugin[introimage].enabled,	set(plugin[introimage].enabled,false);tween(plugin[introimage].alpha, 0.0, 0.5, default, removeplugin(introimage)););
		startLittlePlanetIntroEffect();
	</action>
    <action name="autohideintroimage">
		if(plugin[data].introImageHasBeenPlayed==false, 	set(plugin[introimage].alpha,0); tween(plugin[introimage].alpha,1.0,WAIT);
		set(plugin[data].introImageHasBeenPlayed,true););
	</action>
	
	<!--************** Menu kontekstowe ***********************************************************-->
    <contextmenu>
        <item name="item_0" caption="www.tellogistic.pl"/>
        <item name="item_1" caption="Autor: Jacek Scherer"/>
    </contextmenu>
	
	
	
	
	
    <!--************** Lista panoram **************************************************************-->
<combobox name="combobox" design="vtour" keep="true" align="righttop" x="10" y="10">
	<item name="combobox0" caption="[img src=[dq]https://pano.zwiedzaj.lu/panodata/drezdenko3/builddata/build0/2/0/0_0.jpg[dq] style=[dq]border:1px solid rgba(255,255,255,0.5);width:42px;height:28px;vertical-align:middle;margin-right:8px;[dq]/] Drezdenko - panorama z powietrza" onClick="mainloadpano(build0);"/>
    <item name="combobox1" caption="[img src=[dq]https://pano.zwiedzaj.lu/panodata/drezdenko3/builddata/build1/2/0/0_0.jpg[dq] style=[dq]border:1px solid rgba(255,255,255,0.5);width:42px;height:28px;vertical-align:middle;margin-right:8px;[dq]/] Urząd Miejski - hol główny" onClick="mainloadpano(build1);"/>
    <item name="combobox2" caption="[img src=[dq]https://pano.zwiedzaj.lu/panodata/drezdenko3/builddata/build2/2/0/0_0.jpg[dq] style=[dq]border:1px solid rgba(255,255,255,0.5);width:42px;height:28px;vertical-align:middle;margin-right:8px;[dq]/] Plac Wileński" onClick="mainloadpano(build2);"/>
    <item name="combobox3" caption="[img src=[dq]https://pano.zwiedzaj.lu/panodata/drezdenko3/builddata/build3/2/0/0_0.jpg[dq] style=[dq]border:1px solid rgba(255,255,255,0.5);width:42px;height:28px;vertical-align:middle;margin-right:8px;[dq]/] Stary Rynek" onClick="mainloadpano(build3);"/>
    <item name="combobox4" caption="[img src=[dq]https://pano.zwiedzaj.lu/panodata/drezdenko3/builddata/build4/2/0/0_0.jpg[dq] style=[dq]border:1px solid rgba(255,255,255,0.5);width:42px;height:28px;vertical-align:middle;margin-right:8px;[dq]/] Plac Kościelny" onClick="mainloadpano(build4);"/>
    <item name="combobox5" caption="[img src=[dq]https://pano.zwiedzaj.lu/panodata/drezdenko3/builddata/build5/2/0/0_0.jpg[dq] style=[dq]border:1px solid rgba(255,255,255,0.5);width:42px;height:28px;vertical-align:middle;margin-right:8px;[dq]/] Park Kultur Świata" onClick="mainloadpano(build5);"/>
    <item name="combobox6" caption="[img src=[dq]https://pano.zwiedzaj.lu/panodata/drezdenko3/builddata/build6/2/0/0_0.jpg[dq] style=[dq]border:1px solid rgba(255,255,255,0.5);width:42px;height:28px;vertical-align:middle;margin-right:8px;[dq]/] Plac Wolności - Muzeum, Pałac J. G. Treppmachera" onClick="mainloadpano(build6);"/>
    <item name="combobox7" caption="[img src=[dq]https://pano.zwiedzaj.lu/panodata/drezdenko3/builddata/build7/2/0/0_0.jpg[dq] style=[dq]border:1px solid rgba(255,255,255,0.5);width:42px;height:28px;vertical-align:middle;margin-right:8px;[dq]/] Jezioro Łubowo - Plaża w Lubiewie" onClick="mainloadpano(build7);"/>
    <item name="combobox8" caption="[img src=[dq]https://pano.zwiedzaj.lu/panodata/drezdenko3/builddata/build8/2/0/0_0.jpg[dq] style=[dq]border:1px solid rgba(255,255,255,0.5);width:42px;height:28px;vertical-align:middle;margin-right:8px;[dq]/] Centrum Promocji Kultury w Drezdenku" onClick="mainloadpano(build8);"/>
    <item name="combobox9" caption="[img src=[dq]https://pano.zwiedzaj.lu/panodata/drezdenko3/builddata/build9/2/0/0_0.jpg[dq] style=[dq]border:1px solid rgba(255,255,255,0.5);width:42px;height:28px;vertical-align:middle;margin-right:8px;[dq]/] Ogród Kultura przy CPK w Drezdenku" onClick="mainloadpano(build9);"/>
    <item name="combobox10" caption="[img src=[dq]https://pano.zwiedzaj.lu/panodata/drezdenko3/builddata/build10/2/0/0_0.jpg[dq] style=[dq]border:1px solid rgba(255,255,255,0.5);width:42px;height:28px;vertical-align:middle;margin-right:8px;[dq]/] Sala Widowiskowa CPK w Drezdenku" onClick="mainloadpano(build10);"/>
    <item name="combobox11" caption="[img src=[dq]https://pano.zwiedzaj.lu/panodata/drezdenko3/builddata/build11/2/0/0_0.jpg[dq] style=[dq]border:1px solid rgba(255,255,255,0.5);width:42px;height:28px;vertical-align:middle;margin-right:8px;[dq]/] Hol CPK w Drezdenku" onClick="mainloadpano(build11);"/>
    <item name="combobox12" caption="[img src=[dq]https://pano.zwiedzaj.lu/panodata/drezdenko3/builddata/build12/2/0/0_0.jpg[dq] style=[dq]border:1px solid rgba(255,255,255,0.5);width:42px;height:28px;vertical-align:middle;margin-right:8px;[dq]/] Gospoda Drezdenko" onClick="mainloadpano(build12);"/>
    <item name="combobox13" caption="[img src=[dq]https://pano.zwiedzaj.lu/panodata/drezdenko3/builddata/build13/2/0/0_0.jpg[dq] style=[dq]border:1px solid rgba(255,255,255,0.5);width:42px;height:28px;vertical-align:middle;margin-right:8px;[dq]/] Bank Spółdzielczy w Drezdenku" onClick="mainloadpano(build13);"/>
    <item name="combobox14" caption="[img src=[dq]https://pano.zwiedzaj.lu/panodata/drezdenko3/builddata/build14/2/0/0_0.jpg[dq] style=[dq]border:1px solid rgba(255,255,255,0.5);width:42px;height:28px;vertical-align:middle;margin-right:8px;[dq]/] Przedsiębiorstwo Gospodarki Komunalnej i Mieszkaniowej" onClick="mainloadpano(build14);"/>
    <item name="combobox15" caption="[img src=[dq]https://pano.zwiedzaj.lu/panodata/drezdenko3/builddata/build15/2/0/0_0.jpg[dq] style=[dq]border:1px solid rgba(255,255,255,0.5);width:42px;height:28px;vertical-align:middle;margin-right:8px;[dq]/] Nadleśnictwo Smolarz - skwer przed budynkiem" onClick="mainloadpano(build15);"/>
    <item name="combobox16" caption="[img src=[dq]https://pano.zwiedzaj.lu/panodata/drezdenko3/builddata/build16/2/0/0_0.jpg[dq] style=[dq]border:1px solid rgba(255,255,255,0.5);width:42px;height:28px;vertical-align:middle;margin-right:8px;[dq]/] Jezioro Łubówko" onClick="mainloadpano(build16);"/>
    <item name="combobox17" caption="[img src=[dq]https://pano.zwiedzaj.lu/panodata/drezdenko3/builddata/build17/2/0/0_0.jpg[dq] style=[dq]border:1px solid rgba(255,255,255,0.5);width:42px;height:28px;vertical-align:middle;margin-right:8px;[dq]/] Tartak Trzebicz - hala produkcyjna" onClick="mainloadpano(build17);"/>
    <item name="combobox18" caption="[img src=[dq]https://pano.zwiedzaj.lu/panodata/drezdenko3/builddata/build18/2/0/0_0.jpg[dq] style=[dq]border:1px solid rgba(255,255,255,0.5);width:42px;height:28px;vertical-align:middle;margin-right:8px;[dq]/] Tartak Trzebicz - plac" onClick="mainloadpano(build18);"/>
    <item name="combobox19" caption="[img src=[dq]https://pano.zwiedzaj.lu/panodata/drezdenko3/builddata/build19/2/0/0_0.jpg[dq] style=[dq]border:1px solid rgba(255,255,255,0.5);width:42px;height:28px;vertical-align:middle;margin-right:8px;[dq]/] Siedlisko „Zaśpiew” Grotów 9" onClick="mainloadpano(build19);"/>
    <item name="combobox20" caption="[img src=[dq]https://pano.zwiedzaj.lu/panodata/drezdenko3/builddata/build20/2/0/0_0.jpg[dq] style=[dq]border:1px solid rgba(255,255,255,0.5);width:42px;height:28px;vertical-align:middle;margin-right:8px;[dq]/] Jezioro Łubówko - panorama z powietrza" onClick="mainloadpano(build20);"/>
       
    </combobox>
    <!-- Raise sequence stopper and wait sequence time to break the delayed calls -->
    <action name="interruptAnimation">
		ifnot (stopSequence === undefined,
			set(stopSequence, true);
			wait(0);
		);
	</action>
    
     <scene name="build0" title="Drezdenko - panorama z powietrza" onstart="" thumburl="https://pano.zwiedzaj.lu/panodata/drezdenko3/builddata/build0/2/0/0_0.jpg">
          <plugin name="introimage" url="builddata/graphics/introImage.png" align="center" onclick="hideintroimage();" onloaded="autohideintroimage();" visible="false"/>
         
         <events onxmlcomplete="onxmlcompleteaction();"/>
    <action name="onxmlcompleteaction">
		plugin[combobox].selectiditem(combobox0);
		if(autorotate.enabled==false,set(plugin[autorotationOFF].visible,false); set(plugin[autorotationON].visible,true);,set(plugin[autorotationOFF].visible,true); set(plugin[autorotationON].visible,false););
		firstloadcompleteaction();
	</action>
    <action name="playpanosounds">
		playbackgroundsound(none);
	</action>
    <action name="stoppanosounds">
		stopbackgroundsound();
	</action>
    <action name="closepanoobjects">
	</action>
    <!--************** Panorama *******************************************************************-->
    <!-- @File="build0.xml" @PanoName="Drezdenko - panorama z powietrza" @FilePath="F:/WIRTUALNE PANORAMY/Drezdenko/Pano/air 1.tif" -->
    <panoview h="77.51" v="42.44" fov="66.55"/>
    <!-- parametry widoku -->
    <view fisheye="0" limitview="range" hlookatmin="-180" hlookatmax="180" vlookatmin="-90" vlookatmax="90" maxpixelzoom="1.0" fovmax="75" fov="66.55" hlookat="77.51" vlookat="42.44"/>
    <action name="tweennormalview">
		tween(view.hlookat, 77.51, 3, easeInOutQuad);
		tween(view.vlookat, 42.44, 3, easeInOutQuad);
		tween(view.fov    , 66.55, 3, easeInOutQuad );
		tween(view.maxpixelzoom,1.0, 3, easeInOutQuad );
		tween(view.fisheye, 0.0, 3, easeInOutQuad, WAIT);
		set(display.flash10, on);
		set(view.limitview , range);
		set(view.vlookatmin, -90);
		set(view.vlookatmax, 90);
		set(view.hlookatmin, -180);
		set(view.hlookatmax, 180);
		set(view.maxpixelzoom, 1.0);
		set(view.fovmax    , 75);
	</action>
    <progress showload="none" showwait="none"/>
    <autorotate horizon="42.44" tofov="66.55" waittime="1" speed="5"/>
    <!-- obraz podglądu -->
    <preview url="builddata/build0/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" details="16"/>
    <!-- aktualnej panoramy -->
    <image type="CUBE" multires="true" tilesize="861" baseindex="0">
        <level tiledimagewidth="6882" tiledimageheight="6882">
            <left url="builddata/build0/3/3/%v_%u.jpg"/>
            <front url="builddata/build0/0/3/%v_%u.jpg"/>
            <right url="builddata/build0/1/3/%v_%u.jpg"/>
            <back url="builddata/build0/2/3/%v_%u.jpg"/>
            <up url="builddata/build0/4/3/%v_%u.jpg"/>
            <down url="builddata/build0/5/3/%v_%u.jpg"/>
        </level>
        <level tiledimagewidth="3441" tiledimageheight="3441">
            <left url="builddata/build0/3/2/%v_%u.jpg"/>
            <front url="builddata/build0/0/2/%v_%u.jpg"/>
            <right url="builddata/build0/1/2/%v_%u.jpg"/>
            <back url="builddata/build0/2/2/%v_%u.jpg"/>
            <up url="builddata/build0/4/2/%v_%u.jpg"/>
            <down url="builddata/build0/5/2/%v_%u.jpg"/>
        </level>
        <level tiledimagewidth="1720" tiledimageheight="1720">
            <left url="builddata/build0/3/1/%v_%u.jpg"/>
            <front url="builddata/build0/0/1/%v_%u.jpg"/>
            <right url="builddata/build0/1/1/%v_%u.jpg"/>
            <back url="builddata/build0/2/1/%v_%u.jpg"/>
            <up url="builddata/build0/4/1/%v_%u.jpg"/>
            <down url="builddata/build0/5/1/%v_%u.jpg"/>
        </level>
        <level tiledimagewidth="860" tiledimageheight="860">
            <left url="builddata/build0/3/0/%v_%u.jpg"/>
            <front url="builddata/build0/0/0/%v_%u.jpg"/>
            <right url="builddata/build0/1/0/%v_%u.jpg"/>
            <back url="builddata/build0/2/0/%v_%u.jpg"/>
            <up url="builddata/build0/4/0/%v_%u.jpg"/>
            <down url="builddata/build0/5/0/%v_%u.jpg"/>
        </level>
        <!-- mobile phone / iphone images -->
        <mobile>
            <left url="builddata/build0/3/mobile_face.jpg"/>
            <front url="builddata/build0/0/mobile_face.jpg"/>
            <right url="builddata/build0/1/mobile_face.jpg"/>
            <back url="builddata/build0/2/mobile_face.jpg"/>
            <up url="builddata/build0/4/mobile_face.jpg"/>
            <down url="builddata/build0/5/mobile_face.jpg"/>
        </mobile>
        <!-- tablet pc / ipad images -->
        <tablet>
            <left url="builddata/build0/3/tablet_face.jpg"/>
            <front url="builddata/build0/0/tablet_face.jpg"/>
            <right url="builddata/build0/1/tablet_face.jpg"/>
            <back url="builddata/build0/2/tablet_face.jpg"/>
            <up url="builddata/build0/4/tablet_face.jpg"/>
            <down url="builddata/build0/5/tablet_face.jpg"/>
        </tablet>
    </image>
    <!--************** Hotspoty i Flary ***********************************************************-->
    <hotspot name="spot0" onclick="mainloadpano(build7);" url="builddata/graphics/spots/spot0.png" onhover="showtext(Jezioro Łubowo - Plaża w Lubiewie - panorama z powietrza);" ath="-178.963" atv="-0.712871"/>
    <hotspot name="spot1" onclick="mainloadpano(build1);" url="builddata/graphics/spots/spot1.png" onhover="showtext(Urząd Miejski - hol główny);" ath="77.3004" atv="60.4218"/>
    <hotspot name="spot2" onclick="mainloadpano(build3);" url="builddata/graphics/spots/spot1.png" onhover="showtext(Stary Rynek);" ath="80.2932" atv="35.4306"/>
    <hotspot name="spot3" onclick="mainloadpano(build4);" url="builddata/graphics/spots/spot1.png" onhover="showtext(Plac Kościelny);" ath="67.0149" atv="16.9708"/>
    <hotspot name="spot4" onclick="mainloadpano(build5);" url="builddata/graphics/spots/spot1.png" onhover="showtext(Park Kultur Świata);" ath="26.4033" atv="11.8333"/>
    <hotspot name="spot5" onclick="mainloadpano(build6);" url="builddata/graphics/spots/spot1.png" onhover="showtext(Plac Wolności - Muzeum%2C Pałac J. G. Treppmachera);" ath="-105.457" atv="17.0794"/>
    <hotspot name="spot6" onclick="mainloadpano(build2);" url="builddata/graphics/spots/spot1.png" onhover="showtext(Plac Wileński);" ath="-101.285" atv="86.5605"/>
    <hotspot name="spot7" onclick="closeallobjects();set(plugin[spot7object].visible,true);tween(plugin[spot7object].alpha, 1);" url="builddata/graphics/spots/spot2.png" ath="90.5446" atv="19.258"/>
    <plugin name="spot7object" visible="false" url="builddata/graphics/spots/object0.jpg" align="center" alpha="0" onclick="closespot7object();"/>
    <action name="closespot7object">
		if(plugin[spot7object].visible,
		tween(plugin[spot7object].alpha, 0);
		delayedcall(0.5,set(plugin[spot7object].visible,false));
		);
	</action>
    <hotspot name="spot8" onclick="closeallobjects();set(plugin[spot8object].visible,true);tween(plugin[spot8object].alpha, 1);" url="builddata/graphics/spots/spot2.png" ath="20.8999" atv="1.08286"/>
    <plugin name="spot8object" visible="false" url="builddata/graphics/spots/object1.jpg" align="center" alpha="0" onclick="closespot8object();"/>
    <action name="closespot8object">
		if(plugin[spot8object].visible,
		tween(plugin[spot8object].alpha, 0);
		delayedcall(0.5,set(plugin[spot8object].visible,false));
		);
	</action>
    <hotspot name="spot9" onclick="closeallobjects();set(plugin[spot9object].visible,true);tween(plugin[spot9object].alpha, 1);" url="builddata/graphics/spots/spot2.png" ath="-105.792" atv="10.4862"/>
    <plugin name="spot9object" visible="false" url="builddata/graphics/spots/object2.jpg" align="center" alpha="0" onclick="closespot9object();"/>
    <action name="closespot9object">
		if(plugin[spot9object].visible,
		tween(plugin[spot9object].alpha, 0);
		delayedcall(0.5,set(plugin[spot9object].visible,false));
		);
	</action>
    <hotspot name="spot10" onclick="closeallobjects();set(plugin[spot10object].visible,true);tween(plugin[spot10object].alpha, 1);" url="builddata/graphics/spots/spot2.png" ath="60.557" atv="5.08951"/>
    <plugin name="spot10object" visible="false" url="builddata/graphics/spots/object3.jpg" align="center" alpha="0" onclick="closespot10object();"/>
    <action name="closespot10object">
		if(plugin[spot10object].visible,
		tween(plugin[spot10object].alpha, 0);
		delayedcall(0.5,set(plugin[spot10object].visible,false));
		);
	</action>
    <hotspot name="spot11" onclick="mainloadpano(build8);" url="builddata/graphics/spots/spot1.png" onhover="showtext(Centrum Promocji Kultury w Drezdenku);" ath="161.988" atv="7.87022"/>
    <hotspot name="spot12" onclick="mainloadpano(build12);" url="builddata/graphics/spots/spot1.png" onhover="showtext(Gospoda Drezdenko);" ath="158.772" atv="8.91813"/>
    <hotspot name="spot13" onclick="mainloadpano(build13);" url="builddata/graphics/spots/spot1.png" onhover="showtext(Bank Spółdzielczy w Drezdenku);" ath="-99.7935" atv="25.5954"/>
    <hotspot name="spot14" onclick="mainloadpano(build14);" url="builddata/graphics/spots/spot1.png" onhover="showtext(Przedsiębiorstwo Gospodarki Komunalnej i Mieszkaniowej w Drezdenku);" ath="-50.7861" atv="5.82418"/>
    <hotspot name="spot15" onclick="mainloadpano(build15);" url="builddata/graphics/spots/spot1.png" onhover="showtext(Nadleśnictwo Smolarz - skwer przed budynkiem);" ath="138.316" atv="2.72927"/>
    <hotspot name="spot16" onclick="mainloadpano(build20);" url="builddata/graphics/spots/spot0.png" onhover="showtext(Jezioro Łubówko - panorama z powietrza);" ath="158.994" atv="-0.616055"/>
    <hotspot name="spot17" onclick="mainloadpano(build17);" url="builddata/graphics/spots/spot1.png" onhover="showtext(Tartak Trzebicz - hala produkcyjna);" ath="36.7355" atv="0.786244"/>
    <hotspot name="spot18" onclick="mainloadpano(build19);" url="builddata/graphics/spots/spot1.png" onhover="showtext(Siedlisko „Zaśpiew” Grotów 9);" ath="-24.3546" atv="0.22629"/>
    <action name="hidepanospotsaction">
		set(hotspot[spot0].visible, false);
		set(hotspot[spot1].visible, false);
		set(hotspot[spot2].visible, false);
		set(hotspot[spot3].visible, false);
		set(hotspot[spot4].visible, false);
		set(hotspot[spot5].visible, false);
		set(hotspot[spot6].visible, false);
		set(hotspot[spot7].visible, false);
		set(hotspot[spot8].visible, false);
		set(hotspot[spot9].visible, false);
		set(hotspot[spot10].visible, false);
		set(hotspot[spot11].visible, false);
		set(hotspot[spot12].visible, false);
		set(hotspot[spot13].visible, false);
		set(hotspot[spot14].visible, false);
		set(hotspot[spot15].visible, false);
		set(hotspot[spot16].visible, false);
		set(hotspot[spot17].visible, false);
		set(hotspot[spot18].visible, false);
	</action>
    <action name="showpanospotsaction">
		set(hotspot[spot0].visible, true);
		set(hotspot[spot1].visible, true);
		set(hotspot[spot2].visible, true);
		set(hotspot[spot3].visible, true);
		set(hotspot[spot4].visible, true);
		set(hotspot[spot5].visible, true);
		set(hotspot[spot6].visible, true);
		set(hotspot[spot7].visible, true);
		set(hotspot[spot8].visible, true);
		set(hotspot[spot9].visible, true);
		set(hotspot[spot10].visible, true);
		set(hotspot[spot11].visible, true);
		set(hotspot[spot12].visible, true);
		set(hotspot[spot13].visible, true);
		set(hotspot[spot14].visible, true);
		set(hotspot[spot15].visible, true);
		set(hotspot[spot16].visible, true);
		set(hotspot[spot17].visible, true);
		set(hotspot[spot18].visible, true);
	</action>
    <!-- zamknij wszystkie Hotspoty -->
    <action name="closeallobjects">
		closespot7object();
		closespot8object();
		closespot9object();
		closespot10object();
	</action>
    </scene>
    
    <scene name="build1" title="Urząd Miejski - hol główny" onstart="" thumburl="https://pano.zwiedzaj.lu/panodata/drezdenko3/builddata/build1/2/0/0_0.jpg">
        <events onxmlcomplete="onxmlcompleteaction();"/>
    <action name="onxmlcompleteaction">
		plugin[combobox].selectiditem(combobox1);
	</action>
    <action name="playpanosounds">
		playbackgroundsound(none);
	</action>
    <action name="stoppanosounds">
		stopbackgroundsound();
	</action>
    <action name="closepanoobjects">
	</action>
    <!--************** Panorama *******************************************************************-->
    <!-- @File="build1.xml" @PanoName="Urząd Miejski - hol główny" @FilePath="F:/WIRTUALNE PANORAMY/Drezdenko/Pano/6.tif" -->
    <panoview h="0" v="0" fov="66.55"/>
    <!-- parametry widoku -->
    <view fisheye="0" limitview="range" hlookatmin="-180" hlookatmax="180" vlookatmin="-90" vlookatmax="90" maxpixelzoom="1.0" fovmax="75" fov="66.55" hlookat="0" vlookat="0"/>
    <progress showload="none" showwait="none"/>
    <autorotate horizon="0" tofov="66.55" waittime="1" speed="5"/>
    <!-- obraz podglądu -->
    <preview url="builddata/build1/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" details="16"/>
    <!-- aktualnej panoramy -->
    <image type="CUBE" multires="true" tilesize="964" baseindex="0">
        <level tiledimagewidth="3853" tiledimageheight="3853">
            <left url="builddata/build1/3/2/%v_%u.jpg"/>
            <front url="builddata/build1/0/2/%v_%u.jpg"/>
            <right url="builddata/build1/1/2/%v_%u.jpg"/>
            <back url="builddata/build1/2/2/%v_%u.jpg"/>
            <up url="builddata/build1/4/2/%v_%u.jpg"/>
            <down url="builddata/build1/5/2/%v_%u.jpg"/>
        </level>
        <level tiledimagewidth="1926" tiledimageheight="1926">
            <left url="builddata/build1/3/1/%v_%u.jpg"/>
            <front url="builddata/build1/0/1/%v_%u.jpg"/>
            <right url="builddata/build1/1/1/%v_%u.jpg"/>
            <back url="builddata/build1/2/1/%v_%u.jpg"/>
            <up url="builddata/build1/4/1/%v_%u.jpg"/>
            <down url="builddata/build1/5/1/%v_%u.jpg"/>
        </level>
        <level tiledimagewidth="963" tiledimageheight="963">
            <left url="builddata/build1/3/0/%v_%u.jpg"/>
            <front url="builddata/build1/0/0/%v_%u.jpg"/>
            <right url="builddata/build1/1/0/%v_%u.jpg"/>
            <back url="builddata/build1/2/0/%v_%u.jpg"/>
            <up url="builddata/build1/4/0/%v_%u.jpg"/>
            <down url="builddata/build1/5/0/%v_%u.jpg"/>
        </level>
        <!-- mobile phone / iphone images -->
        <mobile>
            <left url="builddata/build1/3/mobile_face.jpg"/>
            <front url="builddata/build1/0/mobile_face.jpg"/>
            <right url="builddata/build1/1/mobile_face.jpg"/>
            <back url="builddata/build1/2/mobile_face.jpg"/>
            <up url="builddata/build1/4/mobile_face.jpg"/>
            <down url="builddata/build1/5/mobile_face.jpg"/>
        </mobile>
        <!-- tablet pc / ipad images -->
        <tablet>
            <left url="builddata/build1/3/tablet_face.jpg"/>
            <front url="builddata/build1/0/tablet_face.jpg"/>
            <right url="builddata/build1/1/tablet_face.jpg"/>
            <back url="builddata/build1/2/tablet_face.jpg"/>
            <up url="builddata/build1/4/tablet_face.jpg"/>
            <down url="builddata/build1/5/tablet_face.jpg"/>
        </tablet>
    </image>
    <!--************** Hotspoty i Flary ***********************************************************-->
    <hotspot name="spot19" onclick="mainloadpano(build2);" url="builddata/graphics/spots/spot0.png" onhover="showtext(Plac Wileński);" ath="178.764" atv="7.42268"/>
    <hotspot name="spot20" onclick="mainloadpano(build0);" url="builddata/graphics/spots/spot0.png" onhover="showtext(Drezdenko - panorama z powietrza);" ath="178.834" atv="-12.6341"/>
    <action name="hidepanospotsaction">
		set(hotspot[spot19].visible, false);
		set(hotspot[spot20].visible, false);
	</action>
    <action name="showpanospotsaction">
		set(hotspot[spot19].visible, true);
		set(hotspot[spot20].visible, true);
	</action>
    </scene>
    
    <scene name="build2" title="Plac Wileński" onstart="" thumburl="https://pano.zwiedzaj.lu/panodata/drezdenko3/builddata/build2/2/0/0_0.jpg">
        <events onxmlcomplete="onxmlcompleteaction();"/>
    <action name="onxmlcompleteaction">
		plugin[combobox].selectiditem(combobox2);
	</action>
    <action name="playpanosounds">
		playbackgroundsound(none);
	</action>
    <action name="stoppanosounds">
		stopbackgroundsound();
	</action>
    <action name="closepanoobjects">
	</action>
    <!--************** Panorama *******************************************************************-->
    <!-- @File="build2.xml" @PanoName="Plac Wileński" @FilePath="F:/WIRTUALNE PANORAMY/Drezdenko/Pano/1.tif" -->
    <panoview h="-0.78" v="1.98" fov="55"/>
    <!-- parametry widoku -->
    <view fisheye="0" limitview="range" hlookatmin="-180" hlookatmax="180" vlookatmin="-90" vlookatmax="90" maxpixelzoom="1.0" fovmax="75" fov="55" hlookat="-0.78" vlookat="1.98"/>
    <progress showload="none" showwait="none"/>
    <autorotate horizon="1.98" tofov="55" waittime="1" speed="5"/>
    <!-- obraz podglądu -->
    <preview url="builddata/build2/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" details="16"/>
    <!-- aktualnej panoramy -->
    <image type="CUBE" multires="true" tilesize="959" baseindex="0">
        <level tiledimagewidth="3833" tiledimageheight="3833">
            <left url="builddata/build2/3/2/%v_%u.jpg"/>
            <front url="builddata/build2/0/2/%v_%u.jpg"/>
            <right url="builddata/build2/1/2/%v_%u.jpg"/>
            <back url="builddata/build2/2/2/%v_%u.jpg"/>
            <up url="builddata/build2/4/2/%v_%u.jpg"/>
            <down url="builddata/build2/5/2/%v_%u.jpg"/>
        </level>
        <level tiledimagewidth="1916" tiledimageheight="1916">
            <left url="builddata/build2/3/1/%v_%u.jpg"/>
            <front url="builddata/build2/0/1/%v_%u.jpg"/>
            <right url="builddata/build2/1/1/%v_%u.jpg"/>
            <back url="builddata/build2/2/1/%v_%u.jpg"/>
            <up url="builddata/build2/4/1/%v_%u.jpg"/>
            <down url="builddata/build2/5/1/%v_%u.jpg"/>
        </level>
        <level tiledimagewidth="958" tiledimageheight="958">
            <left url="builddata/build2/3/0/%v_%u.jpg"/>
            <front url="builddata/build2/0/0/%v_%u.jpg"/>
            <right url="builddata/build2/1/0/%v_%u.jpg"/>
            <back url="builddata/build2/2/0/%v_%u.jpg"/>
            <up url="builddata/build2/4/0/%v_%u.jpg"/>
            <down url="builddata/build2/5/0/%v_%u.jpg"/>
        </level>
        <!-- mobile phone / iphone images -->
        <mobile>
            <left url="builddata/build2/3/mobile_face.jpg"/>
            <front url="builddata/build2/0/mobile_face.jpg"/>
            <right url="builddata/build2/1/mobile_face.jpg"/>
            <back url="builddata/build2/2/mobile_face.jpg"/>
            <up url="builddata/build2/4/mobile_face.jpg"/>
            <down url="builddata/build2/5/mobile_face.jpg"/>
        </mobile>
        <!-- tablet pc / ipad images -->
        <tablet>
            <left url="builddata/build2/3/tablet_face.jpg"/>
            <front url="builddata/build2/0/tablet_face.jpg"/>
            <right url="builddata/build2/1/tablet_face.jpg"/>
            <back url="builddata/build2/2/tablet_face.jpg"/>
            <up url="builddata/build2/4/tablet_face.jpg"/>
            <down url="builddata/build2/5/tablet_face.jpg"/>
        </tablet>
    </image>
    <!--************** Hotspoty i Flary ***********************************************************-->
    <hotspot name="spot21" onclick="mainloadpano(build6);" url="builddata/graphics/spots/spot0.png" onhover="showtext(Plac Wolności - Muzeum%2C Pałac J. G. Treppmachera);" ath="0.94752" atv="1.44231"/>
    <hotspot name="spot22" onclick="mainloadpano(build1);" url="builddata/graphics/spots/spot0.png" onhover="showtext(Urząd Miejski - hol główny);" ath="-175.701" atv="-0.818792"/>
    <hotspot name="spot23" onclick="mainloadpano(build3);" url="builddata/graphics/spots/spot0.png" onhover="showtext(Stary Rynek);" ath="177.98" atv="-0.917461"/>
    <hotspot name="spot24" onclick="mainloadpano(build4);" url="builddata/graphics/spots/spot0.png" onhover="showtext(Plac Kościelny);" ath="173.427" atv="-0.81881"/>
    <hotspot name="spot25" onclick="mainloadpano(build5);" url="builddata/graphics/spots/spot0.png" onhover="showtext(Park Kultur Świata);" ath="113.842" atv="-0.316848"/>
    <hotspot name="spot26" onclick="mainloadpano(build0);" url="builddata/graphics/spots/spot0.png" onhover="showtext(Drezdenko - panorama z powietrza);" ath="2.23602" atv="-14.8"/>
    <hotspot name="spot27" onclick="mainloadpano(build7);" url="builddata/graphics/spots/spot0.png" onhover="showtext(Jezioro Łubowo - Plaża w Lubiewie - panorama z powietrza);" ath="-60.6921" atv="-16.4"/>
    <hotspot name="spot80" onclick="mainloadpano(build13);" url="builddata/graphics/spots/spot0.png" onhover="showtext(Bank Spółdzielczy w Drezdenku);"  ath="-1.24752" atv="1.44231"/>
    <action name="hidepanospotsaction">
		set(hotspot[spot21].visible, false);
		set(hotspot[spot22].visible, false);
		set(hotspot[spot23].visible, false);
		set(hotspot[spot24].visible, false);
		set(hotspot[spot25].visible, false);
		set(hotspot[spot26].visible, false);
		set(hotspot[spot27].visible, false);
		set(hotspot[spot80].visible, false);
	</action>
    <action name="showpanospotsaction">
		set(hotspot[spot21].visible, true);
		set(hotspot[spot22].visible, true);
		set(hotspot[spot23].visible, true);
		set(hotspot[spot24].visible, true);
		set(hotspot[spot25].visible, true);
		set(hotspot[spot26].visible, true);
		set(hotspot[spot27].visible, true);
		set(hotspot[spot80].visible, true);
	</action>
    </scene>
    
    <scene name="build3" title="Stary Rynek" onstart="" thumburl="https://pano.zwiedzaj.lu/panodata/drezdenko3/builddata/build3/2/0/0_0.jpg">
        <events onxmlcomplete="onxmlcompleteaction();"/>
    <action name="onxmlcompleteaction">
		plugin[combobox].selectiditem(combobox3);
	</action>
    <action name="playpanosounds">
		playbackgroundsound(none);
	</action>
    <action name="stoppanosounds">
		stopbackgroundsound();
	</action>
    <action name="closepanoobjects">
	</action>
    <!--************** Panorama *******************************************************************-->
    <!-- @File="build3.xml" @PanoName="Stary Rynek" @FilePath="F:/WIRTUALNE PANORAMY/Drezdenko/Pano/2.tif" -->
    <panoview h="124.94" v="-1.65" fov="55"/>
    <!-- parametry widoku -->
    <view fisheye="0" limitview="range" hlookatmin="-180" hlookatmax="180" vlookatmin="-90" vlookatmax="90" maxpixelzoom="1.0" fovmax="75" fov="55" hlookat="124.94" vlookat="-1.65"/>
    <progress showload="none" showwait="none"/>
    <autorotate horizon="-1.65" tofov="55" waittime="1" speed="5"/>
    <!-- obraz podglądu -->
    <preview url="builddata/build3/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" details="16"/>
    <!-- aktualnej panoramy -->
    <image type="CUBE" multires="true" tilesize="960" baseindex="0">
        <level tiledimagewidth="3839" tiledimageheight="3839">
            <left url="builddata/build3/3/2/%v_%u.jpg"/>
            <front url="builddata/build3/0/2/%v_%u.jpg"/>
            <right url="builddata/build3/1/2/%v_%u.jpg"/>
            <back url="builddata/build3/2/2/%v_%u.jpg"/>
            <up url="builddata/build3/4/2/%v_%u.jpg"/>
            <down url="builddata/build3/5/2/%v_%u.jpg"/>
        </level>
        <level tiledimagewidth="1919" tiledimageheight="1919">
            <left url="builddata/build3/3/1/%v_%u.jpg"/>
            <front url="builddata/build3/0/1/%v_%u.jpg"/>
            <right url="builddata/build3/1/1/%v_%u.jpg"/>
            <back url="builddata/build3/2/1/%v_%u.jpg"/>
            <up url="builddata/build3/4/1/%v_%u.jpg"/>
            <down url="builddata/build3/5/1/%v_%u.jpg"/>
        </level>
        <level tiledimagewidth="959" tiledimageheight="959">
            <left url="builddata/build3/3/0/%v_%u.jpg"/>
            <front url="builddata/build3/0/0/%v_%u.jpg"/>
            <right url="builddata/build3/1/0/%v_%u.jpg"/>
            <back url="builddata/build3/2/0/%v_%u.jpg"/>
            <up url="builddata/build3/4/0/%v_%u.jpg"/>
            <down url="builddata/build3/5/0/%v_%u.jpg"/>
        </level>
        <!-- mobile phone / iphone images -->
        <mobile>
            <left url="builddata/build3/3/mobile_face.jpg"/>
            <front url="builddata/build3/0/mobile_face.jpg"/>
            <right url="builddata/build3/1/mobile_face.jpg"/>
            <back url="builddata/build3/2/mobile_face.jpg"/>
            <up url="builddata/build3/4/mobile_face.jpg"/>
            <down url="builddata/build3/5/mobile_face.jpg"/>
        </mobile>
        <!-- tablet pc / ipad images -->
        <tablet>
            <left url="builddata/build3/3/tablet_face.jpg"/>
            <front url="builddata/build3/0/tablet_face.jpg"/>
            <right url="builddata/build3/1/tablet_face.jpg"/>
            <back url="builddata/build3/2/tablet_face.jpg"/>
            <up url="builddata/build3/4/tablet_face.jpg"/>
            <down url="builddata/build3/5/tablet_face.jpg"/>
        </tablet>
    </image>
    <!--************** Hotspoty i Flary ***********************************************************-->
    <hotspot name="spot28" onclick="mainloadpano(build2);" url="builddata/graphics/spots/spot3.png" onhover="showtext(Plac Wileński);" ath="-30.9808" atv="-1.85668"/>
    <hotspot name="spot29" onclick="mainloadpano(build0);" url="builddata/graphics/spots/spot0.png" onhover="showtext(Drezdenko - panorama z powietrza);" ath="-55.4924" atv="-25.1336"/>
    <hotspot name="spot30" onclick="mainloadpano(build4);" url="builddata/graphics/spots/spot0.png" onhover="showtext(Plac Kościelny);" ath="79.9424" atv="0.843841"/>
    <hotspot name="spot31" onclick="mainloadpano(build5);" url="builddata/graphics/spots/spot0.png" onhover="showtext(Park Kultur Świata);" ath="52.4886" atv="0.233546"/>
    <hotspot name="spot32" onclick="closeallobjects();set(plugin[spot32object].visible,true);tween(plugin[spot32object].alpha, 1);" url="builddata/graphics/spots/spot2.png" ath="104.076" atv="-7.87234"/>
    <plugin name="spot32object" visible="false" url="builddata/graphics/spots/object4.jpg" align="center" alpha="0" onclick="closespot32object();"/>
    <action name="closespot32object">
		if(plugin[spot32object].visible,
		tween(plugin[spot32object].alpha, 0);
		delayedcall(0.5,set(plugin[spot32object].visible,false));
		);
	</action>
    <action name="hidepanospotsaction">
		set(hotspot[spot28].visible, false);
		set(hotspot[spot29].visible, false);
		set(hotspot[spot30].visible, false);
		set(hotspot[spot31].visible, false);
		set(hotspot[spot32].visible, false);
	</action>
    <action name="showpanospotsaction">
		set(hotspot[spot28].visible, true);
		set(hotspot[spot29].visible, true);
		set(hotspot[spot30].visible, true);
		set(hotspot[spot31].visible, true);
		set(hotspot[spot32].visible, true);
	</action>
    <!-- zamknij wszystkie Hotspoty -->
    <action name="closeallobjects">
		closespot32object();
	</action>
    </scene>
    
    <scene name="build4" title="Plac Kościelny" onstart="" thumburl="https://pano.zwiedzaj.lu/panodata/drezdenko3/builddata/build4/2/0/0_0.jpg">
        <events onxmlcomplete="onxmlcompleteaction();"/>
    <action name="onxmlcompleteaction">
		plugin[combobox].selectiditem(combobox4);
	</action>
    <action name="playpanosounds">
		playbackgroundsound(none);
	</action>
    <action name="stoppanosounds">
		stopbackgroundsound();
	</action>
    <action name="closepanoobjects">
	</action>
    <!--************** Panorama *******************************************************************-->
    <!-- @File="build4.xml" @PanoName="Plac Kościelny" @FilePath="F:/WIRTUALNE PANORAMY/Drezdenko/Pano/3.tif" -->
    <panoview h="5.3" v="-10.55" fov="60.5"/>
    <!-- parametry widoku -->
    <view fisheye="0" limitview="range" hlookatmin="-180" hlookatmax="180" vlookatmin="-90" vlookatmax="90" maxpixelzoom="1.0" fovmax="75" fov="60.5" hlookat="5.3" vlookat="-10.55"/>
    <progress showload="none" showwait="none"/>
    <autorotate horizon="-10.55" tofov="60.5" waittime="1" speed="5"/>
    <!-- obraz podglądu -->
    <preview url="builddata/build4/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" details="16"/>
    <!-- aktualnej panoramy -->
    <image type="CUBE" multires="true" tilesize="959" baseindex="0">
        <level tiledimagewidth="3835" tiledimageheight="3835">
            <left url="builddata/build4/3/2/%v_%u.jpg"/>
            <front url="builddata/build4/0/2/%v_%u.jpg"/>
            <right url="builddata/build4/1/2/%v_%u.jpg"/>
            <back url="builddata/build4/2/2/%v_%u.jpg"/>
            <up url="builddata/build4/4/2/%v_%u.jpg"/>
            <down url="builddata/build4/5/2/%v_%u.jpg"/>
        </level>
        <level tiledimagewidth="1917" tiledimageheight="1917">
            <left url="builddata/build4/3/1/%v_%u.jpg"/>
            <front url="builddata/build4/0/1/%v_%u.jpg"/>
            <right url="builddata/build4/1/1/%v_%u.jpg"/>
            <back url="builddata/build4/2/1/%v_%u.jpg"/>
            <up url="builddata/build4/4/1/%v_%u.jpg"/>
            <down url="builddata/build4/5/1/%v_%u.jpg"/>
        </level>
        <level tiledimagewidth="958" tiledimageheight="958">
            <left url="builddata/build4/3/0/%v_%u.jpg"/>
            <front url="builddata/build4/0/0/%v_%u.jpg"/>
            <right url="builddata/build4/1/0/%v_%u.jpg"/>
            <back url="builddata/build4/2/0/%v_%u.jpg"/>
            <up url="builddata/build4/4/0/%v_%u.jpg"/>
            <down url="builddata/build4/5/0/%v_%u.jpg"/>
        </level>
        <!-- mobile phone / iphone images -->
        <mobile>
            <left url="builddata/build4/3/mobile_face.jpg"/>
            <front url="builddata/build4/0/mobile_face.jpg"/>
            <right url="builddata/build4/1/mobile_face.jpg"/>
            <back url="builddata/build4/2/mobile_face.jpg"/>
            <up url="builddata/build4/4/mobile_face.jpg"/>
            <down url="builddata/build4/5/mobile_face.jpg"/>
        </mobile>
        <!-- tablet pc / ipad images -->
        <tablet>
            <left url="builddata/build4/3/tablet_face.jpg"/>
            <front url="builddata/build4/0/tablet_face.jpg"/>
            <right url="builddata/build4/1/tablet_face.jpg"/>
            <back url="builddata/build4/2/tablet_face.jpg"/>
            <up url="builddata/build4/4/tablet_face.jpg"/>
            <down url="builddata/build4/5/tablet_face.jpg"/>
        </tablet>
    </image>
    <!--************** Hotspoty i Flary ***********************************************************-->
    <hotspot name="spot33" onclick="mainloadpano(build5);" url="builddata/graphics/spots/spot0.png" onhover="showtext(Park Kultur Świata);" ath="46.2012" atv="0.0919305"/>
    <hotspot name="spot34" onclick="mainloadpano(build3);" url="builddata/graphics/spots/spot0.png" onhover="showtext(Stary Rynek);" ath="-98.4436" atv="0.286853"/>
    <hotspot name="spot35" onclick="mainloadpano(build2);" url="builddata/graphics/spots/spot0.png" onhover="showtext(Plac Wileński);" ath="-92.8264" atv="0.358566"/>
    <hotspot name="spot36" onclick="mainloadpano(build0);" url="builddata/graphics/spots/spot0.png" onhover="showtext(Drezdenko - panorama z powietrza);" ath="-65.1455" atv="-16.6254"/>
    <action name="hidepanospotsaction">
		set(hotspot[spot33].visible, false);
		set(hotspot[spot34].visible, false);
		set(hotspot[spot35].visible, false);
		set(hotspot[spot36].visible, false);
	</action>
    <action name="showpanospotsaction">
		set(hotspot[spot33].visible, true);
		set(hotspot[spot34].visible, true);
		set(hotspot[spot35].visible, true);
		set(hotspot[spot36].visible, true);
	</action>
    </scene>
    
    <scene name="build5" title="Park Kultur Świata" onstart="" thumburl="https://pano.zwiedzaj.lu/panodata/drezdenko3/builddata/build5/2/0/0_0.jpg">
        <events onxmlcomplete="onxmlcompleteaction();"/>
    <action name="onxmlcompleteaction">
		plugin[combobox].selectiditem(combobox5);
	</action>
    <action name="playpanosounds">
		playbackgroundsound(none);
	</action>
    <action name="stoppanosounds">
		stopbackgroundsound();
	</action>
    <action name="closepanoobjects">
	</action>
    <!--************** Panorama *******************************************************************-->
    <!-- @File="build5.xml" @PanoName="Park Kultur Świata" @FilePath="F:/WIRTUALNE PANORAMY/Drezdenko/Pano/4.tif" -->
    <panoview h="-55.07" v="3.76" fov="55"/>
    <!-- parametry widoku -->
    <view fisheye="0" limitview="range" hlookatmin="-180" hlookatmax="180" vlookatmin="-90" vlookatmax="90" maxpixelzoom="1.0" fovmax="75" fov="55" hlookat="-55.07" vlookat="3.76"/>
    <progress showload="none" showwait="none"/>
    <autorotate horizon="3.76" tofov="55" waittime="1" speed="5"/>
    <!-- obraz podglądu -->
    <preview url="builddata/build5/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" details="16"/>
    <!-- aktualnej panoramy -->
    <image type="CUBE" multires="true" tilesize="962" baseindex="0">
        <level tiledimagewidth="3848" tiledimageheight="3848">
            <left url="builddata/build5/3/2/%v_%u.jpg"/>
            <front url="builddata/build5/0/2/%v_%u.jpg"/>
            <right url="builddata/build5/1/2/%v_%u.jpg"/>
            <back url="builddata/build5/2/2/%v_%u.jpg"/>
            <up url="builddata/build5/4/2/%v_%u.jpg"/>
            <down url="builddata/build5/5/2/%v_%u.jpg"/>
        </level>
        <level tiledimagewidth="1924" tiledimageheight="1924">
            <left url="builddata/build5/3/1/%v_%u.jpg"/>
            <front url="builddata/build5/0/1/%v_%u.jpg"/>
            <right url="builddata/build5/1/1/%v_%u.jpg"/>
            <back url="builddata/build5/2/1/%v_%u.jpg"/>
            <up url="builddata/build5/4/1/%v_%u.jpg"/>
            <down url="builddata/build5/5/1/%v_%u.jpg"/>
        </level>
        <level tiledimagewidth="962" tiledimageheight="962">
            <left url="builddata/build5/3/0/%v_%u.jpg"/>
            <front url="builddata/build5/0/0/%v_%u.jpg"/>
            <right url="builddata/build5/1/0/%v_%u.jpg"/>
            <back url="builddata/build5/2/0/%v_%u.jpg"/>
            <up url="builddata/build5/4/0/%v_%u.jpg"/>
            <down url="builddata/build5/5/0/%v_%u.jpg"/>
        </level>
        <!-- mobile phone / iphone images -->
        <mobile>
            <left url="builddata/build5/3/mobile_face.jpg"/>
            <front url="builddata/build5/0/mobile_face.jpg"/>
            <right url="builddata/build5/1/mobile_face.jpg"/>
            <back url="builddata/build5/2/mobile_face.jpg"/>
            <up url="builddata/build5/4/mobile_face.jpg"/>
            <down url="builddata/build5/5/mobile_face.jpg"/>
        </mobile>
        <!-- tablet pc / ipad images -->
        <tablet>
            <left url="builddata/build5/3/tablet_face.jpg"/>
            <front url="builddata/build5/0/tablet_face.jpg"/>
            <right url="builddata/build5/1/tablet_face.jpg"/>
            <back url="builddata/build5/2/tablet_face.jpg"/>
            <up url="builddata/build5/4/tablet_face.jpg"/>
            <down url="builddata/build5/5/tablet_face.jpg"/>
        </tablet>
    </image>
    <!--************** Hotspoty i Flary ***********************************************************-->
    <hotspot name="spot37" onclick="mainloadpano(build4);" url="builddata/graphics/spots/spot0.png" onhover="showtext(Plac Kościelny);" ath="-5.05653" atv="-0.0211119"/>
    <hotspot name="spot38" onclick="mainloadpano(build2);" url="builddata/graphics/spots/spot0.png" onhover="showtext(Plac Wileński);" ath="89.8774" atv="-0.893054"/>
    <hotspot name="spot39" onclick="mainloadpano(build0);" url="builddata/graphics/spots/spot0.png" onhover="showtext(Drezdenko - panorama z powietrza);" ath="89.8774" atv="-19.3495"/>
    <action name="hidepanospotsaction">
		set(hotspot[spot37].visible, false);
		set(hotspot[spot38].visible, false);
		set(hotspot[spot39].visible, false);
	</action>
    <action name="showpanospotsaction">
		set(hotspot[spot37].visible, true);
		set(hotspot[spot38].visible, true);
		set(hotspot[spot39].visible, true);
	</action>
    </scene>
    
    <scene name="build6" title="Plac Wolności - Muzeum, Pałac J. G. Treppmachera" onstart="" thumburl="https://pano.zwiedzaj.lu/panodata/drezdenko3/builddata/build6/2/0/0_0.jpg">
        <events onxmlcomplete="onxmlcompleteaction();"/>
    <action name="onxmlcompleteaction">
		plugin[combobox].selectiditem(combobox6);
	</action>
    <action name="playpanosounds">
		playbackgroundsound(none);
	</action>
    <action name="stoppanosounds">
		stopbackgroundsound();
	</action>
    <action name="closepanoobjects">
	</action>
    <!--************** Panorama *******************************************************************-->
    <!-- @File="build6.xml" @PanoName="Plac Wolności - Muzeum, Pałac J. G. Treppmachera" @FilePath="F:/WIRTUALNE PANORAMY/Drezdenko/Pano/5.tif" -->
    <panoview h="-57.66" v="3.12" fov="55"/>
    <!-- parametry widoku -->
    <view fisheye="0" limitview="range" hlookatmin="-180" hlookatmax="180" vlookatmin="-90" vlookatmax="90" maxpixelzoom="1.0" fovmax="75" fov="55" hlookat="-57.66" vlookat="3.12"/>
    <progress showload="none" showwait="none"/>
    <autorotate horizon="3.12" tofov="55" waittime="1" speed="5"/>
    <!-- obraz podglądu -->
    <preview url="builddata/build6/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" details="16"/>
    <!-- aktualnej panoramy -->
    <image type="CUBE" multires="true" tilesize="960" baseindex="0">
        <level tiledimagewidth="3838" tiledimageheight="3838">
            <left url="builddata/build6/3/2/%v_%u.jpg"/>
            <front url="builddata/build6/0/2/%v_%u.jpg"/>
            <right url="builddata/build6/1/2/%v_%u.jpg"/>
            <back url="builddata/build6/2/2/%v_%u.jpg"/>
            <up url="builddata/build6/4/2/%v_%u.jpg"/>
            <down url="builddata/build6/5/2/%v_%u.jpg"/>
        </level>
        <level tiledimagewidth="1919" tiledimageheight="1919">
            <left url="builddata/build6/3/1/%v_%u.jpg"/>
            <front url="builddata/build6/0/1/%v_%u.jpg"/>
            <right url="builddata/build6/1/1/%v_%u.jpg"/>
            <back url="builddata/build6/2/1/%v_%u.jpg"/>
            <up url="builddata/build6/4/1/%v_%u.jpg"/>
            <down url="builddata/build6/5/1/%v_%u.jpg"/>
        </level>
        <level tiledimagewidth="959" tiledimageheight="959">
            <left url="builddata/build6/3/0/%v_%u.jpg"/>
            <front url="builddata/build6/0/0/%v_%u.jpg"/>
            <right url="builddata/build6/1/0/%v_%u.jpg"/>
            <back url="builddata/build6/2/0/%v_%u.jpg"/>
            <up url="builddata/build6/4/0/%v_%u.jpg"/>
            <down url="builddata/build6/5/0/%v_%u.jpg"/>
        </level>
        <!-- mobile phone / iphone images -->
        <mobile>
            <left url="builddata/build6/3/mobile_face.jpg"/>
            <front url="builddata/build6/0/mobile_face.jpg"/>
            <right url="builddata/build6/1/mobile_face.jpg"/>
            <back url="builddata/build6/2/mobile_face.jpg"/>
            <up url="builddata/build6/4/mobile_face.jpg"/>
            <down url="builddata/build6/5/mobile_face.jpg"/>
        </mobile>
        <!-- tablet pc / ipad images -->
        <tablet>
            <left url="builddata/build6/3/tablet_face.jpg"/>
            <front url="builddata/build6/0/tablet_face.jpg"/>
            <right url="builddata/build6/1/tablet_face.jpg"/>
            <back url="builddata/build6/2/tablet_face.jpg"/>
            <up url="builddata/build6/4/tablet_face.jpg"/>
            <down url="builddata/build6/5/tablet_face.jpg"/>
        </tablet>
    </image>
    <!--************** Hotspoty i Flary ***********************************************************-->
    <hotspot name="spot40" onclick="mainloadpano(build2);" url="builddata/graphics/spots/spot0.png" onhover="showtext(Plac Wileński);" ath="152.723" atv="-0.808569"/>
    <hotspot name="spot41" onclick="mainloadpano(build0);" url="builddata/graphics/spots/spot0.png" onhover="showtext(Drezdenko - panorama z powietrza);" ath="160.525" atv="-14.2804"/>
    <hotspot name="spot81" onclick="mainloadpano(build13);" url="builddata/graphics/spots/spot0.png" onhover="showtext(Bank Spółdzielczy w Drezdenku);" ath="150.723" atv="-0.808569"/>
    <action name="hidepanospotsaction">
		set(hotspot[spot40].visible, false);
		set(hotspot[spot41].visible, false);
		set(hotspot[spot81].visible, false);
	</action>
    <action name="showpanospotsaction">
		set(hotspot[spot40].visible, true);
		set(hotspot[spot41].visible, true);
		set(hotspot[spot81].visible, true);
	</action>
    </scene>
    
    <scene name="build7" title="Jezioro Łubowo - Plaża w Lubiewie - panorama z powietrza" onstart="" thumburl="https://pano.zwiedzaj.lu/panodata/drezdenko3/builddata/build7/2/0/0_0.jpg">
         <events onxmlcomplete="onxmlcompleteaction();"/>
    <action name="onxmlcompleteaction">
		plugin[combobox].selectiditem(combobox7);
	</action>
    <action name="playpanosounds">
		playbackgroundsound(none);
	</action>
    <action name="stoppanosounds">
		stopbackgroundsound();
	</action>
    <action name="closepanoobjects">
	</action>
    <!--************** Panorama *******************************************************************-->
    <!-- @File="build7.xml" @PanoName="Jezioro Łubowo - Plaża w Lubiewie - panorama z powietrza" @FilePath="F:/WIRTUALNE PANORAMY/Drezdenko/Pano/air 2.tif" -->
    <panoview h="107.19" v="25.08" fov="66.55"/>
    <!-- parametry widoku -->
    <view fisheye="0" limitview="range" hlookatmin="-180" hlookatmax="180" vlookatmin="-90" vlookatmax="90" maxpixelzoom="1.0" fovmax="75" fov="66.55" hlookat="107.19" vlookat="25.08"/>
    <progress showload="none" showwait="none"/>
    <autorotate horizon="25.08" tofov="66.55" waittime="1" speed="5"/>
    <!-- obraz podglądu -->
    <preview url="builddata/build7/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" details="16"/>
    <!-- aktualnej panoramy -->
    <image type="CUBE" multires="true" tilesize="862" baseindex="0">
        <level tiledimagewidth="6893" tiledimageheight="6893">
            <left url="builddata/build7/3/3/%v_%u.jpg"/>
            <front url="builddata/build7/0/3/%v_%u.jpg"/>
            <right url="builddata/build7/1/3/%v_%u.jpg"/>
            <back url="builddata/build7/2/3/%v_%u.jpg"/>
            <up url="builddata/build7/4/3/%v_%u.jpg"/>
            <down url="builddata/build7/5/3/%v_%u.jpg"/>
        </level>
        <level tiledimagewidth="3446" tiledimageheight="3446">
            <left url="builddata/build7/3/2/%v_%u.jpg"/>
            <front url="builddata/build7/0/2/%v_%u.jpg"/>
            <right url="builddata/build7/1/2/%v_%u.jpg"/>
            <back url="builddata/build7/2/2/%v_%u.jpg"/>
            <up url="builddata/build7/4/2/%v_%u.jpg"/>
            <down url="builddata/build7/5/2/%v_%u.jpg"/>
        </level>
        <level tiledimagewidth="1723" tiledimageheight="1723">
            <left url="builddata/build7/3/1/%v_%u.jpg"/>
            <front url="builddata/build7/0/1/%v_%u.jpg"/>
            <right url="builddata/build7/1/1/%v_%u.jpg"/>
            <back url="builddata/build7/2/1/%v_%u.jpg"/>
            <up url="builddata/build7/4/1/%v_%u.jpg"/>
            <down url="builddata/build7/5/1/%v_%u.jpg"/>
        </level>
        <level tiledimagewidth="861" tiledimageheight="861">
            <left url="builddata/build7/3/0/%v_%u.jpg"/>
            <front url="builddata/build7/0/0/%v_%u.jpg"/>
            <right url="builddata/build7/1/0/%v_%u.jpg"/>
            <back url="builddata/build7/2/0/%v_%u.jpg"/>
            <up url="builddata/build7/4/0/%v_%u.jpg"/>
            <down url="builddata/build7/5/0/%v_%u.jpg"/>
        </level>
        <!-- mobile phone / iphone images -->
        <mobile>
            <left url="builddata/build7/3/mobile_face.jpg"/>
            <front url="builddata/build7/0/mobile_face.jpg"/>
            <right url="builddata/build7/1/mobile_face.jpg"/>
            <back url="builddata/build7/2/mobile_face.jpg"/>
            <up url="builddata/build7/4/mobile_face.jpg"/>
            <down url="builddata/build7/5/mobile_face.jpg"/>
        </mobile>
        <!-- tablet pc / ipad images -->
        <tablet>
            <left url="builddata/build7/3/tablet_face.jpg"/>
            <front url="builddata/build7/0/tablet_face.jpg"/>
            <right url="builddata/build7/1/tablet_face.jpg"/>
            <back url="builddata/build7/2/tablet_face.jpg"/>
            <up url="builddata/build7/4/tablet_face.jpg"/>
            <down url="builddata/build7/5/tablet_face.jpg"/>
        </tablet>
    </image>
    <!--************** Hotspoty i Flary ***********************************************************-->
    <hotspot name="spot42" onclick="mainloadpano(build0);" url="builddata/graphics/spots/spot0.png" onhover="showtext(Drezdenko - panorama z powietrza);" ath="76.6363" atv="-1.25211"/>
    <action name="hidepanospotsaction">
		set(hotspot[spot42].visible, false);
	</action>
    <action name="showpanospotsaction">
		set(hotspot[spot42].visible, true);
	</action>
    </scene>
    
    <scene name="build8" title="Centrum Promocji Kultury w Drezdenku" onstart="" thumburl="https://pano.zwiedzaj.lu/panodata/drezdenko3/builddata/build8/2/0/0_0.jpg">
        <events onxmlcomplete="onxmlcompleteaction();"/>
    <action name="onxmlcompleteaction">
		plugin[combobox].selectiditem(combobox8);
	</action>
    <action name="playpanosounds">
		playbackgroundsound(none);
	</action>
    <action name="stoppanosounds">
		stopbackgroundsound();
	</action>
    <action name="closepanoobjects">
	</action>
    <!--************** Panorama *******************************************************************-->
    <!-- @File="build8.xml" @PanoName="Centrum Promocji Kultury w Drezdenku" @FilePath="F:/WIRTUALNE PANORAMY/Drezdenko/1. Drezdenko/1.tif" -->
    <panoview h="0" v="0" fov="55"/>
    <!-- parametry widoku -->
    <view fisheye="0" limitview="range" hlookatmin="-180" hlookatmax="180" vlookatmin="-90" vlookatmax="90" maxpixelzoom="1.0" fovmax="75" fov="55" hlookat="0" vlookat="0"/>
    <progress showload="none" showwait="none"/>
    <autorotate horizon="0" tofov="55" waittime="1" speed="5"/>
    <!-- obraz podglądu -->
    <preview url="builddata/build8/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" details="16"/>
    <!-- aktualnej panoramy -->
    <image type="CUBE" multires="true" tilesize="963" baseindex="0">
        <level tiledimagewidth="3852" tiledimageheight="3852">
            <left url="builddata/build8/3/2/%v_%u.jpg"/>
            <front url="builddata/build8/0/2/%v_%u.jpg"/>
            <right url="builddata/build8/1/2/%v_%u.jpg"/>
            <back url="builddata/build8/2/2/%v_%u.jpg"/>
            <up url="builddata/build8/4/2/%v_%u.jpg"/>
            <down url="builddata/build8/5/2/%v_%u.jpg"/>
        </level>
        <level tiledimagewidth="1926" tiledimageheight="1926">
            <left url="builddata/build8/3/1/%v_%u.jpg"/>
            <front url="builddata/build8/0/1/%v_%u.jpg"/>
            <right url="builddata/build8/1/1/%v_%u.jpg"/>
            <back url="builddata/build8/2/1/%v_%u.jpg"/>
            <up url="builddata/build8/4/1/%v_%u.jpg"/>
            <down url="builddata/build8/5/1/%v_%u.jpg"/>
        </level>
        <level tiledimagewidth="963" tiledimageheight="963">
            <left url="builddata/build8/3/0/%v_%u.jpg"/>
            <front url="builddata/build8/0/0/%v_%u.jpg"/>
            <right url="builddata/build8/1/0/%v_%u.jpg"/>
            <back url="builddata/build8/2/0/%v_%u.jpg"/>
            <up url="builddata/build8/4/0/%v_%u.jpg"/>
            <down url="builddata/build8/5/0/%v_%u.jpg"/>
        </level>
        <!-- mobile phone / iphone images -->
        <mobile>
            <left url="builddata/build8/3/mobile_face.jpg"/>
            <front url="builddata/build8/0/mobile_face.jpg"/>
            <right url="builddata/build8/1/mobile_face.jpg"/>
            <back url="builddata/build8/2/mobile_face.jpg"/>
            <up url="builddata/build8/4/mobile_face.jpg"/>
            <down url="builddata/build8/5/mobile_face.jpg"/>
        </mobile>
        <!-- tablet pc / ipad images -->
        <tablet>
            <left url="builddata/build8/3/tablet_face.jpg"/>
            <front url="builddata/build8/0/tablet_face.jpg"/>
            <right url="builddata/build8/1/tablet_face.jpg"/>
            <back url="builddata/build8/2/tablet_face.jpg"/>
            <up url="builddata/build8/4/tablet_face.jpg"/>
            <down url="builddata/build8/5/tablet_face.jpg"/>
        </tablet>
    </image>
    <!--************** Hotspoty i Flary ***********************************************************-->
    <hotspot name="spot43" onclick="mainloadpano(build9);" url="builddata/graphics/spots/spot0.png" onhover="showtext(Ogród Kultura przy CPK w Drezdenku);" ath="-50.72" atv="3.12556"/>
    <hotspot name="spot44" onclick="mainloadpano(build11);" url="builddata/graphics/spots/spot0.png" onhover="showtext(Hol CPK w Drezdenku);" ath="-4.32" atv="1.84328"/>
    <hotspot name="spot45" onclick="mainloadpano(build10);" url="builddata/graphics/spots/spot0.png" onhover="showtext(Sala Widowiskowa CPK w Drezdenku);" ath="3.04" atv="1.68299"/>
    <hotspot name="spot46" onclick="mainloadpano(build12);" url="builddata/graphics/spots/spot0.png" onhover="showtext(Gospoda Drezdenko);" ath="71.5275" atv="0.957447"/>
    <hotspot name="spot47" onclick="mainloadpano(build0);" url="builddata/graphics/spots/spot0.png" onhover="showtext(Drezdenko - panorama z powietrza);" ath="98.8361" atv="-8.37607"/>
    <action name="hidepanospotsaction">
		set(hotspot[spot43].visible, false);
		set(hotspot[spot44].visible, false);
		set(hotspot[spot45].visible, false);
		set(hotspot[spot46].visible, false);
		set(hotspot[spot47].visible, false);
	</action>
    <action name="showpanospotsaction">
		set(hotspot[spot43].visible, true);
		set(hotspot[spot44].visible, true);
		set(hotspot[spot45].visible, true);
		set(hotspot[spot46].visible, true);
		set(hotspot[spot47].visible, true);
	</action>
    </scene>
    
    <scene name="build9" title="Ogród Kultura przy CPK w Drezdenku" onstart="" thumburl="https://pano.zwiedzaj.lu/panodata/drezdenko3/builddata/build9/2/0/0_0.jpg">
         <events onxmlcomplete="onxmlcompleteaction();"/>
    <action name="onxmlcompleteaction">
		plugin[combobox].selectiditem(combobox9);
	</action>
    <action name="playpanosounds">
		playbackgroundsound(none);
	</action>
    <action name="stoppanosounds">
		stopbackgroundsound();
	</action>
    <action name="closepanoobjects">
	</action>
    <!--************** Panorama *******************************************************************-->
    <!-- @File="build9.xml" @PanoName="Ogród Kultura przy CPK w Drezdenku" @FilePath="F:/WIRTUALNE PANORAMY/Drezdenko/1. Drezdenko/2.tif" -->
    <panoview h="0" v="0" fov="55"/>
    <!-- parametry widoku -->
    <view fisheye="0" limitview="range" hlookatmin="-180" hlookatmax="180" vlookatmin="-90" vlookatmax="90" maxpixelzoom="1.0" fovmax="75" fov="55" hlookat="0" vlookat="0"/>
    <progress showload="none" showwait="none"/>
    <autorotate horizon="0" tofov="55" waittime="1" speed="5"/>
    <!-- obraz podglądu -->
    <preview url="builddata/build9/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" details="16"/>
    <!-- aktualnej panoramy -->
    <image type="CUBE" multires="true" tilesize="964" baseindex="0">
        <level tiledimagewidth="3853" tiledimageheight="3853">
            <left url="builddata/build9/3/2/%v_%u.jpg"/>
            <front url="builddata/build9/0/2/%v_%u.jpg"/>
            <right url="builddata/build9/1/2/%v_%u.jpg"/>
            <back url="builddata/build9/2/2/%v_%u.jpg"/>
            <up url="builddata/build9/4/2/%v_%u.jpg"/>
            <down url="builddata/build9/5/2/%v_%u.jpg"/>
        </level>
        <level tiledimagewidth="1926" tiledimageheight="1926">
            <left url="builddata/build9/3/1/%v_%u.jpg"/>
            <front url="builddata/build9/0/1/%v_%u.jpg"/>
            <right url="builddata/build9/1/1/%v_%u.jpg"/>
            <back url="builddata/build9/2/1/%v_%u.jpg"/>
            <up url="builddata/build9/4/1/%v_%u.jpg"/>
            <down url="builddata/build9/5/1/%v_%u.jpg"/>
        </level>
        <level tiledimagewidth="963" tiledimageheight="963">
            <left url="builddata/build9/3/0/%v_%u.jpg"/>
            <front url="builddata/build9/0/0/%v_%u.jpg"/>
            <right url="builddata/build9/1/0/%v_%u.jpg"/>
            <back url="builddata/build9/2/0/%v_%u.jpg"/>
            <up url="builddata/build9/4/0/%v_%u.jpg"/>
            <down url="builddata/build9/5/0/%v_%u.jpg"/>
        </level>
        <!-- mobile phone / iphone images -->
        <mobile>
            <left url="builddata/build9/3/mobile_face.jpg"/>
            <front url="builddata/build9/0/mobile_face.jpg"/>
            <right url="builddata/build9/1/mobile_face.jpg"/>
            <back url="builddata/build9/2/mobile_face.jpg"/>
            <up url="builddata/build9/4/mobile_face.jpg"/>
            <down url="builddata/build9/5/mobile_face.jpg"/>
        </mobile>
        <!-- tablet pc / ipad images -->
        <tablet>
            <left url="builddata/build9/3/tablet_face.jpg"/>
            <front url="builddata/build9/0/tablet_face.jpg"/>
            <right url="builddata/build9/1/tablet_face.jpg"/>
            <back url="builddata/build9/2/tablet_face.jpg"/>
            <up url="builddata/build9/4/tablet_face.jpg"/>
            <down url="builddata/build9/5/tablet_face.jpg"/>
        </tablet>
    </image>
    <!--************** Hotspoty i Flary ***********************************************************-->
    <hotspot name="spot48" onclick="mainloadpano(build8);" url="builddata/graphics/spots/spot0.png" onhover="showtext(Centrum Promocji Kultury w Drezdenku);" ath="-8.06318" atv="1.68137"/>
    <hotspot name="spot49" onclick="mainloadpano(build11);" url="builddata/graphics/spots/spot0.png" onhover="showtext(Hol CPK w Drezdenku);" ath="-14.2047" atv="1.74127"/>
    <hotspot name="spot50" onclick="mainloadpano(build0);" url="builddata/graphics/spots/spot0.png" onhover="showtext(Drezdenko - panorama z powietrza);" ath="-82.7072" atv="-25.607"/>
    <hotspot name="spot51" onclick="closeallobjects();set(plugin[spot51object].visible,true);tween(plugin[spot51object].alpha, 1);" url="builddata/graphics/spots/spot2.png" ath="43.5003" atv="-0.0420364"/>
    <plugin name="spot51object" visible="false" url="builddata/graphics/spots/object5.jpg" align="center" alpha="0" onclick="closespot51object();"/>
    <action name="closespot51object">
		if(plugin[spot51object].visible,
		tween(plugin[spot51object].alpha, 0);
		delayedcall(0.5,set(plugin[spot51object].visible,false));
		);
	</action>
    <action name="hidepanospotsaction">
		set(hotspot[spot48].visible, false);
		set(hotspot[spot49].visible, false);
		set(hotspot[spot50].visible, false);
		set(hotspot[spot51].visible, false);
	</action>
    <action name="showpanospotsaction">
		set(hotspot[spot48].visible, true);
		set(hotspot[spot49].visible, true);
		set(hotspot[spot50].visible, true);
		set(hotspot[spot51].visible, true);
	</action>
    <!-- zamknij wszystkie Hotspoty -->
    <action name="closeallobjects">
		closespot51object();
	</action>
    </scene>
    
    <scene name="build10" title="Sala Widowiskowa CPK w Drezdenku" onstart="" thumburl="https://pano.zwiedzaj.lu/panodata/drezdenko3/builddata/build10/2/0/0_0.jpg">
         <events onxmlcomplete="onxmlcompleteaction();"/>
    <action name="onxmlcompleteaction">
		plugin[combobox].selectiditem(combobox10);
	</action>
    <action name="playpanosounds">
		playbackgroundsound(none);
	</action>
    <action name="stoppanosounds">
		stopbackgroundsound();
	</action>
    <action name="closepanoobjects">
	</action>
    <!--************** Panorama *******************************************************************-->
    <!-- @File="build10.xml" @PanoName="Sala Widowiskowa CPK w Drezdenku" @FilePath="F:/WIRTUALNE PANORAMY/Drezdenko/1. Drezdenko/3.tif" -->
    <panoview h="0" v="0" fov="55"/>
    <!-- parametry widoku -->
    <view fisheye="0" limitview="range" hlookatmin="-180" hlookatmax="180" vlookatmin="-90" vlookatmax="90" maxpixelzoom="1.0" fovmax="75" fov="55" hlookat="0" vlookat="0"/>
    <progress showload="none" showwait="none"/>
    <autorotate horizon="0" tofov="55" waittime="1" speed="5"/>
    <!-- obraz podglądu -->
    <preview url="builddata/build10/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" details="16"/>
    <!-- aktualnej panoramy -->
    <image type="CUBE" multires="true" tilesize="963" baseindex="0">
        <level tiledimagewidth="3851" tiledimageheight="3851">
            <left url="builddata/build10/3/2/%v_%u.jpg"/>
            <front url="builddata/build10/0/2/%v_%u.jpg"/>
            <right url="builddata/build10/1/2/%v_%u.jpg"/>
            <back url="builddata/build10/2/2/%v_%u.jpg"/>
            <up url="builddata/build10/4/2/%v_%u.jpg"/>
            <down url="builddata/build10/5/2/%v_%u.jpg"/>
        </level>
        <level tiledimagewidth="1925" tiledimageheight="1925">
            <left url="builddata/build10/3/1/%v_%u.jpg"/>
            <front url="builddata/build10/0/1/%v_%u.jpg"/>
            <right url="builddata/build10/1/1/%v_%u.jpg"/>
            <back url="builddata/build10/2/1/%v_%u.jpg"/>
            <up url="builddata/build10/4/1/%v_%u.jpg"/>
            <down url="builddata/build10/5/1/%v_%u.jpg"/>
        </level>
        <level tiledimagewidth="962" tiledimageheight="962">
            <left url="builddata/build10/3/0/%v_%u.jpg"/>
            <front url="builddata/build10/0/0/%v_%u.jpg"/>
            <right url="builddata/build10/1/0/%v_%u.jpg"/>
            <back url="builddata/build10/2/0/%v_%u.jpg"/>
            <up url="builddata/build10/4/0/%v_%u.jpg"/>
            <down url="builddata/build10/5/0/%v_%u.jpg"/>
        </level>
        <!-- mobile phone / iphone images -->
        <mobile>
            <left url="builddata/build10/3/mobile_face.jpg"/>
            <front url="builddata/build10/0/mobile_face.jpg"/>
            <right url="builddata/build10/1/mobile_face.jpg"/>
            <back url="builddata/build10/2/mobile_face.jpg"/>
            <up url="builddata/build10/4/mobile_face.jpg"/>
            <down url="builddata/build10/5/mobile_face.jpg"/>
        </mobile>
        <!-- tablet pc / ipad images -->
        <tablet>
            <left url="builddata/build10/3/tablet_face.jpg"/>
            <front url="builddata/build10/0/tablet_face.jpg"/>
            <right url="builddata/build10/1/tablet_face.jpg"/>
            <back url="builddata/build10/2/tablet_face.jpg"/>
            <up url="builddata/build10/4/tablet_face.jpg"/>
            <down url="builddata/build10/5/tablet_face.jpg"/>
        </tablet>
    </image>
    <!--************** Hotspoty i Flary ***********************************************************-->
    <hotspot name="spot52" onclick="mainloadpano(build11);" url="builddata/graphics/spots/spot0.png" onhover="showtext(Hol CPK w Drezdenku);" ath="83.9632" atv="7.11775"/>
    <action name="hidepanospotsaction">
		set(hotspot[spot52].visible, false);
	</action>
    <action name="showpanospotsaction">
		set(hotspot[spot52].visible, true);
	</action>
    </scene>
    
    <scene name="build11" title="Hol CPK w Drezdenku" onstart="" thumburl="https://pano.zwiedzaj.lu/panodata/drezdenko3/builddata/build11/2/0/0_0.jpg">
        <events onxmlcomplete="onxmlcompleteaction();"/>
    <action name="onxmlcompleteaction">
		plugin[combobox].selectiditem(combobox11);
	</action>
    <action name="playpanosounds">
		playbackgroundsound(none);
	</action>
    <action name="stoppanosounds">
		stopbackgroundsound();
	</action>
    <action name="closepanoobjects">
	</action>
    <!--************** Panorama *******************************************************************-->
    <!-- @File="build11.xml" @PanoName="Hol CPK w Drezdenku" @FilePath="F:/WIRTUALNE PANORAMY/Drezdenko/1. Drezdenko/4.tif" -->
    <panoview h="0" v="0" fov="55"/>
    <!-- parametry widoku -->
    <view fisheye="0" limitview="range" hlookatmin="-180" hlookatmax="180" vlookatmin="-90" vlookatmax="90" maxpixelzoom="1.0" fovmax="75" fov="55" hlookat="0" vlookat="0"/>
    <progress showload="none" showwait="none"/>
    <autorotate horizon="0" tofov="55" waittime="1" speed="5"/>
    <!-- obraz podglądu -->
    <preview url="builddata/build11/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" details="16"/>
    <!-- aktualnej panoramy -->
    <image type="CUBE" multires="true" tilesize="964" baseindex="0">
        <level tiledimagewidth="3856" tiledimageheight="3856">
            <left url="builddata/build11/3/2/%v_%u.jpg"/>
            <front url="builddata/build11/0/2/%v_%u.jpg"/>
            <right url="builddata/build11/1/2/%v_%u.jpg"/>
            <back url="builddata/build11/2/2/%v_%u.jpg"/>
            <up url="builddata/build11/4/2/%v_%u.jpg"/>
            <down url="builddata/build11/5/2/%v_%u.jpg"/>
        </level>
        <level tiledimagewidth="1928" tiledimageheight="1928">
            <left url="builddata/build11/3/1/%v_%u.jpg"/>
            <front url="builddata/build11/0/1/%v_%u.jpg"/>
            <right url="builddata/build11/1/1/%v_%u.jpg"/>
            <back url="builddata/build11/2/1/%v_%u.jpg"/>
            <up url="builddata/build11/4/1/%v_%u.jpg"/>
            <down url="builddata/build11/5/1/%v_%u.jpg"/>
        </level>
        <level tiledimagewidth="964" tiledimageheight="964">
            <left url="builddata/build11/3/0/%v_%u.jpg"/>
            <front url="builddata/build11/0/0/%v_%u.jpg"/>
            <right url="builddata/build11/1/0/%v_%u.jpg"/>
            <back url="builddata/build11/2/0/%v_%u.jpg"/>
            <up url="builddata/build11/4/0/%v_%u.jpg"/>
            <down url="builddata/build11/5/0/%v_%u.jpg"/>
        </level>
        <!-- mobile phone / iphone images -->
        <mobile>
            <left url="builddata/build11/3/mobile_face.jpg"/>
            <front url="builddata/build11/0/mobile_face.jpg"/>
            <right url="builddata/build11/1/mobile_face.jpg"/>
            <back url="builddata/build11/2/mobile_face.jpg"/>
            <up url="builddata/build11/4/mobile_face.jpg"/>
            <down url="builddata/build11/5/mobile_face.jpg"/>
        </mobile>
        <!-- tablet pc / ipad images -->
        <tablet>
            <left url="builddata/build11/3/tablet_face.jpg"/>
            <front url="builddata/build11/0/tablet_face.jpg"/>
            <right url="builddata/build11/1/tablet_face.jpg"/>
            <back url="builddata/build11/2/tablet_face.jpg"/>
            <up url="builddata/build11/4/tablet_face.jpg"/>
            <down url="builddata/build11/5/tablet_face.jpg"/>
        </tablet>
    </image>
    <!--************** Hotspoty i Flary ***********************************************************-->
    <hotspot name="spot53" onclick="mainloadpano(build10);" url="builddata/graphics/spots/spot0.png" onhover="showtext(Sala Widowiskowa CPK w Drezdenku);" ath="38.2507" atv="1.62651"/>
    <hotspot name="spot54" onclick="mainloadpano(build8);" url="builddata/graphics/spots/spot0.png" onhover="showtext(Centrum Promocji Kultury w Drezdenku);" ath="-22.9937" atv="1.95181"/>
    <action name="hidepanospotsaction">
		set(hotspot[spot53].visible, false);
		set(hotspot[spot54].visible, false);
	</action>
    <action name="showpanospotsaction">
		set(hotspot[spot53].visible, true);
		set(hotspot[spot54].visible, true);
	</action>
    </scene>
    
    <scene name="build12" title="Gospoda Drezdenko" onstart="" thumburl="https://pano.zwiedzaj.lu/panodata/drezdenko3/builddata/build12/2/0/0_0.jpg">
        <events onxmlcomplete="onxmlcompleteaction();"/>
    <action name="onxmlcompleteaction">
		plugin[combobox].selectiditem(combobox12);
	</action>
    <action name="playpanosounds">
		playbackgroundsound(none);
	</action>
    <action name="stoppanosounds">
		stopbackgroundsound();
	</action>
    <action name="closepanoobjects">
	</action>
    <!--************** Panorama *******************************************************************-->
    <!-- @File="build12.xml" @PanoName="Gospoda Drezdenko" @FilePath="F:/WIRTUALNE PANORAMY/Drezdenko/1. Drezdenko/5.tif" -->
    <panoview h="0" v="0" fov="55"/>
    <!-- parametry widoku -->
    <view fisheye="0" limitview="range" hlookatmin="-180" hlookatmax="180" vlookatmin="-90" vlookatmax="90" maxpixelzoom="1.0" fovmax="75" fov="55" hlookat="0" vlookat="0"/>
    <progress showload="none" showwait="none"/>
    <autorotate horizon="0" tofov="55" waittime="1" speed="5"/>
    <!-- obraz podglądu -->
    <preview url="builddata/build12/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" details="16"/>
    <!-- aktualnej panoramy -->
    <image type="CUBE" multires="true" tilesize="964" baseindex="0">
        <level tiledimagewidth="3853" tiledimageheight="3853">
            <left url="builddata/build12/3/2/%v_%u.jpg"/>
            <front url="builddata/build12/0/2/%v_%u.jpg"/>
            <right url="builddata/build12/1/2/%v_%u.jpg"/>
            <back url="builddata/build12/2/2/%v_%u.jpg"/>
            <up url="builddata/build12/4/2/%v_%u.jpg"/>
            <down url="builddata/build12/5/2/%v_%u.jpg"/>
        </level>
        <level tiledimagewidth="1926" tiledimageheight="1926">
            <left url="builddata/build12/3/1/%v_%u.jpg"/>
            <front url="builddata/build12/0/1/%v_%u.jpg"/>
            <right url="builddata/build12/1/1/%v_%u.jpg"/>
            <back url="builddata/build12/2/1/%v_%u.jpg"/>
            <up url="builddata/build12/4/1/%v_%u.jpg"/>
            <down url="builddata/build12/5/1/%v_%u.jpg"/>
        </level>
        <level tiledimagewidth="963" tiledimageheight="963">
            <left url="builddata/build12/3/0/%v_%u.jpg"/>
            <front url="builddata/build12/0/0/%v_%u.jpg"/>
            <right url="builddata/build12/1/0/%v_%u.jpg"/>
            <back url="builddata/build12/2/0/%v_%u.jpg"/>
            <up url="builddata/build12/4/0/%v_%u.jpg"/>
            <down url="builddata/build12/5/0/%v_%u.jpg"/>
        </level>
        <!-- mobile phone / iphone images -->
        <mobile>
            <left url="builddata/build12/3/mobile_face.jpg"/>
            <front url="builddata/build12/0/mobile_face.jpg"/>
            <right url="builddata/build12/1/mobile_face.jpg"/>
            <back url="builddata/build12/2/mobile_face.jpg"/>
            <up url="builddata/build12/4/mobile_face.jpg"/>
            <down url="builddata/build12/5/mobile_face.jpg"/>
        </mobile>
        <!-- tablet pc / ipad images -->
        <tablet>
            <left url="builddata/build12/3/tablet_face.jpg"/>
            <front url="builddata/build12/0/tablet_face.jpg"/>
            <right url="builddata/build12/1/tablet_face.jpg"/>
            <back url="builddata/build12/2/tablet_face.jpg"/>
            <up url="builddata/build12/4/tablet_face.jpg"/>
            <down url="builddata/build12/5/tablet_face.jpg"/>
        </tablet>
    </image>
    <!--************** Hotspoty i Flary ***********************************************************-->
    <hotspot name="spot55" onclick="mainloadpano(build8);" url="builddata/graphics/spots/spot0.png" onhover="showtext(Centrum Promocji Kultury w Drezdenku);" ath="-115.965" atv="3.3842"/>
    <hotspot name="spot56" onclick="closeallobjects();set(plugin[spot56object].visible,true);tween(plugin[spot56object].alpha, 1);" url="builddata/graphics/spots/spot2.png" ath="84.9699" atv="0.154905"/>
    <plugin name="spot56object" visible="false" url="builddata/graphics/spots/object6.jpg" align="center" alpha="0" onclick="closespot56object();"/>
    <action name="closespot56object">
		if(plugin[spot56object].visible,
		tween(plugin[spot56object].alpha, 0);
		delayedcall(0.5,set(plugin[spot56object].visible,false));
		);
	</action>
    <hotspot name="spot57" onclick="closeallobjects();set(plugin[spot57object].visible,true);tween(plugin[spot57object].alpha, 1);" url="builddata/graphics/spots/spot2.png" ath="-115.924" atv="10.3787"/>
    <plugin name="spot57object" visible="false" url="builddata/graphics/spots/object7.jpg" align="center" alpha="0" onclick="closespot57object();"/>
    <action name="closespot57object">
		if(plugin[spot57object].visible,
		tween(plugin[spot57object].alpha, 0);
		delayedcall(0.5,set(plugin[spot57object].visible,false));
		);
	</action>
    <action name="hidepanospotsaction">
		set(hotspot[spot55].visible, false);
		set(hotspot[spot56].visible, false);
		set(hotspot[spot57].visible, false);
	</action>
    <action name="showpanospotsaction">
		set(hotspot[spot55].visible, true);
		set(hotspot[spot56].visible, true);
		set(hotspot[spot57].visible, true);
	</action>
    <!-- zamknij wszystkie Hotspoty -->
    <action name="closeallobjects">
		closespot56object();
		closespot57object();
	</action>
    </scene>
    
<scene name="build13" title="Bank Spółdzielczy w Drezdenku" onstart="" thumburl="https://pano.zwiedzaj.lu/panodata/drezdenko3/builddata/build13/2/0/0_0.jpg">
         <events onxmlcomplete="onxmlcompleteaction();"/>
    <action name="onxmlcompleteaction">
		plugin[combobox].selectiditem(combobox13);
	</action>
    <action name="playpanosounds">
		playbackgroundsound(none);
	</action>
    <action name="stoppanosounds">
		stopbackgroundsound();
	</action>
    <action name="closepanoobjects">
	</action>
    <!--************** Panorama *******************************************************************-->
    <!-- @File="build13.xml" @PanoName="Bank Spółdzielczy w Drezdenku" @FilePath="F:/WIRTUALNE PANORAMY/Drezdenko/1. Drezdenko/6.tif" -->
    <panoview h="0" v="0" fov="55"/>
    <!-- parametry widoku -->
    <view fisheye="0" limitview="range" hlookatmin="-180" hlookatmax="180" vlookatmin="-90" vlookatmax="90" maxpixelzoom="1.0" fovmax="75" fov="55" hlookat="0" vlookat="0"/>
    <progress showload="none" showwait="none"/>
    <autorotate horizon="0" tofov="55" waittime="1" speed="5"/>
    <!-- obraz podglądu -->
    <preview url="builddata/build13/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" details="16"/>
    <!-- aktualnej panoramy -->
    <image type="CUBE" multires="true" tilesize="963" baseindex="0">
        <level tiledimagewidth="3852" tiledimageheight="3852">
            <left url="builddata/build13/3/2/%v_%u.jpg"/>
            <front url="builddata/build13/0/2/%v_%u.jpg"/>
            <right url="builddata/build13/1/2/%v_%u.jpg"/>
            <back url="builddata/build13/2/2/%v_%u.jpg"/>
            <up url="builddata/build13/4/2/%v_%u.jpg"/>
            <down url="builddata/build13/5/2/%v_%u.jpg"/>
        </level>
        <level tiledimagewidth="1926" tiledimageheight="1926">
            <left url="builddata/build13/3/1/%v_%u.jpg"/>
            <front url="builddata/build13/0/1/%v_%u.jpg"/>
            <right url="builddata/build13/1/1/%v_%u.jpg"/>
            <back url="builddata/build13/2/1/%v_%u.jpg"/>
            <up url="builddata/build13/4/1/%v_%u.jpg"/>
            <down url="builddata/build13/5/1/%v_%u.jpg"/>
        </level>
        <level tiledimagewidth="963" tiledimageheight="963">
            <left url="builddata/build13/3/0/%v_%u.jpg"/>
            <front url="builddata/build13/0/0/%v_%u.jpg"/>
            <right url="builddata/build13/1/0/%v_%u.jpg"/>
            <back url="builddata/build13/2/0/%v_%u.jpg"/>
            <up url="builddata/build13/4/0/%v_%u.jpg"/>
            <down url="builddata/build13/5/0/%v_%u.jpg"/>
        </level>
        <!-- mobile phone / iphone images -->
        <mobile>
            <left url="builddata/build13/3/mobile_face.jpg"/>
            <front url="builddata/build13/0/mobile_face.jpg"/>
            <right url="builddata/build13/1/mobile_face.jpg"/>
            <back url="builddata/build13/2/mobile_face.jpg"/>
            <up url="builddata/build13/4/mobile_face.jpg"/>
            <down url="builddata/build13/5/mobile_face.jpg"/>
        </mobile>
        <!-- tablet pc / ipad images -->
        <tablet>
            <left url="builddata/build13/3/tablet_face.jpg"/>
            <front url="builddata/build13/0/tablet_face.jpg"/>
            <right url="builddata/build13/1/tablet_face.jpg"/>
            <back url="builddata/build13/2/tablet_face.jpg"/>
            <up url="builddata/build13/4/tablet_face.jpg"/>
            <down url="builddata/build13/5/tablet_face.jpg"/>
        </tablet>
    </image>
    <!--************** Hotspoty i Flary ***********************************************************-->
    <hotspot name="spot58" onclick="mainloadpano(build0);" url="builddata/graphics/spots/spot0.png" onhover="showtext(Drezdenko - panorama z powietrza);" ath="74.5365" atv="-14.1949"/>
    <hotspot name="spot59" onclick="mainloadpano(build6);" url="builddata/graphics/spots/spot0.png" onhover="showtext(Plac Wolności - Muzeum%2C Pałac J. G. Treppmachera);" ath="-157.73" atv="0.160714"/>
    <hotspot name="spot79" onclick="mainloadpano(build2);" url="builddata/graphics/spots/spot0.png" onhover="showtext(Plac Wileński);" ath="87" atv="0.160714"/>
    <action name="hidepanospotsaction">
		set(hotspot[spot58].visible, false);
		set(hotspot[spot59].visible, false);
		set(hotspot[spot79].visible, false);
	</action>
    <action name="showpanospotsaction">
		set(hotspot[spot58].visible, true);
		set(hotspot[spot59].visible, true);
		set(hotspot[spot79].visible, true);
	</action>
</scene>
    
    <scene name="build14" title="Przedsiębiorstwo Gospodarki Komunalnej i Mieszkaniowej w Drezdenku" onstart="" thumburl="https://pano.zwiedzaj.lu/panodata/drezdenko3/builddata/build14/2/0/0_0.jpg">
         <events onxmlcomplete="onxmlcompleteaction();"/>
    <action name="onxmlcompleteaction">
		plugin[combobox].selectiditem(combobox14);
	</action>
    <action name="playpanosounds">
		playbackgroundsound(none);
	</action>
    <action name="stoppanosounds">
		stopbackgroundsound();
	</action>
    <action name="closepanoobjects">
	</action>
    <!--************** Panorama *******************************************************************-->
    <!-- @File="build14.xml" @PanoName="Przedsiębiorstwo Gospodarki Komunalnej i Mieszkaniowej w Drezdenku" @FilePath="F:/WIRTUALNE PANORAMY/Drezdenko/1. Drezdenko/7.tif" -->
    <panoview h="0" v="0" fov="55"/>
    <!-- parametry widoku -->
    <view fisheye="0" limitview="range" hlookatmin="-180" hlookatmax="180" vlookatmin="-90" vlookatmax="90" maxpixelzoom="1.0" fovmax="75" fov="55" hlookat="0" vlookat="0"/>
    <progress showload="none" showwait="none"/>
    <autorotate horizon="0" tofov="55" waittime="1" speed="5"/>
    <!-- obraz podglądu -->
    <preview url="builddata/build14/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" details="16"/>
    <!-- aktualnej panoramy -->
    <image type="CUBE" multires="true" tilesize="962" baseindex="0">
        <level tiledimagewidth="3848" tiledimageheight="3848">
            <left url="builddata/build14/3/2/%v_%u.jpg"/>
            <front url="builddata/build14/0/2/%v_%u.jpg"/>
            <right url="builddata/build14/1/2/%v_%u.jpg"/>
            <back url="builddata/build14/2/2/%v_%u.jpg"/>
            <up url="builddata/build14/4/2/%v_%u.jpg"/>
            <down url="builddata/build14/5/2/%v_%u.jpg"/>
        </level>
        <level tiledimagewidth="1924" tiledimageheight="1924">
            <left url="builddata/build14/3/1/%v_%u.jpg"/>
            <front url="builddata/build14/0/1/%v_%u.jpg"/>
            <right url="builddata/build14/1/1/%v_%u.jpg"/>
            <back url="builddata/build14/2/1/%v_%u.jpg"/>
            <up url="builddata/build14/4/1/%v_%u.jpg"/>
            <down url="builddata/build14/5/1/%v_%u.jpg"/>
        </level>
        <level tiledimagewidth="962" tiledimageheight="962">
            <left url="builddata/build14/3/0/%v_%u.jpg"/>
            <front url="builddata/build14/0/0/%v_%u.jpg"/>
            <right url="builddata/build14/1/0/%v_%u.jpg"/>
            <back url="builddata/build14/2/0/%v_%u.jpg"/>
            <up url="builddata/build14/4/0/%v_%u.jpg"/>
            <down url="builddata/build14/5/0/%v_%u.jpg"/>
        </level>
        <!-- mobile phone / iphone images -->
        <mobile>
            <left url="builddata/build14/3/mobile_face.jpg"/>
            <front url="builddata/build14/0/mobile_face.jpg"/>
            <right url="builddata/build14/1/mobile_face.jpg"/>
            <back url="builddata/build14/2/mobile_face.jpg"/>
            <up url="builddata/build14/4/mobile_face.jpg"/>
            <down url="builddata/build14/5/mobile_face.jpg"/>
        </mobile>
        <!-- tablet pc / ipad images -->
        <tablet>
            <left url="builddata/build14/3/tablet_face.jpg"/>
            <front url="builddata/build14/0/tablet_face.jpg"/>
            <right url="builddata/build14/1/tablet_face.jpg"/>
            <back url="builddata/build14/2/tablet_face.jpg"/>
            <up url="builddata/build14/4/tablet_face.jpg"/>
            <down url="builddata/build14/5/tablet_face.jpg"/>
        </tablet>
    </image>
    <!--************** Hotspoty i Flary ***********************************************************-->
    <hotspot name="spot60" onclick="mainloadpano(build0);" url="builddata/graphics/spots/spot0.png" onhover="showtext(Drezdenko - panorama z powietrza);" ath="177.895" atv="-3.01003"/>
    <hotspot name="spot61" onclick="closeallobjects();set(plugin[spot61object].visible,true);tween(plugin[spot61object].alpha, 1);" url="builddata/graphics/spots/spot2.png" ath="177.895" atv="6.92308"/>
    <plugin name="spot61object" visible="false" url="builddata/graphics/spots/object8.jpg" align="center" alpha="0" onclick="closespot61object();"/>
    <action name="closespot61object">
		if(plugin[spot61object].visible,
		tween(plugin[spot61object].alpha, 0);
		delayedcall(0.5,set(plugin[spot61object].visible,false));
		);
	</action>
    <action name="hidepanospotsaction">
		set(hotspot[spot60].visible, false);
		set(hotspot[spot61].visible, false);
	</action>
    <action name="showpanospotsaction">
		set(hotspot[spot60].visible, true);
		set(hotspot[spot61].visible, true);
	</action>
    <!-- zamknij wszystkie Hotspoty -->
    <action name="closeallobjects">
		closespot61object();
	</action>
    </scene>
    
    <scene name="build15" title="Nadleśnictwo Smolarz - skwer przed budynkiem" onstart="" thumburl="https://pano.zwiedzaj.lu/panodata/drezdenko3/builddata/build15/2/0/0_0.jpg">
        <events onxmlcomplete="onxmlcompleteaction();"/>
    <action name="onxmlcompleteaction">
		plugin[combobox].selectiditem(combobox15);
	</action>
    <action name="playpanosounds">
		playbackgroundsound(none);
	</action>
    <action name="stoppanosounds">
		stopbackgroundsound();
	</action>
    <action name="closepanoobjects">
	</action>
    <!--************** Panorama *******************************************************************-->
    <!-- @File="build15.xml" @PanoName="Nadleśnictwo Smolarz - skwer przed budynkiem" @FilePath="F:/WIRTUALNE PANORAMY/Drezdenko/1. Drezdenko/8.tif" -->
    <panoview h="0" v="0" fov="55"/>
    <!-- parametry widoku -->
    <view fisheye="0" limitview="range" hlookatmin="-180" hlookatmax="180" vlookatmin="-90" vlookatmax="90" maxpixelzoom="1.0" fovmax="75" fov="55" hlookat="0" vlookat="0"/>
    <progress showload="none" showwait="none"/>
    <autorotate horizon="0" tofov="55" waittime="1" speed="5"/>
    <!-- obraz podglądu -->
    <preview url="builddata/build15/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" details="16"/>
    <!-- aktualnej panoramy -->
    <image type="CUBE" multires="true" tilesize="964" baseindex="0">
        <level tiledimagewidth="3856" tiledimageheight="3856">
            <left url="builddata/build15/3/2/%v_%u.jpg"/>
            <front url="builddata/build15/0/2/%v_%u.jpg"/>
            <right url="builddata/build15/1/2/%v_%u.jpg"/>
            <back url="builddata/build15/2/2/%v_%u.jpg"/>
            <up url="builddata/build15/4/2/%v_%u.jpg"/>
            <down url="builddata/build15/5/2/%v_%u.jpg"/>
        </level>
        <level tiledimagewidth="1928" tiledimageheight="1928">
            <left url="builddata/build15/3/1/%v_%u.jpg"/>
            <front url="builddata/build15/0/1/%v_%u.jpg"/>
            <right url="builddata/build15/1/1/%v_%u.jpg"/>
            <back url="builddata/build15/2/1/%v_%u.jpg"/>
            <up url="builddata/build15/4/1/%v_%u.jpg"/>
            <down url="builddata/build15/5/1/%v_%u.jpg"/>
        </level>
        <level tiledimagewidth="964" tiledimageheight="964">
            <left url="builddata/build15/3/0/%v_%u.jpg"/>
            <front url="builddata/build15/0/0/%v_%u.jpg"/>
            <right url="builddata/build15/1/0/%v_%u.jpg"/>
            <back url="builddata/build15/2/0/%v_%u.jpg"/>
            <up url="builddata/build15/4/0/%v_%u.jpg"/>
            <down url="builddata/build15/5/0/%v_%u.jpg"/>
        </level>
        <!-- mobile phone / iphone images -->
        <mobile>
            <left url="builddata/build15/3/mobile_face.jpg"/>
            <front url="builddata/build15/0/mobile_face.jpg"/>
            <right url="builddata/build15/1/mobile_face.jpg"/>
            <back url="builddata/build15/2/mobile_face.jpg"/>
            <up url="builddata/build15/4/mobile_face.jpg"/>
            <down url="builddata/build15/5/mobile_face.jpg"/>
        </mobile>
        <!-- tablet pc / ipad images -->
        <tablet>
            <left url="builddata/build15/3/tablet_face.jpg"/>
            <front url="builddata/build15/0/tablet_face.jpg"/>
            <right url="builddata/build15/1/tablet_face.jpg"/>
            <back url="builddata/build15/2/tablet_face.jpg"/>
            <up url="builddata/build15/4/tablet_face.jpg"/>
            <down url="builddata/build15/5/tablet_face.jpg"/>
        </tablet>
    </image>
    <!--************** Hotspoty i Flary ***********************************************************-->
    <hotspot name="spot62" onclick="mainloadpano(build0);" url="builddata/graphics/spots/spot0.png" onhover="showtext(Drezdenko - panorama z powietrza);" ath="129.173" atv="-16.2542"/>
    <hotspot name="spot63" onclick="mainloadpano(build20);" url="builddata/graphics/spots/spot0.png" onhover="showtext(Jezioro Łubówko - panorama z powietrza);" ath="12.1805" atv="-20.7692"/>
    <hotspot name="spot64" onclick="closeallobjects();set(plugin[spot64object].visible,true);tween(plugin[spot64object].alpha, 1);" url="builddata/graphics/spots/spot2.png" ath="134.638" atv="1.00192"/>
    <hotspot name="spot82" onclick="closeallobjects();set(plugin[spot82object].visible,true);tween(plugin[spot82object].alpha, 1);" url="builddata/graphics/spots/spot2.png" ath="-92.638" atv="1.00192"/>
    <plugin name="spot64object" visible="false" url="builddata/graphics/spots/object9.jpg" align="center" alpha="0" onclick="closespot64object();"/>
    <plugin name="spot82object" visible="false" url="builddata/graphics/spots/object15.jpg" align="center" alpha="0" onclick="closespot82object();"/>
    <action name="closespot64object">
		if(plugin[spot64object].visible,
		tween(plugin[spot64object].alpha, 0);
		delayedcall(0.5,set(plugin[spot64object].visible,false));
		);
	</action>
    <action name="closespot82object">
		if(plugin[spot82object].visible,
		tween(plugin[spot82object].alpha, 0);
		delayedcall(0.5,set(plugin[spot82object].visible,false));
		);
	</action>
    <action name="hidepanospotsaction">
		set(hotspot[spot62].visible, false);
		set(hotspot[spot63].visible, false);
		set(hotspot[spot64].visible, false);
		set(hotspot[spot82].visible, false);
	</action>
    <action name="showpanospotsaction">
		set(hotspot[spot62].visible, true);
		set(hotspot[spot63].visible, true);
		set(hotspot[spot64].visible, true);
		set(hotspot[spot82].visible, true);
	</action>
    <!-- zamknij wszystkie Hotspoty -->
    <action name="closeallobjects">
		closespot64object();
	</action>
    </scene>
    
    <scene name="build16" title="Jezioro Łubówko" onstart="" thumburl="https://pano.zwiedzaj.lu/panodata/drezdenko3/builddata/build16/2/0/0_0.jpg">
        <events onxmlcomplete="onxmlcompleteaction();"/>
    <action name="onxmlcompleteaction">
		plugin[combobox].selectiditem(combobox16);
	</action>
    <action name="playpanosounds">
		playbackgroundsound(none);
	</action>
    <action name="stoppanosounds">
		stopbackgroundsound();
	</action>
    <action name="closepanoobjects">
	</action>
    <!--************** Panorama *******************************************************************-->
    <!-- @File="build16.xml" @PanoName="Jezioro Łubówko" @FilePath="F:/WIRTUALNE PANORAMY/Drezdenko/1. Drezdenko/9.tif" -->
    <panoview h="0" v="0" fov="55"/>
    <!-- parametry widoku -->
    <view fisheye="0" limitview="range" hlookatmin="-180" hlookatmax="180" vlookatmin="-90" vlookatmax="90" maxpixelzoom="1.0" fovmax="75" fov="55" hlookat="0" vlookat="0"/>
    <progress showload="none" showwait="none"/>
    <autorotate horizon="0" tofov="55" waittime="1" speed="5"/>
    <!-- obraz podglądu -->
    <preview url="builddata/build16/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" details="16"/>
    <!-- aktualnej panoramy -->
    <image type="CUBE" multires="true" tilesize="958" baseindex="0">
        <level tiledimagewidth="3829" tiledimageheight="3829">
            <left url="builddata/build16/3/2/%v_%u.jpg"/>
            <front url="builddata/build16/0/2/%v_%u.jpg"/>
            <right url="builddata/build16/1/2/%v_%u.jpg"/>
            <back url="builddata/build16/2/2/%v_%u.jpg"/>
            <up url="builddata/build16/4/2/%v_%u.jpg"/>
            <down url="builddata/build16/5/2/%v_%u.jpg"/>
        </level>
        <level tiledimagewidth="1914" tiledimageheight="1914">
            <left url="builddata/build16/3/1/%v_%u.jpg"/>
            <front url="builddata/build16/0/1/%v_%u.jpg"/>
            <right url="builddata/build16/1/1/%v_%u.jpg"/>
            <back url="builddata/build16/2/1/%v_%u.jpg"/>
            <up url="builddata/build16/4/1/%v_%u.jpg"/>
            <down url="builddata/build16/5/1/%v_%u.jpg"/>
        </level>
        <level tiledimagewidth="957" tiledimageheight="957">
            <left url="builddata/build16/3/0/%v_%u.jpg"/>
            <front url="builddata/build16/0/0/%v_%u.jpg"/>
            <right url="builddata/build16/1/0/%v_%u.jpg"/>
            <back url="builddata/build16/2/0/%v_%u.jpg"/>
            <up url="builddata/build16/4/0/%v_%u.jpg"/>
            <down url="builddata/build16/5/0/%v_%u.jpg"/>
        </level>
        <!-- mobile phone / iphone images -->
        <mobile>
            <left url="builddata/build16/3/mobile_face.jpg"/>
            <front url="builddata/build16/0/mobile_face.jpg"/>
            <right url="builddata/build16/1/mobile_face.jpg"/>
            <back url="builddata/build16/2/mobile_face.jpg"/>
            <up url="builddata/build16/4/mobile_face.jpg"/>
            <down url="builddata/build16/5/mobile_face.jpg"/>
        </mobile>
        <!-- tablet pc / ipad images -->
        <tablet>
            <left url="builddata/build16/3/tablet_face.jpg"/>
            <front url="builddata/build16/0/tablet_face.jpg"/>
            <right url="builddata/build16/1/tablet_face.jpg"/>
            <back url="builddata/build16/2/tablet_face.jpg"/>
            <up url="builddata/build16/4/tablet_face.jpg"/>
            <down url="builddata/build16/5/tablet_face.jpg"/>
        </tablet>
    </image>
    <!--************** Hotspoty i Flary ***********************************************************-->
    <hotspot name="spot65" onclick="mainloadpano(build20);" url="builddata/graphics/spots/spot0.png" onhover="showtext(Jezioro Łubówko - panorama z powietrza);" ath="14.2857" atv="-37.6254"/>
    <hotspot name="spot66" onclick="mainloadpano(build0);" url="builddata/graphics/spots/spot0.png" onhover="showtext(Drezdenko - panorama z powietrza);" ath="-95.4887" atv="-42.1405"/>
    <hotspot name="spot67" onclick="closeallobjects();set(plugin[spot67object].visible,true);tween(plugin[spot67object].alpha, 1);" url="builddata/graphics/spots/spot2.png" ath="-169.166" atv="-3.87263"/>
    <plugin name="spot67object" visible="false" url="builddata/graphics/spots/object10.jpg" align="center" alpha="0" onclick="closespot67object();"/>
    <action name="closespot67object">
		if(plugin[spot67object].visible,
		tween(plugin[spot67object].alpha, 0);
		delayedcall(0.5,set(plugin[spot67object].visible,false));
		);
	</action>
    <action name="hidepanospotsaction">
		set(hotspot[spot65].visible, false);
		set(hotspot[spot66].visible, false);
		set(hotspot[spot67].visible, false);
	</action>
    <action name="showpanospotsaction">
		set(hotspot[spot65].visible, true);
		set(hotspot[spot66].visible, true);
		set(hotspot[spot67].visible, true);
	</action>
    <!-- zamknij wszystkie Hotspoty -->
    <action name="closeallobjects">
		closespot67object();
	</action>
    </scene>
    
    <scene name="build17" title="Tartak Trzebicz - hala produkcyjna" onstart="" thumburl="https://pano.zwiedzaj.lu/panodata/drezdenko3/builddata/build17/2/0/0_0.jpg">
        <events onxmlcomplete="onxmlcompleteaction();"/>
    <action name="onxmlcompleteaction">
		plugin[combobox].selectiditem(combobox17);
	</action>
    <action name="playpanosounds">
		playbackgroundsound(none);
	</action>
    <action name="stoppanosounds">
		stopbackgroundsound();
	</action>
    <action name="closepanoobjects">
	</action>
    <!--************** Panorama *******************************************************************-->
    <!-- @File="build17.xml" @PanoName="Tartak Trzebicz - hala produkcyjna" @FilePath="F:/WIRTUALNE PANORAMY/Drezdenko/1. Drezdenko/10.tif" -->
    <panoview h="0" v="0" fov="55"/>
    <!-- parametry widoku -->
    <view fisheye="0" limitview="range" hlookatmin="-180" hlookatmax="180" vlookatmin="-90" vlookatmax="90" maxpixelzoom="1.0" fovmax="75" fov="55" hlookat="0" vlookat="0"/>
    <progress showload="none" showwait="none"/>
    <autorotate horizon="0" tofov="55" waittime="1" speed="5"/>
    <!-- obraz podglądu -->
    <preview url="builddata/build17/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" details="16"/>
    <!-- aktualnej panoramy -->
    <image type="CUBE" multires="true" tilesize="965" baseindex="0">
        <level tiledimagewidth="3858" tiledimageheight="3858">
            <left url="builddata/build17/3/2/%v_%u.jpg"/>
            <front url="builddata/build17/0/2/%v_%u.jpg"/>
            <right url="builddata/build17/1/2/%v_%u.jpg"/>
            <back url="builddata/build17/2/2/%v_%u.jpg"/>
            <up url="builddata/build17/4/2/%v_%u.jpg"/>
            <down url="builddata/build17/5/2/%v_%u.jpg"/>
        </level>
        <level tiledimagewidth="1929" tiledimageheight="1929">
            <left url="builddata/build17/3/1/%v_%u.jpg"/>
            <front url="builddata/build17/0/1/%v_%u.jpg"/>
            <right url="builddata/build17/1/1/%v_%u.jpg"/>
            <back url="builddata/build17/2/1/%v_%u.jpg"/>
            <up url="builddata/build17/4/1/%v_%u.jpg"/>
            <down url="builddata/build17/5/1/%v_%u.jpg"/>
        </level>
        <level tiledimagewidth="964" tiledimageheight="964">
            <left url="builddata/build17/3/0/%v_%u.jpg"/>
            <front url="builddata/build17/0/0/%v_%u.jpg"/>
            <right url="builddata/build17/1/0/%v_%u.jpg"/>
            <back url="builddata/build17/2/0/%v_%u.jpg"/>
            <up url="builddata/build17/4/0/%v_%u.jpg"/>
            <down url="builddata/build17/5/0/%v_%u.jpg"/>
        </level>
        <!-- mobile phone / iphone images -->
        <mobile>
            <left url="builddata/build17/3/mobile_face.jpg"/>
            <front url="builddata/build17/0/mobile_face.jpg"/>
            <right url="builddata/build17/1/mobile_face.jpg"/>
            <back url="builddata/build17/2/mobile_face.jpg"/>
            <up url="builddata/build17/4/mobile_face.jpg"/>
            <down url="builddata/build17/5/mobile_face.jpg"/>
        </mobile>
        <!-- tablet pc / ipad images -->
        <tablet>
            <left url="builddata/build17/3/tablet_face.jpg"/>
            <front url="builddata/build17/0/tablet_face.jpg"/>
            <right url="builddata/build17/1/tablet_face.jpg"/>
            <back url="builddata/build17/2/tablet_face.jpg"/>
            <up url="builddata/build17/4/tablet_face.jpg"/>
            <down url="builddata/build17/5/tablet_face.jpg"/>
        </tablet>
    </image>
    <!--************** Hotspoty i Flary ***********************************************************-->
    <hotspot name="spot68" onclick="mainloadpano(build0);" url="builddata/graphics/spots/spot0.png" onhover="showtext(Drezdenko - panorama z powietrza);" ath="126.057" atv="-0.522427"/>
    <hotspot name="spot69" onclick="mainloadpano(build18);" url="builddata/graphics/spots/spot0.png" onhover="showtext(Tartak Trzebicz - plac);" ath="136.278" atv="-0.712401"/>
    <action name="hidepanospotsaction">
		set(hotspot[spot68].visible, false);
		set(hotspot[spot69].visible, false);
	</action>
    <action name="showpanospotsaction">
		set(hotspot[spot68].visible, true);
		set(hotspot[spot69].visible, true);
	</action>
    </scene>
    
    <scene name="build18" title="Tartak Trzebicz - plac" onstart="" thumburl="https://pano.zwiedzaj.lu/panodata/drezdenko3/builddata/build18/2/0/0_0.jpg">
        <events onxmlcomplete="onxmlcompleteaction();"/>
    <action name="onxmlcompleteaction">
		plugin[combobox].selectiditem(combobox18);
	</action>
    <action name="playpanosounds">
		playbackgroundsound(none);
	</action>
    <action name="stoppanosounds">
		stopbackgroundsound();
	</action>
    <action name="closepanoobjects">
	</action>
    <!--************** Panorama *******************************************************************-->
    <!-- @File="build18.xml" @PanoName="Tartak Trzebicz - plac" @FilePath="F:/WIRTUALNE PANORAMY/Drezdenko/1. Drezdenko/11.tif" -->
    <panoview h="0" v="0" fov="55"/>
    <!-- parametry widoku -->
    <view fisheye="0" limitview="range" hlookatmin="-180" hlookatmax="180" vlookatmin="-90" vlookatmax="90" maxpixelzoom="1.0" fovmax="75" fov="55" hlookat="0" vlookat="0"/>
    <progress showload="none" showwait="none"/>
    <autorotate horizon="0" tofov="55" waittime="1" speed="5"/>
    <!-- obraz podglądu -->
    <preview url="builddata/build18/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" details="16"/>
    <!-- aktualnej panoramy -->
    <image type="CUBE" multires="true" tilesize="958" baseindex="0">
        <level tiledimagewidth="3829" tiledimageheight="3829">
            <left url="builddata/build18/3/2/%v_%u.jpg"/>
            <front url="builddata/build18/0/2/%v_%u.jpg"/>
            <right url="builddata/build18/1/2/%v_%u.jpg"/>
            <back url="builddata/build18/2/2/%v_%u.jpg"/>
            <up url="builddata/build18/4/2/%v_%u.jpg"/>
            <down url="builddata/build18/5/2/%v_%u.jpg"/>
        </level>
        <level tiledimagewidth="1914" tiledimageheight="1914">
            <left url="builddata/build18/3/1/%v_%u.jpg"/>
            <front url="builddata/build18/0/1/%v_%u.jpg"/>
            <right url="builddata/build18/1/1/%v_%u.jpg"/>
            <back url="builddata/build18/2/1/%v_%u.jpg"/>
            <up url="builddata/build18/4/1/%v_%u.jpg"/>
            <down url="builddata/build18/5/1/%v_%u.jpg"/>
        </level>
        <level tiledimagewidth="957" tiledimageheight="957">
            <left url="builddata/build18/3/0/%v_%u.jpg"/>
            <front url="builddata/build18/0/0/%v_%u.jpg"/>
            <right url="builddata/build18/1/0/%v_%u.jpg"/>
            <back url="builddata/build18/2/0/%v_%u.jpg"/>
            <up url="builddata/build18/4/0/%v_%u.jpg"/>
            <down url="builddata/build18/5/0/%v_%u.jpg"/>
        </level>
        <!-- mobile phone / iphone images -->
        <mobile>
            <left url="builddata/build18/3/mobile_face.jpg"/>
            <front url="builddata/build18/0/mobile_face.jpg"/>
            <right url="builddata/build18/1/mobile_face.jpg"/>
            <back url="builddata/build18/2/mobile_face.jpg"/>
            <up url="builddata/build18/4/mobile_face.jpg"/>
            <down url="builddata/build18/5/mobile_face.jpg"/>
        </mobile>
        <!-- tablet pc / ipad images -->
        <tablet>
            <left url="builddata/build18/3/tablet_face.jpg"/>
            <front url="builddata/build18/0/tablet_face.jpg"/>
            <right url="builddata/build18/1/tablet_face.jpg"/>
            <back url="builddata/build18/2/tablet_face.jpg"/>
            <up url="builddata/build18/4/tablet_face.jpg"/>
            <down url="builddata/build18/5/tablet_face.jpg"/>
        </tablet>
    </image>
    <!--************** Hotspoty i Flary ***********************************************************-->
    <hotspot name="spot70" onclick="mainloadpano(build17);" url="builddata/graphics/spots/spot0.png" onhover="showtext(Tartak Trzebicz - hala produkcyjna);" ath="-90.2297" atv="1.65812"/>
    <hotspot name="spot71" onclick="mainloadpano(build0);" url="builddata/graphics/spots/spot0.png" onhover="showtext(Drezdenko - panorama z powietrza);" ath="116.545" atv="-15.0425"/>
    <hotspot name="spot72" onclick="closeallobjects();set(plugin[spot72object].visible,true);tween(plugin[spot72object].alpha, 1);" url="builddata/graphics/spots/spot2.png" ath="80.2544" atv="-0.81182"/>
    <plugin name="spot72object" visible="false" url="builddata/graphics/spots/object11.jpg" align="center" alpha="0" onclick="closespot72object();"/>
    <action name="closespot72object">
		if(plugin[spot72object].visible,
		tween(plugin[spot72object].alpha, 0);
		delayedcall(0.5,set(plugin[spot72object].visible,false));
		);
	</action>
    <hotspot name="spot73" onclick="closeallobjects();set(plugin[spot73object].visible,true);tween(plugin[spot73object].alpha, 1);" url="builddata/graphics/spots/spot2.png" ath="-83.6662" atv="1.50127"/>
    <plugin name="spot73object" visible="false" url="builddata/graphics/spots/object12.jpg" align="center" alpha="0" onclick="closespot73object();"/>
    <action name="closespot73object">
		if(plugin[spot73object].visible,
		tween(plugin[spot73object].alpha, 0);
		delayedcall(0.5,set(plugin[spot73object].visible,false));
		);
	</action>
    <action name="hidepanospotsaction">
		set(hotspot[spot70].visible, false);
		set(hotspot[spot71].visible, false);
		set(hotspot[spot72].visible, false);
		set(hotspot[spot73].visible, false);
	</action>
    <action name="showpanospotsaction">
		set(hotspot[spot70].visible, true);
		set(hotspot[spot71].visible, true);
		set(hotspot[spot72].visible, true);
		set(hotspot[spot73].visible, true);
	</action>
    <!-- zamknij wszystkie Hotspoty -->
    <action name="closeallobjects">
		closespot72object();
		closespot73object();
	</action>
    </scene>
    
    <scene name="build19" title="Siedlisko „Zaśpiew” Grotów 9" onstart="" thumburl="https://pano.zwiedzaj.lu/panodata/drezdenko3/builddata/build19/2/0/0_0.jpg">
         <events onxmlcomplete="onxmlcompleteaction();"/>
    <action name="onxmlcompleteaction">
		plugin[combobox].selectiditem(combobox19);
	</action>
    <action name="playpanosounds">
		playbackgroundsound(none);
	</action>
    <action name="stoppanosounds">
		stopbackgroundsound();
	</action>
    <action name="closepanoobjects">
	</action>
    <!--************** Panorama *******************************************************************-->
    <!-- @File="build19.xml" @PanoName="Siedlisko „Zaśpiew” Grotów 9" @FilePath="F:/WIRTUALNE PANORAMY/Drezdenko/1. Drezdenko/12.tif" -->
    <panoview h="0" v="0" fov="55"/>
    <!-- parametry widoku -->
    <view fisheye="0" limitview="range" hlookatmin="-180" hlookatmax="180" vlookatmin="-90" vlookatmax="90" maxpixelzoom="1.0" fovmax="75" fov="55" hlookat="0" vlookat="0"/>
    <progress showload="none" showwait="none"/>
    <autorotate horizon="0" tofov="55" waittime="1" speed="5"/>
    <!-- obraz podglądu -->
    <preview url="builddata/build19/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" details="16"/>
    <!-- aktualnej panoramy -->
    <image type="CUBE" multires="true" tilesize="961" baseindex="0">
        <level tiledimagewidth="3841" tiledimageheight="3841">
            <left url="builddata/build19/3/2/%v_%u.jpg"/>
            <front url="builddata/build19/0/2/%v_%u.jpg"/>
            <right url="builddata/build19/1/2/%v_%u.jpg"/>
            <back url="builddata/build19/2/2/%v_%u.jpg"/>
            <up url="builddata/build19/4/2/%v_%u.jpg"/>
            <down url="builddata/build19/5/2/%v_%u.jpg"/>
        </level>
        <level tiledimagewidth="1920" tiledimageheight="1920">
            <left url="builddata/build19/3/1/%v_%u.jpg"/>
            <front url="builddata/build19/0/1/%v_%u.jpg"/>
            <right url="builddata/build19/1/1/%v_%u.jpg"/>
            <back url="builddata/build19/2/1/%v_%u.jpg"/>
            <up url="builddata/build19/4/1/%v_%u.jpg"/>
            <down url="builddata/build19/5/1/%v_%u.jpg"/>
        </level>
        <level tiledimagewidth="960" tiledimageheight="960">
            <left url="builddata/build19/3/0/%v_%u.jpg"/>
            <front url="builddata/build19/0/0/%v_%u.jpg"/>
            <right url="builddata/build19/1/0/%v_%u.jpg"/>
            <back url="builddata/build19/2/0/%v_%u.jpg"/>
            <up url="builddata/build19/4/0/%v_%u.jpg"/>
            <down url="builddata/build19/5/0/%v_%u.jpg"/>
        </level>
        <!-- mobile phone / iphone images -->
        <mobile>
            <left url="builddata/build19/3/mobile_face.jpg"/>
            <front url="builddata/build19/0/mobile_face.jpg"/>
            <right url="builddata/build19/1/mobile_face.jpg"/>
            <back url="builddata/build19/2/mobile_face.jpg"/>
            <up url="builddata/build19/4/mobile_face.jpg"/>
            <down url="builddata/build19/5/mobile_face.jpg"/>
        </mobile>
        <!-- tablet pc / ipad images -->
        <tablet>
            <left url="builddata/build19/3/tablet_face.jpg"/>
            <front url="builddata/build19/0/tablet_face.jpg"/>
            <right url="builddata/build19/1/tablet_face.jpg"/>
            <back url="builddata/build19/2/tablet_face.jpg"/>
            <up url="builddata/build19/4/tablet_face.jpg"/>
            <down url="builddata/build19/5/tablet_face.jpg"/>
        </tablet>
    </image>
    <!--************** Hotspoty i Flary ***********************************************************-->
    <hotspot name="spot74" onclick="mainloadpano(build0);" url="builddata/graphics/spots/spot0.png" onhover="showtext(Drezdenko - panorama z powietrza);" ath="-107.56" atv="-3.73665"/>
    <hotspot name="spot75" onclick="closeallobjects();set(plugin[spot75object].visible,true);tween(plugin[spot75object].alpha, 1);" url="builddata/graphics/spots/spot2.png" ath="-112.034" atv="4.37722"/>
    <plugin name="spot75object" visible="false" url="builddata/graphics/spots/object13.jpg" align="center" alpha="0" onclick="closespot75object();"/>
    <action name="closespot75object">
		if(plugin[spot75object].visible,
		tween(plugin[spot75object].alpha, 0);
		delayedcall(0.5,set(plugin[spot75object].visible,false));
		);
	</action>
    <hotspot name="spot76" onclick="closeallobjects();set(plugin[spot76object].visible,true);tween(plugin[spot76object].alpha, 1);" url="builddata/graphics/spots/spot2.png" ath="-103.938" atv="4.59075"/>
    <plugin name="spot76object" visible="false" url="builddata/graphics/spots/object14.jpg" align="center" alpha="0" onclick="closespot76object();"/>
    <action name="closespot76object">
		if(plugin[spot76object].visible,
		tween(plugin[spot76object].alpha, 0);
		delayedcall(0.5,set(plugin[spot76object].visible,false));
		);
	</action>
    <action name="hidepanospotsaction">
		set(hotspot[spot74].visible, false);
		set(hotspot[spot75].visible, false);
		set(hotspot[spot76].visible, false);
	</action>
    <action name="showpanospotsaction">
		set(hotspot[spot74].visible, true);
		set(hotspot[spot75].visible, true);
		set(hotspot[spot76].visible, true);
	</action>
    <!-- zamknij wszystkie Hotspoty -->
    <action name="closeallobjects">
		closespot75object();
		closespot76object();
	</action>
    </scene>
    
    <scene name="build20" title="Jezioro Łubówko - panorama z powietrza" onstart="" thumburl="https://pano.zwiedzaj.lu/panodata/drezdenko3/builddata/build20/2/0/0_0.jpg">
        <events onxmlcomplete="onxmlcompleteaction();"/>
    <action name="onxmlcompleteaction">
		plugin[combobox].selectiditem(combobox20);
	</action>
    <action name="playpanosounds">
		playbackgroundsound(none);
	</action>
    <action name="stoppanosounds">
		stopbackgroundsound();
	</action>
    <action name="closepanoobjects">
	</action>
    <!--************** Panorama *******************************************************************-->
    <!-- @File="build20.xml" @PanoName="Jezioro Łubówko - panorama z powietrza" @FilePath="F:/WIRTUALNE PANORAMY/Drezdenko/1. Drezdenko/air1.tif" -->
    <panoview h="0" v="0" fov="55"/>
    <!-- parametry widoku -->
    <view fisheye="0" limitview="range" hlookatmin="-180" hlookatmax="180" vlookatmin="-90" vlookatmax="90" maxpixelzoom="1.0" fovmax="75" fov="55" hlookat="0" vlookat="0"/>
    <progress showload="none" showwait="none"/>
    <autorotate horizon="0" tofov="55" waittime="1" speed="5"/>
    <!-- obraz podglądu -->
    <preview url="builddata/build20/preview.jpg" type="CUBESTRIP" striporder="FRBLUD" details="16"/>
    <!-- aktualnej panoramy -->
    <image type="CUBE" multires="true" tilesize="860" baseindex="0">
        <level tiledimagewidth="6880" tiledimageheight="6880">
            <left url="builddata/build20/3/3/%v_%u.jpg"/>
            <front url="builddata/build20/0/3/%v_%u.jpg"/>
            <right url="builddata/build20/1/3/%v_%u.jpg"/>
            <back url="builddata/build20/2/3/%v_%u.jpg"/>
            <up url="builddata/build20/4/3/%v_%u.jpg"/>
            <down url="builddata/build20/5/3/%v_%u.jpg"/>
        </level>
        <level tiledimagewidth="3440" tiledimageheight="3440">
            <left url="builddata/build20/3/2/%v_%u.jpg"/>
            <front url="builddata/build20/0/2/%v_%u.jpg"/>
            <right url="builddata/build20/1/2/%v_%u.jpg"/>
            <back url="builddata/build20/2/2/%v_%u.jpg"/>
            <up url="builddata/build20/4/2/%v_%u.jpg"/>
            <down url="builddata/build20/5/2/%v_%u.jpg"/>
        </level>
        <level tiledimagewidth="1720" tiledimageheight="1720">
            <left url="builddata/build20/3/1/%v_%u.jpg"/>
            <front url="builddata/build20/0/1/%v_%u.jpg"/>
            <right url="builddata/build20/1/1/%v_%u.jpg"/>
            <back url="builddata/build20/2/1/%v_%u.jpg"/>
            <up url="builddata/build20/4/1/%v_%u.jpg"/>
            <down url="builddata/build20/5/1/%v_%u.jpg"/>
        </level>
        <level tiledimagewidth="860" tiledimageheight="860">
            <left url="builddata/build20/3/0/%v_%u.jpg"/>
            <front url="builddata/build20/0/0/%v_%u.jpg"/>
            <right url="builddata/build20/1/0/%v_%u.jpg"/>
            <back url="builddata/build20/2/0/%v_%u.jpg"/>
            <up url="builddata/build20/4/0/%v_%u.jpg"/>
            <down url="builddata/build20/5/0/%v_%u.jpg"/>
        </level>
        <!-- mobile phone / iphone images -->
        <mobile>
            <left url="builddata/build20/3/mobile_face.jpg"/>
            <front url="builddata/build20/0/mobile_face.jpg"/>
            <right url="builddata/build20/1/mobile_face.jpg"/>
            <back url="builddata/build20/2/mobile_face.jpg"/>
            <up url="builddata/build20/4/mobile_face.jpg"/>
            <down url="builddata/build20/5/mobile_face.jpg"/>
        </mobile>
        <!-- tablet pc / ipad images -->
        <tablet>
            <left url="builddata/build20/3/tablet_face.jpg"/>
            <front url="builddata/build20/0/tablet_face.jpg"/>
            <right url="builddata/build20/1/tablet_face.jpg"/>
            <back url="builddata/build20/2/tablet_face.jpg"/>
            <up url="builddata/build20/4/tablet_face.jpg"/>
            <down url="builddata/build20/5/tablet_face.jpg"/>
        </tablet>
    </image>
    <!--************** Hotspoty i Flary ***********************************************************-->
    <hotspot name="spot77" onclick="mainloadpano(build16);" url="builddata/graphics/spots/spot1.png" onhover="showtext(Jezioro Łubówko);" ath="-116.692" atv="42.5916"/>
    <hotspot name="spot78" onclick="mainloadpano(build0);" url="builddata/graphics/spots/spot0.png" onhover="showtext(Drezdenko - panorama z powietrza);" ath="9.62509" atv="-2.64029"/>
    <action name="hidepanospotsaction">
		set(hotspot[spot77].visible, false);
		set(hotspot[spot78].visible, false);
	</action>
    <action name="showpanospotsaction">
		set(hotspot[spot77].visible, true);
		set(hotspot[spot78].visible, true);
	</action>
    </scene>
    
</krpano>