<krpano version="1.0.8" ispartialpano="true" logkey="false">

	<include url="skin/defaultskin.xml" />
	<include url="skin/buttons.xml" />
	
	
		<!-- text style for hotspot hovering -->       
	<textstyle name="hotspottextstyle" 
		    font="Arial" fontsize="18" bold="true" italic="true" textcolor="0xFFF7EF" background="false" border="false"
		    alpha="1" blendmode="layer" effect="glow(0x000000,0.5,4,3);dropshadow(4,45,0x000000,4,0.66);" 
		    origin="cursor" edge="bottom" textalign="center" xoffset="0" yoffset="-3" noclip="true" showtime="0.1" fadetime="0.25" fadeintime="0.1" 
		    />
		    
		    

	<view hlookat="160" vlookat="7" fovtype="MFOV" fov="120" maxpixelzoom="1.5" fovmax="120" limitview="range" vlookatmin="-66.600" vlookatmax="66.600" />

	<area x="0%" width="100%" y="0" height="100%" />

	<!-- Hier wird der preview und die Bilder reinkopiert  -->  

	<preview url="vitalhaus.tiles/preview.jpg" />

	<image>
		<left  url="vitalhaus.tiles/pano_l.jpg" />
		<front url="vitalhaus.tiles/pano_f.jpg" />
		<right url="vitalhaus.tiles/pano_r.jpg" />
		<back  url="vitalhaus.tiles/pano_b.jpg" />
		<up    url="vitalhaus.tiles/pano_u.jpg" />
		<down  url="vitalhaus.tiles/pano_d.jpg" />
		<mobile>
			<left  url="vitalhaus.tiles/mobile_l.jpg" />
			<front url="vitalhaus.tiles/mobile_f.jpg" />
			<right url="vitalhaus.tiles/mobile_r.jpg" />
			<back  url="vitalhaus.tiles/mobile_b.jpg" />
			<up    url="vitalhaus.tiles/mobile_u.jpg" />
			<down  url="vitalhaus.tiles/mobile_d.jpg" />
		</mobile>
		<tablet>
			<left  url="vitalhaus.tiles/tablet_l.jpg" />
			<front url="vitalhaus.tiles/tablet_f.jpg" />
			<right url="vitalhaus.tiles/tablet_r.jpg" />
			<back  url="vitalhaus.tiles/tablet_b.jpg" />
			<up    url="vitalhaus.tiles/tablet_u.jpg" />
			<down  url="vitalhaus.tiles/tablet_d.jpg" />
		</tablet>
	</image>
	
	<control usercontrol="all"
         mousetype="moveto"
         touchtype="drag2d"
         zoomtocursor="false"
         zoomoutcursor="true"
         mouseaccelerate="1.0"
         mousespeed="10.0"
         mousefovchange="1.0"
         keybaccelerate="0.5"
         keybspeed="0.5"
         keybfriction="0.9"
         keybfovchange="0.75"
         keybinvert="false"
         fovspeed="3.0"
         fovfriction="0.9"
         movetocursor="none"
         cursorsize="10.0"
         headswing="0.0"
         keycodesleft="37"
         keycodesright="39"
         keycodesup="38"
         keycodesdown="40"
         keycodesin=""
         keycodesout=""
         touchfriction="0.87"
         />
         
<!-- Bannerlink Anfang -->
					
	<plugin name="promobtn" url="%SWFPATH%/plugins/textfield.swf"
				devices="flash"
				alpha="0.7"
				width="250" height="40" align="leftbottom" x="10" y="10"
				selectable="false" keep="false"
				visible="true" enabled="true" handcursor="true" capture="true" children="true"
				css="p{color:#000000; font-family:Arial; font-weight:bold; font-size:14; margin-left:5; margin-right:5; text-align:center; }" 
				backgroundcolor="0xFFFFFF" roundedge="5" shadow="1" borderwidth="0" glow="4" glowcolor="0xFFFFFF" 
				html="[p]Mehr Infos zum[br]Lea Vitalhaus[/p]"
				onclick="openurl(http://places.bayern-online.de/oberallgaeu-kleinwalsertal/fischen/lea-vitalhaus-fischen-wellness,_blank);"
				/>
				
<!-- Bannerlink Ende -->

	
	<!-- ecard bereich, nichts mehr aendern  -->  	
	<!--
	<plugin name="ecard" url="../ecard/ecard.swf"
		scriptpath="../ecard/ecard.php"
		configpath="../ecard/configuration.xml"
		
		imagearea=""
		formsize=""
		borderwidth="600"
		borderheight="400"
		usefinderresize="false"
		useimagelayer="true"
		closeinside="true"
		jpgcompress="80"
		
		swfaddressname=""
		bitlyname=""		
		useshares="false"
		shareurl=""
		keep="true"
	/>
	<plugin name="ecardbtn" url="%SWFPATH%/plugins/textfield.swf"
				devices="flash"
				width="100" height="38" align="rightbottom" x="10" y="10"
				selectable="false" keep="true"
				visible="true" enabled="true" handcursor="true" capture="true" children="true"
				css="p{color:#000000; font-family:Arial; font-weight:bold; font-size:14; margin-left:5; margin-right:5; text-align:center; }" 
				backgroundcolor="0xFFFFFF" roundedge="5" shadow="1" borderwidth="0" glow="4" glowcolor="0xFFFFFF" 
				html="[p]Ecard[br] erstellen[/p]"
				onclick_A="show();set(html,[p]Ecard[br]schliessen[/p]);set(onclick,onclick_B());"
				onclick_B="hide();set(html,[p]Ecard[br]erstellen[/p]);set(onclick,onclick_A());"
				onclick="onclick_A();"
				/>
	<action name="show">
		plugin[ecard].showecard();
	</action>
	<action name="hide">
		plugin[ecard].hideecard();
		
	</action>
	-->
	
	<!-- Systemlogo, hier muss einmalig das Systemloge und der Link geändert werden dies ist nur in der ersten xml Datei notwendig -->  	
	
	
	<plugin name="logo"
	          url="../logo.png"
	          align="lefttop"
	          x="0"
	          y="10"
	          onclick="openurl('http://www.allgaeu.bayern-online.de');"
	          keep="true"
	          />
	
	<action name="update_map_spot">
		plugin[maps].activatespot(%1);
		plugin[maps].pantospot(%1);
	</action>
	<action name="load_map_pano">
		loadpano('%CURRENTXML%/%1', null, MERGE, BLEND(1));
	</action>
	
	
	
<!-- Hier werden die Hotspots erstellt -->

<!--  Hotspots Tour -->

<!--  Hotspots Tour Ende -->
	       

</krpano>
