</tr>
<tr class='rbRow row3' style="display: <?php 
echo $use_browser == 1 ? $displayStyle : 'none';
?>
">
<th><?php 
echo $_lang["clean_uploaded_filename"];
?>
</th>
<td>
	<?php 
echo wrap_label($_lang["yes"], form_radio('clean_uploaded_filename', '1', $clean_uploaded_filename == '1'));
?>
<br />
	<?php 
echo wrap_label($_lang["no"], form_radio('clean_uploaded_filename', '0', $clean_uploaded_filename == '0'));
?>
<br />
	<?php 
echo $_lang["clean_uploaded_filename_message"];
?>
</td>
</tr>
<tr class='rbRow row3' style="display: <?php 
echo $use_browser == 1 ? $displayStyle : 'none';
?>
">
<th><?php 
echo $_lang["a17_image_limit_width_title"];
?>
</th>
          </tr>
          <tr>
            <td colspan="2"><div class="split"></div></td>
          </tr>
          <tr>
            <td nowrap class="warning"><?php 
echo $_lang["smtp_auth_title"];
?>
</td>
            <td>
                <?php 
echo wrap_label($_lang["yes"], form_radio('smtp_auth', '1', $smtp_auth == '1' || !isset($smtp_auth)));
?>
<br />
                <?php 
echo wrap_label($_lang["no"], form_radio('smtp_auth', '0', $smtp_auth == '0'));
?>
<br />
            </td>
          </tr>
          <tr>
            <td colspan="2"><div class="split"></div></td>
          </tr>
          
	  <tr>
            <td nowrap class="warning"><?php 
echo $_lang["smtp_secure_title"];
?>
</td>
            <td >
             <select name="smtp_secure" size="1" class="inputBox">