/* File: tpl_left.js
 * Description: Template to be included immediately after tpl_top.js
 * Version: 0.10
 * Date: January 2001
 * Include with:
 *   <SCRIPT LANGUAGE="JavaScript1.1" SRC="tpl_top.js"></SCRIPT>
 * then follow this with the actual page content
 *
 */


document.writeln('<BODY BGCOLOR="#FFFFFF">');

document.writeln('<TABLE cellSpacing=0 cellPadding=0 width="800" Align="Center" border=0>');
document.writeln(' <TBODY>');
document.writeln('  <TR vAlign>');
document.writeln('   <TD vAlign=top align=left><A HREF="http://www.clydebankfc.co.uk/directory">');
document.writeln('   <IMG src="http://www.clydebankfc.co.uk/directory/images/topbar.gif" width=800 HEIGHT=135 BORDER=0></A></TD>');
document.writeln('  </TR>');
document.writeln(' </TBODY>');
document.writeln('</TABLE>');

document.writeln('<TABLE cellSpacing=0 cellPadding=0 width="800" align=center bgColor=#ffffff VALIGN="top">');
document.writeln(' <TBODY>');
document.writeln('  <TR>');
document.writeln('   <TD vAlign=top>');
document.writeln('    <TABLE cellSpacing=0 cellPadding=0 width=100% bgColor=#ffffff border=0>');
document.writeln('     <TBODY>');
document.writeln('      <TR>');
document.writeln('       <TD VALIGN="bottom">');
document.writeln('        <TABLE cellSpacing=0 cellPadding=0 width="100%" bgColor=#E0E0E0 border=0>');
document.writeln('         <TBODY>');
document.writeln('          <TR>');
document.writeln('            <FORM action="http://www.clydebankfc.co.uk/cgi-bin/directory/search.cgi" method="post" name="srchform">');
document.writeln('               <INPUT TYPE=hidden name=type value="">');
document.writeln('           <TD vAlign=bottom align=right bgColor=#E0E0E0><IMG alt="" src="images/spacertop.gif"><BR></TD>');
document.writeln('           <TD vAlign=bottom width="100%">');
document.writeln('            <TABLE cellSpacing=0 cellPadding=0 width="400" bgColor=#E0E0E0 border=0 align="center">');
document.writeln('             <TBODY>');
document.writeln('              <tr>');
document.writeln('               <td align="center"><B>SEARCH</B></td>');
document.writeln('               <td align="center"> <INPUT TYPE=text name=artist></td>');
document.writeln('               <td align="center">');
document.writeln('               <SELECT name=cat>');
document.writeln('               <OPTION value="">All Store Categories</OPTION>');
document.writeln('               <OPTION value="MB">Art & photography</OPTION>');
document.writeln('               <OPTION value="MC">Books & Magazines</OPTION>');
document.writeln('               <OPTION value="MD">Business</OPTION>');
document.writeln('               <OPTION value="ME">Clothing & Fashion</OPTION>');
document.writeln('               <OPTION value="MF">Dept Stores & Catalogues</OPTION>');
document.writeln('               <OPTION value="MG">Electrical</OPTION>');
document.writeln('               <OPTION value="MH">Entertainment</OPTION>');
document.writeln('               <OPTION value="MJ">Finance</OPTION>');
document.writeln('               <OPTION value="MK">Food & Drink</OPTION>');
document.writeln('               <OPTION value="MX">Gambling</OPTION>');
document.writeln('               <OPTION value="MM">Gifts & Flowers</OPTION>');
document.writeln('               <OPTION value="MN">Health & Beauty</OPTION>');
document.writeln('               <OPTION value="MP">Home & Garden</OPTION>');
document.writeln('               <OPTION value="MQ">Motors</OPTION>');
document.writeln('               <OPTION value="MR">Music</OPTION>');
document.writeln('               <OPTION value="MS">Online Services</OPTION>');
document.writeln('               <OPTION value="MT">Sport & Fitness</OPTION>');
document.writeln('               <OPTION value="MV">Toys & Games</OPTION>');
document.writeln('               <OPTION value="MW">Travel</OPTION>');
document.writeln('               </SELECT>');
document.writeln('               </td align="center">');
document.writeln('               <td><INPUT type=image align=middle height=19 alt=Search width=19 src="images/search2.gif" border=1 name=add></td>');
document.writeln('              </tr>');
document.writeln('             </TBODY>');
document.writeln('            </TABLE>');
document.writeln('           </TD></FORM>');
document.writeln('          </TR>');
document.writeln('          <TR>');
document.writeln('          <TD vAlign=bottom align=left width="100%" background="images/gradt.gif" HEIGHT="5" colSpan=2></TD>');
document.writeln('         </TR>');
document.writeln('        </TBODY>');
document.writeln('       </TABLE>');
document.writeln('      </TR>');
document.writeln('     </TBODY>');
document.writeln('    </TABLE>');
document.writeln('   </TR>');
document.writeln(' </TBODY>');
document.writeln('</TABLE>');

document.writeln('<BR>');

