<krpano version="1.0.8" onstart="start">
			

<control usercontrol    ="all"
	         mousetype      ="moveto"
	         movetocursor   ="arrow"
	         cursorsize     ="10.0"
	         mouseaccelerate="1.00"
	         mousespeed     ="10.00"
	         mousefriction  ="0.80"
	         headswing      ="0.00"
	         keybaccelerate ="0.50"
	         keybspeed      ="10.00"
	         keybfriction   ="0.90"
	         keybinvert     ="false"
	         mousefovchange ="1.00"
	         keybfovchange  ="0.75"
	         fovspeed       ="3.00"
	         fovfriction    ="0.90"
	         keycodesleft   ="37"
	         keycodesright  ="39"
	         keycodesup     ="38"
	         keycodesdown   ="40"
	         keycodesin     ="16,65,107"
	         keycodesout    ="17,89,90,109"
	         />
<!-- <plugin name="options" url="options.swf" keep="true" zorder="10" /> 
<plugin name="editor" url="editor.swf" keep="true" zorder="10"/>
<plugin name="cursor" url="cursorposition.swf" keep="true" zorder="10" /> -->

<plugin name="border_top"	zorder="100" url="icons/border.png" visible="true" width="100%" enabled="false" align="lefttop"	edge="lefttop"	keep="true"/> 
<plugin name="border_bottom" zorder="100" url="icons/border.png" visible="true" width="100%" enabled="false" align="leftbottom" edge="leftbottom" keep="true"/>
<plugin name="border_left"   zorder="100" url="icons/border.png" visible="true" height="100%" enabled="false" align="lefttop"	edge="lefttop"	keep="true"/> 
<plugin name="border_right"  zorder="100" url="icons/border.png" visible="true" height="100%" enabled="false" align="righttop"   edge="righttop"   keep="true"/>

<action name="start">

			 wait(0.5);
			set(plugin[intro].visible, true);
			tween(plugin[intro].alpha, 1,0.5);

</action>

<action name="showcontrols">

set(plugin[controls].visible, true);

</action>

<plugin name="intro" url="icons/navinfosm.png" preload="true"
	        keep="true" 
	        align="center"  edge="center" x="0" y="0" 
	        blendmode="normal" scale="1"
			visible="false" parent=""
			zorder="1" alpha="0"
			onhover=""
			onout=""
			onclick="hideintro();"
	        />
			
<plugin name="intro2" url="photos/summit.jpg" preload="true"
	        keep="true" handcursor="false" width="100%" height="prop"
 	        align="center"  edge="center" x="0" y="0" 
	        blendmode="normal" scale="1"
			visible="true" parent=""
			zorder="0" alpha="0.5"
			onhover=""
			onout=""
			onclick=""
	        />			

<plugin name="select" url="icons/select.png" preload="false"
	        keep="true" 
	        align="bottomcenter"  edge="bottomcenter" x="0" y="35" 
	        blendmode="normal" scale="1"
			visible="false" parent=""
			zorder="1" alpha="0"
			onhover=""
			onout=""
			onclick=""
	        />

<plugin name="controls" url="controls.swf" preload="false"
	        keep="true" 
	        align="bottomcenter"  edge="bottomcenter" x="0" y="35" 
	        blendmode="normal" scale="0.75"
			visible="false" parent=""
			zorder="1" alpha="0"
			onhover=""
			onout=""
	        />

<plugin name="logo" url="icons/logo.png" preload="false"
	        keep="true" 
	        align="topleft"  edge="topleft" x="10" y="5" 
	        blendmode="normal" scale="0.65"
			visible="true" parent="stage"
			zorder="4" alpha="2"
			onhover=""
			onout=""
	        />
			
<plugin name="logo2" url="icons/phone.png" preload="false"
	        keep="true" 
	        align="topright"  edge="topright" x="2" y="2" 
	        blendmode="normal" scale="0.75"
			visible="true" parent=""
			zorder="4" alpha="2"
			onhover=""
			onout=""
	        />	
			
<plugin name="logo3" url="icons/vn.png" preload="false"
	        keep="true" 
	        align="bottomleft"  edge="bottomleft" x="15" y="35" 
	        blendmode="invert" scale="0.25"
			visible="true" parent=""
			zorder="4" alpha="1"
			onhover="showtext(Virtual Northland);"
			onout=""
			onclick="openurl(http://www.virtualnorthland.com);"
	        />	
			
	<hotspot name="nadirlogo"
	         url="icons/nadircap.png"
	         ath="0" keep="true"
	         atv="90"
	         distorted="true"
	         scale="1.1"
	         rotate="0.0"
	         rotatewithview="true"
	         onclick=""
	         />				
			
<plugin name="photo" url="floorplans/unita.jpg" preload="false"
	        keep="true" 
	        align="center"  edge="center" x="0" y="-20" 
	        blendmode="normal" scale="0"
			visible="true" parent=""
			zorder="4" alpha="0"
			onhover="showtext(Click to Close);"
			onclick="hidefloor();"
			onout="hidefloor();"
	        />	
			
<action name="showfloor">

set(plugin[photo].url, %1);
tween(plugin[photo].scale, 1,0.5);
tween(plugin[photo].alpha, 1,0.5);
set(plugin[photo].width, %2);
set(plugin[photo].height, %3);

</action>	

<action name="hidefloor">

tween(plugin[photo].scale, 0,0.25);
tween(plugin[photo].alpha, 0,0.25);
tween(plugin[select].alpha, 0,0.5); wait(0.25);
set(plugin[select].visible, false);

</action>	

<action name="hideintro">

tween(plugin[intro].scale, 0,0.5);
tween(plugin[intro].alpha, 0,0.5);
set(plugin[intro].visible, false);
set(plugin[select].visible, true);
tween(plugin[select].alpha, 1,0.5);
tween(plugin[controls].alpha, 1,1);
tween(plugin[toptext1].height, 24);
tween(plugin[toptext2].height, 24);
tween(plugin[toptext3].height, 24);
tween(plugin[toptext4].height, 24);
tween(plugin[toptext5].height, 24);
tween(plugin[toptext6].height, 24);
tween(plugin[toptext7].height, 24);
tween(plugin[toptext8].height, 24);
tween(plugin[toptext9].height, 24);

</action>	

<textstyle name="DEFAULT" 
			font="Arial" fontsize="14" 
			italic="true" bold="true" 
			edge="right" 
			xoffset="25" yoffset="-15" 
			border="true" 
			background="true" 
			textcolor="0x000000" 
			effect="glow(0xFFFFFF,0.9,4,4);dropshadow(2,45,0x000000,3,1);" />
				

<plugin name="toptext1"
 	        url="textfield.swf"
	        keep="true" preload="false"
 	        visible="true" enabled="true" handcursor="true" capture="true" children="false"
	        zorder="1"
 	        alpha="1.00" blendmode="normal"
 	        smoothing="true"
 	        align="bottomleft" edge="bottomleft"
 	        x="2" y="2" ox="" oy=""
 	        width="11%" height="0"
	        crop="" ondowncrop="" onovercrop=""
	        scale="1" scale9grid="" scalechildren="true"
 	        rotate="0"
	        parent=""
	        mask=""
	        onloaded=""
	        onover=""
	        onover="set(backgroundcolor,0xd3d3d3); showfloor(floorplans/unita.jpg,348,419);"
	        onhover="showtext(Click to View);"
	        onout="set(backgroundcolor,0x808080); hidefloor();"
	        onup=""
	        onclick="loadpano(unita.xml, null, MERGE, BLEND(2)); hidefloor(); set(plugin[intro2].visible, false);" 
	        autosize=""
			state="closed"
	        background="true"
	        backgroundalpha="1"
	        backgroundcolor="0x808080"
	        blur="0"
	        bordercolor="0x3b4b00"
	        borderwidth="2"
	        css="p{color:#fd0214; font-family:comic sans ms; font-weight:normal; font-size:12; margin-left:5; margin-right:5; text-align:center; }"
	        effect=""
	        glow=""
	        glowcolor="16777215"
	        html="[p]Unit A[/p]"
	        roundedge=""
	        selectable="false"
	        shadow="0"
	        textblur="0"
	        textglow="4"
	        textglowcolor="0xffffff"
	        textheight="100"
	        textshadow="0"
	        usecontentsize="false"
	        wordwrap="true"
	        />	
			
<plugin name="toptext2"
 	        url="textfield.swf"
	        keep="true" preload="false"
 	        visible="true" enabled="true" handcursor="true" capture="true" children="false"
	        zorder="2"
 	        alpha="1.00" blendmode="normal"
 	        smoothing="true"
 	        align="bottomleft" edge="bottomleft"
 	        x="11.25%" y="2" ox="" oy=""
 	        width="11%" height="0"
	        crop="" ondowncrop="" onovercrop=""
	        scale="1" scale9grid="" scalechildren="true"
 	        rotate="0"
	        parent=""
	        mask=""
	        onloaded=""
	        onover="set(backgroundcolor,0xd3d3d3); showfloor(floorplans/unitb.jpg,345,352);"
	        onhover="showtext(Click to View);"
	        onout="set(backgroundcolor,0x808080); hidefloor(); "
	        onup=""
	        onclick="loadpano(unitb.xml, null, MERGE, BLEND(2)); hidefloor(); set(plugin[intro2].visible, false);" 
	        autosize=""
			state="closed"
	        background="true"
	        backgroundalpha="1"
	       	backgroundcolor="0x808080"
	        blur="0"
	        bordercolor="0x3b4b00"
	        borderwidth="2"
	        css="p{color:#fd0214; font-family:comic sans ms; font-weight:normal; font-size:12; margin-left:5; margin-right:5; text-align:center; }"
	        effect=""
	        glow=""
	        glowcolor="16777215"
	        html="[p]Unit B[/p]"
	        roundedge=""
	        selectable="false"
	        shadow="0"
	        textblur="0"
	        textglow="4"
	        textglowcolor="0xffffff"
	        textheight="100"
	        textshadow="0"
	        usecontentsize="false"
	        wordwrap="true"
	        />		
			
<plugin name="toptext3"
 	        url="textfield.swf"
	        keep="true" preload="false"
 	        visible="true" enabled="true" handcursor="true" capture="true" children="false"
	        zorder="3"
 	        alpha="1.00" blendmode="normal"
 	        smoothing="true"
 	        align="bottomleft" edge="bottomleft"
 	        x="22.25%" y="2" ox="" oy=""
 	        width="11%" height="0"
	        crop="" ondowncrop="" onovercrop=""
	        scale="1" scale9grid="" scalechildren="true"
 	        rotate="0"
	        parent=""
	        mask=""
	        onloaded=""
	        onover="set(backgroundcolor,0xd3d3d3);"
	        onhover="showtext(Coming Soon!);"
	        onout="set(backgroundcolor,0x2f2f2f);"
	        ondown=""
	        onup=""
	        onclick=""  
	        autosize=""
			state=""
	        backgroundcolor="0x2f2f2f"
	        blur="0"
	        bordercolor="0x3b4b00"
	        borderwidth="2"
	        css="p{color:#fd0214; font-family:comic sans ms; font-weight:normal; font-size:12; margin-left:5; margin-right:5; text-align:center; }"
	        glow=""
	        glowcolor="16777215"
	        html="[p]Unit C[/p]"
	        roundedge=""
	        selectable="false"
	        shadow="0"
	        textblur="0"
	        textglow="4"
	        textglowcolor="0xffffff"
	        textheight="100"
	        textshadow="0"
	        usecontentsize="false"
	        wordwrap="true"
	        />		
			
<plugin name="toptext4"
 	        url="textfield.swf"
	        keep="true" preload="false"
 	        visible="true" enabled="true" handcursor="true" capture="true" children="false"
	        zorder="51"
 	        alpha="1.00" blendmode="normal"
 	        smoothing="true"
 	        align="bottomleft" edge="bottomleft"
 	        x="33.25%" y="2" ox="" oy=""
 	        width="11%" height="0"
	        crop="" ondowncrop="" onovercrop=""
	        scale="1" scale9grid="" scalechildren="true"
 	        rotate="0"
	        parent=""
	        mask=""
	        onloaded=""
	        onover="set(backgroundcolor,0xd3d3d3); showfloor(floorplans/unitd.jpg,346,332);"
	        onhover="showtext(Click to View);"
	        onout="set(backgroundcolor,0x808080); hidefloor();"
	        onup=""
	        onclick="loadpano(unitd.xml, null, MERGE, BLEND(2)); hidefloor(); set(plugin[intro2].visible, false);" 
	        autosize=""
			state="closed"
	        background="true"
	        backgroundalpha="1"
	        backgroundcolor="0x808080"
	        blur="0"
	        bordercolor="0x3b4b00"
	        borderwidth="2"
	        css="p{color:#fd0214; font-family:comic sans ms; font-weight:normal; font-size:12; margin-left:5; margin-right:5; text-align:center; }"
	        effect=""
	        glow=""
	        glowcolor="16777215"
	        html="[p]Unit D[/p]"
	        roundedge=""
	        selectable="false"
	        shadow="0"
	        textblur="0"
	        textglow="4"
	        textglowcolor="0xffffff"
	        textheight="100"
	        textshadow="0"
	        usecontentsize="false"
	        wordwrap="true"
	        />		
						
<plugin name="toptext5"
 	        url="textfield.swf"
	        keep="true" preload="false"
 	        visible="true" enabled="true" handcursor="true" capture="true" children="false"
	        zorder="5"
 	        alpha="1.00" blendmode="normal"
 	        smoothing="true"
 	        align="bottomleft" edge="bottomleft"
 	        x="44.25%" y="2" ox="" oy=""
 	        width="11%" height="0"
	        crop="" ondowncrop="" onovercrop=""
	        scale="1" scale9grid="" scalechildren="true"
 	        rotate="0"
	        parent=""
	        mask=""
	        onloaded=""
	        onover="set(backgroundcolor,0xd3d3d3);"
	        onhover="showtext(Coming Soon!);"
	        onout="set(backgroundcolor,0x2f2f2f);"
	        ondown=""
	        onup=""
	        onclick=""  
	        autosize=""
			state="closed"
	        background="true"
	        backgroundalpha="1"
	        backgroundcolor="0x2f2f2f"
	        blur="0"
	        bordercolor="0x3b4b00"
	        borderwidth="2"
	        css="p{color:#fd0214; font-family:comic sans ms; font-weight:normal; font-size:12; margin-left:5; margin-right:5; text-align:center; }"
	        effect=""
	        glow=""
	        glowcolor="16777215"
	        html="[p]Unit E[/p]"
	        roundedge=""
	        selectable="false"
	        shadow="0"
	        textblur="0"
	        textglow="4"
	        textglowcolor="0xffffff"
	        textheight="100"
	        textshadow="0"
	        usecontentsize="false"
	        wordwrap="true"
	        />		
			
<plugin name="toptext6"
 	        url="textfield.swf"
	        keep="true" preload="false"
 	        visible="true" enabled="true" handcursor="true" capture="true" children="false"
	        zorder="6"
 	        alpha="1.00" blendmode="normal"
 	        smoothing="true"
 	        align="bottomleft" edge="bottomleft"
 	        x="55.25%" y="2" ox="" oy=""
 	        width="11%" height="0"
	        crop="" ondowncrop="" onovercrop=""
	        scale="1" scale9grid="" scalechildren="true"
 	        rotate="0"
	        parent=""
	        mask=""
	        onloaded=""
	        onover="set(backgroundcolor,0xd3d3d3);"
	        onhover="showtext(Coming Soon!);"
	        onout="set(backgroundcolor,2f2f2f);"
	        ondown=""
	        onup=""
	        onclick="" 
	        autosize=""
			state=""
	        background="true"
	        backgroundalpha="1"
	        backgroundcolor="0x2f2f2f"
	        blur="0"
	        bordercolor="0x3b4b00"
	        borderwidth="2"
	        css="p{color:#fd0214; font-family:comic sans ms; font-weight:normal; font-size:12; margin-left:5; margin-right:5; text-align:center; }"
	        effect=""
	        glow=""
	        glowcolor="16777215"
	        html="[p]Unit E.1[/p]"
	        roundedge=""
	        selectable="false"
	        shadow="0"
	        textblur="0"
	        textglow="4"
	        textglowcolor="0xffffff"
	        textheight="100"
	        textshadow="0"
	        usecontentsize="false"
	        wordwrap="true"
	        />		
			
<plugin name="toptext7"
 	        url="textfield.swf"
	        keep="true" preload="false"
 	        visible="true" enabled="true" handcursor="true" capture="true" children="false"
	        zorder="7"
 	        alpha="1.00" blendmode="normal"
 	        smoothing="true"
 	        align="bottomleft" edge="bottomleft"
 	        x="66.25%" y="2" ox="" oy=""
 	        width="11%" height="0"
	        crop="" ondowncrop="" onovercrop=""
	        scale="1" scale9grid="" scalechildren="true"
 	        rotate="0"
	        parent=""
	        mask=""
	        onloaded=""
	        onover="set(backgroundcolor,0xd3d3d3);"
	        onhover="showtext(Coming Soon!);"
	        onout="set(backgroundcolor,0x2f2f2f);"
	        ondown=""
	        onup=""
	        onclick="" 
	        autosize=""
			state="closed"
	        background="true"
	        backgroundalpha="1"
	        backgroundcolor="0x2f2f2f"
	        blur="0"
	        bordercolor="0x3b4b00"
	        borderwidth="2"
	        css="p{color:#fd0214; font-family:comic sans ms; font-weight:normal; font-size:12; margin-left:5; margin-right:5; text-align:center; }"
	        effect=""
	        glow=""
	        glowcolor="16777215"
	        html="[p]Unit F[/p]"
	        roundedge=""
	        selectable="false"
	        shadow="0"
	        textblur="0"
	        textglow="4"
	        textglowcolor="0xffffff"
	        textheight="100"
	        textshadow="0"
	        usecontentsize="false"
	        wordwrap="true"
	        />			
			
<plugin name="toptext8"
 	        url="textfield.swf"
	        keep="true" preload="false"
 	        visible="true" enabled="true" handcursor="true" capture="true" children="false"
	        zorder="7"
 	        alpha="1.00" blendmode="normal"
 	        smoothing="true"
 	        align="bottomleft" edge="bottomleft"
 	        x="77.25%" y="2" ox="" oy=""
 	        width="11%" height="0"
	        crop="" ondowncrop="" onovercrop=""
	        scale="1" scale9grid="" scalechildren="true"
 	        rotate="0"
	        parent=""
	        mask=""
	        onloaded=""
	        onover="set(backgroundcolor,0xd3d3d3); showfloor(floorplans/game-exercise.jpg,329,219);"
	        onhover="showtext(Click to View);"
	        onout="set(backgroundcolor,0x808080); hidefloor(); "
	        onup=""
	        onclick="loadpano(partyroom.xml, null, MERGE, BLEND(2)); hidefloor(); set(plugin[intro2].visible, false);" 
	        autosize=""
			state="closed"
	        background="true"
	        backgroundalpha="1"
	        backgroundcolor="0x808080"
	        blur="0"
	        bordercolor="0x3b4b00"
	        borderwidth="2"
	        css="p{color:#fd0214; font-family:comic sans ms; font-weight:normal; font-size:12; margin-left:5; margin-right:5; text-align:center; }"
	        effect=""
	        glow=""
	        glowcolor="16777215"
	        html="[p]Party [/p]"
	        roundedge=""
	        selectable="false"
	        shadow="0"
	        textblur="0"
	        textglow="4"
	        textglowcolor="0xffffff"
	        textheight="100"
	        textshadow="0"
	        usecontentsize="false"
	        wordwrap="true"
	        />				
			
<plugin name="toptext9"
 	        url="textfield.swf"
	        keep="true" preload="false"
 	        visible="true" enabled="true" handcursor="true" capture="true" children="false"
	        zorder="7"
 	        alpha="1.00" blendmode="normal"
 	        smoothing="true"
 	        align="bottomleft" edge="bottomleft"
 	        x="88.25%" y="2" ox="" oy=""
 	        width="12%" height="0"
	        crop="" ondowncrop="" onovercrop=""
	        scale="1" scale9grid="" scalechildren="true"
 	        rotate="0"
	        parent=""
	        mask=""
	        onloaded=""
	        onover="set(backgroundcolor,0xd3d3d3); showfloor(floorplans/game-exercise.jpg,329,219,);"
	        onhover="showtext(Click to View);"
	        onout="set(backgroundcolor,0x808080); hidefloor();"
	        onup=""
	        onclick="loadpano(exerciseroom.xml, null, MERGE, BLEND(2)); hidefloor(); set(plugin[intro2].visible, false);" 
	        autosize=""
			state="closed"
	        background="true"
	        backgroundalpha="1"
	        backgroundcolor="0x808080"
	        blur="0"
	        bordercolor="0x3b4b00"
	        borderwidth="2"
	        css="p{color:#fd0214; font-family:comic sans ms; font-weight:normal; font-size:12; margin-left:5; margin-right:5; text-align:center; }"
	        effect=""
	        glow=""
	        glowcolor="16777215"
	        html="[p]Exercise[/p]"
	        roundedge=""
	        selectable="false"
	        shadow="0"
	        textblur="0"
	        textglow="4"
	        textglowcolor="0xffffff"
	        textheight="100"
	        textshadow="0"
	        usecontentsize="false"
	        wordwrap="true"
	        />				
																			
</krpano>

