var MENU_ITEMS = [ ['Home', '/home.html', {sw:50}], ['The Firm', '/thefirm.html', {sw:80}], ['Lawyers', null, {sw:80}, ['Mark Elkin', '/lawyers/mark_elkin.html', {sw:80}], ['Richard Mclean Q.C.', '/lawyers/richard_mclean.html', {sw:160}], ['Donald G. Martin Q.C.', '/lawyers/donald_martin.html', {sw:170}], ['Nancy Crespo', '/lawyers/nancy_crespo.html', {sw:110}], ['Blair Nitchke', '/lawyers/blair_nitchke.html', {sw:100}], ['Kelly Fitzpatrick', '/lawyers/kelly_fitzpatrick.html', {sw:120}], ['Giles Deshon', '/lawyers/giles_deshon.html', {sw:110}] ], ['Areas of Practice', '/areas_of_practice.html', {sw:130}], ['Recent Decisions', '/recent_decisions.html', {sw:140}], ['Articles', '/articles.html', {sw:70}], ['Resources', '/resources.html', {sw:100}], ['Careers', '/careers.html', {sw:70}], ['Contact us', '/contactus.html', {sw:90}] ]; new menu (MENU_ITEMS, MENU_POS);