<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--
Example search page for the JavaScript install of Zoom Search Engine 5.0

NOTE: that you should only use the JavaScript version if server-side
processing is not available, such as on a CD-ROM, local intranet, etc.

Client-side searching requires the entire index file to be downloaded
to the client, which is not an issue locally, or if your website is small,
but can be very slow for larger websites, over the Internet.

Hints:
1. Make sure you have indexed your website with the Zoom Indexer application
   with the "Javascript" option checked in the Configuration dialog. It
   should produce a file named "zoom_index.js" in your selected output directory.
2. Put this file (search.html), search.js, and zoom_index.js in the same directory
3. Copy or upload these files to your distribution medium (CD, server, etc)
3. Customise this page as you see fit. You can also put a search form on the
   other pages of your site (or navbar) by copying the form below.
-->
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=windows-1252" />
    <!-- saved from url=(0014)about:internet -->
	<title>Search MYOB Help</title>
    <link rel="StyleSheet" href="" type="text/css" media="all" />
    <link rel="StyleSheet" href="css/webworks.css" type="text/css" media="all" />
    <link rel="StyleSheet" href="document.css" type="text/css" media="all" />
	<script language="JavaScript" src="scripts/settings.js"></script>
	<script language="JavaScript" src="scripts/search.js"></script>
	<!-- You can change the fonts, text colors, and styles of your search results with the CSS below -->
	<style type="text/css">
		.highlight { background: #FFFF40; }
		.searchheading { font-size: 130%; font-weight: bold; }
		.summary { font-size: 80%; font-style: italic; }
		.suggestion { font-size: 100%; }
		.results { font-size: 100%; }
		.category { color: #999999; }
		.sorting { text-align: right; }

		.result_title { font-size: 100%; }		
		.description { font-size: 100%; color: #008000; }
		.context { font-size: 100%; }
		.infoline { font-size: 80%; font-style: normal; color: #808080;}

		.zoom_searchform { font-size: 100%; }
		.zoom_results_per_page { font-size: 80%; margin-left: 10px; }
		.zoom_match { font-size: 80%; margin-left: 10px;}				
		.zoom_categories { font-size: 80%; }
		.zoom_categories ul { display: inline; margin: 0px; padding: 0px;}
		.zoom_categories li { display: inline; margin-left: 15px; list-style-type: none; }

		input.zoom_button {  }
		input.zoom_searchbox {  }		
		
		.result_image { float: left; display: block; }
		.result_image img { margin: 10px; width: 80px; border: 0px; }

		.result_block { margin-top: 15px; margin-bottom: 15px; clear: left; }
		.result_altblock { margin-top: 15px; margin-bottom: 15px; clear: left; }
		
		.result_pages { font-size: 100%; }
		.result_pagescount { font-size: 100%; }
		
		.searchtime { font-size: 80%; }
		
		.recommended 
		{ 
			background: #DFFFBF; 
			border-top: 1px dotted #808080; 
			border-bottom: 1px dotted #808080; 
			margin-top: 15px; 
			margin-bottom: 15px; 
		}
		.recommended_heading { float: right; font-weight: bold; }
		.recommend_block { margin-top: 15px; margin-bottom: 15px; clear: left; }		
		.recommend_title { font-size: 100%; }
		.recommend_description { font-size: 100%; color: #008000; }
		.recommend_infoline { font-size: 80%; font-style: normal; color: #808080;}
	</style>
	   <!-- Start custom CSS for layout-->
    <style>	
		#topborder {
		position : absolute;
		top: 0px;
		left:0px;
		width : 100%;
		height: 36px;
		background-color: #E4F1F8;
		padding: 0px;
				}
		#navigation {
		position : absolute;
		top: 80px;
		width : 20%;
		left: 10px;
		height: 100%;
		border-right:3px dotted #C2DDF3;
		padding : 1px;
		}
		#content {
		top: 24px;
		margin-left : 23%;
  		padding : 12px;
		}
		</style>
    <!--End custom CSS for layout-->		    
</head>

<body>
	 <div id="topborder">
      <!--Start navigation buttons and company info at top of page-->
      <div style="text-align: left;">
        
    <table height="32px" cellspacing="5" summary="" align="right">
      <tr> 
        <!--TOC is suppressed because of left navigation 
		  <td wwpage:condition="navigation-toc-current">
            <img src="images/tocx.gif" wwpage:attribute-src="copy-relative-to-output" alt="Table of Contents" wwpage:attribute-alt="navigation-toc-title" border="0"/>
          </td>
          <td wwpage:condition="navigation-toc-not-current">
            <a href="toc" wwpage:attribute-href="navigation-toc-link"><wwexsldoc:NoBreak /><img src="images/toc.gif" wwpage:attribute-src="copy-relative-to-output" alt="Table of Contents" wwpage:attribute-alt="navigation-toc-title" border="0" /></a>
          </td>
		  End comment for TOC suppression-->

        <td valign="top"> <a href="ix.html"><img src="images/index.gif" alt="Index" border="0" /></a> 
        </td>
        <td></td>
        <td> <form method="get" action="searchhelp.htm" align="right">
            <input type="text" name="zoom_query" size="20"></input>
            <input name="submit" type="submit" value="Search" size="60"></input> 
          </form></td>
      </tr>
    </table>
      </div>
          <table summary="">
        <tr>
          <td class="WebWorks_Company_Logo_Top">
            <img src="images\logo.gif" />
          </td>
        </tr>
      </table>
	</div>
    <!--End navigation and company info at top of page-->
    <!--Start container for all content-->
    <div id="content">
	<div class="ho_OverviewHeading">Advanced search</div>
	<div class="b_Body"><p>
	Enter one or more keywords to search for.	Note that '*' and '?' wildcards are supported.
	</p>
	<!-- This is where the search form and results will appear -->
	<script language="JavaScript">ZoomSearch();</script>
	<noscript>You must have JavaScript enabled to use this version of the search engine.</noscript>
	</div>
	</div>
	    <!--End container for all content-->
    <!--Start container for left navigation-->
    <div id="navigation">
      <script type="text/javascript" src="scripts/quickmenu.js"></script>
    </div>
    <!--End container for left navigation-->
</body>
</html>