<% Sub GetHelp
	GenerateDisplayHeader "How to add a menu item"
	GenerateDisplayBodyHeader%>
	<p>Adding a new menu item to the dropdown menus at the top of the admin is easy. Simply fill in the form with the following details:	</p>
	<p><strong>Menu Name: </strong>This is the display name for the menu item.</p>
	<p><strong>Filename: </strong>This is the file the menu item will link to.</p>
	<p><strong>Comment: </strong>This is not currently used by <%=getlang("langcommonsoftwarename")%>.</p>
	<p><strong>Section: </strong>This is the top level section this menu item will appear in. Choose from Everyday or Occasional.</p>
	<p><strong> Menu: </strong>This is the dropdown menu the item will appear in. The standard menus are:</p>
	<table width="254"  border="0">
      <tr>
        <td><strong>Everyday</strong></td>
        <td><strong>Occasional</strong></td>
      </tr>
      <tr>
        <td>advanced</td>
        <td>categories</td>
      </tr>
      <tr>
        <td>affiliates</td>
        <td>content</td>
      </tr>
      <tr>
        <td>customers</td>
        <td>languages</td>
      </tr>
      <tr>
        <td>products</td>
        <td>navigation</td>
      </tr>
      <tr>
        <td>orders</td>
        <td>options</td>
      </tr>
      <tr>
        <td>reporting</td>
        <td>shipping</td>
      </tr>
      <tr>
        <td>suppliers</td>
        <td>admin</td>
      </tr>
    </table>
	<p>If you wish to add a new dropdown menu, instead of typing in one of the names above, type in your new name (eg. &quot;mymenu&quot; - without quotes) and it will automatically be added to the menu at the top. </p>
	<p>To add an image for your new menu, you need to make two versions of the button - one with a border and one without (as shown below). Then name those images as shown in the diagram below and upload them to the folder images/admin/hornav/&lt;section&gt;/ where &lt;section&gt; is either everyday or occasional, depending on where you want your menu to appear.</p>
	<p>Also, make a &quot;big&quot; version of the icon to appear on the admin landing page for that section (as shown below).</p>
	<p>The examples below show how the images are named for the menu with the Menu name &quot;content&quot;. Please follow these naming conventions, changing &quot;content&quot; to be your menu's name (eg. &quot;mymenu&quot; without quotes). </p>
	<table  border="0" style="border: 1px solid #666666" bgcolor="#FFFFFF">
      <tr>
        <td width="33%"><div align="center"><img src="images/admin/hornav/occasional/content.gif" width="75" height="23"></div></td>
        <td width="33%"><div align="center"><img src="images/admin/hornav/occasional/content_over.gif" width="75" height="23"></div></td>
        <td width="249"><div align="center"><img src="images/admin/hornav/occasional/big_content.gif" width="36" height="36"></div></td>
      </tr>
      <tr>
        <td><div align="center">content.gif</div></td>
        <td><div align="center">content_over.gif</div></td>
        <td><div align="center">big_content.gif</div></td>
      </tr>
    </table>
	<p><strong>Order: </strong>This is the order this menu item will appear in the sub section.</p>
	<%GenerateDisplayBodyFooter
End Sub %>
