myStr = new String('');

// 東京大学入学案内プルダウン
myStr += '<ol class="pulldownmenu">';

myStr += '<li class="pulldownoff" onmouseover="this.className=\'pulldownon\'" onmouseout="this.className=\'pulldownoff\'"><a href="../index/h01_e.html">Tuition payments&amp;exemptions<\/a><\/li>';

myStr += '<li class="pulldownoff" onmouseover="this.className=\'pulldownon\'" onmouseout="this.className=\'pulldownoff\'"><a href="../index/h14_e.html">Academic Calendar<\/a><\/li>';

myStr += '<\/ol>';




document.open();
document.write(myStr);
document.close();







