myStr = new String('');

// About UT pulldown
myStr += '<ol class="pulldownmenu">';

myStr += '<li class="pulldownoff" onmouseover="this.className=\'pulldownon\'" onmouseout="this.className=\'pulldownoff\'"><a href="../index/b01_e.html">President<\/a><\/li>';

myStr += '<li class="pulldownoff" onmouseover="this.className=\'pulldownon\'" onmouseout="this.className=\'pulldownoff\'"><a href="../index/b02_e.html">Organization<\/a><\/li>';

myStr += '<li class="pulldownoff" onmouseover="this.className=\'pulldownon\'" onmouseout="this.className=\'pulldownoff\'"><a href="../index/b03_e.html">History<\/a><\/li>';

myStr += '<li class="pulldownoff" onmouseover="this.className=\'pulldownon\'" onmouseout="this.className=\'pulldownoff\'"><a href="../gen02/b04_e.html">The Charter of Todai<\/a><\/li>';

myStr += '<li class="pulldownoff" onmouseover="this.className=\'pulldownon\'" onmouseout="this.className=\'pulldownoff\'"><a href="../index/b06_e.html">Finances<\/a><\/li>';

myStr += '<li class="pulldownoff" onmouseover="this.className=\'pulldownon\'" onmouseout="this.className=\'pulldownoff\'"><a href="../index/b07_e.html">Campus Plan<\/a><\/li><\/ol>';

myStr += '<\/ol>';



document.open();
document.write(myStr);
document.close();







