<!--
document.writeln('<div class="chromestyle" id="main_menu">');
document.writeln('<ul>');
document.writeln('<li><a href="/default.html">Home</a></li>');
document.writeln('<li><a href="/programs/default.html" rel="main_menu_01">Programs</a></li>');
document.writeln('<li><a href="/pt/">Blog</a></li>');
document.writeln('<li><a href="/about_us/default.html" rel="main_menu_03">About Us</a></li>');
document.writeln('</ul>');
document.writeln('</div>');
document.writeln('<div id="main_menu_01" class="dropmenudiv">');
document.writeln('<a href="/programs/research_development.html">Research & Development</a>');
document.writeln('<a href="/programs/global_forums.html">Global Forums</a>');
document.writeln('<a href="/programs/internships.html">Internships</a>');
document.writeln('<a href="/about_us/applications.html">Applications</a>');
document.writeln('</div>');
document.writeln('<div id="main_menu_03" class="dropmenudiv" style="width: 150px;">');
document.writeln('<a href="/about_us/mission.html">Mission</a>');
document.writeln('<a href="/about_us/people/default.html">People</a>');
document.writeln('<a href="/about_us/partners/default.html">Partners</a>');
document.writeln('<a href="/about_us/scholar_network.html">Scholar Network</a>');
document.writeln('<a href="/about_us/employment.html">Employment</a>');
document.writeln('<a href="/about_us/news.html">News</a>');
document.writeln('<a href="/about_us/contact_us/default.html">Contact Us</a>');
document.writeln('</div>');
//-->