﻿<Canvas x:Name="CustomUI" Loaded="CustomUILoadedHandler" xmlns="http://schemas.microsoft.com/client/2007" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
  <Canvas.Resources>
    <Storyboard x:Name="ShowPopup">
      <DoubleAnimation x:Name="ShowPopupAnimation" BeginTime="0" Storyboard.TargetName="CustomUI" Storyboard.TargetProperty="Opacity" From="0" To="1" Duration="0:0:0.5" />
    </Storyboard>
    <Storyboard x:Name="HidePopup">
      <DoubleAnimation x:Name="HidePopupAnimation" BeginTime="0" Storyboard.TargetName="CustomUI" Storyboard.TargetProperty="Opacity" From="1" To="0" Duration="0:0:0.5" />
    </Storyboard>
  </Canvas.Resources>
  <TextBlock Opacity="0" IsHitTestVisible="false" x:Name="CustomUI_OnLoad" Text="CustomUILoaded" />
  <Canvas x:Name="ribbon" Loaded="RibbonLoaded">
    <Canvas Loaded="ResizeApplicationTitleBar">
      <Rectangle Height="30" x:Name="ApplicationTitleBar_Rect">
        <Rectangle.Fill>
          <LinearGradientBrush StartPoint="0.5,0" EndPoint="0.5,1">
            <GradientStop Color="White" Offset="0" />
            <GradientStop Color="CornflowerBlue" Offset="0.25" />
          </LinearGradientBrush>
        </Rectangle.Fill>
      </Rectangle>
      <TextBlock Text="&lt;XMLDocs.net&gt;" x:Name="ApplicationTitleBar_Text" Canvas.Top="6" FontSize="16" FontWeight="Bold" />
      <Line x:Name="ApplicationTitleBar_Bevel1" Y1="30" Y2="30" Stroke="Black" />
      <Line x:Name="ApplicationTitleBar_Bevel2" Y1="31" Y2="31" Stroke="White" />
    </Canvas>
    <!--Tab Background-->
    <Canvas Canvas.Top="31">
      <Rectangle Opacity="0.25" Fill="#BFDBFF" x:Name="TabBackground" />
    </Canvas>
    <!--Quick Access Toolbar-->
    <Canvas x:Name="QuickAccessToolbar" Canvas.Left="48" Canvas.Top="28">
      <Path Stroke="Gray" Data="M 0,0              A 21,21 60 0 0 -10,-22             H 100              A 11,11 180 1 1 100,0              Z">
        <Path.Fill>
          <LinearGradientBrush StartPoint="0.5,0" EndPoint="0.5,1">
            <GradientStop Color="White" Offset="0" />
            <GradientStop Color="LightSteelBlue" Offset="1" />
          </LinearGradientBrush>
        </Path.Fill>
      </Path>
      <Path Canvas.Left="-1" Canvas.Top="-1" Stroke="White" Data="M 0,0              A 21,21 60 0 0 -10,-22             H 100              A 11,11 180 1 1 100,0              Z" />
      <Canvas x:Name="QAT_Controls" Canvas.Left="3" Canvas.Top="-22" Loaded="QATControlsLoaded" />
      <!--QAT settings Button-->
      <Canvas Canvas.Left="112" Canvas.Top="-22" x:Name="QATButton" MouseEnter="MouseEnterButton" MouseLeave="MouseLeaveButton">
        <Rectangle Opacity="0" Stroke="Gray" StrokeThickness="0.5" RadiusX="2" RadiusY="2" x:Name="QATButton_Rectangle" Height="20" Width="11">
          <!--HighlightFill-->
          <Rectangle.Fill>
            <LinearGradientBrush x:Name="QATButton_RectangleBrush" StartPoint="0.5,0" EndPoint="0.5,1">
              <GradientStop Color="#FFFFFDDC" Offset="0" />
              <GradientStop Color="#FFFFD344" Offset="1" />
            </LinearGradientBrush>
          </Rectangle.Fill>
        </Rectangle>
        <Image Canvas.Left="3" Canvas.Top="6.5" x:Name="QATButton_Image" Source="http://xmldocs.net/ribbon/images/QATMenu.png" />
      </Canvas>
    </Canvas>
    <!--Tabs-->
    <!--2007 Microsoft Office System User Interface Design Guidelines line 789-->
    <Canvas x:Name="Ribbon_Tabs" Canvas.Left="42" Canvas.Top="35" Loaded="TabsLoaded">
      <!--Tab Labels-->
      <Canvas x:Name="Ribbon_Tabs_Labels">
        <!--Home Tab Label-->
        <Canvas x:Name="Home" Loaded="TabLoaded">
          <Rectangle RadiusX="2" RadiusY="2" Height="20" x:Name="Home_Label_InactiveTab" Opacity="0" StrokeThickness="0.5">
            <Rectangle.Stroke>
              <LinearGradientBrush StartPoint="0.5,0" EndPoint="0.5,1">
                <GradientStop Color="Gray" Offset="0" />
                <GradientStop Color="#00000000" Offset="1" />
              </LinearGradientBrush>
            </Rectangle.Stroke>
            <!--HighlightFill-->
            <Rectangle.Fill>
              <LinearGradientBrush x:Name="ID0EY_RectangleBrush" StartPoint="0.5,0" EndPoint="0.5,1">
                <GradientStop Color="#FFFFFDDC" Offset="0" />
                <GradientStop Color="#FFFFD344" Offset="1" />
              </LinearGradientBrush>
            </Rectangle.Fill>
          </Rectangle>
          <Polygon x:Name="Home_Polygon" Stroke="Gray" StrokeThickness="0.5" StrokeLineJoin="Round" Opacity="0" IsHitTestVisible="false">
            <Polygon.Fill>
              <LinearGradientBrush StartPoint="0.5,0" EndPoint="0.5,1">
                <GradientStop Color="White" Offset="0" />
                <GradientStop Color="LightSkyBlue" Offset="1" />
              </LinearGradientBrush>
            </Polygon.Fill>
          </Polygon>
          <TextBlock FontSize="11" Canvas.Left="5" Canvas.Top="3" Foreground="Black" Text="Home" x:Name="Home_Label" MouseLeftButtonUp="SelectTab" MouseEnter="EnterInactiveTab" MouseLeave="LeaveInactiveTab" />
        </Canvas>
        <!--FluentRibbonUI Tab Label-->
        <Canvas x:Name="FluentRibbonUI" Loaded="TabLoaded">
          <Rectangle RadiusX="2" RadiusY="2" Height="20" x:Name="FluentRibbonUI_Label_InactiveTab" Opacity="0" StrokeThickness="0.5">
            <Rectangle.Stroke>
              <LinearGradientBrush StartPoint="0.5,0" EndPoint="0.5,1">
                <GradientStop Color="Gray" Offset="0" />
                <GradientStop Color="#00000000" Offset="1" />
              </LinearGradientBrush>
            </Rectangle.Stroke>
            <!--HighlightFill-->
            <Rectangle.Fill>
              <LinearGradientBrush x:Name="ID0E3B_RectangleBrush" StartPoint="0.5,0" EndPoint="0.5,1">
                <GradientStop Color="#FFFFFDDC" Offset="0" />
                <GradientStop Color="#FFFFD344" Offset="1" />
              </LinearGradientBrush>
            </Rectangle.Fill>
          </Rectangle>
          <Polygon x:Name="FluentRibbonUI_Polygon" Stroke="Gray" StrokeThickness="0.5" StrokeLineJoin="Round" Opacity="0" IsHitTestVisible="false">
            <Polygon.Fill>
              <LinearGradientBrush StartPoint="0.5,0" EndPoint="0.5,1">
                <GradientStop Color="White" Offset="0" />
                <GradientStop Color="LightSkyBlue" Offset="1" />
              </LinearGradientBrush>
            </Polygon.Fill>
          </Polygon>
          <TextBlock FontSize="11" Canvas.Left="5" Canvas.Top="3" Foreground="Black" Text="Fluent Ribbon UI" x:Name="FluentRibbonUI_Label" MouseLeftButtonUp="SelectTab" MouseEnter="EnterInactiveTab" MouseLeave="LeaveInactiveTab" />
        </Canvas>
        <!--test Tab Label-->
        <Canvas x:Name="test" Loaded="TabLoaded">
          <Rectangle RadiusX="2" RadiusY="2" Height="20" x:Name="test_Label_InactiveTab" Opacity="0" StrokeThickness="0.5">
            <Rectangle.Stroke>
              <LinearGradientBrush StartPoint="0.5,0" EndPoint="0.5,1">
                <GradientStop Color="Gray" Offset="0" />
                <GradientStop Color="#00000000" Offset="1" />
              </LinearGradientBrush>
            </Rectangle.Stroke>
            <!--HighlightFill-->
            <Rectangle.Fill>
              <LinearGradientBrush x:Name="ID0EQC_RectangleBrush" StartPoint="0.5,0" EndPoint="0.5,1">
                <GradientStop Color="#FFFFFDDC" Offset="0" />
                <GradientStop Color="#FFFFD344" Offset="1" />
              </LinearGradientBrush>
            </Rectangle.Fill>
          </Rectangle>
          <Polygon x:Name="test_Polygon" Stroke="Gray" StrokeThickness="0.5" StrokeLineJoin="Round" Opacity="0" IsHitTestVisible="false">
            <Polygon.Fill>
              <LinearGradientBrush StartPoint="0.5,0" EndPoint="0.5,1">
                <GradientStop Color="White" Offset="0" />
                <GradientStop Color="LightSkyBlue" Offset="1" />
              </LinearGradientBrush>
            </Polygon.Fill>
          </Polygon>
          <TextBlock FontSize="11" Canvas.Left="5" Canvas.Top="3" Foreground="Black" Text="Test" x:Name="test_Label" MouseLeftButtonUp="SelectTab" MouseEnter="EnterInactiveTab" MouseLeave="LeaveInactiveTab" />
        </Canvas>
        <!--_AboutRibbon Tab Label-->
        <Canvas x:Name="_AboutRibbon" Loaded="TabLoaded">
          <Rectangle RadiusX="2" RadiusY="2" Height="20" x:Name="_AboutRibbon_Label_InactiveTab" Opacity="0" StrokeThickness="0.5">
            <Rectangle.Stroke>
              <LinearGradientBrush StartPoint="0.5,0" EndPoint="0.5,1">
                <GradientStop Color="Gray" Offset="0" />
                <GradientStop Color="#00000000" Offset="1" />
              </LinearGradientBrush>
            </Rectangle.Stroke>
            <!--HighlightFill-->
            <Rectangle.Fill>
              <LinearGradientBrush x:Name="ID1EJ_RectangleBrush" StartPoint="0.5,0" EndPoint="0.5,1">
                <GradientStop Color="#FFFFFDDC" Offset="0" />
                <GradientStop Color="#FFFFD344" Offset="1" />
              </LinearGradientBrush>
            </Rectangle.Fill>
          </Rectangle>
          <Polygon x:Name="_AboutRibbon_Polygon" Stroke="Gray" StrokeThickness="0.5" StrokeLineJoin="Round" Opacity="0" IsHitTestVisible="false">
            <Polygon.Fill>
              <LinearGradientBrush StartPoint="0.5,0" EndPoint="0.5,1">
                <GradientStop Color="White" Offset="0" />
                <GradientStop Color="LightSkyBlue" Offset="1" />
              </LinearGradientBrush>
            </Polygon.Fill>
          </Polygon>
          <TextBlock FontSize="11" Canvas.Left="5" Canvas.Top="3" Foreground="Black" Text="About" x:Name="_AboutRibbon_Label" MouseLeftButtonUp="SelectTab" MouseEnter="EnterInactiveTab" MouseLeave="LeaveInactiveTab" />
        </Canvas>
      </Canvas>
      <!--Tab content:-->
      <Canvas x:Name="Ribbon_Tabs_Content" Canvas.Left="-33" Canvas.Top="20">
        <!--Tab Groups-->
        <Canvas x:Name="Tab_Home">
          <Canvas Canvas.Top="3" x:Name="Home_Groups" Opacity="0" IsHitTestVisible="false" Loaded="GroupsLoaded">
            <!--Group-->
            <Canvas x:Name="Group_ID0E2" Loaded="GroupLoaded" MouseEnter="MouseEnterGroup" MouseLeave="MouseLeaveGroup">
              <Canvas.Resources>
                <Storyboard x:Name="Group_ID0E2_Enter">
                  <DoubleAnimation BeginTime="0" Storyboard.TargetName="Group_ID0E2_GroupRectangleBrush" Storyboard.TargetProperty="Opacity" From="0" To="0.5" Duration="0:0:0.5" />
                </Storyboard>
                <Storyboard x:Name="Group_ID0E2_Leave">
                  <DoubleAnimation BeginTime="0" Storyboard.TargetName="Group_ID0E2_GroupRectangleBrush" Storyboard.TargetProperty="Opacity" From="0.5" To="0" Duration="0:0:0.5" />
                </Storyboard>
              </Canvas.Resources>
              <Rectangle RadiusX="2" RadiusY="2" x:Name="Group_ID0E2_GroupRectangle" Stroke="Gray" StrokeThickness="0.5">
                <Rectangle.Fill>
                  <SolidColorBrush Color="White" Opacity="0" x:Name="Group_ID0E2_GroupRectangleBrush" />
                </Rectangle.Fill>
              </Rectangle>
              <Canvas x:Name="Group_ID0E2_Controls" Canvas.Left="3" Canvas.Top="3">
                <Canvas x:Name="ID0E5" MouseEnter="MouseEnterButton" MouseLeave="MouseLeaveButton" Loaded="ButtonLoaded" MouseLeftButtonUp="ActionHandler">
                  <TextBlock Opacity="0" IsHitTestVisible="false" x:Name="ID0E5_OnAction" Text="ShowPage" />
                  <TextBlock Opacity="0" IsHitTestVisible="false" x:Name="ID0E5_Loaded" Text="ButtonLoaded" />
                  <TextBlock Opacity="0" IsHitTestVisible="false" x:Name="ID0E5_Tag" Text="Default.aspx" />
                  <Rectangle RadiusX="2" RadiusY="2" x:Name="ID0E5_Rectangle" Stroke="#FF8E8E8E" StrokeThickness="0.5" Opacity="0.0">
                    <!--HighlightFill-->
                    <Rectangle.Fill>
                      <LinearGradientBrush x:Name="ID0E5_RectangleBrush" StartPoint="0.5,0" EndPoint="0.5,1">
                        <GradientStop Color="#FFFFFDDC" Offset="0" />
                        <GradientStop Color="#FFFFD344" Offset="1" />
                      </LinearGradientBrush>
                    </Rectangle.Fill>
                  </Rectangle>
                  <TextBlock FontSize="11" Canvas.Left="3" x:Name="ID0E5_Text" Text="Home" MouseLeftButtonDown="MouseLeftButtonDownButton" MouseLeftButtonUp="MouseLeftButtonUpButton" Canvas.Top="3" />
                </Canvas>
              </Canvas>
              <Canvas x:Name="Group_ID0E2_Label" Height="15">
                <Rectangle Canvas.Left="1" Height="15" x:Name="Group_ID0E2_LabelRectangle" Fill="#FFC1D9F0" Opacity="0.5" />
                <TextBlock FontSize="11" Foreground="#6D6AB7" x:Name="Group_ID0E2_Text" Text="Navigation" Canvas.Left="3" />
              </Canvas>
            </Canvas>
            <!--Group-->
            <Canvas x:Name="Group_ID0EDB" Loaded="GroupLoaded" MouseEnter="MouseEnterGroup" MouseLeave="MouseLeaveGroup">
              <Canvas.Resources>
                <Storyboard x:Name="Group_ID0EDB_Enter">
                  <DoubleAnimation BeginTime="0" Storyboard.TargetName="Group_ID0EDB_GroupRectangleBrush" Storyboard.TargetProperty="Opacity" From="0" To="0.5" Duration="0:0:0.5" />
                </Storyboard>
                <Storyboard x:Name="Group_ID0EDB_Leave">
                  <DoubleAnimation BeginTime="0" Storyboard.TargetName="Group_ID0EDB_GroupRectangleBrush" Storyboard.TargetProperty="Opacity" From="0.5" To="0" Duration="0:0:0.5" />
                </Storyboard>
              </Canvas.Resources>
              <Rectangle RadiusX="2" RadiusY="2" x:Name="Group_ID0EDB_GroupRectangle" Stroke="Gray" StrokeThickness="0.5">
                <Rectangle.Fill>
                  <SolidColorBrush Color="White" Opacity="0" x:Name="Group_ID0EDB_GroupRectangleBrush" />
                </Rectangle.Fill>
              </Rectangle>
              <Canvas x:Name="Group_ID0EDB_Controls" Canvas.Left="3" Canvas.Top="3">
                <Canvas x:Name="ID0EGB" MouseEnter="MouseEnterButton" MouseLeave="MouseLeaveButton" Loaded="ButtonLoaded" Height="70" MouseLeftButtonUp="ActionHandler">
                  <TextBlock Opacity="0" IsHitTestVisible="false" x:Name="ID0EGB_OnAction" Text="OpenWindow" />
                  <TextBlock Opacity="0" IsHitTestVisible="false" x:Name="ID0EGB_Loaded" Text="ButtonLoaded" />
                  <TextBlock Opacity="0" IsHitTestVisible="false" x:Name="ID0EGB_Tag" Text="http://www.charette.com/Journals/index.html" />
                  <Rectangle RadiusX="2" RadiusY="2" x:Name="ID0EGB_Rectangle" Stroke="#FF8E8E8E" StrokeThickness="0.5" Opacity="0.0" Height="70">
                    <!--HighlightFill-->
                    <Rectangle.Fill>
                      <LinearGradientBrush x:Name="ID0EGB_RectangleBrush" StartPoint="0.5,0" EndPoint="0.5,1">
                        <GradientStop Color="#FFFFFDDC" Offset="0" />
                        <GradientStop Color="#FFFFD344" Offset="1" />
                      </LinearGradientBrush>
                    </Rectangle.Fill>
                  </Rectangle>
                  <Image Canvas.Top="3" Source="/images/Journals.png" x:Name="ID0EGB_Image" Opacity="1.0" MouseLeftButtonDown="MouseLeftButtonDownButton" MouseLeftButtonUp="MouseLeftButtonUpButton" Width="32" Height="32" />
                  <TextBlock FontSize="11" Canvas.Left="3" x:Name="ID0EGB_Text" Text="Journals" MouseLeftButtonDown="MouseLeftButtonDownButton" MouseLeftButtonUp="MouseLeftButtonUpButton" Canvas.Top="40" />
                </Canvas>
                <Canvas x:Name="ID0ENB" MouseEnter="MouseEnterButton" MouseLeave="MouseLeaveButton" Loaded="ButtonLoaded" Height="70" MouseLeftButtonUp="ActionHandler">
                  <TextBlock Opacity="0" IsHitTestVisible="false" x:Name="ID0ENB_OnAction" Text="OpenWindow" />
                  <TextBlock Opacity="0" IsHitTestVisible="false" x:Name="ID0ENB_Loaded" Text="ButtonLoaded" />
                  <TextBlock Opacity="0" IsHitTestVisible="false" x:Name="ID0ENB_Tag" Text="http://www.charette.com/artwork/index.html" />
                  <Rectangle RadiusX="2" RadiusY="2" x:Name="ID0ENB_Rectangle" Stroke="#FF8E8E8E" StrokeThickness="0.5" Opacity="0.0" Height="70">
                    <!--HighlightFill-->
                    <Rectangle.Fill>
                      <LinearGradientBrush x:Name="ID0ENB_RectangleBrush" StartPoint="0.5,0" EndPoint="0.5,1">
                        <GradientStop Color="#FFFFFDDC" Offset="0" />
                        <GradientStop Color="#FFFFD344" Offset="1" />
                      </LinearGradientBrush>
                    </Rectangle.Fill>
                  </Rectangle>
                  <Image Canvas.Top="3" Source="/images/Sketches.png" x:Name="ID0ENB_Image" Opacity="1.0" MouseLeftButtonDown="MouseLeftButtonDownButton" MouseLeftButtonUp="MouseLeftButtonUpButton" Width="32" Height="32" />
                  <TextBlock FontSize="11" Canvas.Left="3" x:Name="ID0ENB_Text" Text="Sketches" MouseLeftButtonDown="MouseLeftButtonDownButton" MouseLeftButtonUp="MouseLeftButtonUpButton" Canvas.Top="40" />
                </Canvas>
                <Canvas x:Name="ID0EUB" MouseEnter="MouseEnterButton" MouseLeave="MouseLeaveButton" Loaded="ButtonLoaded" Height="70" MouseLeftButtonUp="ActionHandler">
                  <TextBlock Opacity="0" IsHitTestVisible="false" x:Name="ID0EUB_OnAction" Text="OpenWindow" />
                  <TextBlock Opacity="0" IsHitTestVisible="false" x:Name="ID0EUB_Loaded" Text="ButtonLoaded" />
                  <TextBlock Opacity="0" IsHitTestVisible="false" x:Name="ID0EUB_Tag" Text="http://www.charette.com/gallery2/" />
                  <Rectangle RadiusX="2" RadiusY="2" x:Name="ID0EUB_Rectangle" Stroke="#FF8E8E8E" StrokeThickness="0.5" Opacity="0.0" Height="70">
                    <!--HighlightFill-->
                    <Rectangle.Fill>
                      <LinearGradientBrush x:Name="ID0EUB_RectangleBrush" StartPoint="0.5,0" EndPoint="0.5,1">
                        <GradientStop Color="#FFFFFDDC" Offset="0" />
                        <GradientStop Color="#FFFFD344" Offset="1" />
                      </LinearGradientBrush>
                    </Rectangle.Fill>
                  </Rectangle>
                  <Image Canvas.Top="3" Source="/images/Photography.png" x:Name="ID0EUB_Image" Opacity="1.0" MouseLeftButtonDown="MouseLeftButtonDownButton" MouseLeftButtonUp="MouseLeftButtonUpButton" Width="32" Height="32" />
                  <TextBlock FontSize="11" Canvas.Left="3" x:Name="ID0EUB_Text" Text="Photography" MouseLeftButtonDown="MouseLeftButtonDownButton" MouseLeftButtonUp="MouseLeftButtonUpButton" Canvas.Top="40" />
                </Canvas>
              </Canvas>
              <Canvas x:Name="Group_ID0EDB_Label" Height="15">
                <Rectangle Canvas.Left="1" Height="15" x:Name="Group_ID0EDB_LabelRectangle" Fill="#FFC1D9F0" Opacity="0.5" />
                <TextBlock FontSize="11" Foreground="#6D6AB7" x:Name="Group_ID0EDB_Text" Text="Creative" Canvas.Left="3" />
              </Canvas>
            </Canvas>
          </Canvas>
        </Canvas>
        <!--Tab Groups-->
        <Canvas x:Name="Tab_FluentRibbonUI">
          <Canvas Canvas.Top="3" x:Name="FluentRibbonUI_Groups" Opacity="0" IsHitTestVisible="false" Loaded="GroupsLoaded">
            <!--Group-->
            <Canvas x:Name="Group_ID0E6B" Loaded="GroupLoaded" MouseEnter="MouseEnterGroup" MouseLeave="MouseLeaveGroup">
              <Canvas.Resources>
                <Storyboard x:Name="Group_ID0E6B_Enter">
                  <DoubleAnimation BeginTime="0" Storyboard.TargetName="Group_ID0E6B_GroupRectangleBrush" Storyboard.TargetProperty="Opacity" From="0" To="0.5" Duration="0:0:0.5" />
                </Storyboard>
                <Storyboard x:Name="Group_ID0E6B_Leave">
                  <DoubleAnimation BeginTime="0" Storyboard.TargetName="Group_ID0E6B_GroupRectangleBrush" Storyboard.TargetProperty="Opacity" From="0.5" To="0" Duration="0:0:0.5" />
                </Storyboard>
              </Canvas.Resources>
              <Rectangle RadiusX="2" RadiusY="2" x:Name="Group_ID0E6B_GroupRectangle" Stroke="Gray" StrokeThickness="0.5">
                <Rectangle.Fill>
                  <SolidColorBrush Color="White" Opacity="0" x:Name="Group_ID0E6B_GroupRectangleBrush" />
                </Rectangle.Fill>
              </Rectangle>
              <Canvas x:Name="Group_ID0E6B_Controls" Canvas.Left="3" Canvas.Top="3">
                <Canvas x:Name="ID0EBC" MouseEnter="MouseEnterButton" MouseLeave="MouseLeaveButton" Loaded="ButtonLoaded" MouseLeftButtonUp="ActionHandler">
                  <TextBlock Opacity="0" IsHitTestVisible="false" x:Name="ID0EBC_OnAction" Text="ShowPage" />
                  <TextBlock Opacity="0" IsHitTestVisible="false" x:Name="ID0EBC_GetEnabled" Text="IsLoggedIn" />
                  <TextBlock Opacity="0" IsHitTestVisible="false" x:Name="ID0EBC_Loaded" Text="ButtonLoaded" />
                  <TextBlock Opacity="0" IsHitTestVisible="false" x:Name="ID0EBC_Tag" Text="/ribbon/UploadRibbon.aspx" />
                  <Rectangle RadiusX="2" RadiusY="2" x:Name="ID0EBC_Rectangle" Stroke="#FF8E8E8E" StrokeThickness="0.5" Opacity="0.0">
                    <!--HighlightFill-->
                    <Rectangle.Fill>
                      <LinearGradientBrush x:Name="ID0EBC_RectangleBrush" StartPoint="0.5,0" EndPoint="0.5,1">
                        <GradientStop Color="#FFFFFDDC" Offset="0" />
                        <GradientStop Color="#FFFFD344" Offset="1" />
                      </LinearGradientBrush>
                    </Rectangle.Fill>
                  </Rectangle>
                  <TextBlock FontSize="11" Canvas.Left="3" x:Name="ID0EBC_Text" Text="Upload Ribbon" MouseLeftButtonDown="MouseLeftButtonDownButton" MouseLeftButtonUp="MouseLeftButtonUpButton" Canvas.Top="3" />
                </Canvas>
                <Canvas x:Name="ID0EIC" MouseEnter="MouseEnterButton" MouseLeave="MouseLeaveButton" Loaded="ButtonLoaded" MouseLeftButtonUp="ActionHandler">
                  <TextBlock Opacity="0" IsHitTestVisible="false" x:Name="ID0EIC_OnAction" Text="OpenWindow" />
                  <TextBlock Opacity="0" IsHitTestVisible="false" x:Name="ID0EIC_Loaded" Text="ButtonLoaded" />
                  <TextBlock Opacity="0" IsHitTestVisible="false" x:Name="ID0EIC_Tag" Text="http://msdn.microsoft.com/msdnmag/issues/07/02/RibbonX/" />
                  <Rectangle RadiusX="2" RadiusY="2" x:Name="ID0EIC_Rectangle" Stroke="#FF8E8E8E" StrokeThickness="0.5" Opacity="0.0">
                    <!--HighlightFill-->
                    <Rectangle.Fill>
                      <LinearGradientBrush x:Name="ID0EIC_RectangleBrush" StartPoint="0.5,0" EndPoint="0.5,1">
                        <GradientStop Color="#FFFFFDDC" Offset="0" />
                        <GradientStop Color="#FFFFD344" Offset="1" />
                      </LinearGradientBrush>
                    </Rectangle.Fill>
                  </Rectangle>
                  <TextBlock FontSize="11" Canvas.Left="3" x:Name="ID0EIC_Text" Text="RibbonX API" MouseLeftButtonDown="MouseLeftButtonDownButton" MouseLeftButtonUp="MouseLeftButtonUpButton" Canvas.Top="3" />
                </Canvas>
              </Canvas>
              <Canvas x:Name="Group_ID0E6B_Label" Height="15">
                <Rectangle Canvas.Left="1" Height="15" x:Name="Group_ID0E6B_LabelRectangle" Fill="#FFC1D9F0" Opacity="0.5" />
                <TextBlock FontSize="11" Foreground="#6D6AB7" x:Name="Group_ID0E6B_Text" Text="Ribbons" Canvas.Left="3" />
              </Canvas>
            </Canvas>
          </Canvas>
        </Canvas>
        <!--Tab Groups-->
        <Canvas x:Name="Tab_test">
          <Canvas Canvas.Top="3" x:Name="test_Groups" Opacity="0" IsHitTestVisible="false" Loaded="GroupsLoaded">
            <!--Group-->
            <Canvas x:Name="Group_ID0ETC" Loaded="GroupLoaded" MouseEnter="MouseEnterGroup" MouseLeave="MouseLeaveGroup">
              <Canvas.Resources>
                <Storyboard x:Name="Group_ID0ETC_Enter">
                  <DoubleAnimation BeginTime="0" Storyboard.TargetName="Group_ID0ETC_GroupRectangleBrush" Storyboard.TargetProperty="Opacity" From="0" To="0.5" Duration="0:0:0.5" />
                </Storyboard>
                <Storyboard x:Name="Group_ID0ETC_Leave">
                  <DoubleAnimation BeginTime="0" Storyboard.TargetName="Group_ID0ETC_GroupRectangleBrush" Storyboard.TargetProperty="Opacity" From="0.5" To="0" Duration="0:0:0.5" />
                </Storyboard>
              </Canvas.Resources>
              <Rectangle RadiusX="2" RadiusY="2" x:Name="Group_ID0ETC_GroupRectangle" Stroke="Gray" StrokeThickness="0.5">
                <Rectangle.Fill>
                  <SolidColorBrush Color="White" Opacity="0" x:Name="Group_ID0ETC_GroupRectangleBrush" />
                </Rectangle.Fill>
              </Rectangle>
              <Canvas x:Name="Group_ID0ETC_Controls" Canvas.Left="3" Canvas.Top="3">
                <Canvas x:Name="ID0E1C" Loaded="ButtonGroupLoaded">
                  <Rectangle RadiusX="2" RadiusY="2" x:Name="ID0E1C_Rectangle" Stroke="DarkGray" />
                  <Canvas x:Name="ID0E2C" MouseEnter="MouseEnterButton" MouseLeave="MouseLeaveButton" Loaded="ButtonLoaded">
                    <TextBlock Opacity="0" IsHitTestVisible="false" x:Name="ID0E2C_Loaded" Text="ButtonLoaded" />
                    <Rectangle RadiusX="2" RadiusY="2" x:Name="ID0E2C_Rectangle" Stroke="#FF8E8E8E" StrokeThickness="0.5" Opacity="0.0">
                      <!--HighlightFill-->
                      <Rectangle.Fill>
                        <LinearGradientBrush x:Name="ID0E2C_RectangleBrush" StartPoint="0.5,0" EndPoint="0.5,1">
                          <GradientStop Color="#FFFFFDDC" Offset="0" />
                          <GradientStop Color="#FFFFD344" Offset="1" />
                        </LinearGradientBrush>
                      </Rectangle.Fill>
                    </Rectangle>
                    <TextBlock FontSize="11" Canvas.Left="3" x:Name="ID0E2C_Text" Text="a" MouseLeftButtonDown="MouseLeftButtonDownButton" MouseLeftButtonUp="MouseLeftButtonUpButton" Canvas.Top="3" />
                  </Canvas>
                  <Canvas x:Name="ID0E5C" MouseEnter="MouseEnterButton" MouseLeave="MouseLeaveButton" Loaded="ButtonLoaded">
                    <TextBlock Opacity="0" IsHitTestVisible="false" x:Name="ID0E5C_Loaded" Text="ButtonLoaded" />
                    <Rectangle RadiusX="2" RadiusY="2" x:Name="ID0E5C_Rectangle" Stroke="#FF8E8E8E" StrokeThickness="0.5" Opacity="0.0">
                      <!--HighlightFill-->
                      <Rectangle.Fill>
                        <LinearGradientBrush x:Name="ID0E5C_RectangleBrush" StartPoint="0.5,0" EndPoint="0.5,1">
                          <GradientStop Color="#FFFFFDDC" Offset="0" />
                          <GradientStop Color="#FFFFD344" Offset="1" />
                        </LinearGradientBrush>
                      </Rectangle.Fill>
                    </Rectangle>
                    <TextBlock FontSize="11" Canvas.Left="3" x:Name="ID0E5C_Text" Text="b" MouseLeftButtonDown="MouseLeftButtonDownButton" MouseLeftButtonUp="MouseLeftButtonUpButton" Canvas.Top="3" />
                  </Canvas>
                  <Canvas x:Name="ID0EBD" MouseEnter="MouseEnterButton" MouseLeave="MouseLeaveButton" Loaded="ButtonLoaded">
                    <TextBlock Opacity="0" IsHitTestVisible="false" x:Name="ID0EBD_Loaded" Text="ButtonLoaded" />
                    <Rectangle RadiusX="2" RadiusY="2" x:Name="ID0EBD_Rectangle" Stroke="#FF8E8E8E" StrokeThickness="0.5" Opacity="0.0">
                      <!--HighlightFill-->
                      <Rectangle.Fill>
                        <LinearGradientBrush x:Name="ID0EBD_RectangleBrush" StartPoint="0.5,0" EndPoint="0.5,1">
                          <GradientStop Color="#FFFFFDDC" Offset="0" />
                          <GradientStop Color="#FFFFD344" Offset="1" />
                        </LinearGradientBrush>
                      </Rectangle.Fill>
                    </Rectangle>
                    <TextBlock FontSize="11" Canvas.Left="3" x:Name="ID0EBD_Text" Text="c" MouseLeftButtonDown="MouseLeftButtonDownButton" MouseLeftButtonUp="MouseLeftButtonUpButton" Canvas.Top="3" />
                  </Canvas>
                </Canvas>
                <!-- checkBox-->
                <Canvas x:Name="ID0EED" Loaded="CheckBoxLoaded" Width="16" Height="10">
                  <TextBlock Canvas.Top="3" Canvas.Left="20" FontSize="11" x:Name="ID0EED_Label" Text="checkBox" />
                  <Rectangle x:Name="ID0EED_Rectangle" Opacity="0" />
                </Canvas>
                <!--@id Combo Box-->
                <Canvas x:Name="ID0EHD" Loaded="DropDownBoxLoaded">
                  <TextBlock Canvas.Top="3" FontSize="11" x:Name="ID0EHD_Label" Text="comboBox" />
                  <Rectangle x:Name="ID0EHD_Rectangle" Stroke="Gray" StrokeThickness="0.5" Fill="White" />
                  <Canvas x:Name="ID0EHD_Items">
                    <TextBlock IsHitTestVisible="false" x:Name="ID0EKD" Text="item 1" />
                    <TextBlock IsHitTestVisible="false" x:Name="ID0EMD" Text="item 2" />
                    <TextBlock IsHitTestVisible="false" x:Name="ID0EOD" Text="item 3" />
                  </Canvas>
                </Canvas>
                <Canvas x:Name="ID0EQD" MouseEnter="MouseEnterButton" MouseLeave="MouseLeaveButton" Loaded="ButtonLoaded">
                  <TextBlock Opacity="0" IsHitTestVisible="false" x:Name="ID0EQD_Loaded" Text="ButtonLoaded" />
                  <Rectangle RadiusX="2" RadiusY="2" x:Name="ID0EQD_Rectangle" Stroke="#FF8E8E8E" StrokeThickness="0.5" Opacity="0.0">
                    <!--HighlightFill-->
                    <Rectangle.Fill>
                      <LinearGradientBrush x:Name="ID0EQD_RectangleBrush" StartPoint="0.5,0" EndPoint="0.5,1">
                        <GradientStop Color="#FFFFFDDC" Offset="0" />
                        <GradientStop Color="#FFFFD344" Offset="1" />
                      </LinearGradientBrush>
                    </Rectangle.Fill>
                  </Rectangle>
                  <TextBlock FontSize="11" Canvas.Left="3" x:Name="ID0EQD_Text" Text="Button" MouseLeftButtonDown="MouseLeftButtonDownButton" MouseLeftButtonUp="MouseLeftButtonUpButton" Canvas.Top="3" />
                </Canvas>
                <!--@id Drop Down-->
                <Canvas x:Name="ID0ESD" Loaded="DropDownBoxLoaded">
                  <TextBlock Canvas.Top="3" FontSize="11" x:Name="ID0ESD_Label" Text="dropDown" />
                  <Rectangle x:Name="ID0ESD_Rectangle" Stroke="Gray" StrokeThickness="0.5" Fill="White" />
                  <Canvas x:Name="ID0ESD_Items">
                    <TextBlock x:Name="ID0EVD" Text="item 1" />
                    <TextBlock x:Name="ID0EXD" Text="item 2" />
                    <TextBlock x:Name="ID0EZD" Text="item 3" />
                  </Canvas>
                  <!--onAction metadata-->
                  <TextBlock Opacity="0" IsHitTestVisible="false" x:Name="ID0ESD_onAction" Text="OnDropDown" />
                </Canvas>
                <!-- Gallery-->
                <Canvas x:Name="ID0E6D" Loaded="GalleryLoaded" MouseLeftButtonDown="ShowGallery" MouseLeftButtonUp="FinishShowGallery" Height="16">
                  <!--Gallery Button-->
                  <Canvas x:Name="ID0E6D_Button" MouseEnter="MouseEnterButton" MouseLeave="MouseLeaveButton">
                    <Rectangle RadiusX="2" RadiusY="2" x:Name="ID0E6D_Button_Rectangle" Stroke="#FF8E8E8E" StrokeThickness="0.5" Opacity="0.0">
                      <Rectangle.Fill>
                        <LinearGradientBrush x:Name="ID0E6D_Button_RectangleBrush" StartPoint="0.5,0" EndPoint="0.5,1">
                          <GradientStop Color="#FFFFFDDC" Offset="0" />
                          <GradientStop Color="#FFFFD344" Offset="1" />
                        </LinearGradientBrush>
                      </Rectangle.Fill>
                    </Rectangle>
                    <TextBlock FontSize="11" Canvas.Left="3" x:Name="ID0E6D_Button_Text" TextWrapping="Wrap" Text="Images and Video" MouseLeftButtonDown="MouseLeftButtonDownButton" MouseLeftButtonUp="MouseLeftButtonUpButton" Canvas.Top="3" />
                  </Canvas>
                  <!--Begin Gallery Metadata-->
                  <!--onAction metadata-->
                  <TextBlock Opacity="0" IsHitTestVisible="false" x:Name="ID0E6D_onAction" Text="ShowItem" />
                  <!--getImage metadata-->
                  <TextBlock Opacity="0" IsHitTestVisible="false" x:Name="ID0E6D_getImage" Text="GetGalleryImage" />
                </Canvas>
                <!--End Gallery-->
                <!--Separator-->
                <Canvas x:Name="Separator_ID0EEF">
                  <Line X1="0" X2="0" Y1="7" Y2="62" Stroke="White" />
                  <Line X1="1" X2="1" Y1="7" Y2="62" Stroke="#FF8FADD4" />
                </Canvas>
                <Canvas x:Name="ID0EFF" Height="20" Loaded="LabelControlLoaded" MouseEnter="MouseEnterSupertip" MouseLeave="MouseLeaveSupertip">
                  <TextBlock Canvas.Left="3" Canvas.Top="3" x:Name="ID0EFF_Text" Text="label Control" FontSize="11" />
                </Canvas>
                <!--menu Menu-->
                <Canvas x:Name="ID0EJF" Loaded="MenuLoaded" Height="20" MouseEnter="MouseEnterButton" MouseLeave="MouseLeaveButton" MouseLeftButtonDown="ShowPopupMenu" MouseLeftButtonUp="ShowedPopupMenu">
                  <Rectangle RadiusX="2" RadiusY="2" x:Name="ID0EJF_Rectangle" Height="20" Opacity="0" Stroke="#FF8E8E8E">
                    <!--HighlightFill-->
                    <Rectangle.Fill>
                      <LinearGradientBrush x:Name="ID0EJF_RectangleBrush" StartPoint="0.5,0" EndPoint="0.5,1">
                        <GradientStop Color="#FFFFFDDC" Offset="0" />
                        <GradientStop Color="#FFFFD344" Offset="1" />
                      </LinearGradientBrush>
                    </Rectangle.Fill>
                  </Rectangle>
                  <TextBlock x:Name="ID0EJF_Text" Text="menu" Canvas.Left="3" Canvas.Top="3" FontSize="11" />
                </Canvas>
                <!--Split Button -->
                <Canvas x:Name="ID0ERF" Loaded="SplitButtonLoaded" MouseEnter="EnterSplitButton" MouseLeave="LeaveSplitButton" Height="22" Width="32">
                  <Canvas Opacity="0" x:Name="ID0ERF_Hover">
                    <Rectangle RadiusX="2" RadiusY="2" x:Name="ID0ERF_Rectangle" Stroke="Gray" StrokeThickness="0.5" Height="22" Width="32">
                      <Rectangle.Fill>
                        <SolidColorBrush Color="#FFFFFDDC" Opacity="1" />
                      </Rectangle.Fill>
                    </Rectangle>
                    <Line x:Name="ID0ERF_Splitter" Stroke="Gray" StrokeThickness="0.5" Canvas.Left="22" X1="0" Y1="0" X2="0" Y2="22" />
                  </Canvas>
                  <Image Canvas.Top="3" x:Name="ID0ERF_Image" Source="/images/Journals.png" Canvas.Left="3" Height="16" Width="16" />
                  <Canvas Canvas.Left="22" x:Name="ID0ERF_DropSplit" Height="16" Width="10" MouseEnter="EnterSplitSide" MouseLeave="LeaveSplitSide">
                    <Rectangle x:Name="ID0ERF_DropSplit_Highlight" Opacity="0" Width="10" Height="16">
                      <!--HighlightFill-->
                      <Rectangle.Fill>
                        <LinearGradientBrush x:Name="ID0ERF_RectangleBrush" StartPoint="0.5,0" EndPoint="0.5,1">
                          <GradientStop Color="#FFFFFDDC" Offset="0" />
                          <GradientStop Color="#FFFFD344" Offset="1" />
                        </LinearGradientBrush>
                      </Rectangle.Fill>
                    </Rectangle>
                    <Image Canvas.Left="2.5" Canvas.Top="8" x:Name="ID0ERF_DropDownArrow" Source="http://xmldocs.net/ribbon/images/DropDownArrow.png" Width="5" Height="4" />
                  </Canvas>
                </Canvas>
              </Canvas>
              <Canvas x:Name="Group_ID0ETC_Label" Height="15">
                <Rectangle Canvas.Left="1" Height="15" x:Name="Group_ID0ETC_LabelRectangle" Fill="#FFC1D9F0" Opacity="0.5" />
                <TextBlock FontSize="11" Foreground="#6D6AB7" x:Name="Group_ID0ETC_Text" Text="Controls" Canvas.Left="3" />
                <!-- Dialog box launcher-->
                <Canvas x:Name="Group_ID0ETC_DialogBoxLauncher" Width="15" Height="15" MouseEnter="MouseEnterButton" MouseLeave="MouseLeaveButton" MouseLeftButtonDown="PressButton">
                  <Rectangle Width="15" Height="15" Opacity="0" x:Name="Group_ID0ETC_DialogBoxLauncher_Rectangle">
                    <!--HighlightFill-->
                    <Rectangle.Fill>
                      <LinearGradientBrush x:Name="ID0E4F_RectangleBrush" StartPoint="0.5,0" EndPoint="0.5,1">
                        <GradientStop Color="#FFFFFDDC" Offset="0" />
                        <GradientStop Color="#FFFFD344" Offset="1" />
                      </LinearGradientBrush>
                    </Rectangle.Fill>
                  </Rectangle>
                  <Image Source="/ribbon/images/DialogBoxLauncher.png" Canvas.Top="3.5" Canvas.Left="3.5" />
                  <TextBlock Opacity="0" IsHitTestVisible="false" x:Name="Group_ID0ETC_DialogBoxLauncher_OnAction" Text="DialogBoxLauncher" />
                  <TextBlock Opacity="0" IsHitTestVisible="false" x:Name="Group_ID0ETC_DialogBoxLauncher_Loaded" Text="ButtonLoaded" />
                </Canvas>
              </Canvas>
            </Canvas>
            <!--Group-->
            <Canvas x:Name="Group_ID0EBG" Loaded="GroupLoaded" MouseEnter="MouseEnterGroup" MouseLeave="MouseLeaveGroup">
              <Canvas.Resources>
                <Storyboard x:Name="Group_ID0EBG_Enter">
                  <DoubleAnimation BeginTime="0" Storyboard.TargetName="Group_ID0EBG_GroupRectangleBrush" Storyboard.TargetProperty="Opacity" From="0" To="0.5" Duration="0:0:0.5" />
                </Storyboard>
                <Storyboard x:Name="Group_ID0EBG_Leave">
                  <DoubleAnimation BeginTime="0" Storyboard.TargetName="Group_ID0EBG_GroupRectangleBrush" Storyboard.TargetProperty="Opacity" From="0.5" To="0" Duration="0:0:0.5" />
                </Storyboard>
              </Canvas.Resources>
              <Rectangle RadiusX="2" RadiusY="2" x:Name="Group_ID0EBG_GroupRectangle" Stroke="Gray" StrokeThickness="0.5">
                <Rectangle.Fill>
                  <SolidColorBrush Color="White" Opacity="0" x:Name="Group_ID0EBG_GroupRectangleBrush" />
                </Rectangle.Fill>
              </Rectangle>
              <Canvas x:Name="Group_ID0EBG_Controls" Canvas.Left="3" Canvas.Top="3">
                <!--Edit Box-->
                <Canvas x:Name="ID0EDG" Loaded="EditBoxLoaded" MouseEnter="MouseEnterSupertip" MouseLeave="MouseLeaveSupertip">
                  <TextBlock Canvas.Top="3" FontSize="11" x:Name="ID0EDG_Label" Text="What" />
                  <Rectangle x:Name="ID0EDG_Rectangle" Stroke="SlateGray" StrokeThickness="0.5" Fill="White" />
                  <TextBlock x:Name="ID0EDG_Text" FontSize="11" FontFamily="Trebuchet MS" Text="WWWWWWWWWWWWWWWWWWWWWW" Canvas.Left="6" Canvas.Top="5" />
                  <!--onChange metadata-->
                  <TextBlock Opacity="0" IsHitTestVisible="false" x:Name="ID0EDG_onChange" Text="OnChangeWhat" />
                </Canvas>
                <!--Edit Box-->
                <Canvas x:Name="ID0EJG" Loaded="EditBoxLoaded" MouseEnter="MouseEnterSupertip" MouseLeave="MouseLeaveSupertip">
                  <TextBlock Canvas.Top="3" FontSize="11" x:Name="ID0EJG_Label" Text="Where" />
                  <Rectangle x:Name="ID0EJG_Rectangle" Stroke="SlateGray" StrokeThickness="0.5" Fill="White" />
                  <TextBlock x:Name="ID0EJG_Text" FontSize="11" FontFamily="Trebuchet MS" Text="WWWWWWWWWWWWWWWWWWWWWW" Canvas.Left="6" Canvas.Top="5" />
                  <!--onChange metadata-->
                  <TextBlock Opacity="0" IsHitTestVisible="false" x:Name="ID0EJG_onChange" Text="OnChangeWhere" />
                </Canvas>
                <Canvas x:Name="ID0EPG" MouseEnter="MouseEnterButton" MouseLeave="MouseLeaveButton" Loaded="ButtonLoaded" MouseLeftButtonUp="ActionHandler">
                  <TextBlock Opacity="0" IsHitTestVisible="false" x:Name="ID0EPG_OnAction" Text="OnSearchForLocation" />
                  <TextBlock Opacity="0" IsHitTestVisible="false" x:Name="ID0EPG_Loaded" Text="ButtonLoaded" />
                  <Rectangle RadiusX="2" RadiusY="2" x:Name="ID0EPG_Rectangle" Stroke="#FF8E8E8E" StrokeThickness="0.5" Opacity="0.0">
                    <!--HighlightFill-->
                    <Rectangle.Fill>
                      <LinearGradientBrush x:Name="ID0EPG_RectangleBrush" StartPoint="0.5,0" EndPoint="0.5,1">
                        <GradientStop Color="#FFFFFDDC" Offset="0" />
                        <GradientStop Color="#FFFFD344" Offset="1" />
                      </LinearGradientBrush>
                    </Rectangle.Fill>
                  </Rectangle>
                  <TextBlock FontSize="11" Canvas.Left="3" x:Name="ID0EPG_Text" Text="Search" MouseLeftButtonDown="MouseLeftButtonDownButton" MouseLeftButtonUp="MouseLeftButtonUpButton" Canvas.Top="3" />
                </Canvas>
              </Canvas>
              <Canvas x:Name="Group_ID0EBG_Label" Height="15">
                <Rectangle Canvas.Left="1" Height="15" x:Name="Group_ID0EBG_LabelRectangle" Fill="#FFC1D9F0" Opacity="0.5" />
                <TextBlock FontSize="11" Foreground="#6D6AB7" x:Name="Group_ID0EBG_Text" Text="Microsoft Virtual Earth" Canvas.Left="3" />
              </Canvas>
            </Canvas>
            <!--Group-->
            <Canvas x:Name="Group_ID0ESG" Loaded="GroupLoaded" MouseEnter="MouseEnterGroup" MouseLeave="MouseLeaveGroup">
              <Canvas.Resources>
                <Storyboard x:Name="Group_ID0ESG_Enter">
                  <DoubleAnimation BeginTime="0" Storyboard.TargetName="Group_ID0ESG_GroupRectangleBrush" Storyboard.TargetProperty="Opacity" From="0" To="0.5" Duration="0:0:0.5" />
                </Storyboard>
                <Storyboard x:Name="Group_ID0ESG_Leave">
                  <DoubleAnimation BeginTime="0" Storyboard.TargetName="Group_ID0ESG_GroupRectangleBrush" Storyboard.TargetProperty="Opacity" From="0.5" To="0" Duration="0:0:0.5" />
                </Storyboard>
              </Canvas.Resources>
              <Rectangle RadiusX="2" RadiusY="2" x:Name="Group_ID0ESG_GroupRectangle" Stroke="Gray" StrokeThickness="0.5">
                <Rectangle.Fill>
                  <SolidColorBrush Color="White" Opacity="0" x:Name="Group_ID0ESG_GroupRectangleBrush" />
                </Rectangle.Fill>
              </Rectangle>
              <Canvas x:Name="Group_ID0ESG_Controls" Canvas.Left="3" Canvas.Top="3">
                <!--Dynamic Menu-->
                <Canvas x:Name="ID0EWG" Loaded="DynamicMenuLoaded" MouseEnter="MouseEnterButton" MouseLeave="MouseLeaveButton" Height="20">
                  <Canvas x:Name="ID0EWG_MousePopup" MouseLeftButtonDown="PopupDynamicMenu" MouseLeftButtonUp="FinishPopupDynamicMenu">
                    <Rectangle x:Name="ID0EWG_Rectangle" Opacity="0" Height="20">
                      <!--HighlightFill-->
                      <Rectangle.Fill>
                        <LinearGradientBrush x:Name="ID0EWG_RectangleBrush" StartPoint="0.5,0" EndPoint="0.5,1">
                          <GradientStop Color="#FFFFFDDC" Offset="0" />
                          <GradientStop Color="#FFFFD344" Offset="1" />
                        </LinearGradientBrush>
                      </Rectangle.Fill>
                    </Rectangle>
                    <TextBlock Canvas.Left="3" Canvas.Top="3" x:Name="ID0EWG_Text" Text="Microsoft Silverlight Content" FontSize="11" />
                    <Image Opacity="1" Source="http://xmldocs.net/ribbon/images/DropDownArrow.png" x:Name="ID0EWG_DropDownArrow" Width="5" Height="4" Canvas.Top="8" />
                    <!--tag metadata-->
                    <TextBlock Opacity="0" IsHitTestVisible="false" x:Name="ID0EWG_tag" Text="http://silverlight.net/blogs/microsoft/rss.aspx" />
                    <!--getLabel metadata-->
                    <TextBlock Opacity="0" IsHitTestVisible="false" x:Name="ID0EWG_getLabel" Text="GetRSSTitle" />
                  </Canvas>
                </Canvas>
                <!--Dynamic Menu-->
                <Canvas x:Name="ID0E2G" Loaded="DynamicMenuLoaded" MouseEnter="MouseEnterButton" MouseLeave="MouseLeaveButton" Height="20">
                  <Canvas x:Name="ID0E2G_MousePopup" MouseLeftButtonDown="PopupDynamicMenu" MouseLeftButtonUp="FinishPopupDynamicMenu">
                    <Rectangle x:Name="ID0E2G_Rectangle" Opacity="0" Height="20">
                      <!--HighlightFill-->
                      <Rectangle.Fill>
                        <LinearGradientBrush x:Name="ID0E2G_RectangleBrush" StartPoint="0.5,0" EndPoint="0.5,1">
                          <GradientStop Color="#FFFFFDDC" Offset="0" />
                          <GradientStop Color="#FFFFD344" Offset="1" />
                        </LinearGradientBrush>
                      </Rectangle.Fill>
                    </Rectangle>
                    <TextBlock Canvas.Left="3" Canvas.Top="3" x:Name="ID0E2G_Text" Text="ScottGu's Blog" FontSize="11" />
                    <Image Opacity="1" Source="http://xmldocs.net/ribbon/images/DropDownArrow.png" x:Name="ID0E2G_DropDownArrow" Width="5" Height="4" Canvas.Top="8" />
                    <!--tag metadata-->
                    <TextBlock Opacity="0" IsHitTestVisible="false" x:Name="ID0E2G_tag" Text="http://weblogs.asp.net/scottgu/rss.aspx" />
                    <!--getLabel metadata-->
                    <TextBlock Opacity="0" IsHitTestVisible="false" x:Name="ID0E2G_getLabel" Text="GetRSSTitle" />
                  </Canvas>
                </Canvas>
                <!--Dynamic Menu-->
                <Canvas x:Name="ID0ECH" Loaded="DynamicMenuLoaded" MouseEnter="MouseEnterButton" MouseLeave="MouseLeaveButton" Height="20">
                  <Canvas x:Name="ID0ECH_MousePopup" MouseLeftButtonDown="PopupDynamicMenu" MouseLeftButtonUp="FinishPopupDynamicMenu">
                    <Rectangle x:Name="ID0ECH_Rectangle" Opacity="0" Height="20">
                      <!--HighlightFill-->
                      <Rectangle.Fill>
                        <LinearGradientBrush x:Name="ID0ECH_RectangleBrush" StartPoint="0.5,0" EndPoint="0.5,1">
                          <GradientStop Color="#FFFFFDDC" Offset="0" />
                          <GradientStop Color="#FFFFD344" Offset="1" />
                        </LinearGradientBrush>
                      </Rectangle.Fill>
                    </Rectangle>
                    <TextBlock Canvas.Left="3" Canvas.Top="3" x:Name="ID0ECH_Text" Text="Synergist" FontSize="11" />
                    <Image Opacity="1" Source="http://xmldocs.net/ribbon/images/DropDownArrow.png" x:Name="ID0ECH_DropDownArrow" Width="5" Height="4" Canvas.Top="8" />
                    <!--tag metadata-->
                    <TextBlock Opacity="0" IsHitTestVisible="false" x:Name="ID0ECH_tag" Text="http://blogs.msdn.com/synergist/rss.xml" />
                    <!--getLabel metadata-->
                    <TextBlock Opacity="0" IsHitTestVisible="false" x:Name="ID0ECH_getLabel" Text="GetRSSTitle" />
                  </Canvas>
                </Canvas>
              </Canvas>
              <Canvas x:Name="Group_ID0ESG_Label" Height="15">
                <Rectangle Canvas.Left="1" Height="15" x:Name="Group_ID0ESG_LabelRectangle" Fill="#FFC1D9F0" Opacity="0.5" />
                <TextBlock FontSize="11" Foreground="#6D6AB7" x:Name="Group_ID0ESG_Text" Text="RSS" Canvas.Left="3" />
              </Canvas>
            </Canvas>
          </Canvas>
        </Canvas>
        <!--Tab Groups-->
        <Canvas x:Name="Tab__AboutRibbon">
          <Canvas Canvas.Top="3" x:Name="_AboutRibbon_Groups" Opacity="0" IsHitTestVisible="false" Loaded="GroupsLoaded">
            <!--Group-->
            <Canvas x:Name="Group_ID1EN" Loaded="GroupLoaded" MouseEnter="MouseEnterGroup" MouseLeave="MouseLeaveGroup">
              <Canvas.Resources>
                <Storyboard x:Name="Group_ID1EN_Enter">
                  <DoubleAnimation BeginTime="0" Storyboard.TargetName="Group_ID1EN_GroupRectangleBrush" Storyboard.TargetProperty="Opacity" From="0" To="0.5" Duration="0:0:0.5" />
                </Storyboard>
                <Storyboard x:Name="Group_ID1EN_Leave">
                  <DoubleAnimation BeginTime="0" Storyboard.TargetName="Group_ID1EN_GroupRectangleBrush" Storyboard.TargetProperty="Opacity" From="0.5" To="0" Duration="0:0:0.5" />
                </Storyboard>
              </Canvas.Resources>
              <Rectangle RadiusX="2" RadiusY="2" x:Name="Group_ID1EN_GroupRectangle" Stroke="Gray" StrokeThickness="0.5">
                <Rectangle.Fill>
                  <SolidColorBrush Color="White" Opacity="0" x:Name="Group_ID1EN_GroupRectangleBrush" />
                </Rectangle.Fill>
              </Rectangle>
              <Canvas x:Name="Group_ID1EN_Controls" Canvas.Left="3" Canvas.Top="3">
                <Canvas x:Name="ID1ER" Height="20" Loaded="LabelControlLoaded" MouseEnter="MouseEnterSupertip" MouseLeave="MouseLeaveSupertip">
                  <TextBlock Canvas.Left="3" Canvas.Top="3" x:Name="ID1ER_Text" Text="License" FontSize="11" />
                </Canvas>
              </Canvas>
              <Canvas x:Name="Group_ID1EN_Label" Height="15">
                <Rectangle Canvas.Left="1" Height="15" x:Name="Group_ID1EN_LabelRectangle" Fill="#FFC1D9F0" Opacity="0.5" />
                <TextBlock FontSize="11" Foreground="#6D6AB7" x:Name="Group_ID1EN_Text" Text="2007 Office Fluent Ribbon" Canvas.Left="3" />
              </Canvas>
            </Canvas>
            <!--Group-->
            <Canvas x:Name="Group_ID1EX" Loaded="GroupLoaded" MouseEnter="MouseEnterGroup" MouseLeave="MouseLeaveGroup">
              <Canvas.Resources>
                <Storyboard x:Name="Group_ID1EX_Enter">
                  <DoubleAnimation BeginTime="0" Storyboard.TargetName="Group_ID1EX_GroupRectangleBrush" Storyboard.TargetProperty="Opacity" From="0" To="0.5" Duration="0:0:0.5" />
                </Storyboard>
                <Storyboard x:Name="Group_ID1EX_Leave">
                  <DoubleAnimation BeginTime="0" Storyboard.TargetName="Group_ID1EX_GroupRectangleBrush" Storyboard.TargetProperty="Opacity" From="0.5" To="0" Duration="0:0:0.5" />
                </Storyboard>
              </Canvas.Resources>
              <Rectangle RadiusX="2" RadiusY="2" x:Name="Group_ID1EX_GroupRectangle" Stroke="Gray" StrokeThickness="0.5">
                <Rectangle.Fill>
                  <SolidColorBrush Color="White" Opacity="0" x:Name="Group_ID1EX_GroupRectangleBrush" />
                </Rectangle.Fill>
              </Rectangle>
              <Canvas x:Name="Group_ID1EX_Controls" Canvas.Left="3" Canvas.Top="3">
                <!--Edit Box-->
                <Canvas x:Name="ID1E2" Loaded="EditBoxLoaded" MouseEnter="MouseEnterSupertip" MouseLeave="MouseLeaveSupertip">
                  <TextBlock Canvas.Top="3" FontSize="11" x:Name="ID1E2_Label" Text="Version" />
                  <Rectangle x:Name="ID1E2_Rectangle" Stroke="SlateGray" StrokeThickness="0.5" Fill="White" />
                  <TextBlock x:Name="ID1E2_Text" FontSize="11" FontFamily="Trebuchet MS" Text="WWWWWWW" Canvas.Left="6" Canvas.Top="5" />
                  <TextBlock Opacity="0" IsHitTestVisible="false" x:Name="ID1E2_GetText" Text="GetSilverlightVersion" />
                  <TextBlock Opacity="0" IsHitTestVisible="false" x:Name="ID1E2_Enabled" Text="false" />
                </Canvas>
                <Canvas x:Name="ID1EEB" MouseEnter="MouseEnterButton" MouseLeave="MouseLeaveButton" Loaded="ButtonLoaded" MouseLeftButtonUp="ActionHandler">
                  <TextBlock Opacity="0" IsHitTestVisible="false" x:Name="ID1EEB_OnAction" Text="ShowRibbonXAML" />
                  <TextBlock Opacity="0" IsHitTestVisible="false" x:Name="ID1EEB_Loaded" Text="ButtonLoaded" />
                  <Rectangle RadiusX="2" RadiusY="2" x:Name="ID1EEB_Rectangle" Stroke="#FF8E8E8E" StrokeThickness="0.5" Opacity="0.0">
                    <!--HighlightFill-->
                    <Rectangle.Fill>
                      <LinearGradientBrush x:Name="ID1EEB_RectangleBrush" StartPoint="0.5,0" EndPoint="0.5,1">
                        <GradientStop Color="#FFFFFDDC" Offset="0" />
                        <GradientStop Color="#FFFFD344" Offset="1" />
                      </LinearGradientBrush>
                    </Rectangle.Fill>
                  </Rectangle>
                  <TextBlock FontSize="11" Canvas.Left="3" x:Name="ID1EEB_Text" Text="Show Ribbon XAML" MouseLeftButtonDown="MouseLeftButtonDownButton" MouseLeftButtonUp="MouseLeftButtonUpButton" Canvas.Top="3" />
                </Canvas>
              </Canvas>
              <Canvas x:Name="Group_ID1EX_Label" Height="15">
                <Rectangle Canvas.Left="1" Height="15" x:Name="Group_ID1EX_LabelRectangle" Fill="#FFC1D9F0" Opacity="0.5" />
                <TextBlock FontSize="11" Foreground="#6D6AB7" x:Name="Group_ID1EX_Text" Text="Microsoft Silverlight" Canvas.Left="3" />
              </Canvas>
            </Canvas>
            <!--Group-->
            <Canvas x:Name="Group_ID1EMB" Loaded="GroupLoaded" MouseEnter="MouseEnterGroup" MouseLeave="MouseLeaveGroup">
              <Canvas.Resources>
                <Storyboard x:Name="Group_ID1EMB_Enter">
                  <DoubleAnimation BeginTime="0" Storyboard.TargetName="Group_ID1EMB_GroupRectangleBrush" Storyboard.TargetProperty="Opacity" From="0" To="0.5" Duration="0:0:0.5" />
                </Storyboard>
                <Storyboard x:Name="Group_ID1EMB_Leave">
                  <DoubleAnimation BeginTime="0" Storyboard.TargetName="Group_ID1EMB_GroupRectangleBrush" Storyboard.TargetProperty="Opacity" From="0.5" To="0" Duration="0:0:0.5" />
                </Storyboard>
              </Canvas.Resources>
              <Rectangle RadiusX="2" RadiusY="2" x:Name="Group_ID1EMB_GroupRectangle" Stroke="Gray" StrokeThickness="0.5">
                <Rectangle.Fill>
                  <SolidColorBrush Color="White" Opacity="0" x:Name="Group_ID1EMB_GroupRectangleBrush" />
                </Rectangle.Fill>
              </Rectangle>
              <Canvas x:Name="Group_ID1EMB_Controls" Canvas.Left="3" Canvas.Top="3">
                <Canvas x:Name="ID1EQB" MouseEnter="MouseEnterButton" MouseLeave="MouseLeaveButton" Loaded="ButtonLoaded" MouseLeftButtonUp="ActionHandler">
                  <TextBlock Opacity="0" IsHitTestVisible="false" x:Name="ID1EQB_OnAction" Text="OpenWindow" />
                  <TextBlock Opacity="0" IsHitTestVisible="false" x:Name="ID1EQB_Loaded" Text="ButtonLoaded" />
                  <TextBlock Opacity="0" IsHitTestVisible="false" x:Name="ID1EQB_Tag" Text="mailto:michael@xmldocs.net" />
                  <Rectangle RadiusX="2" RadiusY="2" x:Name="ID1EQB_Rectangle" Stroke="#FF8E8E8E" StrokeThickness="0.5" Opacity="0.0">
                    <!--HighlightFill-->
                    <Rectangle.Fill>
                      <LinearGradientBrush x:Name="ID1EQB_RectangleBrush" StartPoint="0.5,0" EndPoint="0.5,1">
                        <GradientStop Color="#FFFFFDDC" Offset="0" />
                        <GradientStop Color="#FFFFD344" Offset="1" />
                      </LinearGradientBrush>
                    </Rectangle.Fill>
                  </Rectangle>
                  <TextBlock FontSize="11" Canvas.Left="3" x:Name="ID1EQB_Text" Text="Contact Michael Scherotter" MouseLeftButtonDown="MouseLeftButtonDownButton" MouseLeftButtonUp="MouseLeftButtonUpButton" Canvas.Top="3" />
                </Canvas>
              </Canvas>
              <Canvas x:Name="Group_ID1EMB_Label" Height="15">
                <Rectangle Canvas.Left="1" Height="15" x:Name="Group_ID1EMB_LabelRectangle" Fill="#FFC1D9F0" Opacity="0.5" />
                <TextBlock FontSize="11" Foreground="#6D6AB7" x:Name="Group_ID1EMB_Text" Text="Contact" Canvas.Left="3" />
              </Canvas>
            </Canvas>
          </Canvas>
        </Canvas>
      </Canvas>
    </Canvas>
  </Canvas>
  <!--Begin Popups-->
  <!--Application Menu Popup-->
  <Canvas x:Name="ID0EJ_Menu" Canvas.Top="30" IsHitTestVisible="false" Opacity="0" Loaded="OfficeMenuPopupLoaded">
    <Rectangle RadiusX="2" RadiusY="2" Canvas.Left="3" Canvas.Top="3" Opacity="0.5" StrokeThickness="2" x:Name="ID0EJ_Menu_Shadow" Height="195" Width="421" Fill="Gray" />
    <Rectangle RadiusX="2" RadiusY="2" Stroke="Gray" StrokeThickness="0.5" x:Name="ID0EJ_Menu_Rectangle" Height="195" Width="421">
      <Rectangle.Fill>
        <LinearGradientBrush StartPoint="0.5,0" EndPoint="0.5,1">
          <GradientStop Color="White" Offset="0" />
          <GradientStop Color="LightSkyBlue" Offset="1" />
        </LinearGradientBrush>
      </Rectangle.Fill>
    </Rectangle>
    <Canvas x:Name="ID0EJ_Menu_LeftPane" Canvas.Left="3" Canvas.Top="15">
      <Rectangle Height="180" Fill="White" x:Name="ID0EJ_Menu_LeftPaneRect" Width="115" StrokeThickness="0.5" />
      <Canvas x:Name="ID0EJ_Menu_Items" Canvas.Left="3" Canvas.Top="2">
        <Canvas x:Name="ID0EK" Height="38" Canvas.Top="0" Loaded="GalleryButtonLoaded" MouseEnter="MouseEnterButton" MouseLeave="MouseLeaveButton">
          <Rectangle Canvas.Left="1" x:Name="ID0EK_Background" Fill="#FAFAFA" />
          <Rectangle RadiusX="2" RadiusY="2" Opacity="0" Canvas.Left="1" x:Name="ID0EK_Rectangle" Width="" Height="38" StrokeThickness="0.5" Stroke="Gray">
            <!--HighlightFill-->
            <Rectangle.Fill>
              <LinearGradientBrush x:Name="ID0EK_RectangleBrush" StartPoint="0.5,0" EndPoint="0.5,1">
                <GradientStop Color="#FFFFFDDC" Offset="0" />
                <GradientStop Color="#FFFFD344" Offset="1" />
              </LinearGradientBrush>
            </Rectangle.Fill>
          </Rectangle>
          <TextBlock FontSize="11" Canvas.Left="6" x:Name="ID0EK_Text" Text="New" />
        </Canvas>
        <Canvas x:Name="ID0EN" Height="38" Canvas.Top="38" Loaded="GalleryButtonLoaded" MouseEnter="MouseEnterButton" MouseLeave="MouseLeaveButton">
          <Rectangle Canvas.Left="1" x:Name="ID0EN_Background" Fill="#FAFAFA" />
          <Rectangle RadiusX="2" RadiusY="2" Opacity="0" Canvas.Left="1" x:Name="ID0EN_Rectangle" Width="" Height="38" StrokeThickness="0.5" Stroke="Gray">
            <!--HighlightFill-->
            <Rectangle.Fill>
              <LinearGradientBrush x:Name="ID0EN_RectangleBrush" StartPoint="0.5,0" EndPoint="0.5,1">
                <GradientStop Color="#FFFFFDDC" Offset="0" />
                <GradientStop Color="#FFFFD344" Offset="1" />
              </LinearGradientBrush>
            </Rectangle.Fill>
          </Rectangle>
          <TextBlock FontSize="11" Canvas.Left="6" x:Name="ID0EN_Text" Text="Open" />
        </Canvas>
        <Canvas x:Name="ID0EQ" Height="38" Canvas.Top="76" Loaded="GalleryButtonLoaded" MouseEnter="MouseEnterButton" MouseLeave="MouseLeaveButton">
          <Rectangle Canvas.Left="1" x:Name="ID0EQ_Background" Fill="#FAFAFA" />
          <Rectangle RadiusX="2" RadiusY="2" Opacity="0" Canvas.Left="1" x:Name="ID0EQ_Rectangle" Width="" Height="38" StrokeThickness="0.5" Stroke="Gray">
            <!--HighlightFill-->
            <Rectangle.Fill>
              <LinearGradientBrush x:Name="ID0EQ_RectangleBrush" StartPoint="0.5,0" EndPoint="0.5,1">
                <GradientStop Color="#FFFFFDDC" Offset="0" />
                <GradientStop Color="#FFFFD344" Offset="1" />
              </LinearGradientBrush>
            </Rectangle.Fill>
          </Rectangle>
          <TextBlock FontSize="11" Canvas.Left="6" x:Name="ID0EQ_Text" Text="Save" />
        </Canvas>
        <Canvas x:Name="ID0ET" Height="38" Canvas.Top="114" Loaded="GalleryButtonLoaded" MouseEnter="MouseEnterButton" MouseLeave="MouseLeaveButton">
          <Rectangle Canvas.Left="1" x:Name="ID0ET_Background" Fill="#FAFAFA" />
          <Rectangle RadiusX="2" RadiusY="2" Opacity="0" Canvas.Left="1" x:Name="ID0ET_Rectangle" Width="" Height="38" StrokeThickness="0.5" Stroke="Gray">
            <!--HighlightFill-->
            <Rectangle.Fill>
              <LinearGradientBrush x:Name="ID0ET_RectangleBrush" StartPoint="0.5,0" EndPoint="0.5,1">
                <GradientStop Color="#FFFFFDDC" Offset="0" />
                <GradientStop Color="#FFFFD344" Offset="1" />
              </LinearGradientBrush>
            </Rectangle.Fill>
          </Rectangle>
          <Image Source="/images/SiteMap.png" Canvas.Left="3" Canvas.Top="3" Width="32" Height="32" />
          <TextBlock FontSize="11" x:Name="ID0ET_Text" Text="Site Map" Canvas.Left="38" />
        </Canvas>
      </Canvas>
    </Canvas>
    <!--Right Pane-->
    <Canvas x:Name="ID0EJ_Menu_RightPane" Canvas.Top="15" Canvas.Left="118">
      <Rectangle Height="180" x:Name="ID0EJ_Menu_RightPaneRect" Fill="#E9EAEE" Width="300" />
    </Canvas>
    <Canvas Canvas.Top="15" Canvas.Left="3">
      <Rectangle x:Name="ID0EJ_Menu_Bevel1" Width="413" Height="178" Canvas.Top="1" Canvas.Left="1" Stroke="White" />
      <Rectangle x:Name="ID0EJ_Menu_Bevel2" Width="411" Height="176" Canvas.Top="2" Canvas.Left="2" Stroke="Gray" />
      <Line X1="115" X2="115" x:Name="ID0EJ_Menu_SeparatorLine1" Y1="3" Y2="177" Stroke="Gray" />
      <Line x:Name="ID0EJ_Menu_SeparatorLine2" X1="116" X2="116" Y1="3" Y2="176" Stroke="White" />
    </Canvas>
  </Canvas>
  <!--Gallery popup-->
  <Canvas x:Name="ID0E6D_Gallery" Opacity="0" IsHitTestVisible="false" MouseLeftButtonUp="HideGallery" Width="243" Height="303">
    <!--Gallery Background-->
    <Rectangle Canvas.Left="2" Canvas.Top="2" Opacity="0.5" Width="243" Height="323" Stroke="Gray" StrokeThickness="3" />
    <!--Gallery Background Shadow-->
    <Rectangle Width="243" Height="323" Stroke="Gray" StrokeThickness="0.5">
      <Rectangle.Fill>
        <LinearGradientBrush StartPoint="0.5,0" EndPoint="0.5,1">
          <GradientStop Color="White" Offset="0" />
          <GradientStop Color="LightSkyBlue" Offset="1" />
        </LinearGradientBrush>
      </Rectangle.Fill>
    </Rectangle>
    <!--Gallery Row-->
    <Canvas Canvas.Top="0" Width="234" Height="78">
      <!--Gallery Item-->
      <Canvas x:Name="ID0EIE" Loaded="GalleryItemLoaded" Width="81" Height="101" Canvas.Left="0" MouseEnter="MouseEnterButton" MouseLeave="MouseLeaveButton" MouseLeftButtonUp="SelectGalleryItem">
        <TextBlock x:Name="ID0EIE_SelectGalleryItem" IsHitTestVisible="false" Text="ShowItem" Opacity="0" />
        <TextBlock x:Name="ID0EIE_Index" IsHitTestVisible="false" Text="1" Opacity="0" />
        <TextBlock x:Name="ID0EIE_Gallery" IsHitTestVisible="false" Text="ID0E6D" Opacity="0" />
        <Rectangle RadiusX="2" RadiusY="2" Opacity="0" x:Name="ID0EIE_Rectangle" Width="81" Height="98" StrokeThickness="0.5" Stroke="Gray">
          <!--HighlightFill-->
          <Rectangle.Fill>
            <LinearGradientBrush x:Name="ID0EIE_RectangleBrush" StartPoint="0.5,0" EndPoint="0.5,1">
              <GradientStop Color="#FFFFFDDC" Offset="0" />
              <GradientStop Color="#FFFFD344" Offset="1" />
            </LinearGradientBrush>
          </Rectangle.Fill>
        </Rectangle>
        <Image Source="/images/Journals.png" Canvas.Left="3" Canvas.Top="3" Width="75" Height="75" />
        <TextBlock Text="Journals" FontSize="11" x:Name="ID0EIE_Text" Canvas.Top="78" Canvas.Left="3" />
      </Canvas>
      <!--Gallery Item-->
      <Canvas x:Name="ID0ELE" Loaded="GalleryItemLoaded" Width="81" Height="101" Canvas.Left="81" MouseEnter="MouseEnterButton" MouseLeave="MouseLeaveButton" MouseLeftButtonUp="SelectGalleryItem">
        <TextBlock x:Name="ID0ELE_SelectGalleryItem" IsHitTestVisible="false" Text="ShowItem" Opacity="0" />
        <TextBlock x:Name="ID0ELE_Index" IsHitTestVisible="false" Text="2" Opacity="0" />
        <TextBlock x:Name="ID0ELE_Gallery" IsHitTestVisible="false" Text="ID0E6D" Opacity="0" />
        <Rectangle RadiusX="2" RadiusY="2" Opacity="0" x:Name="ID0ELE_Rectangle" Width="81" Height="98" StrokeThickness="0.5" Stroke="Gray">
          <!--HighlightFill-->
          <Rectangle.Fill>
            <LinearGradientBrush x:Name="ID0ELE_RectangleBrush" StartPoint="0.5,0" EndPoint="0.5,1">
              <GradientStop Color="#FFFFFDDC" Offset="0" />
              <GradientStop Color="#FFFFD344" Offset="1" />
            </LinearGradientBrush>
          </Rectangle.Fill>
        </Rectangle>
        <Image Source="/images/Photography.png" Canvas.Left="3" Canvas.Top="3" Width="75" Height="75" />
        <TextBlock Text="Photography" FontSize="11" x:Name="ID0ELE_Text" Canvas.Top="78" Canvas.Left="3" />
      </Canvas>
      <!--Gallery Item-->
      <Canvas x:Name="ID0EOE" Loaded="GalleryItemLoaded" Width="81" Height="101" Canvas.Left="162" MouseEnter="MouseEnterButton" MouseLeave="MouseLeaveButton" MouseLeftButtonUp="SelectGalleryItem">
        <TextBlock x:Name="ID0EOE_SelectGalleryItem" IsHitTestVisible="false" Text="ShowItem" Opacity="0" />
        <TextBlock x:Name="ID0EOE_Index" IsHitTestVisible="false" Text="3" Opacity="0" />
        <TextBlock x:Name="ID0EOE_Gallery" IsHitTestVisible="false" Text="ID0E6D" Opacity="0" />
        <Rectangle RadiusX="2" RadiusY="2" Opacity="0" x:Name="ID0EOE_Rectangle" Width="81" Height="98" StrokeThickness="0.5" Stroke="Gray">
          <!--HighlightFill-->
          <Rectangle.Fill>
            <LinearGradientBrush x:Name="ID0EOE_RectangleBrush" StartPoint="0.5,0" EndPoint="0.5,1">
              <GradientStop Color="#FFFFFDDC" Offset="0" />
              <GradientStop Color="#FFFFD344" Offset="1" />
            </LinearGradientBrush>
          </Rectangle.Fill>
        </Rectangle>
        <Image Source="/images/Sketches.png" Canvas.Left="3" Canvas.Top="3" Width="75" Height="75" />
        <TextBlock Text="Sketches" FontSize="11" x:Name="ID0EOE_Text" Canvas.Top="78" Canvas.Left="3" />
      </Canvas>
    </Canvas>
    <!--Gallery Row-->
    <Canvas Canvas.Top="98" Width="234" Height="78">
      <!--Gallery Item-->
      <Canvas x:Name="ID0ERE" Loaded="GalleryItemLoaded" Width="81" Height="101" Canvas.Left="0" MouseEnter="MouseEnterButton" MouseLeave="MouseLeaveButton" MouseLeftButtonUp="SelectGalleryItem">
        <TextBlock x:Name="ID0ERE_SelectGalleryItem" IsHitTestVisible="false" Text="ShowItem" Opacity="0" />
        <TextBlock x:Name="ID0ERE_Id" IsHitTestVisible="false" Text="SamWalks" Opacity="0" />
        <TextBlock x:Name="ID0ERE_Index" IsHitTestVisible="false" Text="4" Opacity="0" />
        <TextBlock x:Name="ID0ERE_Gallery" IsHitTestVisible="false" Text="ID0E6D" Opacity="0" />
        <Rectangle RadiusX="2" RadiusY="2" Opacity="0" x:Name="ID0ERE_Rectangle" Width="81" Height="98" StrokeThickness="0.5" Stroke="Gray">
          <!--HighlightFill-->
          <Rectangle.Fill>
            <LinearGradientBrush x:Name="ID0ERE_RectangleBrush" StartPoint="0.5,0" EndPoint="0.5,1">
              <GradientStop Color="#FFFFFDDC" Offset="0" />
              <GradientStop Color="#FFFFD344" Offset="1" />
            </LinearGradientBrush>
          </Rectangle.Fill>
        </Rectangle>
        <MediaElement x:Name="ID0ERE_Media" Source="http://www.charette.com/sam/Sam Walks.wmv" AutoPlay="false" Canvas.Left="3" Canvas.Top="3" Width="75" Height="75" MouseEnter="PlayMediaElement" MouseLeave="PauseMediaElement" MediaFailed="MediaFailed" DownloadProgressChanged="MediaDownloadProgressChanged" />
        <Rectangle x:Name="ID0ERE_Media_Frame" Width="75" Canvas.Left="3" Height="5" Canvas.Top="72" Stroke="Blue" />
        <Rectangle x:Name="ID0ERE_Media_Progress" Width="75" Fill="Blue" Canvas.Left="3" Height="5" Canvas.Top="72">
          <Rectangle.RenderTransform>
            <ScaleTransform CenterX="0" ScaleX="0" x:Name="ID0ERE_Media_Scale" />
          </Rectangle.RenderTransform>
        </Rectangle>
        <TextBlock Text="Sam Walks" FontSize="11" x:Name="ID0ERE_Text" Canvas.Top="78" Canvas.Left="3" />
      </Canvas>
      <!--Gallery Item-->
      <Canvas x:Name="ID0EVE" Loaded="GalleryItemLoaded" Width="81" Height="101" Canvas.Left="81" MouseEnter="MouseEnterButton" MouseLeave="MouseLeaveButton" MouseLeftButtonUp="SelectGalleryItem">
        <TextBlock x:Name="ID0EVE_SelectGalleryItem" IsHitTestVisible="false" Text="ShowItem" Opacity="0" />
        <TextBlock x:Name="ID0EVE_Id" IsHitTestVisible="false" Text="HippoAndRhino" Opacity="0" />
        <TextBlock x:Name="ID0EVE_Index" IsHitTestVisible="false" Text="5" Opacity="0" />
        <TextBlock x:Name="ID0EVE_Gallery" IsHitTestVisible="false" Text="ID0E6D" Opacity="0" />
        <Rectangle RadiusX="2" RadiusY="2" Opacity="0" x:Name="ID0EVE_Rectangle" Width="81" Height="98" StrokeThickness="0.5" Stroke="Gray">
          <!--HighlightFill-->
          <Rectangle.Fill>
            <LinearGradientBrush x:Name="ID0EVE_RectangleBrush" StartPoint="0.5,0" EndPoint="0.5,1">
              <GradientStop Color="#FFFFFDDC" Offset="0" />
              <GradientStop Color="#FFFFD344" Offset="1" />
            </LinearGradientBrush>
          </Rectangle.Fill>
        </Rectangle>
        <MediaElement x:Name="ID0EVE_Media" Source="http://www.charette.com/alexander/Hippo%20and%20Rhino.wmv" AutoPlay="false" Canvas.Left="3" Canvas.Top="3" Width="75" Height="75" MouseEnter="PlayMediaElement" MouseLeave="PauseMediaElement" MediaFailed="MediaFailed" DownloadProgressChanged="MediaDownloadProgressChanged" />
        <Rectangle x:Name="ID0EVE_Media_Frame" Width="75" Canvas.Left="3" Height="5" Canvas.Top="72" Stroke="Blue" />
        <Rectangle x:Name="ID0EVE_Media_Progress" Width="75" Fill="Blue" Canvas.Left="3" Height="5" Canvas.Top="72">
          <Rectangle.RenderTransform>
            <ScaleTransform CenterX="0" ScaleX="0" x:Name="ID0EVE_Media_Scale" />
          </Rectangle.RenderTransform>
        </Rectangle>
        <TextBlock Text="Hippo &amp; Rhino" FontSize="11" x:Name="ID0EVE_Text" Canvas.Top="78" Canvas.Left="3" />
      </Canvas>
      <!--Gallery Item-->
      <Canvas x:Name="ID0EZE" Loaded="GalleryItemLoaded" Width="81" Height="101" Canvas.Left="162" MouseEnter="MouseEnterButton" MouseLeave="MouseLeaveButton" MouseLeftButtonUp="SelectGalleryItem">
        <TextBlock x:Name="ID0EZE_SelectGalleryItem" IsHitTestVisible="false" Text="ShowItem" Opacity="0" />
        <TextBlock x:Name="ID0EZE_Id" IsHitTestVisible="false" Text="PumpkinBars" Opacity="0" />
        <TextBlock x:Name="ID0EZE_Index" IsHitTestVisible="false" Text="6" Opacity="0" />
        <TextBlock x:Name="ID0EZE_Gallery" IsHitTestVisible="false" Text="ID0E6D" Opacity="0" />
        <Rectangle RadiusX="2" RadiusY="2" Opacity="0" x:Name="ID0EZE_Rectangle" Width="81" Height="98" StrokeThickness="0.5" Stroke="Gray">
          <!--HighlightFill-->
          <Rectangle.Fill>
            <LinearGradientBrush x:Name="ID0EZE_RectangleBrush" StartPoint="0.5,0" EndPoint="0.5,1">
              <GradientStop Color="#FFFFFDDC" Offset="0" />
              <GradientStop Color="#FFFFD344" Offset="1" />
            </LinearGradientBrush>
          </Rectangle.Fill>
        </Rectangle>
        <MediaElement x:Name="ID0EZE_Media" Source="http://www.charette.com/alexander/Pumpkin%20Bars.wmv" AutoPlay="false" Canvas.Left="3" Canvas.Top="3" Width="75" Height="75" MouseEnter="PlayMediaElement" MouseLeave="PauseMediaElement" MediaFailed="MediaFailed" DownloadProgressChanged="MediaDownloadProgressChanged" />
        <Rectangle x:Name="ID0EZE_Media_Frame" Width="75" Canvas.Left="3" Height="5" Canvas.Top="72" Stroke="Blue" />
        <Rectangle x:Name="ID0EZE_Media_Progress" Width="75" Fill="Blue" Canvas.Left="3" Height="5" Canvas.Top="72">
          <Rectangle.RenderTransform>
            <ScaleTransform CenterX="0" ScaleX="0" x:Name="ID0EZE_Media_Scale" />
          </Rectangle.RenderTransform>
        </Rectangle>
        <TextBlock Text="Pumpkin Bars" FontSize="11" x:Name="ID0EZE_Text" Canvas.Top="78" Canvas.Left="3" />
      </Canvas>
    </Canvas>
    <!--Gallery Row-->
    <Canvas Canvas.Top="196" Width="234" Height="78">
      <!--Gallery Item-->
      <Canvas x:Name="ID0E4E" Loaded="GalleryItemLoaded" Width="81" Height="101" Canvas.Left="0" MouseEnter="MouseEnterButton" MouseLeave="MouseLeaveButton" MouseLeftButtonUp="SelectGalleryItem">
        <TextBlock x:Name="ID0E4E_SelectGalleryItem" IsHitTestVisible="false" Text="ShowItem" Opacity="0" />
        <TextBlock x:Name="ID0E4E_Id" IsHitTestVisible="false" Text="AlexanderPlays" Opacity="0" />
        <TextBlock x:Name="ID0E4E_Index" IsHitTestVisible="false" Text="7" Opacity="0" />
        <TextBlock x:Name="ID0E4E_Gallery" IsHitTestVisible="false" Text="ID0E6D" Opacity="0" />
        <Rectangle RadiusX="2" RadiusY="2" Opacity="0" x:Name="ID0E4E_Rectangle" Width="81" Height="98" StrokeThickness="0.5" Stroke="Gray">
          <!--HighlightFill-->
          <Rectangle.Fill>
            <LinearGradientBrush x:Name="ID0E4E_RectangleBrush" StartPoint="0.5,0" EndPoint="0.5,1">
              <GradientStop Color="#FFFFFDDC" Offset="0" />
              <GradientStop Color="#FFFFD344" Offset="1" />
            </LinearGradientBrush>
          </Rectangle.Fill>
        </Rectangle>
        <MediaElement x:Name="ID0E4E_Media" Source="http://www.charette.com/alexander/Alexander%20Plays.wmv" AutoPlay="false" Canvas.Left="3" Canvas.Top="3" Width="75" Height="75" MouseEnter="PlayMediaElement" MouseLeave="PauseMediaElement" MediaFailed="MediaFailed" DownloadProgressChanged="MediaDownloadProgressChanged" />
        <Rectangle x:Name="ID0E4E_Media_Frame" Width="75" Canvas.Left="3" Height="5" Canvas.Top="72" Stroke="Blue" />
        <Rectangle x:Name="ID0E4E_Media_Progress" Width="75" Fill="Blue" Canvas.Left="3" Height="5" Canvas.Top="72">
          <Rectangle.RenderTransform>
            <ScaleTransform CenterX="0" ScaleX="0" x:Name="ID0E4E_Media_Scale" />
          </Rectangle.RenderTransform>
        </Rectangle>
        <TextBlock Text="Alexander Plays" FontSize="11" x:Name="ID0E4E_Text" Canvas.Top="78" Canvas.Left="3" />
      </Canvas>
    </Canvas>
    <Line X2="243" Y1="294" Y2="294" Stroke="Gray" StrokeThickness="0.5" />
    <Canvas Canvas.Top="294">
      <Canvas x:Name="ID0ECF" Height="22" Canvas.Top="0" Loaded="GalleryButtonLoaded" MouseEnter="MouseEnterButton" MouseLeave="MouseLeaveButton">
        <Rectangle Canvas.Left="1" x:Name="ID0ECF_Background" Fill="#FAFAFA" />
        <Rectangle RadiusX="2" RadiusY="2" Opacity="0" Canvas.Left="1" x:Name="ID0ECF_Rectangle" Width="243" Height="22" StrokeThickness="0.5" Stroke="Gray">
          <!--HighlightFill-->
          <Rectangle.Fill>
            <LinearGradientBrush x:Name="ID0ECF_RectangleBrush" StartPoint="0.5,0" EndPoint="0.5,1">
              <GradientStop Color="#FFFFFDDC" Offset="0" />
              <GradientStop Color="#FFFFD344" Offset="1" />
            </LinearGradientBrush>
          </Rectangle.Fill>
        </Rectangle>
        <TextBlock FontSize="11" Canvas.Left="6" x:Name="ID0ECF_Text" Text="Upload Image" />
      </Canvas>
    </Canvas>
  </Canvas>
  <!--menu Menu Popup-->
  <Canvas Opacity="0" IsHitTestVisible="false" x:Name="ID0EJF_Popup" Loaded="MenuPopupLoaded">
    <Rectangle Canvas.Left="3" Canvas.Top="3" RadiusX="2" RadiusY="2" x:Name="ID0EJF_Popup_Shadow" Opacity="0.5" Fill="Gray" />
    <Rectangle x:Name="ID0EJF_Popup_Rectangle" RadiusX="2" RadiusY="2" Stroke="DarkGray" Fill="White" />
    <Canvas x:Name="ID0EJF_Popup_Items">
      <Canvas x:Name="ID0ENF" MouseEnter="MouseEnterButton" MouseLeave="MouseLeaveButton" Loaded="ButtonLoaded" Height="20">
        <TextBlock Opacity="0" IsHitTestVisible="false" x:Name="ID0ENF_Loaded" Text="ButtonLoaded" />
        <Rectangle RadiusX="2" RadiusY="2" x:Name="ID0ENF_Rectangle" Stroke="#FF8E8E8E" StrokeThickness="0.5" Opacity="0.0" Height="20">
          <!--HighlightFill-->
          <Rectangle.Fill>
            <LinearGradientBrush x:Name="ID0ENF_RectangleBrush" StartPoint="0.5,0" EndPoint="0.5,1">
              <GradientStop Color="#FFFFFDDC" Offset="0" />
              <GradientStop Color="#FFFFD344" Offset="1" />
            </LinearGradientBrush>
          </Rectangle.Fill>
        </Rectangle>
        <TextBlock FontSize="11" Canvas.Left="3" x:Name="ID0ENF_Text" Text="item 1" MouseLeftButtonDown="MouseLeftButtonDownButton" MouseLeftButtonUp="MouseLeftButtonUpButton" Canvas.Top="3" />
      </Canvas>
      <Canvas x:Name="ID0EPF" MouseEnter="MouseEnterButton" MouseLeave="MouseLeaveButton" Loaded="ButtonLoaded" Height="20">
        <TextBlock Opacity="0" IsHitTestVisible="false" x:Name="ID0EPF_Loaded" Text="ButtonLoaded" />
        <Rectangle RadiusX="2" RadiusY="2" x:Name="ID0EPF_Rectangle" Stroke="#FF8E8E8E" StrokeThickness="0.5" Opacity="0.0" Height="20">
          <!--HighlightFill-->
          <Rectangle.Fill>
            <LinearGradientBrush x:Name="ID0EPF_RectangleBrush" StartPoint="0.5,0" EndPoint="0.5,1">
              <GradientStop Color="#FFFFFDDC" Offset="0" />
              <GradientStop Color="#FFFFD344" Offset="1" />
            </LinearGradientBrush>
          </Rectangle.Fill>
        </Rectangle>
        <TextBlock FontSize="11" Canvas.Left="3" x:Name="ID0EPF_Text" Text="item 2" MouseLeftButtonDown="MouseLeftButtonDownButton" MouseLeftButtonUp="MouseLeftButtonUpButton" Canvas.Top="3" />
      </Canvas>
    </Canvas>
  </Canvas>
  <!-- Menu Popup-->
  <Canvas Opacity="0" IsHitTestVisible="false" x:Name="ID0EWF_Popup" Loaded="MenuPopupLoaded">
    <Rectangle Canvas.Left="3" Canvas.Top="3" RadiusX="2" RadiusY="2" x:Name="ID0EWF_Popup_Shadow" Opacity="0.5" Fill="Gray" />
    <Rectangle x:Name="ID0EWF_Popup_Rectangle" RadiusX="2" RadiusY="2" Stroke="DarkGray" Fill="White" />
    <Canvas x:Name="ID0EWF_Popup_Items">
      <Canvas x:Name="ID0EXF" MouseEnter="MouseEnterButton" MouseLeave="MouseLeaveButton" Loaded="ButtonLoaded" Height="20">
        <TextBlock Opacity="0" IsHitTestVisible="false" x:Name="ID0EXF_Loaded" Text="ButtonLoaded" />
        <Rectangle RadiusX="2" RadiusY="2" x:Name="ID0EXF_Rectangle" Stroke="#FF8E8E8E" StrokeThickness="0.5" Opacity="0.0" Height="20">
          <!--HighlightFill-->
          <Rectangle.Fill>
            <LinearGradientBrush x:Name="ID0EXF_RectangleBrush" StartPoint="0.5,0" EndPoint="0.5,1">
              <GradientStop Color="#FFFFFDDC" Offset="0" />
              <GradientStop Color="#FFFFD344" Offset="1" />
            </LinearGradientBrush>
          </Rectangle.Fill>
        </Rectangle>
        <TextBlock FontSize="11" Canvas.Left="3" x:Name="ID0EXF_Text" Text="First option" MouseLeftButtonDown="MouseLeftButtonDownButton" MouseLeftButtonUp="MouseLeftButtonUpButton" Canvas.Top="3" />
      </Canvas>
      <Canvas x:Name="ID0EZF" MouseEnter="MouseEnterButton" MouseLeave="MouseLeaveButton" Loaded="ButtonLoaded" Height="20">
        <TextBlock Opacity="0" IsHitTestVisible="false" x:Name="ID0EZF_Loaded" Text="ButtonLoaded" />
        <Rectangle RadiusX="2" RadiusY="2" x:Name="ID0EZF_Rectangle" Stroke="#FF8E8E8E" StrokeThickness="0.5" Opacity="0.0" Height="20">
          <!--HighlightFill-->
          <Rectangle.Fill>
            <LinearGradientBrush x:Name="ID0EZF_RectangleBrush" StartPoint="0.5,0" EndPoint="0.5,1">
              <GradientStop Color="#FFFFFDDC" Offset="0" />
              <GradientStop Color="#FFFFD344" Offset="1" />
            </LinearGradientBrush>
          </Rectangle.Fill>
        </Rectangle>
        <TextBlock FontSize="11" Canvas.Left="3" x:Name="ID0EZF_Text" Text="Second option" MouseLeftButtonDown="MouseLeftButtonDownButton" MouseLeftButtonUp="MouseLeftButtonUpButton" Canvas.Top="3" />
      </Canvas>
    </Canvas>
  </Canvas>
  <!--Dynamic Menu Popup-->
  <Canvas x:Name="ID0EWG_Popup" Opacity="0" IsHitTestVisible="false">
    <TextBlock Opacity="0" IsHitTestVisible="false" x:Name="ID0EWG_Popup_GetContent" Text="GetRSSContent" />
    <TextBlock Opacity="0" IsHitTestVisible="false" x:Name="ID0EWG_Popup_Tag" Text="http://silverlight.net/blogs/microsoft/rss.aspx" />
    <Rectangle x:Name="ID0EWG_Popup_Shadow" Fill="Gray" Opacity="0.5" Canvas.Left="4" Canvas.Top="4" />
    <Rectangle x:Name="ID0EWG_Popup_Rectangle" StrokeThickness="0.5" Stroke="Gray" Fill="#E9EAEE" />
    <Canvas x:Name="ID0EWG_Popup_Content" Canvas.Left="3" />
    <TextBlock Canvas.Left="5" Canvas.Top="5" x:Name="ID0EWG_Popup_Progress" FontSize="11" IsHitTestVisible="false" Text="Loading..." />
  </Canvas>
  <!--Dynamic Menu Popup-->
  <Canvas x:Name="ID0E2G_Popup" Opacity="0" IsHitTestVisible="false">
    <TextBlock Opacity="0" IsHitTestVisible="false" x:Name="ID0E2G_Popup_GetContent" Text="GetRSSContent" />
    <TextBlock Opacity="0" IsHitTestVisible="false" x:Name="ID0E2G_Popup_Tag" Text="http://weblogs.asp.net/scottgu/rss.aspx" />
    <Rectangle x:Name="ID0E2G_Popup_Shadow" Fill="Gray" Opacity="0.5" Canvas.Left="4" Canvas.Top="4" />
    <Rectangle x:Name="ID0E2G_Popup_Rectangle" StrokeThickness="0.5" Stroke="Gray" Fill="#E9EAEE" />
    <Canvas x:Name="ID0E2G_Popup_Content" Canvas.Left="3" />
    <TextBlock Canvas.Left="5" Canvas.Top="5" x:Name="ID0E2G_Popup_Progress" FontSize="11" IsHitTestVisible="false" Text="Loading..." />
  </Canvas>
  <!--Dynamic Menu Popup-->
  <Canvas x:Name="ID0ECH_Popup" Opacity="0" IsHitTestVisible="false">
    <TextBlock Opacity="0" IsHitTestVisible="false" x:Name="ID0ECH_Popup_GetContent" Text="GetRSSContent" />
    <TextBlock Opacity="0" IsHitTestVisible="false" x:Name="ID0ECH_Popup_Tag" Text="http://blogs.msdn.com/synergist/rss.xml" />
    <Rectangle x:Name="ID0ECH_Popup_Shadow" Fill="Gray" Opacity="0.5" Canvas.Left="4" Canvas.Top="4" />
    <Rectangle x:Name="ID0ECH_Popup_Rectangle" StrokeThickness="0.5" Stroke="Gray" Fill="#E9EAEE" />
    <Canvas x:Name="ID0ECH_Popup_Content" Canvas.Left="3" />
    <TextBlock Canvas.Left="5" Canvas.Top="5" x:Name="ID0ECH_Popup_Progress" FontSize="11" IsHitTestVisible="false" Text="Loading..." />
  </Canvas>
  <!--Begin Supertips-->
  <Canvas Opacity="0" IsHitTestVisible="false" x:Name="ID0EBC_Supertip" Loaded="SupertipLoaded">
    <Canvas.Resources />
    <Rectangle Fill="Gray" Opacity="0.5" x:Name="ID0EBC_Supertip_Shadow" RadiusX="2" RadiusY="2" Canvas.Left="3" Canvas.Top="3" Width="213" Height="100" />
    <Rectangle x:Name="ID0EBC_Supertip_Rectangle" Fill="White" Width="213" Height="100" Stroke="DarkGray" RadiusX="2" RadiusY="2" />
    <TextBlock Canvas.Left="7" Canvas.Top="10" Text="Upload a Ribbon" FontSize="11" FontWeight="Bold" />
    <TextBlock Canvas.Left="14" Canvas.Top="33" Width="185" FontSize="11" x:Name="ID0EBC_Supertip_Text" Text="Upload a Office 2007 Fluent Ribbon to use on your website." TextWrapping="Wrap" />
  </Canvas>
  <Canvas Opacity="0" IsHitTestVisible="false" x:Name="ID0EIC_Supertip" Loaded="SupertipLoaded">
    <Canvas.Resources />
    <Rectangle Fill="Gray" Opacity="0.5" x:Name="ID0EIC_Supertip_Shadow" RadiusX="2" RadiusY="2" Canvas.Left="3" Canvas.Top="3" Width="213" Height="100" />
    <Rectangle x:Name="ID0EIC_Supertip_Rectangle" Fill="White" Width="213" Height="100" Stroke="DarkGray" RadiusX="2" RadiusY="2" />
    <TextBlock Canvas.Left="7" Canvas.Top="10" Text="MSDN Article on the RibbonX API" FontSize="11" FontWeight="Bold" />
    <TextBlock Canvas.Left="14" Canvas.Top="33" Width="185" FontSize="11" x:Name="ID0EIC_Supertip_Text" Text="This article discusses:&#xD;&#xA;o An introduction to the Ribbon&#xD;&#xA;o RibbonX controls and features&#xD;&#xA;o Upgrading add-ins to use RibbonX&#xD;&#xA;o Building add-ins for Word and Excel" TextWrapping="Wrap" />
  </Canvas>
  <Canvas Opacity="0" IsHitTestVisible="false" x:Name="ID0ETC_Supertip" Loaded="SupertipLoaded">
    <Canvas.Resources />
    <Rectangle Fill="Gray" Opacity="0.5" x:Name="ID0ETC_Supertip_Shadow" RadiusX="2" RadiusY="2" Canvas.Left="3" Canvas.Top="3" Width="213" Height="100" />
    <Rectangle x:Name="ID0ETC_Supertip_Rectangle" Fill="White" Width="213" Height="100" Stroke="DarkGray" RadiusX="2" RadiusY="2" />
    <TextBlock Canvas.Left="7" Canvas.Top="10" Text="Test of Controls" FontSize="11" FontWeight="Bold" />
    <TextBlock Canvas.Left="14" Canvas.Top="33" Width="185" FontSize="11" x:Name="ID0ETC_Supertip_Text" Text="This is a test of each of the controls." TextWrapping="Wrap" />
  </Canvas>
  <Canvas Opacity="0" IsHitTestVisible="false" x:Name="ID0EDG_Supertip" Loaded="SupertipLoaded">
    <Canvas.Resources />
    <Rectangle Fill="Gray" Opacity="0.5" x:Name="ID0EDG_Supertip_Shadow" RadiusX="2" RadiusY="2" Canvas.Left="3" Canvas.Top="3" Width="213" Height="100" />
    <Rectangle x:Name="ID0EDG_Supertip_Rectangle" Fill="White" Width="213" Height="100" Stroke="DarkGray" RadiusX="2" RadiusY="2" />
    <TextBlock Canvas.Left="7" Canvas.Top="10" Text="What Are You Searching For?" FontSize="11" FontWeight="Bold" />
    <TextBlock Canvas.Left="14" Canvas.Top="33" Width="185" FontSize="11" x:Name="ID0EDG_Supertip_Text" Text="The business name, category, or other item searched for." TextWrapping="Wrap" />
  </Canvas>
  <Canvas Opacity="0" IsHitTestVisible="false" x:Name="ID0EJG_Supertip" Loaded="SupertipLoaded">
    <Canvas.Resources />
    <Rectangle Fill="Gray" Opacity="0.5" x:Name="ID0EJG_Supertip_Shadow" RadiusX="2" RadiusY="2" Canvas.Left="3" Canvas.Top="3" Width="213" Height="100" />
    <Rectangle x:Name="ID0EJG_Supertip_Rectangle" Fill="White" Width="213" Height="100" Stroke="DarkGray" RadiusX="2" RadiusY="2" />
    <TextBlock Canvas.Left="7" Canvas.Top="10" Text="Where Are you Looking?" FontSize="11" FontWeight="Bold" />
    <TextBlock Canvas.Left="14" Canvas.Top="33" Width="185" FontSize="11" x:Name="ID0EJG_Supertip_Text" Text="The address or place name of the area searched for." TextWrapping="Wrap" />
  </Canvas>
  <Canvas Opacity="0" IsHitTestVisible="false" x:Name="ID0ESG_Supertip" Loaded="SupertipLoaded">
    <Canvas.Resources />
    <Rectangle Fill="Gray" Opacity="0.5" x:Name="ID0ESG_Supertip_Shadow" RadiusX="2" RadiusY="2" Canvas.Left="3" Canvas.Top="3" Width="213" Height="100" />
    <Rectangle x:Name="ID0ESG_Supertip_Rectangle" Fill="White" Width="213" Height="100" Stroke="DarkGray" RadiusX="2" RadiusY="2" />
    <TextBlock Canvas.Left="7" Canvas.Top="10" Text="Dynamic RSS Menus" FontSize="11" FontWeight="Bold" />
    <TextBlock Canvas.Left="14" Canvas.Top="33" Width="185" FontSize="11" x:Name="ID0ESG_Supertip_Text" Text="Dynamic menus that are populated with RSS Content." TextWrapping="Wrap" />
  </Canvas>
  <Canvas Opacity="0" IsHitTestVisible="false" x:Name="ID1ER_Supertip" Loaded="SupertipLoaded">
    <Canvas.Resources />
    <Rectangle Fill="Gray" Opacity="0.5" x:Name="ID1ER_Supertip_Shadow" RadiusX="2" RadiusY="2" Canvas.Left="3" Canvas.Top="3" Width="213" Height="100" />
    <Rectangle x:Name="ID1ER_Supertip_Rectangle" Fill="White" Width="213" Height="100" Stroke="DarkGray" RadiusX="2" RadiusY="2" />
    <TextBlock Canvas.Left="7" Canvas.Top="10" Text="Microsoft License" FontSize="11" FontWeight="Bold" />
    <TextBlock Canvas.Left="14" Canvas.Top="33" Width="185" FontSize="11" x:Name="ID1ER_Supertip_Text" Text="The 2007 Microsoft Office User Interface is subject to protection under U.S. and international intellectual property laws and is used by Michael S. Scherotter under license from Microsoft." TextWrapping="Wrap" />
  </Canvas>
  <Canvas Opacity="0" IsHitTestVisible="false" x:Name="ID1E2_Supertip" Loaded="SupertipLoaded">
    <Canvas.Resources />
    <Rectangle Fill="Gray" Opacity="0.5" x:Name="ID1E2_Supertip_Shadow" RadiusX="2" RadiusY="2" Canvas.Left="3" Canvas.Top="3" Width="213" Height="100" />
    <Rectangle x:Name="ID1E2_Supertip_Rectangle" Fill="White" Width="213" Height="100" Stroke="DarkGray" RadiusX="2" RadiusY="2" />
    <TextBlock Canvas.Left="7" Canvas.Top="10" Text="Microsoft Silverlight Version" FontSize="11" FontWeight="Bold" />
    <TextBlock Canvas.Left="14" Canvas.Top="33" Width="185" FontSize="11" x:Name="ID1E2_Supertip_Text" Text="This is the version of the Microsoft Silverlight control." TextWrapping="Wrap" />
  </Canvas>
  <Canvas Opacity="0" IsHitTestVisible="false" x:Name="ID1EEB_Supertip" Loaded="SupertipLoaded">
    <Canvas.Resources />
    <Rectangle Fill="Gray" Opacity="0.5" x:Name="ID1EEB_Supertip_Shadow" RadiusX="2" RadiusY="2" Canvas.Left="3" Canvas.Top="3" Width="213" Height="100" />
    <Rectangle x:Name="ID1EEB_Supertip_Rectangle" Fill="White" Width="213" Height="100" Stroke="DarkGray" RadiusX="2" RadiusY="2" />
    <TextBlock Canvas.Left="7" Canvas.Top="10" Text="Show the Silverlight XAML" FontSize="11" FontWeight="Bold" />
    <TextBlock Canvas.Left="14" Canvas.Top="33" Width="185" FontSize="11" x:Name="ID1EEB_Supertip_Text" Text="Show the Silverlight XAML that is generated from the Ribbon XML." TextWrapping="Wrap" />
  </Canvas>
  <Canvas Opacity="0" IsHitTestVisible="false" x:Name="ID1EQB_Supertip" Loaded="SupertipLoaded">
    <Canvas.Resources />
    <Rectangle Fill="Gray" Opacity="0.5" x:Name="ID1EQB_Supertip_Shadow" RadiusX="2" RadiusY="2" Canvas.Left="3" Canvas.Top="3" Width="213" Height="100" />
    <Rectangle x:Name="ID1EQB_Supertip_Rectangle" Fill="White" Width="213" Height="100" Stroke="DarkGray" RadiusX="2" RadiusY="2" />
    <TextBlock Canvas.Left="7" Canvas.Top="10" Text="Michael S. Scherotter" FontSize="11" FontWeight="Bold" />
    <TextBlock Canvas.Left="14" Canvas.Top="33" Width="185" FontSize="11" x:Name="ID1EQB_Supertip_Text" Text="Michael developed this to learn about Silverlight.  Please contact him if you are interested in using this ribbon user interface on your website." TextWrapping="Wrap" />
  </Canvas>
  <!--End Supertips-->
  <!--Application Menu-->
  <!--2007 Microsoft Office System User Interface Design Guidelines line 55-->
  <!--2007 Microsoft Office System User Interface Design Guidelines line 70-->
  <!--2007 Microsoft Office System User Interface Design Guidelines line 71-->
  <Canvas MouseLeftButtonUp="ReleaseApplicationButton" Canvas.Left="6" Canvas.Top="6">
    <Canvas MouseEnter="EnterOfficeMenu" MouseLeave="LeaveOfficeMenu" x:Name="ID0EJ" MouseLeftButtonDown="PressApplicationButton">
      <!--Application Menu Drop Shadow -->
      <!--2007 Microsoft Office System User Interface Design Guidelines line 666-->
      <Ellipse Width="36" Height="36" Fill="Gray" Canvas.Left="2" Canvas.Top="2" Opacity="0.5" />
      <!--2007 Microsoft Office System User Interface Design Guidelines line 649-->
      <Ellipse Width="36" Height="36">
        <Ellipse.Fill>
          <RadialGradientBrush Opacity="0.90" x:Name="ID0EJ_Brush" GradientOrigin="0.25,0.25" Center="0.25,0.25" RadiusX="0.5" RadiusY="0.5">
            <GradientStop Color="White" Offset="0.0" />
            <GradientStop Color="LightSkyBlue" Offset="1.0" x:Name="ID0EJ_GradientStop" />
          </RadialGradientBrush>
        </Ellipse.Fill>
        <Ellipse.Resources>
          <!--2007 Microsoft Office System User Interface Design Guidelines line 681-->
          <Storyboard x:Name="ID0EJ_HoverFade">
            <ColorAnimation x:Name="ID0EJ_HoverFadeAnimation" From="Orange" To="LightSkyBlue" Duration="0:0:0.5" Storyboard.TargetName="ID0EJ_GradientStop" Storyboard.TargetProperty="Color" />
          </Storyboard>
        </Ellipse.Resources>
      </Ellipse>
    </Canvas>
  </Canvas>
</Canvas>