</div>
							</div>	
					</div>					
				</fieldset>
			</div>
			<div id="COM_TOCHUC_THANHLAP_TAB2" class="tab-pane">
			<fieldset class="input-tochuc">
			<legend>Thông tin thêm</legend>
				<div class="row-fluid">
					<div class="control-group span6">
								<label class="control-label" for="active">Lĩnh vực phòng</label>
								<div class="controls">
	               	<?php 
$linhvuc = array();
TochucHelper::treeLinhvucPhong(0, 0, &$linhvuc);
//var_dump($linhvuc);
for ($i = 0; $i < count($linhvuc); $i++) {
    ?>
						<label class="checkbox" style="padding-left:<?php 
    echo $linhvuc[$i]['level'] * 20;
    ?>
px">
							<input type="checkbox" name="INS_LV[]"	value="<?php 
    echo $linhvuc[$i]['id'];
    ?>
"><span class="lbl"> <?php 
    echo $linhvuc[$i]['name'];
    ?>
</span>
						</label>