</form>
    </td>
  </tr>
  
 <form action="<?php 
echo $_SERVER['PHP_SELF'];
?>
" method="post"> 
  <tr>
    <td>
      <div id="mainarea">
        <table class="tabcont" width="100%" border="0" cellpadding="0" cellspacing="0">
          <tr>
            <td>
		<?php 
echo $surftoolGUI->print_switch_mode();
echo $change_msg;
//Get groups/acls
$groupsAll = $sgconf->squidGuardConf;
echo "<h2>Switch group</h2>";
$surftoolGUI->print_table($groupsAll);
?>
		
            </td>
          </tr>
          <tr>
            <td id="reportarea" name="reportarea"></td>
          </tr>
        </table>
	</form>
      </div>