# Custom Page Template for Al's tools

# Create the link *to* this page
[--DEFINE LINK_TO_PAGE--]
<a href="[--OUTPUT_DIRECTORY_URL--]/[--Page.FileName--]">[--PAGE.LinkGraphic--]<b>
[-- IF PAGE.LinkName--]
[--PAGE.LinkName--]
[--ELSE--]
[--PAGE.Name--]
[--END_IF--]
</b></a>
[--END_DEFINE LINK_TO_PAGE--]

# Begin defining the actual page
[--DEFINE PAGE--]
<html>
<head>
<title>[--PAGE.Name--]</title>
<meta name="keywords" content="[--PAGE.MetaKeywords--]">
<meta name="description" content="[--PAGE.MetaDescription--]">
</head>

<!------ Set background image and page colors ------>
<body background= "[--PAGE.BackgroundImage--]" width=1600 height=26 alt="pegbackground.gif" bgcolor="[--PAGE.BackgroundColor--]" text="[--PAGE.TextColor--]" link="[--PAGE.LinkColor--]" vlink="[--PAGE.VisitedLinkColor--]" alink="[--PAGE.ActiveLinkColor--]" >

[--IF PAGE.DisplayPageHeader--]
  [--HEADER--]
[--END_IF--]

<center>
<h1>[--PAGE.Name--]</h1>
</center>

<!------ Begin Main Table ------->
<table>
  <tr>
    <td valign="top" width="150"> 

    <!------ Begin Table of Links ------->
    <table>
      [--LOOP LINKS--]
      <tr>
        <td valign="top" align="left" width="100%">
          [--LINK--]
        </td>
      </tr>
      [--END_LOOP LINKS--]
      <tr>
        <td valign="top" align="left" width="100%">
          &nbsp;<br>
          <!------ View Cart Button ------->
          <a href="[--SHOPPING_CART_URL--]"><img src="media/screw.gif" border=0>&nbsp;<b>View Cart</b></a>
    <!------ End View Cart Button ------->
        </td>
      <tr>
    </table>
    <!------ End Table of Links ------->

    </td>

    <td valign="top" >
    <center>
    <b>[--PAGE.Text1--]</b>
    </center>

    <!------ Begin Table of Products------->
    <table width="100%" >
      [--LOOP PRODUCTS--]
      <tr valign=top>
        <td valign=top align=left width="100%" >&nbsp;<br>
        [--PRODUCT--]
        <br>
        </td>
      </tr>
      [--END_LOOP PRODUCTS--]
    </table>
    <!------ End Table of Products ------->

    <center>
    [--SEARCH_FORM--] 
    </center>

    </td>
  </tr>
</table>
</center>

[--IF PAGE.DisplayPageFooter--]
  [--FOOTER--]
[--END_IF--]

</body>
</html>
 [--END_DEFINE PAGE--]

