</font>
        </b>
      </td>
    </tr>
END;

    foreach($en_terms as $term) {
        echo '<tr><td bgcolor="#f5f5f5" align="left">'.$term.'</td>';
        echo '<td bgcolor="#f5f5f5" align="right"><font face="Tahoma">';
        echo $Arabic->en2ar($term);
        echo '</font></td></tr>';
    }

    echo '<tr><td bgcolor="#d0d0f5" align="left">0123,456.789</td>';
    echo '<td bgcolor="#d0d0f5" align="right"><font face="Tahoma">';
    echo $Arabic->arNum('0123,456.789');
    echo '</font></td></tr>';

    echo '</table></center>';
?>
</div><br />
<div class="Paragraph">
<h2>Example Code:</h2>
<?php
highlight_string(<<<'ENDALL'
<?php
    include('../Arabic.php');
    $Arabic = new Arabic('Transliteration');

    $en_terms = array('George Bush, Paul Wolfowitz', 'Silvio Berlusconi?',
        'Guantanamo', 'Arizona', 'Maryland', 'Oracle', 'Yahoo', 'Google',