?>
'>  
			<input type='submit' name='go' value='GO' class='submit' style='width:34px;'>
			<input type=hidden name=pl value="<?php 
echo $part_finder->product_line;
?>
">
		</div>
		</form>
		<div class="cleaner"></div>
		<form name='form_make_unit' id='form_make_unit' method='get' action='part_finder.php' class='form'>
		<div class="long">
			<div class='label'><strong>Make:</strong></div>
				<? FormObjects::selectBoxForMakeReload("make", $makes->displays, $makes->values, $part_finder->make_id, "dropdown", "make"); ?>
				
		</div>
		<div class="long">
			<?
			if (!empty($part_finder->make_id)) {
				echo "<div class='label'><strong>Unit:</strong></div>\n";
				FormObjects::selectBox("unit", $unitsBrief->displays, $unitsBrief->values, $part_finder->unit_id, "dropdown", "unit");
				echo "&nbsp;&nbsp;";
				echo "<input type='submit' name='go' value='GO' class='submit' style='width:34px;'>";
			}
			?>
		</div>
		<input type=hidden name=pl value="<?php 
echo $part_finder->product_line;
?>
">		
		</form>
		
		<div class="long">
		<div class='label'><strong>Search Product Line:</strong></div>
		<form name='product_line_search' id='product_line_search' method='get' action='part_finder.php' class='form'>
			<? FormObjects::selectBoxForProductLineReload("pl", $product_lines->displays, $product_lines->values, $part_finder->product_line, "dropdown", "product_line"); ?>
		</form>
		</div>
		<div class='clear'></div>
		
		<div class='long'>
		<div class='label'><strong>Number of Teeth:</strong></div>
		<form name="form_no_of_teeth" id="form_no_of_teeth" method="get" action="part_finder.php" class="form">	
			<?
			require_once "includes/classes/clsNoOfTeeth.php";
			$no_of_teeth 		= new NoOfTeeth();
			FormObjects::selectBox("no_of_teeth", $no_of_teeth->displays, $no_of_teeth->values, $get["no_of_teeth"], "dropdown", "product_line"); ?>
			<input type='submit' name='go' value='GO' class='submit' style='width:34px;'>
			<input type=hidden name=pl value="<?php 
echo $part_finder->product_line;
?>
">	
		</form>
		</div>
			<input type=hidden name=pl value="<?php 
echo $part_finder->product_line;
?>
">
		</div>
		</form>
		
		<div class='cleaner' style="height:5px;"></div>
	
		<form name='form_tube_diameter' id='form_tube_diameter' method='get' action='part_finder.php' class='form'>
		<div class='long'>
			<div class='label'><strong>Tube Diameter:</strong></div>
			<?
			require_once "includes/classes/clsTubeDiameterPTS.php";
			$tube_diameter		= new TubeDiameterPTS();
			FormObjects::selectBox("tube_diameter", $tube_diameter->displays, $tube_diameter->values, stripslashes($_GET["tube_diameter"]), "dropdown", "tube_diameter"); ?>
			<input type='submit' name='go' value='GO' class='submit' style='width:34px;'>
			<input type=hidden name=pl value="<?php 
echo $part_finder->product_line;
?>
">
		</div>
		</form>
		
		<form name='part_number' id='part_number' method='get' action='part_finder.php' class='form'>
		<div class="long">
			<div class='label'><strong>&nbsp;&nbsp;Part Number Search:</strong></div>
			<input type='text' name='pn' class='field' value='<?php 
echo htmlentities(stripslashes($_GET["pn"]), ENT_QUOTES);
?>
'>&nbsp;&nbsp;
		</div>
		</form>
		<div class="clear"></div>
		<form name='oem_number' id='oem_number' method='get' action='part_finder.php' class='form'>
		<div class="long" style='width:340px;'>
			<div class='label'><strong>Search OEM Number:</strong></div>
			<input type='text' name='oem_pn' class='field' value='<?php 
echo htmlentities(stripslashes($_GET["oem_pn"]), ENT_QUOTES);
?>
'>&nbsp;&nbsp;
			<input type='submit' name='go' value='GO' class='submit' style='width:34px;'>
			<input type=hidden name=pl value="<?php 
echo $part_finder->product_line;
?>
">
		</div>
		</form>
		<div class="clear"></div>
		<form name='form_unit_id' id='form_unit_id' method='get' action='part_finder.php' class='form'>
		<div class="long">
			<div class='label'><strong>Unit:</strong></div>
				<? FormObjects::selectBox("unit", $unitsBrief->displays, $unitsBrief->values, htmlentities(stripslashes($_GET["unit"]),ENT_QUOTES), "dropdown", "unit"); ?>
				&nbsp;&nbsp;
			<input type='submit' name='go' value='GO' class='submit' style='width:34px;'>
		</div>
		<input type=hidden name=pl value="<?php 
echo $part_finder->product_line;
?>
">
		<!--<input type=hidden name=make value="21"> might need to be 7 or removed entirely -->
		</form>