function localmenu()
	{
		write("<SELECT name=\"mainmenu\" onChange=\"MM_jumpMenu('window',this,1)\" class=\"jumpmenu\">");

      	write("<OPTION selected><--  Please select a site --></OPTION>");

       	write("<OPTION value=\"../home/index.htm\"></OPTION>");

       	write("<OPTION value=\"../home/index.htm\">Home Page</OPTION>");
       	write("<OPTION value=\"../home/index.htm\">- Announcement</OPTION>");
       	write("<OPTION value=\"../home/news.htm\">- In the News ..</OPTION>");
       	write("<OPTION value=\"../home/whatsnew.htm\">- What's New</OPTION>");
       	write("<OPTION value=\"../home/fss.htm\">- Friday Seminar Series</OPTION>");

       	write("<OPTION value=\"../home/index.htm\"></OPTION>");

       	write("<OPTION value=\"../aboutupse/index.htm\">About UPSE</OPTION>");
       	write("<OPTION value=\"../aboutupse/history.htm\">- Historical Information</OPTION>");
       	write("<OPTION value=\"../aboutupse/admin.htm\">- Administration</OPTION>");
       	write("<OPTION value=\"../aboutupse/offices.htm\">- Offices</OPTION>");
       	write("<OPTION value=\"../aboutupse/library.htm\">- UPSE Library</OPTION>");
       	write("<OPTION value=\"../aboutupse/computerlab.htm\">- Computer Laboratory</OPTION>");

       	write("<OPTION value=\"../home/index.htm\"></OPTION>");

       	write("<OPTION value=\"../faculty/index.htm\">Faculty and Staff</OPTION>");
       	write("<OPTION value=\"../faculty/prof.htm\">- Professors</OPTION>");
       	write("<OPTION value=\"../faculty/assoprof.htm\">- Associate Professors</OPTION>");
       	write("<OPTION value=\"../faculty/asstprof.htm\">- Assistant Professors</OPTION>");
       	write("<OPTION value=\"../faculty/emeritus.htm\">- Professor Emeritus</OPTION>");
       	write("<OPTION value=\"../faculty/proflecturer.htm\">- Professorial Lecturers</OPTION>");
       	write("<OPTION value=\"../faculty/lecturer.htm\">- Lecturers</OPTION>");
       	write("<OPTION value=\"../faculty/associate.htm\">- Teaching Associates</OPTION>");
       	write("<OPTION value=\"../faculty/fellow.htm\">- Teaching Fellows</OPTION>");
       	write("<OPTION value=\"../faculty/staff.htm\">- Administrative Staff</OPTION>");

       	write("<OPTION value=\"../home/index.htm\"></OPTION>");

       	write("<OPTION value=\"../acadprog/index.htm\">Academic Programs</OPTION>");
       	write("<OPTION value=\"../acadprog/gradprog.htm\">- Graduate Program</OPTION>");
       	write("<OPTION value=\"../acadprog/phd.htm\">----> Ph.D. Program</OPTION>");
       	write("<OPTION value=\"../acadprog/ma.htm\">----> M.A. Program</OPTION>");
       	write("<OPTION value=\"../acadprog/pde.htm\">----> Program in Development Economics</OPTION>");
       	write("<OPTION value=\"../acadprog/grad_courses.htm\">----> Graduate Courses</OPTION>");
       	write("<OPTION value=\"../acadprog/application.htm\">----> Application</OPTION>");

       	write("<OPTION value=\"../acadprog/undergradprog.htm\">- Undergraduate Program</OPTION>");
       	write("<OPTION value=\"../acadprog/currecon.pdf\">----> B.S. Economics</OPTION>");
       	write("<OPTION value=\"../acadprog/currbe.pdf\">----> B.S. Business Economics</OPTION>");
       	write("<OPTION value=\"../acadprog/admission.htm\">----> Admission</OPTION>");
       	write("<OPTION value=\"../acadprog/scho_standing.htm\">----> Scholastic Standing</OPTION>");
       	write("<OPTION value=\"../acadprog/undergrad_courses.htm\">----> Undergraduate Courses</OPTION>");
       	write("<OPTION value=\"http://www.upd.edu.ph/schlrshps.htm\">----> Private Scholarship</OPTION>");
       	write("<OPTION value=\"../home/index.htm\"></OPTION>");

       	write("<OPTION value=\"../respub/index.htm\">Research and Publications</OPTION>");
       	write("<OPTION value=\"../respub/index.htm\">- Research by ERC</OPTION>");
       	write("<OPTION value=\"../respub/index.htm#scope\">----> Scope and Thrusts</OPTION>");
       	write("<OPTION value=\"../respub/index.htm#links\">----> Institutional Links</OPTION>");
       	write("<OPTION value=\"../respub/activity.htm\">----> Major Activities</OPTION>");
       	write("<OPTION value=\"../respub/activity.htm#pub\">- Publications</OPTION>");
       	write("<OPTION value=\"../respub/dp.htm\">----> Discussion Papers</OPTION>");
       	write("<OPTION value=\"../respub/wp.htm\">----> Working Papers</OPTION>");
       	write("<OPTION value=\"../respub/pre.htm\">----> The Philippine Review of Economics</OPTION>");
       	write("<OPTION value=\"../respub/observer.htm\">----> The Economics Observer</OPTION>");

       	write("<OPTION value=\"../home/index.htm\"></OPTION>");

       	write("<OPTION value=\"../events/index.htm\">Events and Seminars</OPTION>");

       	write("<OPTION value=\"../home/index.htm\"></OPTION>");

       	write("<OPTION value=\"../students/index.htm\">Students and Alumni</OPTION>");
       	write("<OPTION value=\"http://www.econ.upd.edu.ph/~sesc\">- SE Student Council</OPTION>");
       	write("<OPTION value=\"http://www.econ.upd.edu.ph/~ecosoc\">- ECOSOC</OPTION>");
       	write("<OPTION value=\"http://www.econ.upd.edu.ph/~obem\">- OBEM</OPTION>");
       	write("<OPTION value=\"http://www.econ.upd.edu.ph/~etc\">- ETC</OPTION>");

       	write("<OPTION value=\"../home/index.htm\"></OPTION>");

       	write("<OPTION value=\"../directory/index.htm\">Directory and Site Map</OPTION>");
       	write("<OPTION value=\"../directory/index.htm\">- UPSE Directory</OPTION>");
       	write("<OPTION value=\"../directory/sitemap.htm\">- UPSE Site Map</OPTION>");
       	write("<OPTION value=\"../directory/links.htm\">- Internet Links</OPTION>");

       	write("<OPTION value=\"../home/index.htm\"></OPTION>");

       	write("<OPTION value=\"../home/index.htm\">Home Page</OPTION>");


		write("</SELECT>");
	}