﻿// JScript File

var baseURL = '/'

/**corporate**/
var menu1=new Array()   
menu1[0]='<a href="' + baseURL + 'teachingandresearch/finance_courses.aspx">finance courses</a>'
menu1[1]='<a href="' + baseURL + 'teachingandresearch/experiential_learning.aspx">experiential learning</a>'
menu1[2]='<a href="' + baseURL + 'teachingandresearch/faculty_research.aspx">faculty research</a>'
menu1[3]='<a href="' + baseURL + 'teachingandresearch/seminar_series.aspx">research seminar series</a>'

/**individuals**/
var menu2=new Array()
menu2[0]='<a href="' + baseURL + 'studentfinanceorgs/fip.aspx">finance immersion program (fip)</a>'
menu2[1]='<a href="' + baseURL + 'studentfinanceorgs/bima.aspx">babson investment management association (bima)</a>'
menu2[2]='<a href="' + baseURL + 'studentfinanceorgs/brea.aspx">babson real estate association (brea)</a>'
menu2[3]='<a href="' + baseURL + 'studentfinanceorgs/biba.aspx">babson investment banking association (biba)</a>'
menu2[4]='<a href="' + baseURL + 'studentfinanceorgs/iTower.aspx">investment tower (itower)</a>'

/**babson college fund**/
var menu3=new Array()
menu3[0]='<a href="' + baseURL + 'babsoncollegefund/BCFInvestmentPhilosophy.aspx">investment philosophy</a>'
menu3[1]='<a href="' + baseURL + 'babsoncollegefund/BCFReports.aspx">reports</a>'
menu3[2]='<a href="' + baseURL + 'babsoncollegefund/BCFFacultyAdvisors.aspx">faculty/advisors</a>'
menu3[3]='<a href="' + baseURL + 'babsoncollegefund/BCFManagers.aspx">managers</a>'
menu3[4]='<a href="' + baseURL + 'babsoncollegefund/BCFApply.aspx">apply</a>'

/**collaboration**/
var menu4=new Array()
menu4[0]='<a href="' + baseURL + 'about/history.aspx">history</a>'
menu4[1]='<a href="' + baseURL + 'about/mission.aspx">mission</a>'
menu4[2]='<a href="' + baseURL + 'about/goals.aspx">goals</a>'
menu4[3]='<a href="' + baseURL + 'about/vision.aspx">vision</a>'
menu4[4]='<a href="' + baseURL + 'about/aboutstephencutler.aspx">about stephen cutler</a>'
menu4[5]='<a href="' + baseURL + 'about/advisoryboard.aspx">advisory board</a>'