<!-- Begin

var menu_side	="right"	// MENU LEFT, RIGHT OR CENTER


document.write('<TABLE cellpadding="0" cellspacing="0" border="0" WIDTH="100%" background="phts/menu-background.gif" bgcolor="#FFFFFF" class="printhide"><tr><td align="'+menu_side+'" class="menu_outline">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td>');
document.write('<img src="phts/spacer.gif" width="10" height="21"></a><br>');


// START LINKS //

document.write('</td><td nowrap>');
document.write('<a href="index.html" class="menu">Home</a>');


document.write('</td><td nowrap>');
document.write('<a href="admission.htm" class="menu">Admissions</a>');


document.write('</td><td nowrap>');
document.write('<a href="certificates.htm" class="menu">Certificate Programs</a>');


document.write('</td><td nowrap>');
document.write('<a href="undergraduate.htm" class="menu">Undergraduate Programs</a>');


document.write('</td><td nowrap>');
document.write('<a href="graduate.htm" class="menu">Graduate Programs</a>');


document.write('</td><td nowrap>');
document.write('<a href="corporate.htm" class="menu">Corporate Education</a>');


document.write('</td><td nowrap>');
document.write('<a href="research.htm" class="menu">Research</a>');


document.write('</td><td nowrap>');
document.write('<a href="contactus.htm" class="menu">Contact us</a>');


// END LINK BUTTONS //


document.write('</td><td background="phts/menu.gif">');
document.write('<img src="phts/spacer.gif" width="10" height="21"></a><br>');
document.write('</td></tr></table>');
document.write('</td></tr></table>');

//  End -->