<?xml version="1.0"?>
<krpano version="1.0.8" onstart="action(start_tour);" showerrors="false">



	<action name="start_tour">
		loadscene(sc_47241_kitchen, null, MERGE);
		set(glst_auto_rotate, true); 
	</action>

	<autorotate enabled="true" waittime="2.0" speed="4" horizon="0"/>
	<plugin name="pi_rotate" url="assets/resume-rotation.png" align="leftbottom" x="60" y="20" width="40" height="40" keep="true" alpha="0.75" blendmode="normal" onhover="showtext(Autorotate on/off);" onclick="switch(autorotate.enabled);switch(glst_auto_rotate);"/> 

	<textstyle name="fs_helvetica" font="Helvetica" fontsize="22" bold="true" italic="false" background="false" border="false" textcolor="0xFFFFFF" alpha="1" yoffset="25" edge="top" blendmode="normal" effect="glow(0xFFFFFF, 0.45, 1, 50);dropshadow(2, 45, 0x010101, 2, 55);"/>
	<textstyle name="default" font="Arial" fontsize="11" bold="true" italic="false" textcolor="0xFFFFFF" alpha="1" blendmode="normal" background="true" backgroundcolor="0x666666" border="true" bordercolor="0xFFFFFF"/>
	<scene name="sc_47241_kitchen">
	<view hlookat="0" vlookat="0" fovtype="MFOV" fov="105" fovmin="45" fovmax="135" limitview="auto"/>
	<preview url="47241_kitchen.tiles/preview.jpg"/>
	<image type="CYLINDER" multires="true" tilesize="4000" progressive="true">
		<level tiledimagewidth="8000" tiledimageheight="1609">
			<cylinder url="47241_kitchen.tiles/pano_%0v%0h.jpg"/>
		</level>
	</image>
	</scene>

	<action name="act_show_hide_tools"> 
		switch(plugin[pi_up].visible); 
		switch(plugin[pi_down].visible); 
		switch(plugin[pi_left].visible); 
		switch(plugin[pi_right].visible); 
		switch(plugin[pi_zoomin].visible); 
		switch(plugin[pi_zoomout].visible); 
		switch(plugin[pi_getinfo].visible); 
		switch(plugin[pi_rotate].visible); 
		switch(plugin[pi_logo].visible); 
		switch(plugin[pi_floorplan].visible); 
		switch(plugin[pi_fp_radar].visible); 
		switch(plugin[pi_show_plan].visible); 
		switch(plugin[pi_hide_plan].visible); 
		switch(plugin[combobox].visible); 
		switch(plugin[pi_show_map].visible); 
		switch(plugin[pi_hide_gmap].visible); 
		switch(plugin[gmaps].visible); 
		switch(plugin[br_top].visible); 
		switch(plugin[br_bot].visible); 
		switch(plugin[br_right].visible); 
		switch(plugin[pi_audio_on].visible); 
		switch(plugin[pi_audio_off].visible); 
		switch(plugin[pi_tour_link_holder].visible); 
		switch(plugin[pi_show_tools].visible); 
      switch(plugin[pi_hide_tools].visible); 
	</action>
	<plugin name="pi_full_screen" url="assets/full-screen.png" align="lefttop" x="20" y="0" width="75" height="25" enabled="true" keep="true" visible="true" onhover="showtext(Full screen);" onclick="switch(fullscreen); "/>

	<plugin name="pi_hide_tools" url="assets/hide-tools.png" align="lefttop" x="100" y="0" width="75" height="25" enabled="true" keep="true" visible="true" onhover="showtext(Hide controls);" onclick="action(act_show_hide_tools);"/>
	<plugin name="pi_show_tools" url="assets/show-tools.png" align="lefttop" x="100" y="0" width="75" height="25" enabled="true" keep="true" visible="false" onhover="showtext(Show controls);" onclick="action(act_show_hide_tools);"/>
	<plugin name="pi_infoscreen" url="assets/vpix-info-screen.png" align="center" edge="center" textalign="center" keep="true" visible="false" onclick="set(plugin[pi_infoscreen].visible, false);"/> 
	<plugin name="pi_getinfo" url="assets/get-info.png" align="leftbottom" x="20" y="20" width="40" height="40" keep="true" blendmode="normal" enabled="true" alpha="0.75" onhover="showtext(Navigation info);" onclick="switch(plugin[pi_infoscreen].visible);"/> 

	<plugin name="pi_up" keep="true" align="rightbottom" height="32" width="32" x="90" y="80" url="assets/top-arrow.png" blendmode="screen" alpha="0.65" onover="tween(alpha, 0.9);" onout="tween(alpha, 0.65);" ondown="set(movevectory, -1);" onup="set(movevectory, 0);"/>
	<plugin name="pi_down" keep="true" align="rightbottom" height="32" width="32" x="90" y="20" url="assets/bottom-arrow.png" blendmode="screen" alpha="0.65" onover="tween(alpha, 0.9);" onout="tween(alpha, 0.65);" ondown="set(movevectory, +1);" onup="set(movevectory, 0);"/>
	<plugin name="pi_left" keep="true" align="rightbottom" height="32" width="32" x="120" y="50" url="assets/left-arrow.png" blendmode="screen" alpha="0.65" onover="tween(alpha, 0.9);" onout="tween(alpha, 0.65);" ondown="set(movevectorx, -1);" onup="set(movevectorx, 0);"/>
	<plugin name="pi_right" keep="true" align="rightbottom" height="32" width="32" x="60" y="50" url="assets/right-arrow.png" blendmode="screen" alpha="0.65" onover="tween(alpha, 0.9);" onout="tween(alpha, 0.65);" ondown="set(movevectorx, +1);" onup="set(movevectorx, 0);"/>
	<plugin name="pi_zoomin" keep="true" align="rightbottom" height="24" width="24" x="30" y="80" url="assets/zoom-in-plus.png" blendmode="screen" alpha="0.65" onover="tween(alpha, 0.9);" onout="tween(alpha, 0.65);" ondown="set(movevectorz, -1);" onup="set(movevectorz, 0);"/>
	<plugin name="pi_zoomout" keep="true" align="rightbottom" height="24" width="24" x="30" y="25" url="assets/zoom-out-minus.png" blendmode="screen" alpha="0.65" onover="tween(alpha, 0.9);" onout="tween(alpha, 0.65);" ondown="set(movevectorz, +1);" onup="set(movevectorz, 0);"/>
	<plugin name="pi_logo" url="452_1311115068.png" align="righttop" x="40" y="20" width="200" height="100" keep="true" onclick="openurl(http://www.posthousevirtualtours.com, _self);"/>

	<plugin name="pi_slide_show" url="assets/slide-show.png" align="lefttop" x="180" y="0" width="75" height="25" enabled="true" keep="true" visible="true" onhover="showtext(Start slide show)" onclick="act_slide_show_start();"/>
	<action name="act_slide_show_start">
		set(autorotate.enabled, false);
		set(plugin[pi_overlay].visible, true);
		js(show_slides()); 
	</action>
	<action name="act_slide_show_stop">
		set(plugin[pi_overlay].visible, false); 
		if (glst_auto_rotate, set(autorotate.enabled, true));
	</action>
	<plugin name="pi_overlay" url="assets/bg_black.jpg" width="100%" height="100%" keep="true" alpha="0.70" visible="false" zorder="210"/>



<contextmenu fullscreen="true"><item name="voyager_vpix" caption="VPiX HD by Voyager360.com" onclick="openurl(http://www.voyager360.com/);"/></contextmenu></krpano>
