<?xml version="1.0" encoding="utf-8"?>
<toggleable_menu
   create_jump_keys="true"
   layout="topleft"
   mouse_opaque="false"
   visible="false"
   name="Gear Menu">
  <menu_item_call
   label="Touch"
   layout="topleft"
   enabled="true"
   name="touch">    
    <menu_item_call.on_click
     function="InspectObject.Touch"/>
    <menu_item_call.on_visible
     function="Object.EnableTouch" />
  </menu_item_call>
  <menu_item_call
  label="Sit"
  layout="topleft"
  name="sit">
    <menu_item_call.on_click
     function="InspectObject.Sit"/>
    <menu_item_call.on_visible
     function="Object.EnableSit"/>
  </menu_item_call>
  <menu_item_call
   label="Pay"
   layout="topleft"
   name="pay">
    <menu_item_call.on_click
     function="InspectObject.Pay"/>
    <menu_item_call.on_visible
     function="EnablePayObject" />
  </menu_item_call>
  <menu_item_call
   label="Buy"
   layout="topleft"
   enabled="true" 
   name="buy">
    <menu_item_call.on_click
     function="InspectObject.Buy"/>
    <menu_item_call.on_visible
     function="Object.VisibleBuy" />
  </menu_item_call>
  <menu_item_call
   label="Take"
   layout="topleft"
   name="take">
    <menu_item_call.on_click
     function="Object.Take" />
    <menu_item_call.on_enable
     function="Object.VisibleTake"/>
  </menu_item_call>
  <menu_item_call
   label="Take Copy"
   layout="topleft"
   name="take_copy">
    <menu_item_call.on_click
     function="InspectObject.TakeFreeCopy"/>
    <menu_item_call.on_visible
      function="Tools.EnableTakeCopy"/>
  </menu_item_call>
  <menu_item_call
   label="Open"
   layout="topleft"
   name="open">
    <menu_item_call.on_click
     function="InspectObject.Open"/>
    <menu_item_call.on_visible
     function="Object.EnableOpen" />
  </menu_item_call>
  <menu_item_call
   label="Edit"
   layout="topleft"
   name="edit">
        <menu_item_call.on_click
         function="Object.Edit" />
        <menu_item_call.on_enable
         function="EnableEdit"/>
  </menu_item_call>  
  <menu_item_call
   label="Wear"
   layout="topleft"
   name="wear">
    <menu_item_call.on_click
     function="Object.AttachToAvatar" />
    <menu_item_call.on_visible
     function="Object.EnableWear" />
  </menu_item_call>  
  <menu_item_call
   label="Add"
   layout="topleft"
   name="add">
    <menu_item_call.on_click
     function="Object.AttachAddToAvatar" />
    <menu_item_call.on_visible
     function="Object.EnableWear" />
  </menu_item_call>
  <menu_item_call
   label="Report"
   layout="topleft"
   name="report">
    <menu_item_call.on_click
     function="Object.ReportAbuse" />
  </menu_item_call>
  <menu_item_call
   label="Block"
   layout="topleft"
   name="block">
    <menu_item_call.on_click
     function="Object.Mute" />
    <menu_item_call.on_visible
     function="Object.EnableMute" />
  </menu_item_call>
  <menu_item_call
   label="Unblock"
   layout="topleft"
   name="unblock">
    <menu_item_call.on_click
     function="Object.Mute" />
    <menu_item_call.on_visible
     function="Object.EnableUnmute" />
  </menu_item_call>
  <menu_item_call
    label="Zoom In"
    layout="topleft"
   name="zoom_in">
    <menu_item_call.on_click
     function="InspectObject.ZoomIn" />
  </menu_item_call>    
  <menu_item_call
   label="Remove"
   layout="topleft"
   name="remove">
      <menu_item_call.on_click
       function="Object.Delete" />
      <menu_item_call.on_visible
       function="Object.EnableDelete" />
  </menu_item_call>
  <menu_item_call
   label="More Info"
   layout="topleft"
   name="more_info">
    <menu_item_call.on_click
     function="InspectObject.MoreInfo"/>
  </menu_item_call>
</toggleable_menu>