﻿// JScript File

var baseURL = 'http://cmweb.babson.edu/ExecEd/'

/**corporate**/
var menu1=new Array()   
menu1[0]='<a href="' + baseURL + 'corporations/clientbenefits.aspx">client benefits</a>'
menu1[1]='<a href="' + baseURL + 'corporations/needs.aspx">meeting your needs</a>'
menu1[2]='<a href="' + baseURL + 'corporations/approach.aspx">results-oriented approach</a>'
menu1[3]='<a href="' + baseURL + 'corporations/clients.aspx">clients</a>'

/**individuals**/
var menu2=new Array()
//menu2[0]='<a href="' + baseURL + 'individuals/programs.aspx">programs</a>'
menu2[0]='<a href="' + baseURL + 'individuals/calendar.aspx">programs/events calendar</a>'

/**research**/
var menu3=new Array()
menu3[0]='<a href="' + baseURL + 'researchers/thoughtleadership.aspx">thought leadership</a>'
menu3[1]='<a href="' + baseURL + 'researchers/centers.aspx">research centers</a>'
menu3[2]='<a href="' + baseURL + 'researchers/babsoninsight.aspx">babson insight</a>'

/**collaboration**/
var menu4=new Array()
menu4[0]='<a href="' + baseURL + 'collaboration/default.aspx">partnering with babson</a>'

/**about us**/
var menu5=new Array()
menu5[0]='<a href="' + baseURL + 'info/announcements.aspx">announcements</a>'
menu5[1]='<a href="' + baseURL + 'info/rankings.aspx">rankings</a>'
menu5[2]='<a href="' + baseURL + 'info/educators.aspx">educators</a>'
menu5[3]='<a href="' + baseURL + 'info/eisenman.aspx">dean eisenman</a>'
menu5[4]='<a href="' + baseURL + 'info/deanmessage.aspx">message from the dean</a>'
menu5[5]='<a href="' + baseURL + 'info/directions.aspx">map & directions</a>'
menu5[6]='<a href="' + baseURL + 'info/contact.aspx">contact us</a>'

/**conference center**/
var menu6=new Array()
menu6[0]='<a href="' + baseURL + 'becc/needs.aspx">meeting needs</a>'
menu6[1]='<a href="' + baseURL + 'becc/accomodations.aspx">accommodations</a>'
menu6[2]='<a href="' + baseURL + 'becc/dining.aspx">dining experience</a>'
menu6[3]='<a href="' + baseURL + 'becc/service.aspx">platinum service</a>'
menu6[4]='<a href="' + baseURL + 'becc/tour.aspx">photo tour</a>'