<?xml version = '1.0'?>
<panomenu
	size="200:250"
	salign="ML"
	margin="0:-60"
	alpha="1"
	bgImage="img/menubg17.jpg"
	borderColor="#000000"
	heading="My FPP menu"
	itemSpace="2"
	showAtStart="1"
	hideOnClick="0"
	hideStyle="fly"
>
	<fonts>
		<heading font="Helvetica" textSize="16" textColor="#FFFFFF" bgColor="#F00000" bold="1" />
		<item id="M" font="Helvetica" textSize="14" textColor="#000000" />
		<selected textColor="#FFFFFF" bgColor="#333333"  />
		<mouseOver bgColor="#F8F8FF" borderColor="#A0A0C0" bold="1" />
	</fonts>
	<menuItems>
		<item id="M1" text="City Hall Tower" image="img/camera2.png" onClick="global.showFake()" />
		<item id="M2" text="Maria Hill" image="img/camera1.png" onClick="global.showFake()" />
		<item text="-" />
		<item id="M3" text="%C5SS bridge" image="img/yacht2.png" onClick="global.showFake()" />
		<item id="M4" text="Where I work" image="img/work.png" onClick="global.showFake()" />
		<item id="M5" text="The Train Bridge" image="img/train.png" onClick="global.showFake()" selected="1" />
		<item text="-" />
		<item id="M6" text="My home" image="img/home.png" onClick="global.showFake()" />
		<item id="M7" text="The Yacht Club" image="img/yacht.png" onClick="global.showFake()" />
		<item text="-" />
		<item id="M8" text="City Hall Tower" image="img/camera2.png" onClick="global.showFake()" />
		<item id="M9" text="%C5SS bridge" image="img/yacht2.png" onClick="global.showFake()" />
		<item id="M10" text="Where I work" image="img/work.png" onClick="global.showFake()" />
		<item text="-" />
		<item id="M11" text="My home" image="img/home.png" onClick="global.showFake()" />
		<item id="M12" text="The Yacht Club" image="img/yacht.png" onClick="global.showFake()" />
	</menuItems>
</panomenu>
    
