';
    }
}
?>
</form>

  <?php 
######### TOOLBAR
print_users_toolbar();
?>

  <!-- Content area -->
  <tr valign="top" height=100%> 
    <td>
		<?php 
###################
# USERS TABLE
print_users_table(array("is_browse" => 1, "expand_all" => $site->fdat['show_checkboxes'], "show_checkboxes" => $site->fdat['show_checkboxes']));
?>
	
	</td>
  </tr>
  <!-- // Content area -->
</table>


<?php 
$site->debug->print_msg();
?>
</body>
</html>
?>
</form>
  
  <!-- Toolbar -->
<? print_users_toolbar(); ?>
  <!-- //Toolbar -->

  <!-- Content area -->
  <tr valign="top"> 
    <td >

<?
###################
# USERS TABLE
print_users_table(array(
	"is_browse" =>0
));

?>

	
	
	</td>
  </tr>

  <!-- // Content area -->
</table>
<?
############ debug
# user debug:
if($site->on_debug) {