<tr>
                          <td height="5" colspan="3"><img src="images/searchbartop_small.jpg" width="400" height="6" /></td>
                        </tr>
                        <tr>
                          <td width="2" background="images/searchbarlft.jpg"><img src="images/searchbarlft.jpg" width="2" height="2" /></td>
                          <td width="396" height="110" background="images/searchbarbodybgbig.jpg"><table width="380" border="0" align="center" cellpadding="0" cellspacing="0">
                         
                            <tr>
                              <td height="35">Business Type</td>
                              <td height="35">&nbsp;</td>
                              <td height="35"><label>
                              <select name="bt" size="1" id="category" class="selectfield" ><option selected="selected" value="<?php 
echo $classified_details['b_type'];
?>
"><?php 
echo ADAO::getSearchCategoryNameById($classified_details['b_type']);
?>
</option>
            <?php 
$res = ADAO::getSearchCategory();
foreach ($res as $row) {
    echo '<option value="' . $row['id'] . '">' . $row['value'] . '</option>';
}
?>
            </select>
                              </label></td>
                            </tr>
                         
                            <tr>
                              <td height="35">Company Name</td>
                              <td height="35">&nbsp;</td>
    ?>
&id=<?php 
    echo $row['id'];
    ?>
"><?php 
    echo $row['company_name'];
    ?>
</a></h3></div></td>
                            <td width="108"><img src="<?php 
    echo UserFunctions::getPriorityLargerTag($row['priority']);
    ?>
" width="100" height="30" /></td>
                          </tr>
                          <tr>
                          <td colspan="2"><p id="meta-info">Classifieds&nbsp;|&nbsp;<?php 
    echo ADAO::getSearchCategoryNameById($row['b_type']);
    ?>
</p></td>
                      </table></td>
                    </tr>
                    <tr>
                      <td><p id="des-info"><?php 
    echo substr($row['company_des'], 0, 100);
    ?>
...</p></td>
                    </tr>
                     <tr><td>&nbsp;</td>
                    
                    <td><p id="contact-info">Address:&nbsp;<?php 
    echo $row['company_address'];
    ?>