<?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");
    print "Record 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");
    print "Record 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>Category</p></td>
            <td>
              <div align="LEFT">
                <select name="category">
                  <option value="" selected="selected">Please choose:</option>
                  <option value="2">Annual</option>
                  <option value="4">Fall Mums</option>
                  <option value="6">Herbs/Vegetables</option>
                  <option value="7">Hosta</option>
                  <option value="5">Ornamental Grasses</option>
                  <option value="8">Perennial</option>
                  <option value="9">Roses</option>
                  <option value="1">Shrubs</option>
                  <option value="10">Vines</option>
                  <option value="3">Winter Greens</option>
                </select>
                </div></td>
          </tr>
          <tr>
            <td><p>Subcategory</p></td>
            <td>
              <div align="LEFT">
                <select name="subcategory">
                  <option value="" selected="selected">Please choose:</option>
                  <option value="4">Mums</option>
                  <option value="5">Fountain Grass</option>
                  <option value="1">Blue Mist or Blue Beard</option>
                  <option value="2">Clematis</option>
                  <option value="3">Climbing Vines</option>
                </select>
                </div></td>
          </tr>
          <tr>
            <td><p>Title</p></td>
            <td>
                
                  <div align="LEFT">
                    <input name="title" type="text" class="inputField360" />
                    </div></td>
          </tr>
              
          <tr>
            <td><p>Variety</p></td>
            <td>
                
                  <div align="LEFT">
                    <input name="variety" type="text" class="inputField360" />
                    </div></td>
          </tr>
          <tr>
            <td style="vertical-align: top;"><p>Description</p></td>
            <td>
              <div align="LEFT">
                <input name="content,subcategory,title,variety,common_name,latin_name,bloom_time2,attributes2,flower_colour,sun_exposure2,foliage_colour,plant_type2,category_keyword" type="text" class="inputField360" value="" />
                </div></td>
          </tr>
          <tr>
            <td><p>Common Name</p></td>
            <td>
                
                  <div align="LEFT">
                    <input name="common_name" type="text" class="inputField360" />
                    </div></td>
          </tr>
          <tr>
            <td><p>Latin Name</p></td>
            <td>
                
                  <div align="LEFT">
                    <input name="latin_name" type="text" class="inputField360"/>
                    </div></td>
          </tr>
          <tr>
            <td style="vertical-align: top;"><p>Bloom Time</p></td>
            <td><p align="left">
                <input name="bloom_time2[]" value="Early Spring" id="bloom_time2.Early Spring" type="checkbox" />
                <label for="bloom_time2.Early Spring">Early Spring
                <!-- -->
                  </label>
                <br />
                <input name="bloom_time2[]" value="Mid Spring" id="bloom_time2.Mid Spring" type="checkbox" />
                <label for="bloom_time2.Mid Spring">Mid Spring
                <!-- -->
                  </label>
                <br />
                <input name="bloom_time2[]" value="Late Spring" id="bloom_time2.Late Spring" type="checkbox" />
                <label for="bloom_time2.Late Spring">Late Spring
                <!-- -->
                  </label>
                <br />
                <input name="bloom_time2[]" value="Early Summer" id="bloom_time2.Early Summer" type="checkbox" />
                <label for="bloom_time2.Early Summer">Early Summer
                <!-- -->
                  </label>
                <br />
                <input name="bloom_time2[]" value="Mid Summer" id="bloom_time2.Mid Summer" type="checkbox" />
                <label for="bloom_time2.Mid Summer">Mid Summer
                <!-- -->
                  </label>
                <br />
                <input name="bloom_time2[]" value="Late Summer" id="bloom_time2.Late Summer" type="checkbox" />
                <label for="bloom_time2.Late Summer">Late Summer
                <!-- -->
                  </label>
                <br />
                <input name="bloom_time2[]" value="Early Fall" id="bloom_time2.Early Fall" type="checkbox" />
                <label for="bloom_time2.Early Fall">Early Fall
                <!-- -->
                  </label>
                <br />
                <input name="bloom_time2[]" value="Mid Fall" id="bloom_time2.Mid Fall" type="checkbox" />
                <label for="bloom_time2.Mid Fall">Mid Fall
                <!-- -->
                  </label>
                <br />
                <input name="bloom_time2[]" value="Late Fall" id="bloom_time2.Late Fall" type="checkbox" />
                <label for="bloom_time2.Late Fall">Late Fall
                <!-- -->
                  </label>
                <br />
                <input name="bloom_time2[]" value="Winter" id="bloom_time2.Winter" type="checkbox" />
                <label for="bloom_time2.Winter">Winter
                <!-- -->
                  </label>
                <br />                  
            </p></td>
          </tr>
          <tr>
            <td colspan="2"><hr /></td>
            </tr>
          <tr>
            <td style="vertical-align: top;"><p>Attributes</p></td>
            <td><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[]" value="hummingbirds" id="attributes2.hummingbirds" type="checkbox" />
                <label for="attributes2.hummingbirds">hummingbirds
                <!-- -->
                  </label>
                <br />
                <input name="attributes2[]" value="native plant" id="attributes2.native plant" type="checkbox" />
                <label for="attributes2.native plant">native plant
                <!-- -->
                  </label>
                <br />
                <input name="attributes2[]" value="poisonous" id="attributes2.poisonous" type="checkbox" />
                <label for="attributes2.poisonous">poisonous
                <!-- -->
                  </label>
                <br />
                <input name="attributes2[]" value="rabbit resistant" id="attributes2.rabbit resistant" type="checkbox" />
                <label for="attributes2.rabbit resistant">rabbit resistant
                <!-- -->
                  </label>
                <br />
                <input name="attributes2[]" value="rock bed" id="attributes2.rock bed" type="checkbox" />
                <label for="attributes2.rock bed">rock bed
                <!-- -->
                  </label>
                <br />
                <input name="attributes2[]" value="rock garden" id="attributes2.rock garden" type="checkbox" />
                <label for="attributes2.rock garden">rock garden
                <!-- -->
                  </label>
                <br />
                <input name="attributes2[]" value="slope planting" id="attributes2.slope planting" type="checkbox" />
                <label for="attributes2.slope planting">slope planting
                <!-- -->
                  </label>
                <br />
                <input name="attributes2[]" value="slopes" id="attributes2.slopes" type="checkbox" />
                <label for="attributes2.slopes">slopes
                <!-- -->
                  </label>
                <br />
                <input name="attributes2[]" value="water" id="attributes2.water" type="checkbox" />
                <label for="attributes2.water">water
                <!-- -->
                  </label>
                <br />
                <input name="attributes2[]" value="water garden" id="attributes2.water garden" type="checkbox" />
                <label for="attributes2.water garden">water garden
                <!-- -->
                  </label>
                <br />
                <input name="attributes2[]" value="winter interest" id="attributes2.winter interest" type="checkbox" />
                <label for="attributes2.winter interest">winter interest
                <!-- -->
                  </label>
                <br />
                <input name="attributes2[]" value="woodland gardens" id="attributes2.woodland gardens" type="checkbox" />
                <label for="attributes2.woodland gardens">woodland gardens
                <!-- -->
                  </label>
              </p>           </td>
          </tr>
          <tr>
            <td colspan="2"><hr /></td>
            </tr>
          <tr>
            <td style="vertical-align: top;"><p>Flower Colour</p></td>
            <td><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>
                <br />
                <input name="flower_colour[]" value="Mixed" id="flower_colour.Mixed" type="checkbox" />
                <label for="flower_colour.Mixed">Mixed
                <!-- -->
                  </label>
                <br />
                <input name="flower_colour[]" value="n/a" id="flower_colour.n/a" type="checkbox" />
                <label for="flower_colour.n/a">n/a
                <!-- -->
                  </label>
                <br />
                <input name="flower_colour[]" value="Orange" id="flower_colour.Orange" type="checkbox" />
                <label for="flower_colour.Orange">Orange
                <!-- -->
                  </label>
                <br />
                <input name="flower_colour[]" value="Pink" id="flower_colour.Pink" type="checkbox" />
                <label for="flower_colour.Pink">Pink
                <!-- -->
                  </label>
                <br />
                <input name="flower_colour[]" value="Purple" id="flower_colour.Purple" type="checkbox" />
                <label for="flower_colour.Purple">Purple
                <!-- -->
                  </label>
                <br />
                <input name="flower_colour[]" value="Red" id="flower_colour.Red" type="checkbox" />
                <label for="flower_colour.Red">Red
                <!-- -->
                  </label>
                <br />
                <input name="flower_colour[]" value="Rose" id="flower_colour.Rose" type="checkbox" />
                <label for="flower_colour.Rose">Rose
                <!-- -->
                  </label>
                <br />
                <input name="flower_colour[]" value="Salmon" id="flower_colour.Salmon" type="checkbox" />
                <label for="flower_colour.Salmon">Salmon
                <!-- -->
                  </label>
                <br />
                <input name="flower_colour[]" value="White" id="flower_colour.White" type="checkbox" />
                <label for="flower_colour.White">White
                <!-- -->
                  </label>
                <br />
                <input name="flower_colour[]" value="Yellow" id="flower_colour.Yellow" type="checkbox" />
                <label for="flower_colour.Yellow">Yellow
                <!-- -->
                  </label>
              </p>              </td>
          </tr>
          <tr>
            <td colspan="2"><hr /></td>
            </tr>
          <tr>
            <td style="vertical-align: top;"><p>Sun Exposure </p></td>
            <td><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>
                <br />
                <input name="sun_exposure2[]" value="Partial Shade" id="sun_exposure2.Partial Shade" type="checkbox" />
                <label for="sun_exposure2.Partial Shade">Partial Shade
                <!-- -->
                  </label>
                <br />
                <input name="sun_exposure2[]" value="Shade" id="sun_exposure2.Shade" type="checkbox" />
                <label for="sun_exposure2.Shade">Shade
                <!-- -->
                  </label>
                <br />                  
            </p></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><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>
                <br />
                <input name="foliage_colour[]" value="Gray, Silver, White" id="foliage_colour.Gray, Silver, White" type="checkbox" />
                <label for="foliage_colour.Gray, Silver, White">Gray, Silver, White
                <!-- -->
                  </label>
                <br />
                <input name="foliage_colour[]" value="Green" id="foliage_colour.Green" type="checkbox" />
                <label for="foliage_colour.Green">Green
                <!-- -->
                  </label>
                <br />
                <input name="foliage_colour[]" value="Lime" id="foliage_colour.Lime" type="checkbox" />
                <label for="foliage_colour.Lime">Lime
                <!-- -->
                  </label>
                <br />
                <input name="foliage_colour[]" value="Purple" id="foliage_colour.Purple" type="checkbox" />
                <label for="foliage_colour.Purple">Purple
                <!-- -->
                  </label>
                <br />
                <input name="foliage_colour[]" value="Red" id="foliage_colour.Red" type="checkbox" />
                <label for="foliage_colour.Red">Red
                <!-- -->
                  </label>
                <br />
                <input name="foliage_colour[]" value="Variegated" id="foliage_colour.Variegated" type="checkbox" />
                <label for="foliage_colour.Variegated">Variegated                  </label>
                <br />
                <input name="foliage_colour[]" value="Yellow" id="foliage_colour.Yellow" type="checkbox" />
                <label for="foliage_colour.Yellow">Yellow                  </label></p>             </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><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>
                <br />
                <input name="plant_type2[]" value="Native" id="plant_type2.Native" type="checkbox" />
                <label for="plant_type2.Native">Native
                <!-- -->
                  </label>
                <br />
                <input name="plant_type2[]" value="Perennial" id="plant_type2.Perennial" type="checkbox" />
                <label for="plant_type2.Perennial">Perennial
                <!-- -->
                  </label>
                <br />
                <input name="plant_type2[]" value="Roses" id="plant_type2.Roses" type="checkbox" />
                <label for="plant_type2.Roses">Roses
                <!-- -->
                  </label>
                <br />
                <input name="plant_type2[]" value="Shrubs" id="plant_type2.Shrubs" type="checkbox" />
                <label for="plant_type2.Shrubs">Shrubs
                <!-- -->
                  </label>
                <br />
                <input name="plant_type2[]" value="Tropical" id="plant_type2.Tropical" type="checkbox" />
                <label for="plant_type2.Tropical">Tropical
                <!-- -->
                  </label>
                <br />
                <input name="plant_type2[]" value="Vines" id="plant_type2.Vines" type="checkbox" />
                <label for="plant_type2.Vines">Vines
                <!-- -->
                  </label>
                <br />                  
            </p></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>
