// JavaScript Document
document.write('<table width="90%" border="0" cellspacing="0" cellpadding="2">')
document.write('          <tr> ')
document.write('            <td width="26%" align="right"><img src="images/dot.gif" width="10" height="10"> ')
document.write('            </td>')
document.write('            <td width="74%">English</td>')
document.write('          </tr>')
document.write('          <tr> ')
document.write('            <td align="right"><img src="images/dot.gif" width="10" height="10"></td>')
document.write('            <td>French</td>')
document.write('          </tr>')
document.write('        </table>')