<?php header('Content-type: text/html; charset=utf-8'); ?>
<?php
  /* STEP 1: LOAD RECORDS - Copy this PHP code block near the TOP of your page */

  // load viewer library
  $libraryPath = 'cmsAdmin/lib/viewer_functions.php';
  $dirsToCheck = array('/home/colourp1/public_html/','','../','../../','../../../');
  foreach ($dirsToCheck as $dir) { if (@include_once("$dir$libraryPath")) { break; }}
  if (!function_exists('getRecords')) { die("Couldn't load viewer library, check filepath in sourcecode."); }

  // load records

  list($categoriesRecords, $categoriesMetaData) = getRecords(array(
    'tableName'   => 'categories',
	'orderBy'     => 'title',
  ));

  list($products_introductionRecords, $products_introductionMetaData) = getRecords(array(
    'tableName'   => 'products_introduction',
    'limit'       => '1',
  ));
  $products_introductionRecord = @$products_introductionRecords[0]; // get first record

  // show error message if no matching record is found
  if (!$products_introductionRecord) {
    header("HTTP/1.0 404 Not Found");
    exit;
  }

  list($slideshowRecords, $slideshowMetaData) = getRecords(array(
    'tableName'   => 'slideshow',
    'limit'       => '1',
  ));
  $slideshowRecord = @$slideshowRecords[0]; // get first record

  // show error message if no matching record is found
  if (!$slideshowRecord) {
    header("HTTP/1.0 404 Not Found");
    exit;
  }

?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
 <head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<TITLE>Advanced Search</TITLE>
<LINK HREF="styles.css" REL="stylesheet" TYPE="text/css">

 <script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-22970572-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script>
 </HEAD>

<BODY>
<TABLE WIDTH="1000" BORDER="0" ALIGN="CENTER" CELLPADDING="0" CELLSPACING="0">
  <TR>
    <TD COLSPAN="7" CLASS="tdWhite"><?php require_once('_include-masthead.php'); ?></TD>
  </TR>
  <TR>
    <TD CLASS="titleLower" COLSPAN="7" ALIGN="LEFT" VALIGN="TOP"><?php 
  list($randomImageRecord, $randomImageMetaData) = getRecords(array( 
         'tableName'   =>  'slideshow', 
	 'limit'       =>  1, 
	 'allowSearch' => false, 
       )); 
   
  $images = array(); 
   
  if ($randomImageRecord) { 
    $images = $randomImageRecord[0]['images']; 
  } 
?>
<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript"><!--  
  
var image = new Array();  
 
<?php $counter = 0; ?> 
<?php foreach ($images as $image): ?> 
  image[<?php echo $counter++; ?>] = '<?php echo $image['urlPath'];?>' ;  
<?php endforeach ?> 
  
var index = Math.floor(Math.random() * image.length);  
document.write('<style type="text/css"> td.titleLower { background-image: url('+ image[index] +') } </style>');  
//-->  
</SCRIPT><TABLE WIDTH="1000" HEIGHT="170" BORDER="0" CELLPADDING="0" CELLSPACING="0">
      <TR>
        <TD CLASS="tdLowerHeadlineCell"><H1><?php echo $products_introductionRecord['title'] ?></H1></TD>
      </TR>
    </TABLE></TD>
  </TR>
  <TR>
    <TD CLASS="tdWhite"><IMG SRC="images/single-pixel.gif" WIDTH="20" HEIGHT="17"></TD>
    <TD CLASS="tdWhite"><IMG SRC="images/single-pixel.gif" WIDTH="176" HEIGHT="17"></TD>
    <TD CLASS="tdWhite"><IMG SRC="images/single-pixel.gif" WIDTH="20" HEIGHT="17"></TD>
    <TD CLASS="tdWhite"><IMG SRC="images/single-pixel.gif" WIDTH="499" HEIGHT="17"></TD>
    <TD CLASS="tdWhite"><IMG SRC="images/single-pixel.gif" WIDTH="20" HEIGHT="17"></TD>
    <TD CLASS="tdWhite"><IMG SRC="images/single-pixel.gif" WIDTH="245" HEIGHT="17"></TD>
    <TD CLASS="tdWhite"><IMG SRC="images/single-pixel.gif" WIDTH="17" HEIGHT="20"></TD>
  </TR>
  <TR>
    <TD CLASS="tdWhite">&nbsp;</TD>
    <TD CLASS="tdWhite"><?php require_once('_include-plants-nav.php'); ?></TD>
    <TD CLASS="tdWhite">&nbsp;</TD>
    <TD CLASS="tdWhite"><table width="499" border="0" cellspacing="0" cellpadding="0">

      <tr>
        <td class="tdWhite"><h2 class="h2Padded">Advanced Search:</h2></td>
      </tr>
      
      <tr>
        <td class="tdWhite"> <form method="post" action="http://thecoachesloft.com/plants-results.php">

  <table border="0" cellpadding="0" cellspacing="0">

    <tr>
      <td><table border="0" cellpadding="0" cellspacing="0">
          
          <tr>
            <td><img src="images/single-pixel.gif" width="130" height="1" /></td>
            <td><img src="images/single-pixel.gif" width="350" height="1" /></td>
          </tr>
          <tr>
            <td><p>Title</p></td>
            <td>
                
                  <div align="LEFT">
                    <input type="text" value="" class="inputField360" name="title_keyword">
                  </div></td>
          </tr>
              
          <tr>
            <td><p>Variety</p></td>
            <td>
                
                  <div align="LEFT">
                    <input name="variety_keyword" type="text" class="inputField360" value="" />
                  </div></td>
          </tr>
          <tr>
            <td style="vertical-align: top;"><p>Description</p></td>
            <td>
              <div align="LEFT">
                <input name="content_keyword" type="text" class="inputField360" value="" />
              </div></td>
          </tr>
          <tr>
            <td><p>Common Name</p></td>
            <td>
                
                  <div align="LEFT">
                    <input name="common_name_keyword" type="text" class="inputField360" value="" />
                  </div></td>
          </tr>
          <tr>
            <td><p>Latin Name</p></td>
            <td>
                
                  <div align="LEFT">
                    <input name="latin_name_keyword" type="text" class="inputField360" value="" />
                  </div></td>
          </tr>
          <tr>
            <td style="vertical-align: top;"><p>Bloom Time</p></td>
            <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td width="170"><p align="left">
                  <input name="bloom_time2[]2" value="Early Spring" id="bloom_time2[]" type="checkbox" />
                  <label for="bloom_time2[]">Early Spring                  </label>
                  <br />
                  <input name="bloom_time2[]2" value="Mid Spring" id="bloom_time2[]2" type="checkbox" />
                  <label for="bloom_time2[]2">Mid Spring
                    <!-- -->
                  </label>
                  <br />
                  <input name="bloom_time2[]2" value="Late Spring" id="bloom_time2[]3" type="checkbox" />
                  <label for="bloom_time2[]3">Late Spring
                    <!-- -->
                  </label>
                  <br />
                  <input name="bloom_time2[]2" value="Early Summer" id="bloom_time2[]4" type="checkbox" />
                  <label for="bloom_time2[]4">Early Summer
                    <!-- -->
                  </label>
                  <br />
                  <input name="bloom_time2[]2" value="Mid Summer" id="bloom_time2[]5" type="checkbox" />
                  <label for="bloom_time2[]5">Mid Summer</label><label for="bloom_time2[]10"><!-- -->
                  </label>
                </p></td>
                <td><img src="images/single-pixel.gif" width="20" height="5" /></td>
                <td width="170"><p align="left">
                  <input name="bloom_time2[]3" value="Late Summer" id="bloom_time2[]16" type="checkbox" />
                  <label for="bloom_time2[]16">Late Summer
                    <!-- -->
                  </label>
                  <br />
                  <input name="bloom_time2[]3" value="Early Fall" id="bloom_time2[]17" type="checkbox" />
                  <label for="bloom_time2[]17">Early Fall
                    <!-- -->
                  </label>
                  <br />
                  <input name="bloom_time2[]3" value="Mid Fall" id="bloom_time2[]18" type="checkbox" />
                  <label for="bloom_time2[]18">Mid Fall
                    <!-- -->
                  </label>
                  <br />
                  <input name="bloom_time2[]3" value="Late Fall" id="bloom_time2[]19" type="checkbox" />
                  <label for="bloom_time2[]19">Late Fall
                    <!-- -->
                  </label>
                  <br />
                  <input name="bloom_time2[]3" value="Winter" id="bloom_time2[]20" type="checkbox" />
                  <label for="bloom_time2[]20">Winter
                    <!-- -->
                  </label>
                </p></td>
              </tr>

            </table></td>
          </tr>
          <tr>
            <td colspan="2"><hr /></td>
            </tr>
          <tr>
            <td style="vertical-align: top;"><p>Attributes</p></td>
            <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td width="170"><p align="left">
                  <input name="attributes2[]" value="bees" id="attributes2.bees" type="checkbox" />
                  <label for="attributes2.bees">bees
                    <!-- -->
                  </label>
                  <br />
                  <input name="attributes2[]" value="birds" id="attributes2.birds" type="checkbox" />
                  <label for="attributes2.birds">birds
                    <!-- -->
                  </label>
                  <br />
                  <input name="attributes2[]" value="butterflies" id="attributes2.butterflies" type="checkbox" />
                  <label for="attributes2.butterflies">butterflies
                    <!-- -->
                  </label>
                  <br />
                  <input name="attributes2[]" value="containers" id="attributes2.containers" type="checkbox" />
                  <label for="attributes2.containers">containers
                    <!-- -->
                  </label>
                  <br />
                  <input name="attributes2[]" value="cutflowers" id="attributes2.cutflowers" type="checkbox" />
                  <label for="attributes2.cutflowers">cutflowers
                    <!-- -->
                  </label>
                  <br />
                  <input name="attributes2[]" value="deer resistant" id="attributes2.deer resistant" type="checkbox" />
                  <label for="attributes2.deer resistant">deer resistant
                    <!-- -->
                  </label>
                  <br />
                  <input name="attributes2[]" value="drought tolerant" id="attributes2.drought tolerant" type="checkbox" />
                  <label for="attributes2.drought tolerant">drought tolerant
                    <!-- -->
                  </label>
                  <br />
                  <input name="attributes2[]" value="edible" id="attributes2.edible" type="checkbox" />
                  <label for="attributes2.edible">edible
                    <!-- -->
                  </label>
                  <br />
                  <input name="attributes2[]" value="fragrant" id="attributes2.fragrant" type="checkbox" />
                  <label for="attributes2.fragrant">fragrant
                    <!-- -->
                  </label>
                  <br />
                  <input name="attributes2[]" value="heat tolerant" id="attributes2.heat tolerant" type="checkbox" />
                  <label for="attributes2.heat tolerant">heat tolerant
                    <!-- -->
                  </label>
                  <br />
                  <input name="attributes2[]22" value="hummingbirds" id="attributes2[]11" type="checkbox" />
                  <label for="attributes2[]11">hummingbirds</label>
                </p></td>
                <td><img src="images/single-pixel.gif" width="20" height="5" /></td>
                <td width="170"><p align="left"><label for="attributes2[]11"><!-- -->
                  </label>
                  
                  <input name="attributes2[]2" value="native plant" id="attributes2[]12" type="checkbox" />
                  <label for="attributes2[]12">native plant
                    <!-- -->
                  </label>
                  <br />
                  <input name="attributes2[]2" value="poisonous" id="attributes2[]13" type="checkbox" />
                  <label for="attributes2[]13">poisonous
                    <!-- -->
                  </label>
                  <br />
                  <input name="attributes2[]2" value="rabbit resistant" id="attributes2[]14" type="checkbox" />
                  <label for="attributes2[]14">rabbit resistant
                    <!-- -->
                  </label>
                  <br />
                  <input name="attributes2[]2" value="rock bed" id="attributes2[]15" type="checkbox" />
                  <label for="attributes2[]15">rock bed
                    <!-- -->
                  </label>
                  <br />
                  <input name="attributes2[]2" value="rock garden" id="attributes2[]16" type="checkbox" />
                  <label for="attributes2[]16">rock garden
                    <!-- -->
                  </label>
                  <br />
                  <input name="attributes2[]2" value="slope planting" id="attributes2[]17" type="checkbox" />
                  <label for="attributes2[]17">slope planting
                    <!-- -->
                  </label>
                  <br />
                  <input name="attributes2[]2" value="slopes" id="attributes2[]18" type="checkbox" />
                  <label for="attributes2[]18">slopes
                    <!-- -->
                  </label>
                  <br />
                  <input name="attributes2[]2" value="water" id="attributes2[]19" type="checkbox" />
                  <label for="attributes2[]19">water
                    <!-- -->
                  </label>
                  <br />
                  <input name="attributes2[]2" value="water garden" id="attributes2[]20" type="checkbox" />
                  <label for="attributes2[]20">water garden
                    <!-- -->
                  </label>
                  <br />
                  <input name="attributes2[]2" value="winter interest" id="attributes2[]21" type="checkbox" />
                  <label for="attributes2[]21">winter interest
                    <!-- -->
                  </label>
                  <br />
                  <input name="attributes2[]2" value="woodland gardens" id="attributes2[]22" type="checkbox" />
                  <label for="attributes2[]22">woodland gardens
                    <!-- -->
                  </label>
                </p></td>
              </tr>
            </table>              </td>
          </tr>
          <tr>
            <td colspan="2"><hr /></td>
            </tr>
          <tr>
            <td style="vertical-align: top;"><p>Flower Colour</p></td>
            <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td width="170"><p align="left">
                  <input name="flower_colour[]" value="Black" id="flower_colour.Black" type="checkbox" />
                  <label for="flower_colour.Black">Black
                    <!-- -->
                  </label>
                  <br />
                  <input name="flower_colour[]" value="Blue" id="flower_colour.Blue" type="checkbox" />
                  <label for="flower_colour.Blue">Blue
                    <!-- -->
                  </label>
                  <br />
                  <input name="flower_colour[]" value="Burgundy" id="flower_colour.Burgundy" type="checkbox" />
                  <label for="flower_colour.Burgundy">Burgundy
                    <!-- -->
                  </label>
                  <br />
                  <input name="flower_colour[]" value="Coral" id="flower_colour.Coral" type="checkbox" />
                  <label for="flower_colour.Coral">Coral
                    <!-- -->
                  </label>
                  <br />
                  <input name="flower_colour[]" value="Deep blue" id="flower_colour.Deep blue" type="checkbox" />
                  <label for="flower_colour.Deep blue">Deep blue
                    <!-- -->
                  </label>
                  <br />
                  <input name="flower_colour[]" value="Deep pink" id="flower_colour.Deep pink" type="checkbox" />
                  <label for="flower_colour.Deep pink">Deep pink
                    <!-- -->
                  </label>
                  <br />
                  <input name="flower_colour[]" value="Green" id="flower_colour.Green" type="checkbox" />
                  <label for="flower_colour.Green">Green
                    <!-- -->
                  </label>
                  <br />
                  <input name="flower_colour[]" value="Lavender" id="flower_colour.Lavender" type="checkbox" />
                  <label for="flower_colour.Lavender">Lavender
                    <!-- -->
                  </label>
                  <br />
                  <input name="flower_colour[]" value="Light blue" id="flower_colour.Light blue" type="checkbox" />
                  <label for="flower_colour.Light blue">Light blue
                    <!-- -->
                  </label>
                  <br />
                  <input name="flower_colour[]" value="Light pink" id="flower_colour.Light pink" type="checkbox" />
                  <label for="flower_colour.Light pink">Light pink</label>
                </p></td>
                <td><img src="images/single-pixel.gif" width="20" height="5" /></td>
                <td width="170"><p align="left">
                  <input name="flower_colour[]2" value="Mixed" id="flower_colour[]11" type="checkbox" />
                  <label for="flower_colour[]11">Mixed
                    <!-- -->
                  </label>
                  <br />
                  <input name="flower_colour[]2" value="n/a" id="flower_colour[]12" type="checkbox" />
                  <label for="flower_colour[]12">n/a
                    <!-- -->
                  </label>
                  <br />
                  <input name="flower_colour[]2" value="Orange" id="flower_colour[]13" type="checkbox" />
                  <label for="flower_colour[]13">Orange
                    <!-- -->
                  </label>
                  <br />
                  <input name="flower_colour[]2" value="Pink" id="flower_colour[]14" type="checkbox" />
                  <label for="flower_colour[]14">Pink
                    <!-- -->
                  </label>
                  <br />
                  <input name="flower_colour[]2" value="Purple" id="flower_colour[]15" type="checkbox" />
                  <label for="flower_colour[]15">Purple
                    <!-- -->
                  </label>
                  <br />
                  <input name="flower_colour[]2" value="Red" id="flower_colour[]16" type="checkbox" />
                  <label for="flower_colour[]16">Red
                    <!-- -->
                  </label>
                  <br />
                  <input name="flower_colour[]2" value="Rose" id="flower_colour[]17" type="checkbox" />
                  <label for="flower_colour[]17">Rose
                    <!-- -->
                  </label>
                  <br />
                  <input name="flower_colour[]2" value="Salmon" id="flower_colour[]18" type="checkbox" />
                  <label for="flower_colour[]18">Salmon
                    <!-- -->
                  </label>
                  <br />
                  <input name="flower_colour[]2" value="White" id="flower_colour[]19" type="checkbox" />
                  <label for="flower_colour[]19">White
                    <!-- -->
                  </label>
                  <br />
                  <input name="flower_colour[]2" value="Yellow" id="flower_colour[]20" type="checkbox" />
                  <label for="flower_colour[]20">Yellow
                    <!-- -->
                  </label>
                </p></td>
              </tr>
            </table>              </td>
          </tr>
          <tr>
            <td colspan="2"><hr /></td>
            </tr>
          <tr>
            <td style="vertical-align: top;"><p>Sun Exposure </p></td>
            <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td width="170"><p align="left">
                  <input name="sun_exposure2[]" value="Full Sun" id="sun_exposure2.Full Sun" type="checkbox" />
                  <label for="sun_exposure2.Full Sun">Full Sun
                    <!-- -->
                  </label>
                  <br />
                  <input name="sun_exposure2[]" value="Partial Sun" id="sun_exposure2.Partial Sun" type="checkbox" />
                  <label for="sun_exposure2.Partial Sun">Partial Sun</label><label for="sun_exposure2.Shade">
                    <!-- -->
                  </label>
                  <br />
                </p></td>
                <td><img src="images/single-pixel.gif" width="20" height="5" /></td>
                <td width="170"><p align="left"><label for="sun_exposure2[]2"><!-- -->
                  </label>
                    <input name="sun_exposure2[]2" value="Partial Shade" id="sun_exposure2[]3" type="checkbox" />
                  <label for="sun_exposure2[]3">Partial Shade
                    <!-- -->
                  </label>
                  <br />
                  <input name="sun_exposure2[]2" value="Shade" id="sun_exposure2[]4" type="checkbox" />
                  <label for="sun_exposure2[]4">Shade
                    <!-- -->
                  </label>
                  <br />
                </p></td>
              </tr>
            </table>              </td>
          </tr>
          <tr>
            <td colspan="2"><hr /></td>
            </tr>
          <tr>
            <td><p>Plant Height</p></td>
            <td><div align="LEFT">
              <select name="plant_height2">
                <option value="" selected="selected">Please choose:</option>
                <option value="Groundcover">Groundcover</option>
                <option value="6 - 12&quot;">6 - 12&quot;</option>
                <option value="13 - 24&quot;">13 - 24&quot;</option>
                <option value="25 - 36&quot;">25 - 36&quot;</option>
                <option value="37 - 48&quot;">37 - 48&quot;</option>
                <option value="49&quot; and over">49&quot; and over</option>
              </select>
            </div></td>
          </tr>
          <tr>
            <td colspan="2"><hr /></td>
            </tr>
          <tr>
            <td style="vertical-align: top;"><p>Foliage Colour</p></td>
            <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td width="170"><p align="left">
                  <input name="foliage_colour[]" value="Black" id="foliage_colour.Black" type="checkbox" />
                  <label for="foliage_colour.Black">Black
                    <!-- -->
                  </label>
                  <br />
                  <input name="foliage_colour[]" value="Blue" id="foliage_colour.Blue" type="checkbox" />
                  <label for="foliage_colour.Blue">Blue
                    <!-- -->
                  </label>
                  <br />
                  <input name="foliage_colour[]" value="Bronze" id="foliage_colour.Bronze" type="checkbox" />
                  <label for="foliage_colour.Bronze">Bronze
                    <!-- -->
                  </label>
                  <br />
                  <input name="foliage_colour[]" value="Brown" id="foliage_colour.Brown" type="checkbox" />
                  <label for="foliage_colour.Brown">Brown
                    <!-- -->
                  </label>
                  <br />
                  <input name="foliage_colour[]" value="Burgundy" id="foliage_colour.Burgundy" type="checkbox" />
                  <label for="foliage_colour.Burgundy">Burgundy
                    <!-- -->
                  </label>
                  <br />
                  <input name="foliage_colour[]" value="Coral" id="foliage_colour.Coral" type="checkbox" />
                  <label for="foliage_colour.Coral">Coral
                    <!-- -->
                  </label>
                  <br />
                  <input name="foliage_colour[]" value="Gold" id="foliage_colour.Gold" type="checkbox" />
                  <label for="foliage_colour.Gold">Gold</label>
                </p></td>
                <td><img src="images/single-pixel.gif" width="20" height="5" /></td>
                <td width="170"><p align="left"><input name="foliage_colour[]2" value="Gray, Silver, White" id="foliage_colour[]8" type="checkbox" />
                  <label for="foliage_colour[]8">Gray, Silver, White
                    <!-- -->
                  </label>
                  <br />
                  <input name="foliage_colour[]2" value="Green" id="foliage_colour[]9" type="checkbox" />
                  <label for="foliage_colour[]9">Green
                    <!-- -->
                  </label>
                  <br />
                  <input name="foliage_colour[]2" value="Lime" id="foliage_colour[]10" type="checkbox" />
                  <label for="foliage_colour[]10">Lime
                    <!-- -->
                  </label>
                  <br />
                  <input name="foliage_colour[]2" value="Purple" id="foliage_colour[]11" type="checkbox" />
                  <label for="foliage_colour[]11">Purple
                    <!-- -->
                  </label>
                  <br />
                  <input name="foliage_colour[]2" value="Red" id="foliage_colour[]12" type="checkbox" />
                  <label for="foliage_colour[]12">Red
                    <!-- -->
                  </label>
                  <br />
                  <input name="foliage_colour[]2" value="Variegated" id="foliage_colour[]13" type="checkbox" />
                  <label for="foliage_colour[]13">Variegated </label>
                  <br />
                  <input name="foliage_colour[]2" value="Yellow" id="foliage_colour[]14" type="checkbox" />
                  <label for="foliage_colour[]14">Yellow </label>
                </p></td>
              </tr>
            </table>              </td>
          </tr>
          <tr>
            <td colspan="2"><hr /></td>
            </tr>
          <tr>
            <td><p>Spacing</p></td>
            <td><div align="LEFT">
              <select name="spacing2">
                <option value="" selected="selected">Please choose:</option>
                <option value="Groundcover">Groundcover</option>
                <option value="6 - 12&quot;">6 - 12&quot;</option>
                <option value="13 - 24&quot;">13 - 24&quot;</option>
                <option value="25 - 36&quot;">25 - 36&quot;</option>
                <option value="37 - 48&quot;">37 - 48&quot;</option>
                <option value="49&quot; and over">49&quot; and over</option>
              </select>
            </div></td>
          </tr>
          <tr>
            <td colspan="2"><hr /></td>
            </tr>
          <tr>
            <td style="vertical-align: top;"><p>Plant Type</p></td>
            <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td width="170"><p align="left">
                  <input name="plant_type2[]" value="Annual" id="plant_type2.Annual" type="checkbox" />
                  <label for="plant_type2.Annual">Annual
                    <!-- -->
                  </label>
                  <br />
                  <input name="plant_type2[]" value="Christmas" id="plant_type2.Christmas" type="checkbox" />
                  <label for="plant_type2.Christmas">Christmas
                    <!-- -->
                  </label>
                  <br />
                  <input name="plant_type2[]" value="Fall Mums" id="plant_type2.Fall Mums" type="checkbox" />
                  <label for="plant_type2.Fall Mums">Fall Mums
                    <!-- -->
                  </label>
                  <br />
                  <input name="plant_type2[]" value="Grass" id="plant_type2.Grass" type="checkbox" />
                  <label for="plant_type2.Grass">Grass
                    <!-- -->
                  </label>
                  <br />
                  <input name="plant_type2[]" value="Herbs/Vegetables" id="plant_type2.Herbs/Vegetables" type="checkbox" />
                  <label for="plant_type2.Herbs/Vegetables">Herbs/Vegetables
                    <!-- -->
                  </label>
                  <br />
                  <input name="plant_type2[]" value="Hosta" id="plant_type2.Hosta" type="checkbox" />
                  <label for="plant_type2.Hosta">Hosta
                    <!-- -->
                  </label>
                  <label for="plant_type2.Native"></label>
                </p></td>
                <td><img src="images/single-pixel.gif" width="20" height="5" /></td>
                <td width="170"><p align="left"><input name="plant_type2[]2" value="Native" id="plant_type2[]7" type="checkbox" />
                  <label for="plant_type2[]7">Native
                    <!-- -->
                  </label>
                  <br />
                  <input name="plant_type2[]2" value="Perennial" id="plant_type2[]8" type="checkbox" />
                  <label for="plant_type2[]8">Perennial
                    <!-- -->
                  </label>
                  <br />
                  <input name="plant_type2[]2" value="Roses" id="plant_type2[]9" type="checkbox" />
                  <label for="plant_type2[]9">Roses
                    <!-- -->
                  </label>
                  <br />
                  <input name="plant_type2[]2" value="Shrubs" id="plant_type2[]10" type="checkbox" />
                  <label for="plant_type2[]10">Shrubs
                    <!-- -->
                  </label>
                  <br />
                  <input name="plant_type2[]2" value="Tropical" id="plant_type2[]11" type="checkbox" />
                  <label for="plant_type2[]11">Tropical
                    <!-- -->
                  </label>
                  <br />
                  <input name="plant_type2[]2" value="Vines" id="plant_type2[]12" type="checkbox" />
                  <label for="plant_type2[]12">Vines
                    <!-- -->
                  </label>
                  <br />
                </p></td>
              </tr>
            </table>              </td>
          </tr>
          <tr>
            <td colspan="2" style="vertical-align: top;"><hr /></td>
            </tr>
          <tr>
            <td style="vertical-align: top;">&nbsp;</td>
            <td>              <div align="LEFT">
              <input name="submit" type="submit" class="inputButton" value="Search" />
            </div></td>
          </tr>
          
      </table></td>
    </tr>
  </table>
  <br />
  <div class="clear"></div>
</form></td>
      </tr>
      
      
      
    </table></TD>
    <TD CLASS="tdWhite">&nbsp;</TD>
    <TD COLSPAN="2" CLASS="tdWhite"><?php require_once('_include-right-column.php'); ?></TD>
  </TR>
  
  <TR>
    <TD CLASS="tdWhite">&nbsp;</TD>
    <TD COLSPAN="5" CLASS="tdWhiteRuleTop"><?php require_once('_include-footer.php'); ?></TD>
    <TD CLASS="tdWhite">&nbsp;</TD>
  </TR>
</TABLE>
</BODY>
</HTML>
