<? include('includes/main.php'); ?>
<? include('includes/arfunctions.php'); ?>
<?
echo texttitle(STR_SALES_TAX_ADD);
if ($taxname) arsalestaxadd($taxname, $taxrate, $taxbase, $glacctid);
echo '<form action="adminarsalestaxadd.php" method="post"><input type="hidden" name="nonprintable" value="1"><table>';
formarsalestaxadd();
echo '</table><input type="submit" value="'.STR_ADD.'"></form>';
?>
<? include('includes/footer.php'); ?>