function rightmenu()
{
document.write('<table width="185" border="0" cellspacing="0" cellpadding="0">');
document.write('<tr>');
document.write('<td width="15">&nbsp;</td>');
document.write('<td width="160" valign="top" class="rightmenuheader">INTENSIVE ENGLISH PROGRAM</td>');
document.write('<td width="10">&nbsp;</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td width="15">&nbsp;</td>');
document.write('<td height="20" valign="bottom"> <a href="iep_welcome.htm" class="rightmenu">Welcome</a></td>');
document.write('<td width="10">&nbsp;</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td width="15">&nbsp;</td>');
document.write('<td height="20" valign="bottom"> <a href="iep_apply.htm" class="rightmenu">Apply to the IEP</a></td>');
document.write('<td width="10">&nbsp;</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td width="15">&nbsp;</td>');
document.write('<td height="20" valign="bottom"> <a href="iep_arriving.htm" class="rightmenu">Accepted students</a></td>');
document.write('<td width="10">&nbsp;</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td width="15">&nbsp;</td>');
document.write('<td height="20" valign="bottom"> <a href="iep_prog_grad.htm" class="rightmenu">Program graduates</a></td>');
document.write('<td width="10">&nbsp;</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td width="15">&nbsp;</td>');
document.write('<td height="20" valign="bottom"> <a href="Text%20File/03-ELI-002%20IEP%20Broc.pdf" target=\'_blank\' class="rightmenu">Download brochure</a></td>');
document.write('<td width="10">&nbsp;</td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td width="15">&nbsp;</td>');
document.write('<td height="20" valign="middle" class="rightmenu">&nbsp;</td>');
document.write('<td width="10">&nbsp;</td>');
document.write('</tr>');
document.write('</table>');

}