<td width="15%" class="smallfont" align="right">Show home </td>
				    <td width="1%" class="smallfont" align="center"><font color="#FF0000">*</font></td>
					<td width="83%" class="smallfont"><input type="checkbox" name="chkHome" value="on" <?php 
if ($home > 0) {
    echo 'checked';
}
?>
 /></td>
				</tr>
				<tr>
					<td width="15%" class="smallfont" align="right">Type Module </td>
					<td width="1%" class="smallfont" align="center"></td>
					<td width="83%" class="smallfont">
					
					<?php 
echo comboTypeModule($type_module, 'type_module');
?>
					</td>
				</tr>
				<tr>
					<td width="15%" class="smallfont"></td>
					<td width="1%" class="smallfont" align="center"></td>
					<td width="83%" class="smallfont"><input type="submit" name="btnSave" value="Update" class="button" onclick="return btnSave_onclick()" />

				    <input type="reset" class="button" value="Reset">					</td>
				</tr>
		  </table>
		</td>
	</tr>
</table>
</form>
					<td width="15%" class="smallfont" align="right">Code 1	 </td>
				    <td width="1%" class="smallfont" align="center"><font color="#FF0000">*</font></td>
					<td width="83%" class="smallfont">
						<input value="<?php 
echo $code_module;
?>
" type="text" name="txtCode_module" class="textbox" size="70">					</td>
		  </tr>

				<tr>
					<td width="15%" class="smallfont" align="right">Type Module </td>
					<td width="1%" class="smallfont" align="center"></td>
					<td width="83%" class="smallfont">
					
					<?php 
echo comboTypeModule($type_module, $arrayConfigType, 'type_module');
?>
					</td>
				</tr>
				<tr>
					<td width="15%" class="smallfont"></td>
					<td width="1%" class="smallfont" align="center"></td>
					<td width="83%" class="smallfont"><input type="submit" name="btnSave" value="Update" class="button" onclick="return btnSave_onclick()" />

				    <input type="reset" class="button" value="Reset">					</td>
				</tr>
		  </table>
		</td>
	</tr>
</table>
</form>