File: D:/web/homefly/help.asp
<html>
<head>
<title>ABOUT US</title>
<LINK REL=STYLESHEET TYPE="text/css" HREF="style.css">
</head>
<body><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="3" bgcolor="#767981"><img src="images/clearpixel.gif" width="1" height="1"></td>
</tr>
<tr>
<td width="10" background="images/leftbg.gif"><img src="images/clearpixel.gif" width="10" height="32"></td>
<td width="100%"><br>
<!--webbot bot="Include" U-Include="includes/company.htm" TAG="BODY" startspan -->
<img src="images/name.gif" width="570" height="34">
<!--webbot bot="Include" endspan i-checksum="62736" -->
</td>
<td width="10" background="images/rightbg.gif" align="right"><img src="images/clearpixel.gif" width="10" height="32"></td>
</tr>
<tr>
<td background="images/leftendbg.gif"><img src="images/clearpixel.gif" width="10" height="30"></td>
<td background="images/topbg.gif" valign="top" colspan="2" align="right"><a href="default.asp"><img border="0" src="images/menu/tophome.gif" width="68" height="30"></a><a href="search.asp"><img border="0" src="images/menu/topsearch.gif" width="68" height="30"></a><a href="help.asp"><img border="0" src="images/menu/tophelpov.gif" width="68" height="30"></a><a href="mailto:dlewis@homefly.com"><img border="0" src="images/menu/topemail.gif" width="68" height="30"></a></td>
</tr>
</table><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top" colspan="3" bgcolor="#767981"><img src="images/clearpixel.gif" width="1" height="1"></td>
</tr>
<tr>
<td valign="top" width="130">
<table border="0" cellpadding="0" width="130" cellspacing="0">
<tr>
<td width="100%" height="145" valign="top"><!--webbot bot="Include"
U-Include="includes/menu.htm" TAG="BODY" startspan -->
<!--#include file="vsadmin/db_conn_open.asp"-->
<!--#include file="vsadmin/includes.asp"-->
<!--#include file="vsadmin/inc/languagefile.asp"-->
<!--#include file="vsadmin/inc/incfunctions.asp"-->
<script language="JavaScript1.2" src="popouttext.js">
</script>
<script language="JavaScript1.2">
mymenu = new POTMenu
// Defines the size of the main menu items, width and height
mymenu.mainmenuitemsize(130,16)
// Defines the size of the sub menu items, width and height
mymenu.submenuitemsize(152,16)
// Defines the position of the sub menus in relation to the parent
mymenu.submenuplacing(0,0)
// Images that make up the border of the main menu. Optional.
mymenu.mainborderimages("images/greypixel.gif","images/greypixel.gif","images/clearpixel.gif","images/greypixel.gif")
// Corners of the images that make up the main menu border.
mymenu.mainbordercorners("images/greypixel.gif","images/greypixel.gif","images/greypixel.gif","images/greypixel.gif")
// Left width, right width and height of the top and bottom of the border
mymenu.mainborderdimensions(1,1,1)
// These lines are for the sub menu borders
mymenu.subborderimages("images/greypixel.gif","images/greypixel.gif","images/greypixel.gif","images/greypixel.gif")
mymenu.subbordercorners("images/greypixel.gif","images/greypixel.gif","images/greypixel.gif","images/greypixel.gif")
mymenu.subborderdimensions(1,1,1)
// Main menu cell color
mymenu.mainmenucolor("#FFFFFF")
// Sub menu cell color
mymenu.submenucolor("#FFFFFF")
// Centers text for Netscape 4.7
mymenu.netscapeadjust(3,3)
// The image that is show between the main menu items
mymenu.definemainspacer("images/greypixel.gif",1)
// The image that is show between the sub menu items
mymenu.definesubspacer("images/greypixel.gif",1)
// Do you want to "hide" (SELECT menus, OBJECT tags) when in the menu
mymenu.hideobjects(true,true)
// This line is required here
mymenu.startMenu()
// Define the main menu.
mymenu.addMenu("home"," HOME", "default.asp")
mymenu.addMenu("main"," MAIN", "#")
/* <%
' Please note, the following line of code is used to automatically create the links for the product sections
' If you do not want to use this feature, please delete this line of code in your Main.dwt template
' along with the corresponding section below.
%> */
mymenu.addMenu("products"," PRODUCTS", "categories.asp")
mymenu.addMenu("help"," HELP", "#")
mymenu.addMenu("affiliates"," AFFILIATES", "affiliate.asp")
mymenu.addMenu("search"," SEARCH", "search.asp")
mymenu.addMenu("checkout"," CHECKOUT", "cart.asp")
// This line is required after the main menu is defined.
mymenu.showMainMenu()
// Define the sub menus
mymenu.addSubMenu("main", "", " ABOUT US", "about.asp")
mymenu.addSubMenu("main", "", " HELP", "help.asp")
mymenu.addSubMenu("main", "", " SERVICES", "services.asp")
mymenu.addSubMenu("main", "", " CONTACT", "contact.asp")
mymenu.addSubMenu("main", "", " EMAIL", "mailto:andy@ibswebdesign.com")
// Delete these 7 lines and the corresponding lines above if you
// don't want an automatically generated popout menu.
<% if false then %> </script> <% end if
menuprestr = " "
menupoststr = "" %>
<!--#include file="vsadmin/inc/incmenu.asp"-->
<% if false then %> <script language="JavaScript1.2"> <% end if %>
mymenu.addSubMenu("help", "faq", " FAQ", "#")
mymenu.addSubMenu("help", "tutorials", " TUTORIALS", "#")
mymenu.addSubMenu("faq", "", " COMPATIBILITY", "#")
mymenu.addSubMenu("faq", "", " DHTML MENUS", "#")
mymenu.addSubMenu("faq", "", " DHTML MENUS", "#")
mymenu.addSubMenu("faq", "", " GRAPHICS", "#")
mymenu.addSubMenu("faq", "", " LICENSE", "#")
mymenu.addSubMenu("tutorials", "", " TEMPLATE SET UP", "#")
mymenu.addSubMenu("tutorials", "", " INCLUDE PAGES", "#")
mymenu.addSubMenu("tutorials", "navigation", " NAVIGATION", "#")
mymenu.addSubMenu("navigation", "", " FP NAVIGATION", "#")
mymenu.addSubMenu("navigation", "", " DW NAVIGATION", "#")
mymenu.addSubMenu("navigation", "", " GL NAVIGATION", "#")
// This line is required after all menu definitions are finished
mymenu.showMenu()
</script>
<!--webbot bot="Include" endspan i-checksum="17230" -->
<p> </td>
</tr>
<tr>
<td width="100%">
<!--webbot bot="Include" U-Include="includes/specials.htm" TAG="BODY" startspan -->
<p><img src="images/specials.gif" width="130" height="20"><br>
<TABLE bgColor=#767981 border=0 cellSpacing=0 width=128>
<TBODY>
<TR>
<TD vAlign=top width=128><TABLE border=0 cellPadding=6 cellSpacing=0 width=128>
<TBODY>
<TR>
<TD class="smaller" bgColor=#FFFFFF colspan="2" align="center"><img src="images/pcsmall.gif" width="70" height="70"><br>
Put the info here you may need to highlight. This box can also
be used to contain just text or can be deleted completely.</TD>
</TR>
</TBODY>
</TABLE></TD>
</TR>
</TBODY>
</TABLE><!--webbot bot="Include" endspan i-checksum="5684" -->
<p> </td>
</tr>
<tr>
<td width="100%">
<!--#include file="inc-template-menu.asp"-->
<p> </td>
</tr>
</table>
</td>
<td width="100%" valign="top"><br>
<table width="98%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td colspan="3" background="images/bodytopbg.gif"><img border="0" src="images/help.gif"></td>
<td><img src="images/bodytopright.gif" width="14" height="20"></td>
</tr>
<tr>
<td background="images/bodyleftbg.gif" width="14"><img src="images/clearpixel.gif" width="14" height="1"></td>
<td>
<p><b>This template allows you to:</b></p>
<p>- Download a prebuilt site to your computer.<br>
- Make changes site-wide changes.<br>
- Customize page content.<br>
- Publish to your host with the click of a button.</p>
</td>
<td align="center"><img src="images/largepc.gif" width="170" height="170"></td>
<td background="images/bodyrightbg.gif" width="10"><img src="images/clearpixel.gif" width="10" height="8"></td>
</tr>
<tr>
<td background="images/bodyleftbg.gif" width="14"> </td>
<td colspan="2">
<hr>
<b>Instructions </b>
<p>To help you with the set up of the site we have included ample
information in a separate text file that you can find in the root
of the web. You can have as many top tabs and left navigation
options
as you need. The right and left hand boxes are include files for simple updating.</p>
<p><b>Graphics</b></p>
<p>The graphics are just placeholders and
you should replace them with your own. The template comes
with blank gifs and all .pngs for all the images.</p>
<p><b>Navigation</b></p>
<p>The left hand DHTML menu and footer links are include files -
there is an accompanying document to help with configuring the
pop-out menu but products and categories are generated dynamically. The top
buttons are just graphics that you can add and delete where
necessary.</p>
<p><b>Information</b></p>
<p>If you would like a custom version of this template or require
any other web-related service, please contact Andy at <a href="mailto:andy@ibswebdesign.com">andy@ibswebdesign.com</a></p>
<p> </p>
</td>
<td background="images/bodyrightbg.gif" width="10"> </td>
</tr>
<tr>
<td valign="top" colspan="4" bgcolor="#767981"><img src="images/clearpixel.gif" width="1" height="1"></td>
</tr>
</table></td>
<td width="130" valign="top"><!--webbot bot="Include"
U-Include="includes/news.htm" TAG="BODY" startspan -->
<img src="images/news.gif" width="130" height="20"><br><TABLE bgColor=#767981 border=0 cellSpacing=0 width=128>
<TBODY>
<TR>
<TD vAlign=top width=128><TABLE border=0 cellPadding=5 cellSpacing=0 width=128>
<TBODY>
<TR>
<TD class="smaller" bgColor=#FFFFFF colspan="2">These boxes can be used
to include any type of presentation - you can put graphics or maybe
introduce a part of your site - we've added different examples here
so you can get an idea of what you can do with them. You can remove
all or some of them with a couple of clicks.</TD>
</TR>
</TBODY>
</TABLE></TD>
</TR>
</TBODY>
</TABLE><!--webbot bot="Include" endspan i-checksum="10749" -->
<!--webbot bot="Include" U-Include="includes/check.htm" TAG="BODY" startspan -->
<img src="images/check.gif" width="130" height="20"><br>
<TABLE bgColor=#767981 border=0 cellSpacing=0 width=128>
<TBODY>
<TR>
<TD vAlign=top width=128><TABLE border=0 cellPadding=5 cellSpacing=0 width=128>
<TBODY>
<TR>
<TD class="smaller" bgColor=#FFFFFF colspan="2" align="center"><br>
<img border="0" src="images/printersmall.gif" width="70" height="66"><br>
</TD>
</TR>
</TBODY>
</TABLE></TD>
</TR>
</TBODY>
</TABLE><!--webbot bot="Include" endspan i-checksum="12196" -->
<!--webbot bot="Include" U-Include="includes/contact.htm" TAG="BODY" startspan -->
<img src="images/contactinfo.gif" width="130" height="20"><br>
<TABLE bgColor=#767981 border=0 cellSpacing=0 width=128>
<TBODY>
<TR>
<TD vAlign=top width=128><TABLE border=0 cellPadding=5 cellSpacing=0 width=128>
<TBODY>
<TR>
<TD class="smaller" bgColor=#FFFFFF colspan="2">Company Name<br>
Address<br>
Telephone numbers<br>
Fax number<br>
<br>
<a href="#">E-mail</a></TD>
</TR>
</TBODY>
</TABLE></TD>
</TR>
</TBODY>
</TABLE><!--webbot bot="Include" endspan i-checksum="33343" -->
</td>
</tr>
<tr align="center">
<td colspan="3"><br>
<!--webbot bot="Include" U-Include="includes/footer.htm" TAG="BODY" startspan -->
<a href="default.asp">
home</a> <a href="categories.asp"> products</a> <a href="search.asp"> search</a> <a href="cart.asp"> checkout</a> <a href="contact.asp"> contact</a>
<!--webbot bot="Include" endspan i-checksum="28941" -->
</td>
</tr>
</table></body>
</html>