</tr>

						<tr bgcolor="<?php 
echo $bgc1;
?>
">
							<td valign="top" colspan=2>


							<table border=0 cellpadding=1 cellspacing=1 width=100%>
								
<?php 
echo '<tr><td colspan=2><div class=fva2_ml10>' . $LDReqTest . ':<br>';
echo '<select name="test_request">';
echo '<option value="">==Select a test==</option>';
$drug_list = $pres_obj->getDrugList('xray', '0');
for ($i = 0; $i < sizeOf($drug_list); $i++) {
    if ($drug_list[$i][1] == $stored_request['test_request']) {
        echo '<option selected value="' . $drug_list[$i][1] . '">' . $drug_list[$i][0] . '</option>';
    } else {
        echo '<option value="' . $drug_list[$i][1] . '">' . $drug_list[$i][0] . '</option>';
    }
}
echo '</select></td></tr>';
echo '<tr><td colspan = 2>';
echo '<p>';
echo '</td></tr>';
echo '<tr><td colspan=2><div class=fva2_ml10>' . $LDNoOfTests . ':<br>';
echo '<select name="number_of_tests">';
echo '<option selected value="">=>Number of Tests= </option>';
echo '<option value="1">1</option>';