<b>
          <font color="#ffffff">
            Arabic<br />(sample input)
          </font>
        </b>
      </td>
    </tr>
END;
foreach ($ar_terms as $term) {
    echo '<tr><td bgcolor="#f5f5f5" align="left"><font face="Tahoma">';
    echo $Arabic->ar2en($term);
    echo '</font></td>';
    echo '<td bgcolor="#f5f5f5" align="right">' . $term . '</td></tr>';
}
echo '<tr><td bgcolor="#d0d0f5" align="left"><font face="Tahoma">';
echo $Arabic->enNum('0123,456.789');
echo '</font></td>';
echo '<td bgcolor="#d0d0f5" align="right">0123,456.789</td></tr>';
echo '</table></center>';
?>
        </div><br />
        <div class="Paragraph">
            <h2>Example Code:</h2>
            <?php 
$code = <<<ENDALL
<?php
<?php
    require '../../Arabic.php';
    \$Arabic = new I18N_Arabic('Transliteration');

    \$ar_terms = array('خالِد الشَمعَة', 'جُبران خَليل جُبران', 'كاظِم الساهِر',