<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<context_menu
 layout="topleft"
 name="Self Pie">
    <menu_item_call
     label="Now wearing..."
     layout="topleft"
     name="NowWearing">
        <menu_item_call.on_click
         function="NowWearing" />
        <menu_item_call.on_enable
         function="Edit.EnableCustomizeAvatar" />
    </menu_item_call>
    <menu_item_call
     label="My Outfits..."
     layout="topleft"
     name="Chenge Outfit">
        <menu_item_call.on_click
         function="CustomizeAvatar" />
        <menu_item_call.on_enable
         function="Edit.EnableCustomizeAvatar" />
    </menu_item_call>
   <menu_item_call label="Hover height..."
     layout="topleft"
     name="Hover Height">
     <menu_item_call.on_click
      function="HoverHeight" />
     <menu_item_call.on_enable
      function="Edit.EnableHoverHeight" />
   </menu_item_call>
   <menu_item_call label="Shape..." 
    layout="topleft"
    name="Edit Shape">
       <menu_item_call.on_click
        function="EditShape" />
       <menu_item_call.on_enable
        function="Edit.EnableEditShape" />
   </menu_item_call>
   <menu_item_call
      label="Edit outfit parts..." 
      layout="topleft"
      name="Edit Outfit">
       <menu_item_call.on_click
        function="EditOutfit" />
       <menu_item_call.on_enable
        function="Edit.EnableCustomizeAvatar" />
   </menu_item_call>
  <context_menu
    label="Take off"
    layout="topleft"
    name="Take Off &gt;">
    <context_menu
     label="Clothes"
     layout="topleft"
     name="Clothes &gt;">
      <menu_item_call
       enabled="false"
       label="Shirt"
       layout="topleft"
       name="Shirt">
        <menu_item_call.on_click
         function="Edit.TakeOff"
         parameter="shirt" />
        <menu_item_call.on_enable
         function="Edit.EnableTakeOff"
         parameter="shirt" />
      </menu_item_call>
      <menu_item_call
       enabled="false"
       label="Pants"
       layout="topleft"
       name="Pants">
        <menu_item_call.on_click
         function="Edit.TakeOff"
         parameter="pants" />
        <menu_item_call.on_enable
         function="Edit.EnableTakeOff"
         parameter="pants" />
      </menu_item_call>
      <menu_item_call
       enabled="false"
       label="Skirt"
       layout="topleft"
       name="Skirt">
        <menu_item_call.on_click
         function="Edit.TakeOff"
         parameter="skirt" />
        <menu_item_call.on_enable
         function="Edit.EnableTakeOff"
         parameter="skirt" />
      </menu_item_call>
      <menu_item_call
       enabled="false"
       label="Shoes"
       layout="topleft"
       name="Shoes">
        <menu_item_call.on_click
         function="Edit.TakeOff"
         parameter="shoes" />
        <menu_item_call.on_enable
         function="Edit.EnableTakeOff"
         parameter="shoes" />
      </menu_item_call>
      <menu_item_call
       enabled="false"
       label="Socks"
       layout="topleft"
       name="Socks">
        <menu_item_call.on_click
         function="Edit.TakeOff"
         parameter="socks" />
        <menu_item_call.on_enable
         function="Edit.EnableTakeOff"
         parameter="socks" />
      </menu_item_call>
      <menu_item_call
       enabled="false"
       label="Jacket"
       layout="topleft"
       name="Jacket">
        <menu_item_call.on_click
         function="Edit.TakeOff"
         parameter="jacket" />
        <menu_item_call.on_enable
         function="Edit.EnableTakeOff"
         parameter="jacket" />
      </menu_item_call>
      <menu_item_call
       enabled="false"
       label="Gloves"
       layout="topleft"
       name="Gloves">
        <menu_item_call.on_click
         function="Edit.TakeOff"
         parameter="gloves" />
        <menu_item_call.on_enable
         function="Edit.EnableTakeOff"
         parameter="gloves" />
      </menu_item_call>
      <menu_item_call
            enabled="false"
            label="Undershirt"
            layout="topleft"
            name="Self Undershirt">
        <menu_item_call.on_click
         function="Edit.TakeOff"
         parameter="undershirt" />
        <menu_item_call.on_enable
         function="Edit.EnableTakeOff"
         parameter="undershirt" />
      </menu_item_call>
      <menu_item_call
        enabled="false"
        label="Underpants"
        layout="topleft"
        name="Self Underpants">
        <menu_item_call.on_click
         function="Edit.TakeOff"
         parameter="underpants" />
        <menu_item_call.on_enable
         function="Edit.EnableTakeOff"
         parameter="underpants" />
      </menu_item_call>
      <menu_item_call
        enabled="false"
        label="Tattoo"
        layout="topleft"
        name="Self Tattoo">
        <menu_item_call.on_click
         function="Edit.TakeOff"
         parameter="tattoo" />
        <menu_item_call.on_enable
         function="Edit.EnableTakeOff"
         parameter="tattoo" />
      </menu_item_call>
      <menu_item_call
        enabled="false"
        label="Physics"
        layout="topleft"
        name="Self Physics">
        <menu_item_call.on_click
         function="Edit.TakeOff"
         parameter="physics" />
        <menu_item_call.on_enable
         function="Edit.EnableTakeOff"
         parameter="physics" />
      </menu_item_call>
      <menu_item_call
        enabled="false"
        label="Alpha"
        layout="topleft"
        name="Self Alpha">
        <menu_item_call.on_click
         function="Edit.TakeOff"
         parameter="alpha" />
        <menu_item_call.on_enable
         function="Edit.EnableTakeOff"
         parameter="alpha" />
      </menu_item_call>
      <menu_item_separator
       layout="topleft" />
      <menu_item_call
       label="All Clothes"
       layout="topleft"
       name="All Clothes">
        <menu_item_call.on_click
         function="Edit.TakeOff"
         parameter="all" />
      </menu_item_call>
    </context_menu>
    <context_menu
     label="HUD"
     layout="topleft"
     name="Object Detach HUD" />
    <context_menu
     label="Detach"
     layout="topleft"
     name="Object Detach" />
    <menu_item_call
     label="Detach All"
     layout="topleft"
     name="Detach All">
      <menu_item_call.on_click
       function="Self.RemoveAllAttachments"
       parameter="" />
      <menu_item_call.on_enable
       function="Self.EnableRemoveAllAttachments" />
    </menu_item_call>
  </context_menu>
  <menu_item_separator/>
  <menu_item_call
    label="Sit / stand"
    layout="topleft"
    name="Sit stand">
      <menu_item_call.on_click
       function="Self.ToggleSitStand"/>
      <menu_item_call.on_enable
       function="Self.EnableSitStand" />
  </menu_item_call>
  <menu_item_call
     label="Fly / land"
     name="Fly land">
      <menu_item_call.on_click
       function="Agent.toggleFlying" />
      <menu_item_call.on_enable
       function="Agent.enableFlyLand" />
  </menu_item_call>
  <menu_item_call
     label="Stop animations"
     name="Stop Animating My Avatar">
        <menu_item_call.on_click
         function="Tools.StopAllAnimations" />
  </menu_item_call>
  <menu_item_separator/>
  <menu_item_call label="Reset skeleton"
     layout="topleft"
     name="Reset Skeleton">
     <menu_item_call.on_click
      function="Avatar.ResetSkeleton" />
  </menu_item_call>
  <menu_item_call label="Reset skeleton and animations"
       layout="topleft"
       name="Reset Skeleton And Animations">
       <menu_item_call.on_click
        function="Avatar.ResetSkeletonAndAnimations" />
  </menu_item_call>
    <menu_item_call
		 label="Debug Textures"
         name="Debug...">
            <menu_item_call.on_click
             function="Avatar.Debug" />
            <menu_item_call.on_visible
             function="IsGodCustomerService"/>
    </menu_item_call>
    <menu_item_call
		 label="Dump XML"
         name="Dump XML">
            <menu_item_call.on_click
             function="Advanced.AppearanceToXML" />
            <menu_item_call.on_visible
             function="Advanced.EnableAppearanceToXML"/>
    </menu_item_call>
  <menu_item_call
     enabled="false"
     label="Block Particle Owner"
     name="Mute Particle">
    <menu_item_call.on_click
     function="Particle.Mute" />

    <menu_item_call.on_visible
     function="EnableMuteParticle" />
  </menu_item_call>
  <menu_item_separator/>
  <menu_item_call label="View Profile"
       layout="topleft"
       name="show_avatar_profile">
    <menu_item_call.on_click
     function="Avatar.ToggleMyProfile" />
  </menu_item_call>
</context_menu>