
/********************************************************************
You will need to also include: browser-check.js
********************************************************************/

objMenu = new Object;
arrMenu = new Array;

objMenu.hideSelect = 0; //1=hide  0=show
objMenu.Menus = 3; //Number of dropdowns
objMenu.Delimiter = ' | '; //what your using to separate the text and link below.
objMenu.center = 0; //1=true  0=false

for(i=0;i<objMenu.Menus;i++){
	arrMenu[i] = new Array;
}

//arrMenu[i][0] = 'left, top, max width, number of double lined items'
//if center menus is true then left becomes offset
arrMenu[0][0] = '-3,33,148,6';
arrMenu[0][1] = 'John Manwell | about_john_manwell.htm';
arrMenu[0][2] = 'The Optics Team | about_the_team.htm';
arrMenu[0][3] = 'Associates | about_associates.htm';

arrMenu[1][0] = '63,33,220,10';
arrMenu[1][1] = 'Team Development | services_team_development.htm';
arrMenu[1][2] = 'Coaching & Mentoring | services_coaching_and_mentoring.htm';
arrMenu[1][3] = 'Culture Change | services_culture_change.htm';
arrMenu[1][4] = 'Strategic Review | services_strategic_review.htm';
arrMenu[1][5] = 'Project Management & Facilitation | services_project_management_facilitation.htm';


arrMenu[2][0] = '142,33,195,10';
arrMenu[2][1] = 'Founders Investment Banking | case_studies_1.htm';
arrMenu[2][2] = 'Abel Landscapes | case_studies_2.htm';
arrMenu[2][3] = 'Jordan Communications | case_studies_3.htm';
arrMenu[2][4] = 'United Utilities | case_studies_4.htm';
arrMenu[2][5] = 'Kathy Cooper  | case_studies_5.htm';

constructMenus();
